Set a fixed color to Select2 dropdown options (#52244)
* Set a fixed color to select2 dropdown options * Add changelog entry
This commit is contained in:
parent
6eb9d6a83d
commit
91eeb179e5
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Set a fixed color to Select2 dropdown options
|
|
@ -239,6 +239,10 @@ a.added_to_cart {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select2-results__option:not(.select2-results__option--highlighted) {
|
||||||
|
color: #444;
|
||||||
|
}
|
||||||
|
|
||||||
.select2-selection .select2-selection__arrow {
|
.select2-selection .select2-selection__arrow {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Reference in New Issue