Browse Source
Fix select2 style preference
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/13156/head
Julius Härtl
7 years ago
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with
3 additions and
3 deletions
-
core/css/inputs.scss
|
|
|
@ -474,9 +474,9 @@ div.select2-drop { |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
} |
|
|
|
.select2-container-multi { |
|
|
|
a.select2-choices, |
|
|
|
&.select2-container-active a.select2-choices { |
|
|
|
div.select2-container-multi { |
|
|
|
.select2-choices, |
|
|
|
&.select2-container-active .select2-choices { |
|
|
|
box-shadow: none; |
|
|
|
white-space: nowrap; |
|
|
|
text-overflow: ellipsis; |
|
|
|
|