mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
This is unrelated to the rest of the PR, I just noticed this issue so decided to fix it. I can't find any explanation, or think of any good reason for this rule, so I'm burning it.
251 lines
5.0 KiB
SCSS
251 lines
5.0 KiB
SCSS
.select2-container {
|
|
&:hover .select2-choice,
|
|
&.select2-container-active .select2-choice {
|
|
background-color: $color-sel-hover-bg !important;
|
|
border-color: $color-sel-hover-bg !important;
|
|
}
|
|
.select2-choice {
|
|
background-image: none !important;
|
|
background-color: $color-sel-bg;
|
|
border: none !important;
|
|
box-shadow: none !important;
|
|
@include border-radius($border-radius);
|
|
color: $color-1 !important;
|
|
height: 31px;
|
|
line-height: inherit !important;
|
|
padding: 5px 15px 7px;
|
|
|
|
span {
|
|
display: block;
|
|
padding: 2px;
|
|
}
|
|
|
|
.select2-search-choice-close {
|
|
background-image: none !important;
|
|
@extend .icon-remove;
|
|
@extend [class^="icon-"], :before;
|
|
margin-top: 2px;
|
|
}
|
|
}
|
|
|
|
&.select2-container-active {
|
|
.select2-choice {
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
&.select2-dropdown-open .select2-choice div b {
|
|
@extend .icon-caret-up;
|
|
}
|
|
}
|
|
}
|
|
|
|
.select2-drop {
|
|
border-color: $color-sel-hover-bg;
|
|
box-shadow: none !important;
|
|
z-index: 1000000;
|
|
|
|
&.select2-drop-above {
|
|
border-color: $color-sel-hover-bg;
|
|
}
|
|
}
|
|
|
|
.select2-search {
|
|
@extend .icon-search;
|
|
|
|
color: darken($color-border, 15);
|
|
padding: 0 9px 0 0;
|
|
|
|
&:before {
|
|
@extend [class^="icon-"], :before;
|
|
|
|
position: absolute;
|
|
top: 13px;
|
|
left: 13px;
|
|
}
|
|
|
|
input {
|
|
@extend input, [type="text"];
|
|
|
|
padding: 6px 0 6px 25px;
|
|
margin: 5px 0 0 5px;
|
|
font-family: $base-font-family;
|
|
box-shadow: none;
|
|
background-image: none;
|
|
}
|
|
}
|
|
|
|
.select2-container .select2-choice .select2-arrow {
|
|
background-image: none;
|
|
background: transparent;
|
|
border: 0;
|
|
|
|
b {
|
|
padding-top: 7px;
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: none;
|
|
font-family: FontAwesome;
|
|
font-weight: 200 !important;
|
|
|
|
&:before {
|
|
content: "\f0d7";
|
|
}
|
|
}
|
|
}
|
|
|
|
.select2-results {
|
|
padding-left: 0 !important;
|
|
|
|
li {
|
|
&.select2-highlighted {
|
|
.select2-result-label {
|
|
&,
|
|
h6 {
|
|
color: $color-1 !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.select2-result-label {
|
|
color: $color-body-text;
|
|
min-height: 22px;
|
|
clear: both;
|
|
}
|
|
|
|
&.select2-no-results,
|
|
&.select2-searching {
|
|
padding: 5px;
|
|
background-color: transparent;
|
|
color: $color-body-text;
|
|
text-align: center;
|
|
font-weight: $font-weight-bold;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
|
|
.select2-highlighted {
|
|
background-color: $color-sel-bg;
|
|
}
|
|
}
|
|
|
|
.select2-container-multi {
|
|
&.select2-container-active,
|
|
&.select2-dropdown-open {
|
|
.select2-choices {
|
|
border-color: $color-btn-hover-bg !important;
|
|
box-shadow: none;
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
}
|
|
.select2-choices {
|
|
@extend input, [type="text"];
|
|
padding: 6px 3px 3px 3px;
|
|
box-shadow: none;
|
|
background-image: none !important;
|
|
|
|
.select2-search-choice {
|
|
@include border-radius($border-radius);
|
|
margin: 0 0 3px 3px;
|
|
background-image: none;
|
|
background-color: $color-btn-bg;
|
|
border: none;
|
|
box-shadow: none;
|
|
color: $color-1 !important;
|
|
|
|
&:hover {
|
|
background-color: $color-btn-hover-bg;
|
|
}
|
|
|
|
.select2-search-choice-close {
|
|
background-image: none !important;
|
|
@extend .icon-remove;
|
|
@extend [class^="icon-"], :before;
|
|
margin-left: 2px;
|
|
color: $color-1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
label .select2-container {
|
|
margin-top: -6px;
|
|
.select2-choice {
|
|
span {
|
|
text-transform: none;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
}
|
|
|
|
.select2-container {
|
|
.select2-choice,
|
|
.select2-choices {
|
|
height: $btn-relaxed-height !important; // !important is needed because of vendor/assets/stylesheets/select2.css.scss
|
|
padding: 10px;
|
|
}
|
|
}
|
|
|
|
.select2-container .select2-choices {
|
|
input {
|
|
position: relative;
|
|
top: -10px;
|
|
}
|
|
}
|
|
|
|
.select2-container {
|
|
.select2-choice {
|
|
padding: 10px 15px;
|
|
color: $near-black !important;
|
|
|
|
.select2-search-choice-close {
|
|
display: none !important;
|
|
}
|
|
.select2-arrow {
|
|
width: 27px; // adjust to align with tom-select
|
|
border: none;
|
|
background-image: none;
|
|
background-color: transparent;
|
|
|
|
b {
|
|
padding-top: 11px; // adjust to align with tom-select
|
|
&:before {
|
|
@include arrowDown;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
&.select2-container-multi {
|
|
.select2-search-field {
|
|
max-height: 20px;
|
|
input {
|
|
padding: 0 !important;
|
|
margin: 0 0 0 5px !important;
|
|
}
|
|
}
|
|
.select2-search-choice {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding-left: 7px;
|
|
|
|
.select2-search-choice-close {
|
|
position: relative;
|
|
order: -1;
|
|
width: auto;
|
|
left: 0;
|
|
top: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.select2-results li.select2-highlighted .select2-result-label,
|
|
.select2-results li.select2-highlighted .select2-result-label h6 {
|
|
color: $near-black !important;
|
|
}
|