Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
fix select
Browse files Browse the repository at this point in the history
  • Loading branch information
aquaminer authored and jloh committed Aug 10, 2020
1 parent 940dbb2 commit a3db9b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sass/elements/form.sass
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,12 @@ $label-color-dark: $grey-lighter !default
&::after
border-color: $input-arrow-dark
select
+input
&[disabled]:hover,
fieldset[disabled] &:hover
border-color: $input-disabled-border-color-dark
option
color: $input-color-dark
// States
&:not(.is-multiple):not(.is-loading):hover
&::after
Expand Down

0 comments on commit a3db9b5

Please sign in to comment.