]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix border-bottom of active tab bars
authorThibG <thib@sitedethib.com>
Wed, 12 Jun 2019 22:14:27 +0000 (00:14 +0200)
committerThibG <thib@sitedethib.com>
Thu, 13 Jun 2019 20:15:31 +0000 (22:15 +0200)
Port faafc3ae25378121148356b60d1bef6f57013069 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/components/index.scss

index 4da61399ecfbd20dfe4ee26eef507b8247841c93..9f96a31544c8d8197e0f741b7465c005455b9338 100644 (file)
     font-size: 16px;
   }
 
-  &.active {
-    border-bottom: 2px solid $ui-highlight-color;
-    color: $highlight-text-color;
-  }
-
   &:hover,
   &:focus,
   &:active {
     }
   }
 
+  &.active {
+    border-bottom: 2px solid $ui-highlight-color;
+    color: $highlight-text-color;
+  }
+
   span {
     margin-left: 5px;
     display: none;