From: ThibG Date: Wed, 12 Jun 2019 22:14:27 +0000 (+0200) Subject: Fix border-bottom of active tab bars (#11068) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=faafc3ae25378121148356b60d1bef6f57013069;p=mastodon.git Fix border-bottom of active tab bars (#11068) --- diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 8ea9d6905..79dbb5c87 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -1965,11 +1965,6 @@ a.account__display-name { font-size: 16px; } - &.active { - border-bottom: 2px solid $highlight-text-color; - color: $highlight-text-color; - } - &:hover, &:focus, &:active { @@ -1979,6 +1974,11 @@ a.account__display-name { } } + &.active { + border-bottom: 2px solid $highlight-text-color; + color: $highlight-text-color; + } + span { margin-left: 5px; display: none;