mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 04:08:10 +08:00
Tabs: not change tab color on hover when disabled (#10549)
For tabs of style "border-card", don't set the color property on hover if it is disabled.
This commit is contained in:
parent
a7e60ea766
commit
2bc4df7863
@ -224,7 +224,7 @@
|
||||
border-right-color: $--border-color-base;
|
||||
border-left-color: $--border-color-base;
|
||||
}
|
||||
&:hover {
|
||||
&:not(.is-disabled):hover {
|
||||
color: $--color-primary;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user