Skip to content

Commit

Permalink
Working on the colors for the dropdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
jachin committed Mar 18, 2024
1 parent b0ba1e0 commit 409c822
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions site/demo-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ body {
--much-select-clear-button-border-color: var(--matt-purple);

/* Much Select Dropdown */
--much-select-dropdown-option-color: var(--text-color);
--much-select-dropdown-option-color-inverse: var(--lynx-white);
--much-select-dropdown-option-background-color: var(--lynx-white);
--much-select-dropdown-option-highlighted-background-color: var(--matt-purple);
--much-select-dropdown-option-active-background-color: var(--protoss-pylon);
Expand Down Expand Up @@ -188,12 +190,12 @@ body {
--much-select-clear-button-border-color: var(--electromagnetic);

/* Much Select Dropdown */
--much-select-dropdown-option-color: var(--good-night);
--much-select-dropdown-option-color-inverse: var(--megaman);
--much-select-dropdown-option-background-color: var(--hint-of-elusive-blue);
--much-select-dropdown-option-highlighted-background-color: var(--free-speech-blue);
--much-select-dropdown-option-active-background-color: var(--minty-green);
--much-select-dropdown-option-selected-background-color: var(--black-pearl);
--much-select-dropdown-option-color: var(--text-color);
--much-select-dropdown-option-color-inverse: var(--hint-of-pensive);
--much-select-dropdown-option-background-color: var(--mazarine-blue);
--much-select-dropdown-option-highlighted-background-color: var(--naval);
--much-select-dropdown-option-active-background-color: var(--protoss-pylon);
--much-select-dropdown-option-selected-background-color: var(--periwinkle);
--much-select-dropdown-optgroup-background-color: var(--blue-nights);
--much-select-dropdown-footer-color: var(--hint-of-pensive);
--much-select-dropdown-footer-background-color: var(--chain-gang-grey);
Expand Down

0 comments on commit 409c822

Please sign in to comment.