Skip to content

Commit

Permalink
fix(searchfield): search field focused style fix (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Aug 23, 2018
1 parent d3a677f commit 4458a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SearchField/SearchField.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $search-field-border-radius: 30px;
}

&.focused {
border-color: $blue;
border-color: $blue !important;
box-shadow: $input-focus-box-shadow;
}

Expand Down

0 comments on commit 4458a19

Please sign in to comment.