Fix disabled select style

This commit is contained in:
afc163 2016-01-05 11:45:13 +08:00
parent 105130ddb8
commit ef576ed5b1

View File

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