Skip to content

Commit cb4cfa5

Browse files
committed
move scss color def
I was hoping for `$m-tabs-active--fade-50` but no luck
1 parent b530758 commit cb4cfa5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/lib/css/component/_tabs-horiz.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
$c-tabs-active: $c-accent !default;
2+
$c-tabs-hover: $m-accent--fade-50 !default;
23

34
.tabs-horiz {
45
@extend %flex-center-nowrap, %page-text;
@@ -31,7 +32,7 @@ $c-tabs-active: $c-accent !default;
3132
}
3233

3334
&:hover {
34-
border-color: $m-accent--fade-50;
35+
border-color: $c-tabs-hover;
3536
}
3637

3738
&.active {

0 commit comments

Comments
 (0)