Commit da8b8fe3 authored by Phil Hughes's avatar Phil Hughes

Merge branch '45933-webide-fade-uneditable-area' into 'master'

Resolve "Guide users towards editing capabilities in review mode of Web IDE"

Closes #45933

See merge request gitlab-org/gitlab-ce!20008
parents 18565188 166c4ee9
...@@ -281,8 +281,8 @@ ...@@ -281,8 +281,8 @@
} }
.margin { .margin {
background-color: $gray-light; background-color: $white-light;
border-right: 1px solid $white-normal; border-right: 1px solid $theme-gray-100;
.line-insert { .line-insert {
border-right: 1px solid $line-added-dark; border-right: 1px solid $line-added-dark;
...@@ -303,6 +303,15 @@ ...@@ -303,6 +303,15 @@
.multi-file-editor-holder { .multi-file-editor-holder {
height: 100%; height: 100%;
min-height: 0; min-height: 0;
&.is-readonly,
.editor.original {
.monaco-editor,
.monaco-editor-background,
.monaco-editor .inputarea.ime-input {
background-color: $theme-gray-50;
}
}
} }
.preview-container { .preview-container {
......
---
title: Fade uneditable area in Web IDE
merge_request: 20008
author:
type: changed
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