Skip to content

Commit

Permalink
fix: remove background color change on hover for dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarbee committed Jan 8, 2025
1 parent 6d200c2 commit 6944ae3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/reusable/dropdown/dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@
padding-right: 80px;
}

&:not([disabled]):hover {
background-color: var(--kd-color-background-accent-subtle);
}

&:hover {
border: 1px solid var(--kd-color-border-forms-default);
}

span {
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit 6944ae3

Please sign in to comment.