From 3781a099ddb281cdfdada97942298ba50242ae97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sun, 21 Feb 2016 09:06:59 +0100 Subject: [PATCH] fix(): removed css background that should not have been there in last commit --- public/sass/base/_forms.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/public/sass/base/_forms.scss b/public/sass/base/_forms.scss index 79edd3591f9..25a95fafde8 100644 --- a/public/sass/base/_forms.scss +++ b/public/sass/base/_forms.scss @@ -32,7 +32,6 @@ input, button, select, textarea { - background-color: $input-bg; @include font-shorthand($font-size-base,normal,$line-height-base); // Set size, weight, line-height here } input,