mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[improvement] Tab: remove active color (#544)
This commit is contained in:
parent
7e14e70e1c
commit
67d37aad01
@ -108,19 +108,11 @@ $van-tabs-card-height: 30px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-color: $active-color;
|
||||
}
|
||||
|
||||
&--active {
|
||||
color: $red;
|
||||
}
|
||||
|
||||
&--disabled {
|
||||
color: $gray;
|
||||
|
||||
&:active {
|
||||
background-color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user