Skip to content
This repository was archived by the owner on Jan 25, 2021. It is now read-only.
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion templates/cassiopeia/scss/vendor/choicesjs/choices.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,21 @@
}
}
}
.choices__list--multiple .choices__item {
border-radius: 5px;
font-size: inherit;
font-weight: 500;
background-color: var(--info);
border: 1px solid $white;;
color: $white;

&.is-highlighted {
color: white;
Comment thread
chmst marked this conversation as resolved.
Outdated
background-color: var(--info);
border-color: var(--info);
opacity: .8;
}
}

.choices[data-type*="select-multiple"],
.choices[data-type*="text"] {
Expand All @@ -98,7 +113,7 @@
margin-bottom: 0;
margin-left: 8px;
line-height: 1;
border-left: 1px solid hsl(187, 100%, 32%);
border-left: 1px solid #ffffff;
Comment thread
chmst marked this conversation as resolved.
Outdated
opacity: .75;

&:hover,
Expand Down