[improvement] Tab: remove active color (#1775)

This commit is contained in:
neverland
2018-09-10 15:35:31 +08:00
committed by GitHub
parent 0948f8ed62
commit f57a3eb982

View File

@@ -123,19 +123,11 @@ $van-tabs-card-height: 30px;
display: block;
}
&:active {
background-color: $active-color;
}
&--active {
color: $red;
}
&--disabled {
color: $gray;
&:active {
background-color: $white;
}
}
}