mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
fix(tabs): fix tabs.tabpane disabled style error
This commit is contained in:
parent
96766d4018
commit
42cd542677
@ -160,7 +160,7 @@
|
|||||||
|
|
||||||
.@{tab-prefix-cls}-tab-disabled {
|
.@{tab-prefix-cls}-tab-disabled {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
cursor: default;
|
cursor: not-allowed;
|
||||||
color: @disabled-color;
|
color: @disabled-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user