Commit 4db7ed04 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'simplify-ide-colors' into 'master'

Simplify Web IDE colors

See merge request gitlab-org/gitlab!25304
parents e0c4746d 2487c978
...@@ -75,7 +75,7 @@ $ide-commit-header-height: 48px; ...@@ -75,7 +75,7 @@ $ide-commit-header-height: 48px;
.multi-file-tabs { .multi-file-tabs {
display: flex; display: flex;
background-color: $white-normal; background-color: $gray-light;
box-shadow: inset 0 -1px $white-dark; box-shadow: inset 0 -1px $white-dark;
> ul { > ul {
......
---
title: Simplifying colors in the Web IDE
merge_request: 25304
author:
type: other
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