Commit abe3e1cf authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix color of input border and disabled input bg color

parent 62210cf5
......@@ -554,6 +554,8 @@ $input-danger-border: $red-400;
$input-group-addon-bg: #f7f8fa;
$gl-field-focus-shadow: rgba(0, 0, 0, 0.075);
$gl-field-focus-shadow-error: rgba($red-500, 0.6);
$input-disabled-bg: $gray-lighter;
$input-border-color: $border-color;
/*
* Help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment