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:
Joshua T Flowers 2024-10-23 11:48:23 -04:00 committed by GitHub
parent 6eb9d6a83d
commit 91eeb179e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Set a fixed color to Select2 dropdown options

View File

@ -239,6 +239,10 @@ a.added_to_cart {
}
}
.select2-results__option:not(.select2-results__option--highlighted) {
color: #444;
}
.select2-selection .select2-selection__arrow {
position: absolute;
top: 0;