Explorar el Código

Use slightly lighter active colour on tab

sbkwgh hace 8 años
padre
commit
3bb4015970
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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--darker;
+				background-color: rgba(210, 210, 210, 1);
 			}
 
 			@at-root #{&}--selected {