Skip to content

Commit 52dfdbd

Browse files
Merge pull request rails#51484 from akhilgkrishnan/fix-hover-text-decorator
Fix textdecorator specificity on hovering in guides index [ci skip]
2 parents ca36a80 + 521ca4e commit 52dfdbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/assets/stylesrc/_main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,8 +654,8 @@ body.guide {
654654

655655
a:hover,
656656
a:active {
657-
color: $rf-brand;
658-
text-decoration: underline;
657+
color: $rf-brand !important;
658+
text-decoration: underline !important;
659659
}
660660
}
661661
}

0 commit comments

Comments
 (0)