[Glitch] Fix border-bottom of active tab bars

Port faafc3ae25 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
ThibG 6 years ago
parent 0f41be5581
commit 983cbd558d
  1. 10
      app/javascript/flavours/glitch/styles/components/index.scss

@ -615,11 +615,6 @@
font-size: 16px; font-size: 16px;
} }
&.active {
border-bottom: 2px solid $ui-highlight-color;
color: $highlight-text-color;
}
&:hover, &:hover,
&:focus, &:focus,
&:active { &:active {
@ -629,6 +624,11 @@
} }
} }
&.active {
border-bottom: 2px solid $ui-highlight-color;
color: $highlight-text-color;
}
span { span {
margin-left: 5px; margin-left: 5px;
display: none; display: none;

Loading…
Cancel
Save