mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
parent
0bdeb3aa87
commit
7c7e8beed2
@ -69,19 +69,21 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-disabled &-selection {
|
&-disabled &-selection {
|
||||||
|
background: #f4f4f4;
|
||||||
|
cursor: not-allowed;
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active {
|
&:active {
|
||||||
border-color: @border-color-base;
|
border-color: @border-color-base;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-disabled &-selection--single {
|
&-disabled &-selection--multiple &-selection__choice {
|
||||||
background: #f4f4f4;
|
background: #e9e9e9;
|
||||||
cursor: not-allowed;
|
color: #aaa;
|
||||||
}
|
padding-right: 10px;
|
||||||
|
&__remove {
|
||||||
&-disabled &-selection--multiple &-selection__choice__remove {
|
display: none;
|
||||||
display: none;
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-selection--single {
|
&-selection--single {
|
||||||
|
@ -181,15 +181,21 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-disabled &-selection {
|
&-disabled &-selection {
|
||||||
|
background: #f4f4f4;
|
||||||
|
cursor: not-allowed;
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active {
|
&:active {
|
||||||
border-color: @border-color-base;
|
border-color: @border-color-base;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-disabled &-selection--single {
|
&-disabled &-selection--multiple &-selection__choice {
|
||||||
background: #f4f4f4;
|
background: #e9e9e9;
|
||||||
cursor: not-allowed;
|
color: #999;
|
||||||
|
padding-right: 10px;
|
||||||
|
&__remove {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-selection--single {
|
&-selection--single {
|
||||||
|
Loading…
Reference in New Issue
Block a user