Skip to content

Commit

Permalink
fix: multiple Select disabled background in dark
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Feb 5, 2021
1 parent b5d7670 commit 6b69cae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/select/style/index.less
Expand Up @@ -37,6 +37,10 @@
background: @input-disabled-bg;
cursor: not-allowed;

.@{select-prefix-cls}-multiple& {
background: @select-multiple-disabled-background;
}

input {
cursor: not-allowed;
}
Expand Down

0 comments on commit 6b69cae

Please sign in to comment.