summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/forms.scss
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-09-09 11:59:36 -0500
committerClement Ho <ClemMakesApps@gmail.com>2016-10-08 12:18:41 -0500
commitdf4c4833fc68f10edbdf0873ea3238bba53a7a80 (patch)
treefd4d575de0081cf22bd6b0ff742f003a73189d6b /app/assets/stylesheets/framework/forms.scss
parent6678fab3688b9f96c551a7926e85dc855b7d4bda (diff)
downloadgitlab-ce-df4c4833fc68f10edbdf0873ea3238bba53a7a80.tar.gz
Remove redundant mixins
Diffstat (limited to 'app/assets/stylesheets/framework/forms.scss')
-rw-r--r--app/assets/stylesheets/framework/forms.scss2
1 files changed, 1 insertions, 1 deletions
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;
}