Commit a7d169b4 authored by Denys Mishunov's avatar Denys Mishunov

Enabled text selection in diffs in Web IDE

Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/47771

Changelog entry
parent a85fd76f
......@@ -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