mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
#23 fixed lab active tab color
This commit is contained in:
parent
2b2464b8dd
commit
dfcda6ca0f
1 changed files with 3 additions and 4 deletions
|
@ -14,10 +14,9 @@
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
|
background-color: lighten($content_bg, 6%);
|
||||||
&:hover {
|
border-radius: $radius;
|
||||||
color: lighten($blue, 4%);
|
padding: 0 $gap;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue