Commit b7c81819 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch '47771-highlighting-in-diff' into 'master'

Enabled text selection in diffs in Web IDE

Closes #47771

See merge request gitlab-org/gitlab-ce!26721
parents d11d8fa9 a7d169b4
......@@ -179,6 +179,14 @@ $ide-commit-header-height: 48px;
display: none;
}
.monaco-editor .selected-text {
z-index: 1;
}
.monaco-editor .view-lines {
z-index: 2;
}
.is-readonly,
.editor.original {
.view-lines {
......
---
title: Enabled text selection highlighting in diffs in Web IDE
merge_request: 26721
author: Isaac Smith
type: fixed
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