Commit ca01103d authored by Phil Hughes's avatar Phil Hughes

Focus variable for dropzone

parent 8ffb02d9
...@@ -150,6 +150,7 @@ $light-grey-header: #faf9f9; ...@@ -150,6 +150,7 @@ $light-grey-header: #faf9f9;
*/ */
$gl-primary: $blue-normal; $gl-primary: $blue-normal;
$gl-success: $green-normal; $gl-success: $green-normal;
$gl-success-focus: rgba($gl-success, .4)
$gl-info: $blue-normal; $gl-info: $blue-normal;
$gl-warning: $orange-normal; $gl-warning: $orange-normal;
$gl-danger: $red-normal; $gl-danger: $red-normal;
......
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
&.is-dropzone-hover { &.is-dropzone-hover {
border-color: $gl-success; border-color: $gl-success;
box-shadow: 0 0 2px $black-transparent, box-shadow: 0 0 2px $black-transparent,
0 0 4px rgba($gl-success, .4); 0 0 4px $gl-success-focus;
.comment-toolbar, .comment-toolbar,
.nav-links { .nav-links {
......
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