]> cat aescling's git repositories - mastodon.git/commitdiff
Fix border-bottom of active tab bars (#11068)
authorThibG <thib@sitedethib.com>
Wed, 12 Jun 2019 22:14:27 +0000 (00:14 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 12 Jun 2019 22:14:27 +0000 (00:14 +0200)
app/javascript/styles/mastodon/components.scss

index 8ea9d69056812d00864a30b84e2fe8f5b3348079..79dbb5c87cf693e11ab2858c4885145fc767990b 100644 (file)
@@ -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;