Improved Zurb Foundation compatibility
The input fields have a slight box shadow which we want to remove here.
This commit is contained in:
parent
6a551dfe74
commit
d4b1247640
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
.select2-search--inline {
|
||||
.select2-search__field {
|
||||
outline: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue