소스 검색

Fixed pixel issue with station navbar buttons on hover

Kristian Vos 4 년 전
부모
커밋
c10b8bf29b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      frontend/components/Station/StationHeader.vue

+ 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 {