[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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