diff --git a/style/components/select.less b/style/components/select.less index cf273624e1..ed6a6f1578 100644 --- a/style/components/select.less +++ b/style/components/select.less @@ -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;