diff options
| author | Lodder <[email protected]> | 2017-10-03 05:00:57 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-02 21:00:57 -0700 |
| commit | bd858f0ceb3989e7266d75be97e625ece62c81bd (patch) | |
| tree | 1d7255d5190cac75d2a616d7c3d6f01086d87156 /scss | |
| parent | 61cc1d8ca659e1c05640ef994ece1e594c0779b9 (diff) | |
| download | bootstrap-bd858f0ceb3989e7266d75be97e625ece62c81bd.tar.xz bootstrap-bd858f0ceb3989e7266d75be97e625ece62c81bd.zip | |
Fix custom-select with "multiple" attribute (#23055)
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_custom-forms.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index f471be622..41dae4d76 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -162,6 +162,11 @@ } } + &[multiple] { + height: auto; + background-image: none; + } + &:disabled { color: $custom-select-disabled-color; background-color: $custom-select-disabled-bg; |
