From df4c4833fc68f10edbdf0873ea3238bba53a7a80 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Fri, 9 Sep 2016 11:59:36 -0500 Subject: Remove redundant mixins --- app/assets/stylesheets/framework/forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/assets/stylesheets/framework/forms.scss') diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss index a67d31de2f7..05e8ee0190d 100644 --- a/app/assets/stylesheets/framework/forms.scss +++ b/app/assets/stylesheets/framework/forms.scss @@ -73,7 +73,7 @@ label { } .form-control { - @include box-shadow(none); + box-shadow: none; border-radius: 3px; padding: $gl-vert-padding $gl-input-padding; } -- cgit v1.2.1