mirror of
https://github.com/Choices-js/Choices.git
synced 2026-03-14 14:45:47 +01:00
Update the base demo styles for dropdownParents
This commit is contained in:
parent
079849bb81
commit
a9417cf3f8
1 changed files with 5 additions and 0 deletions
|
|
@ -180,6 +180,11 @@ label + p {
|
|||
}
|
||||
}
|
||||
|
||||
/** Set the section color on the dropdown list to not inherit the white color */
|
||||
body > .choices__list {
|
||||
color: var(--section-color, #333);
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: block;
|
||||
margin-bottom: $global-guttering * 0.5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue