fix(tabs): fix tabs.tabpane disabled style error

This commit is contained in:
杨哲迪 2018-12-21 10:50:11 +08:00 committed by 偏右
parent 96766d4018
commit 42cd542677

View File

@ -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;
} }