Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
bd858f0c
Commit
bd858f0c
authored
7 years ago
by
Lodder
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix custom-select with "multiple" attribute (#23055)
parent
61cc1d8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_custom-forms.scss
+5
-0
scss/_custom-forms.scss
with
5 additions
and
0 deletions
+5
-0
scss/_custom-forms.scss
+
5
-
0
View file @
bd858f0c
...
@@ -162,6 +162,11 @@
...
@@ -162,6 +162,11 @@
}
}
}
}
&
[
multiple
]
{
height
:
auto
;
background-image
:
none
;
}
&
:disabled
{
&
:disabled
{
color
:
$custom-select-disabled-color
;
color
:
$custom-select-disabled-color
;
background-color
:
$custom-select-disabled-bg
;
background-color
:
$custom-select-disabled-bg
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment