Skip to content

Commit

Permalink
fix: input border
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Jan 17, 2020
1 parent de52afc commit db2928e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/styles/components/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@
[type="search"] {
height: rem(60);

&:focus {
box-shadow: 0 0 0 rem(2) $blue-300 inset;
}

&::placeholder {
color: $grey-500;
opacity: 1;
Expand Down

0 comments on commit db2928e

Please sign in to comment.