mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
[improvement] Tab: remove active color (#1775)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user