mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -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:
parent
8d2b3b2b82
commit
5041fe5bf7
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user