Commit d4a58c68 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Style header search field on focus

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent aa97325d
...@@ -183,6 +183,13 @@ header { ...@@ -183,6 +183,13 @@ header {
font-size: 13px; font-size: 13px;
background-color: #f5f5f5; background-color: #f5f5f5;
border-color: #f5f5f5; border-color: #f5f5f5;
&:focus {
@include box-shadow(none);
outline: none;
border-color: #DDD;
background-color: #FFF;
}
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment