Skip to content

Commit

Permalink
Add hover to doropdown list
Browse files Browse the repository at this point in the history
  • Loading branch information
deletidev committed May 3, 2024
1 parent 16b7f8f commit 109fb2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/components/dropdown/dropdown.component.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
cursor: pointer;
}

.options li:hover {
color: var(--input-border-color-active);
}

.svg {
position: absolute;
top: 0;
Expand Down

0 comments on commit 109fb2b

Please sign in to comment.