mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -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;
|
||||
}
|
||||
|
||||
.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 {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.JobResults .CodeMirror-cursors {
|
||||
display: none;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.JobResults-downloadTooLarge {
|
||||
|
||||
@@ -146,21 +146,6 @@
|
||||
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 {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.WorkflowResults .CodeMirror-cursors {
|
||||
display: none;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user