Dave
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
components/select/style/index.less
-
components/select/style/single.less
|
|
@ -90,9 +90,9 @@ |
|
|
|
&-selection-placeholder { |
|
|
|
flex: 1; |
|
|
|
overflow: hidden; |
|
|
|
color: @input-placeholder-color; |
|
|
|
white-space: nowrap; |
|
|
|
text-overflow: ellipsis; |
|
|
|
opacity: 0.4; |
|
|
|
|
|
|
|
// IE11 css hack. `*::-ms-backdrop,` is a must have |
|
|
|
@media all and (-ms-high-contrast: none) { |
|
|
|
|
|
@ -67,7 +67,7 @@ |
|
|
|
|
|
|
|
// Opacity selection if open |
|
|
|
&.@{select-prefix-cls}-open .@{select-prefix-cls}-selection-item { |
|
|
|
opacity: 0.4; |
|
|
|
color: @input-placeholder-color; |
|
|
|
} |
|
|
|
|
|
|
|
// ========================== Input ========================== |
|
|
|