1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-17 23:49:37 +02:00

style: 💄 starr: use --drop-down-menu-bg var on selects

This commit is contained in:
GilbN 2022-04-25 19:47:00 +02:00
parent 074df2fdbb
commit e977930f01

View File

@ -182,12 +182,12 @@ a:hover {
[class*="SelectInput-select-"]:active,
[class*="SelectInput-select-"]:focus {
background: #1e1e1e !important;
background: var(--drop-down-menu-bg) !important;
}
[class*="AutoSuggestInput-suggestionsList-"],
[class*="AutoSuggestInput-suggestionsContainerOpen-"] [class*="AutoSuggestInput-suggestionsContainer-"] {
background-color: #323232 !important;
background-color: var(--drop-down-menu-bg) !important;
color: white;
border: none !important;
}