From d4b1247640c9986815145ba1af26387512cd89d1 Mon Sep 17 00:00:00 2001 From: Paul Mohr <github@sopamo.de> Date: Mon, 27 Apr 2015 16:40:41 +0200 Subject: [PATCH] Improved Zurb Foundation compatibility The input fields have a slight box shadow which we want to remove here. --- src/scss/theme/classic/layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/theme/classic/layout.scss b/src/scss/theme/classic/layout.scss index 13fd2a32..d63e1d21 100644 --- a/src/scss/theme/classic/layout.scss +++ b/src/scss/theme/classic/layout.scss @@ -15,6 +15,7 @@ .select2-search--inline { .select2-search__field { outline: 0; + box-shadow: none; } }