Skip to content

Commit

Permalink
fix(number-input): cover input control outlines on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Feb 5, 2021
1 parent 852ba1b commit 0ca2ae8
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@

&:hover {
@include focus-outline('outline');

border: 0;
}
}

Expand All @@ -202,8 +204,9 @@
border-bottom-color: transparent;

&:hover {
border-top: 2px solid $support-01;
border-bottom: 2px solid $support-01;
@include focus-outline('invalid');

border: 0;
}
}

Expand Down

0 comments on commit 0ca2ae8

Please sign in to comment.