Skip to content

Commit d4b1247

Browse files
committed
Improved Zurb Foundation compatibility
The input fields have a slight box shadow which we want to remove here.
1 parent 6a551df commit d4b1247

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/scss/theme/classic/layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
.select2-search--inline {
1616
.select2-search__field {
1717
outline: 0;
18+
box-shadow: none;
1819
}
1920
}
2021

0 commit comments

Comments
 (0)