Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
166c4ee9
Commit
166c4ee9
authored
Jun 25, 2018
by
Paul Slaughter
Committed by
Phil Hughes
Jun 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Guide users towards editing capabilities in review mode of Web IDE"
parent
18565188
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
app/assets/stylesheets/pages/repo.scss
app/assets/stylesheets/pages/repo.scss
+11
-2
changelogs/unreleased/45933-webide-fade-uneditable-area.yml
changelogs/unreleased/45933-webide-fade-uneditable-area.yml
+5
-0
No files found.
app/assets/stylesheets/pages/repo.scss
View file @
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
{
...
...
changelogs/unreleased/45933-webide-fade-uneditable-area.yml
0 → 100644
View file @
166c4ee9
---
title
:
Fade uneditable area in Web IDE
merge_request
:
20008
author
:
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment