We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a4765 commit 47fa4f6Copy full SHA for 47fa4f6
src-ts/lib/tabs-navbar/TabsNavbar.module.scss
@@ -16,17 +16,21 @@
16
17
padding: $pad-md $pad-lg calc($pad-md - 2px);
18
color: $black-80;
19
+ cursor: pointer;
20
21
&:global(.active) {
22
color: $black-100;
23
.tab-label {
24
@include font-weight-bold;
25
}
26
- &:not(:global(.active)):hover {
27
- cursor: pointer;
+
28
+ &:hover {
29
30
background-color: $blue-25;
31
+ &:global(.active) ~ .active-icon > svg path:last-child {
32
+ fill: $blue-25;
33
+ }
34
35
36
0 commit comments