File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 41
41
{{$row.Avatar}}
42
42
</div>
43
43
<div class="blame-message">
44
- <a href="{{$row.CommitURL}}" title="{{$row.CommitMessage}}">
44
+ <a class="suppressed tw-text-text" href="{{$row.CommitURL}}" title="{{$row.CommitMessage}}">
45
45
{{$row.CommitMessage}}
46
46
</a>
47
47
</div>
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ progress::-moz-progress-bar {
215
215
a {
216
216
color : var (--color-primary );
217
217
cursor : pointer;
218
- text-decoration : none;
218
+ text-decoration-line : none;
219
219
text-decoration-skip-ink : all;
220
220
}
221
221
@@ -239,6 +239,11 @@ a.muted:hover [class*="color-text"],
239
239
color : var (--color-primary );
240
240
}
241
241
242
+ a .muted : hover ,
243
+ a .suppressed : hover {
244
+ text-decoration-line : underline;
245
+ }
246
+
242
247
a .silenced : hover ,
243
248
a .suppressed : hover {
244
249
color : inherit;
You can’t perform that action at this time.
0 commit comments