Skip to content

Commit 424880e

Browse files
PROD-1516 #comment set active
nav color #time 15m
1 parent c71a516 commit 424880e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src-ts/lib/tabs-navbar/TabsNavbar.module.scss

+6
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,17 @@
2222

2323
&:global(.active) {
2424
color: $black-100;
25+
background-color: $blue-25;
26+
2527
.tab-label {
2628
@include font-weight-bold;
2729
}
2830
}
2931

32+
&:global(.active) ~ .active-icon > svg path:last-child {
33+
fill: $blue-25;
34+
}
35+
3036
&:hover {
3137
color: $black-100;
3238
background-color: $blue-25;

0 commit comments

Comments
 (0)