Skip to content

Commit 6b34c77

Browse files
authored
Fix nav hover for fx theme (#16147)
1 parent 321f87f commit 6b34c77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

media/css/m24/components/navigation-refresh.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,10 @@ $margin-top: 54px; // top margin offset for mobile navigation menu
364364
text-decoration: none;
365365
}
366366

367+
&:hover:is(a) {
368+
color: $color-black;
369+
}
370+
367371
.m24-c-menu-title-icon {
368372
@include bidi(((margin, 0 8px 0 0, 0 0 0 8px),));
369373
}

0 commit comments

Comments
 (0)