From 8f630b5a5956609592fcbf2af8a4207d013d21b5 Mon Sep 17 00:00:00 2001 From: ThibG Date: Thu, 13 Jun 2019 00:14:27 +0200 Subject: [Glitch] Fix border-bottom of active tab bars Port faafc3ae25378121148356b60d1bef6f57013069 to glitch-soc Signed-off-by: Thibaut Girka --- app/javascript/flavours/glitch/styles/components/index.scss | 10 +++++----- 1 file 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; -- cgit