diff options
author | ThibG <thib@sitedethib.com> | 2019-06-13 00:14:27 +0200 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-22 01:30:35 -0600 |
commit | 8f630b5a5956609592fcbf2af8a4207d013d21b5 (patch) | |
tree | 4893482842f0d388b1184255674e05dfdc8f8af8 /app/javascript/flavours/glitch/styles | |
parent | ba3ef25c6619022c8b1df5622b693ec338e786bd (diff) |
[Glitch] Fix border-bottom of active tab bars
Port faafc3ae25378121148356b60d1bef6f57013069 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 43708a801..2b260063d 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -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; |