Skip to content

Commit

Permalink
fix(multi-select): remove hover color on combobox
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Jan 27, 2021
1 parent c881fa4 commit 47bbaab
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@
color: $text-01;
}

.#{$prefix}--multi-select--filterable:hover .#{$prefix}--text-input {
background-color: $hover-ui;
}

.#{$prefix}--multi-select--filterable.#{$prefix}--list-box--disabled:hover
.#{$prefix}--text-input {
background-color: $field-01;
Expand Down

0 comments on commit 47bbaab

Please sign in to comment.