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.
2 parents 04c44b4 + 47fa4f6 commit 9194913Copy full SHA for 9194913
src-ts/lib/tabs-navbar/TabsNavbar.module.scss
@@ -15,18 +15,27 @@
15
gap: 4px;
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 {
- color: $black-100;
24
+ @include font-weight-bold;
25
+ }
26
27
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
37
38
@extend .medium-tab;
- color: $black-80;
39
40
41
.tab-badge {
0 commit comments