Procházet zdrojové kódy

Adjusted the active state to fix the faint line showing. Probably related to the font change going into 4.0 (#6886)

Matt Toback před 9 roky
rodič
revize
f39f77692b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      public/sass/components/_tabs.scss

+ 1 - 1
public/sass/components/_tabs.scss

@@ -65,6 +65,6 @@
     border-bottom: 2px solid $panel-bg;
     border-bottom: 2px solid $panel-bg;
     color: $link-color;
     color: $link-color;
     position: relative;
     position: relative;
-    top: 2px;
+    top: 1px;
   }
   }
 }
 }