mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
changing readonlye UX for extra vars on workflow results and job results
by changing background and cursor type
This commit is contained in:
@@ -213,23 +213,8 @@ job-results-standard-out {
|
|||||||
color: @default-icon;
|
color: @default-icon;
|
||||||
}
|
}
|
||||||
|
|
||||||
.JobResults .CodeMirror.cm-s-default,
|
|
||||||
.JobResults .CodeMirror-line {
|
|
||||||
background-color: #f6f6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.JobResults .CodeMirror-gutter.CodeMirror-lint-markers,
|
|
||||||
.JobResults .CodeMirror-gutter.CodeMirror-linenumbers {
|
|
||||||
background-color: #ebebeb;
|
|
||||||
color: @b7grey;
|
|
||||||
}
|
|
||||||
|
|
||||||
.JobResults .CodeMirror-lines {
|
.JobResults .CodeMirror-lines {
|
||||||
cursor: default;
|
cursor: not-allowed;
|
||||||
}
|
|
||||||
|
|
||||||
.JobResults .CodeMirror-cursors {
|
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.JobResults-downloadTooLarge {
|
.JobResults-downloadTooLarge {
|
||||||
|
|||||||
@@ -146,21 +146,6 @@
|
|||||||
color: @default-icon;
|
color: @default-icon;
|
||||||
}
|
}
|
||||||
|
|
||||||
.WorkflowResults .CodeMirror.cm-s-default,
|
|
||||||
.WorkflowResults .CodeMirror-line {
|
|
||||||
background-color: #f6f6f6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.WorkflowResults .CodeMirror-gutter.CodeMirror-lint-markers,
|
|
||||||
.WorkflowResults .CodeMirror-gutter.CodeMirror-linenumbers {
|
|
||||||
background-color: #ebebeb;
|
|
||||||
color: @b7grey;
|
|
||||||
}
|
|
||||||
|
|
||||||
.WorkflowResults .CodeMirror-lines {
|
.WorkflowResults .CodeMirror-lines {
|
||||||
cursor: default;
|
cursor: not-allowed;
|
||||||
}
|
|
||||||
|
|
||||||
.WorkflowResults .CodeMirror-cursors {
|
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user