[Glitch] Fix border-bottom of active tab bars
Port faafc3ae25
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
lolsob-rspec
parent
5137951499
commit
f92e9530fb
|
@ -615,11 +615,6 @@
|
|||
font-size: 16px;
|
||||
}
|
||||
|
||||
&.active {
|
||||
border-bottom: 2px solid $ui-highlight-color;
|
||||
color: $highlight-text-color;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
|
@ -629,6 +624,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.active {
|
||||
border-bottom: 2px solid $ui-highlight-color;
|
||||
color: $highlight-text-color;
|
||||
}
|
||||
|
||||
span {
|
||||
margin-left: 5px;
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue