mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
Fix disabled select style
This commit is contained in:
parent
105130ddb8
commit
ef576ed5b1
@ -76,9 +76,14 @@
|
||||
}
|
||||
|
||||
&-disabled &-selection--single {
|
||||
background: #f4f4f4;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
&-disabled &-selection--multiple &-selection__choice__remove {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&-selection--single {
|
||||
height: 28px;
|
||||
cursor: pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user