|
|
|
@ -69,19 +69,21 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-disabled &-selection {
|
|
|
|
|
background: #f4f4f4;
|
|
|
|
|
cursor: not-allowed;
|
|
|
|
|
&:hover,
|
|
|
|
|
&:active {
|
|
|
|
|
border-color: @border-color-base;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-disabled &-selection--single {
|
|
|
|
|
background: #f4f4f4;
|
|
|
|
|
cursor: not-allowed;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-disabled &-selection--multiple &-selection__choice__remove {
|
|
|
|
|
display: none;
|
|
|
|
|
&-disabled &-selection--multiple &-selection__choice {
|
|
|
|
|
background: #e9e9e9;
|
|
|
|
|
color: #aaa;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
&__remove {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-selection--single {
|
|
|
|
|