Skip to content

Commit

Permalink
fix: category dropdown (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenltnguyen authored Apr 23, 2024
1 parent 058d7d0 commit ed78804
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -804,11 +804,19 @@ div.select-kit-header {
}
}

// Dropdown items
// Dropdown
.select-kit-header {
color: $fcc-primary-color $i;
}

.select-kit-header:hover,
.select-kit.is-expanded .select-kit-header,
.select-kit-row.is-highlighted,
.select-kit-row.is-selected, {
.select-kit-row.is-selected,
.select-kit-row.is-highlighted a,
.select-kit-row.is-highlighted span {
background-color: $primary $i;
color: $fcc-quaternary-background $i;
color: $primary-low $i;
}

.search-menu-container .search-input {
Expand Down

0 comments on commit ed78804

Please sign in to comment.