Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
search hover also for focus
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 15, 2015
1 parent ec8352c commit 2f6905f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/components/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
border-radius: 1.68rem;
transition: border .3s ease-in;

&:hover {
&:focus, &:hover {
border: 1.5px solid lighten($hover-color, 5%);
}
}
Expand Down

0 comments on commit 2f6905f

Please sign in to comment.