Commit f79caeaa authored by Phil Hughes's avatar Phil Hughes

Merge branch '33629-scroll-color' into 'master'

Change border color of job's scroll controllers to $border-color

Closes #33629

See merge request !12129
parents 4124a1fb b411a235
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
background: $gray-light; background: $gray-light;
border: 1px solid $gray-normal; border: 1px solid $border-color;
color: $gl-text-color; color: $gl-text-color;
.truncated-info { .truncated-info {
......
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