mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Tab): incorrect disabled style for card theme (#12885)
This commit is contained in:
parent
4cff03dd70
commit
0adc41acaa
@ -60,7 +60,7 @@
|
|||||||
background-color: var(--van-tabs-default-color);
|
background-color: var(--van-tabs-default-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
&--disabled {
|
&.van-tab--disabled {
|
||||||
color: var(--van-tab-disabled-text-color);
|
color: var(--van-tab-disabled-text-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user