Skip to content

Commit

Permalink
fix(#862): remove form <select> thick border in Chrome (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
isabellechanclou authored Nov 16, 2021
1 parent 745aa68 commit 2028fd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/forms/_form-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

&:focus {
border-color: $form-select-focus-border-color !important; // stylelint-disable-line declaration-no-important
outline: 0;
@if $enable-shadows {
@include box-shadow($form-select-box-shadow, $form-select-focus-box-shadow);
} @else {
Expand Down

0 comments on commit 2028fd7

Please sign in to comment.