💄(search): Show focus around search input

This commit is contained in:
Ben Gotow 2016-03-07 17:05:00 -08:00
parent 0d15c6cea6
commit 9bb181ef3e
2 changed files with 3 additions and 2 deletions

View file

@ -20,7 +20,7 @@
padding-right: 26px;
width: 100%;
height: 23px;
border: 0;
border: 1px solid transparent;
box-shadow: 0 0.5px 0 rgba(0,0,0,0.15), 0 -0.5px 0 rgba(0,0,0,0.15), 0.5px 0 0 rgba(0,0,0,0.15), -0.5px 0 0 rgba(0,0,0,0.15);
}
input.empty {

View file

@ -32,7 +32,8 @@ input[type="url"] {
textarea,
input[type="text"],
input[type="email"] {
input[type="email"],
.search-bar .menu .header-container input {
&:focus {
border: 1px solid @accent-primary;
box-shadow: 0 0 1.5px @accent-primary;