From: ThibG Date: Wed, 12 Jun 2019 22:14:27 +0000 (+0200) Subject: [Glitch] Fix border-bottom of active tab bars X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=983cbd558d872d440d296bc101108fcb622cd8ea;p=mastodon.git [Glitch] Fix border-bottom of active tab bars Port faafc3ae25378121148356b60d1bef6f57013069 to glitch-soc Signed-off-by: Thibaut Girka --- diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 4da61399e..9f96a3154 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;