css fix for select

This commit is contained in:
Andras Bacsai 2022-03-20 14:03:52 +01:00
parent 3d6b343adc
commit fdf998c181

View File

@ -47,7 +47,8 @@ select {
.svelte-select { .svelte-select {
--background: rgb(32 32 32); --background: rgb(32 32 32);
--inputColor: white; --inputColor: white;
--multiItemPadding: 0 0.5rem 0 0.5rem; --multiItemPadding: 0;
--multiSelectPadding: 0 0.5rem 0 0.5rem;
--border: none; --border: none;
--placeholderColor: rgb(87 83 78); --placeholderColor: rgb(87 83 78);
--listBackground: rgb(32 32 32); --listBackground: rgb(32 32 32);
@ -56,7 +57,7 @@ select {
--multiItemBG: rgb(32 32 32); --multiItemBG: rgb(32 32 32);
--multiClearHoverBG: transparent; --multiClearHoverBG: transparent;
--multiClearHoverFill: rgb(239 68 68); --multiClearHoverFill: rgb(239 68 68);
--multiItemActiveBG: rgb(107 22 237); --multiItemActiveBG: transparent;
--multiClearBG: transparent; --multiClearBG: transparent;
--clearSelectFocusColor: white; --clearSelectFocusColor: white;
--clearSelectHoverColor: rgb(239 68 68); --clearSelectHoverColor: rgb(239 68 68);