Skip to content

Commit a2be137

Browse files
committed
ux: highlight coverage report;
1 parent 10bff81 commit a2be137

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

examples/index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@
3838
a:hover {
3939
color: #2980b9;
4040
}
41+
/* Highlight style for the Coverage Report row */
42+
.highlight {
43+
background: linear-gradient(90deg, #fff7e6, #fff1cc);
44+
box-shadow: inset 4px 0 0 0 #ffd166;
45+
font-weight: 600;
46+
}
47+
.highlight a {
48+
color: #b36000;
49+
}
50+
.highlight:hover {
51+
background: linear-gradient(90deg, #fff3d6, #ffe7b3);
52+
}
4153
</style>
4254
</head>
4355
<body>
@@ -61,7 +73,7 @@
6173
<td>Vue with TypeScript</td>
6274
<td><a href="./vue">Go to Vue</a></td>
6375
</tr>
64-
<tr>
76+
<tr class="highlight">
6577
<td>Coverage Report</td>
6678
<td><a href="./coverage/lcov-report/index.html">Go to Coverage Report</a></td>
6779
</tr>

0 commit comments

Comments
 (0)