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 {
|
.s25-search {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
box-shadow: none;
|
||||||
|
outline: 0;
|
||||||
&:focus {
|
&:focus {
|
||||||
|
box-shadow: none;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user