Kaynağa Gözat

Change tab active color to same as hover

sbkwgh 8 yıl önce
ebeveyn
işleme
267b02742b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/components/TabView.vue

+ 1 - 1
src/components/TabView.vue

@@ -48,7 +48,7 @@
 				background-color: $color__gray--darker;
 			}
 			&:active {
-				background-color: $color__gray--darkest;
+				background-color: $color__gray--darker;
 			}
 
 			@at-root #{&}--selected {