Commit 166c4ee9 authored by Paul Slaughter's avatar Paul Slaughter Committed by Phil Hughes

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

parent 18565188
......@@ -281,8 +281,8 @@
}
.margin {
background-color: $gray-light;
border-right: 1px solid $white-normal;
background-color: $white-light;
border-right: 1px solid $theme-gray-100;
.line-insert {
border-right: 1px solid $line-added-dark;
......@@ -303,6 +303,15 @@
.multi-file-editor-holder {
height: 100%;
min-height: 0;
&.is-readonly,
.editor.original {
.monaco-editor,
.monaco-editor-background,
.monaco-editor .inputarea.ime-input {
background-color: $theme-gray-50;
}
}
}
.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