summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/forms.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-22 11:40:38 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-22 11:40:38 -0500
commit496c3779fecf4461ab41643f6f0c236d0667108f (patch)
tree4c1ffd4ac99ac7785e6e4abc7469061cf1beafdd /app/assets/stylesheets/framework/forms.scss
parentf1315c85f91c76d308069a741db2a4a0d89d509e (diff)
downloadgitlab-ce-496c3779fecf4461ab41643f6f0c236d0667108f.tar.gz
Finish cleaning up reassigned variables
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 a70eece8f68..afd888af672 100644
--- a/app/assets/stylesheets/framework/forms.scss
+++ b/app/assets/stylesheets/framework/forms.scss
@@ -8,7 +8,7 @@ input {
input[type='text'].danger {
background: $input-danger-bg !important;
- border-color: $input-danger-border;
+ border-color: $red-400;
text-shadow: 0 1px 1px $white-light;
}