fix: Tabs focus state color when disabled (#25827)

This commit is contained in:
Hsuan Lee 2020-07-27 22:29:26 +08:00 committed by GitHub
parent 27d14741e3
commit b34841e39b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,6 +183,14 @@
cursor: not-allowed;
}
&&-disabled &-btn,
&&-disabled &-remove {
&:focus,
&:active {
color: @disabled-color;
}
}
& &-remove .@{iconfont-css-prefix} {
margin: 0;
}