mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Merge pull request #5727 from jaredevantabor/copy-paste-vars
changing readonlye UX for extra vars on workflow results and job results
This commit is contained in:
commit
b4c3699250
@ -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