remove box shadow from search box
This commit is contained in:
parent
b7e016fd5d
commit
14f5a33dfe
@ -27,8 +27,10 @@ $dropdown-padding: 8px 10px;
|
||||
.s25-search {
|
||||
font-size: 100%;
|
||||
line-height: 24px;
|
||||
|
||||
box-shadow: none;
|
||||
outline: 0;
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
outline: 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user