Prechádzať zdrojové kódy

Fixed pixel issue with station navbar buttons on hover

Kristian Vos 4 rokov pred
rodič
commit
c10b8bf29b

+ 2 - 2
frontend/components/Station/StationHeader.vue

@@ -334,8 +334,8 @@ a.nav-item {
 }
 
 a.nav-item.is-tab:hover {
-	border-bottom: none;
-	border-top: solid 1px $white;
+	border-bottom: 1px solid transparent;
+	border-top: 1px solid $white;
 }
 
 .admin strong {