remove box shadow from search box
This commit is contained in:
parent
b7e016fd5d
commit
14f5a33dfe
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue