1
0
mirror of synced 2024-11-22 13:06:08 +03:00

remove box shadow from search box

This commit is contained in:
Igor Vaynberg 2019-06-27 08:14:02 -07:00
parent b7e016fd5d
commit 14f5a33dfe

View File

@ -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;
} }
} }