mirror of
https://github.com/ansible/awx.git
synced 2026-01-29 15:24:42 -03:30
add back in background hover of stdout line
This commit is contained in:
parent
93f5b19685
commit
5b0e3c4482
@ -171,6 +171,11 @@
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.JobResultsStdOut-aLineOfStdOut:hover,
|
||||
.JobResultsStdOut-aLineOfStdOut:hover .JobResultsStdOut-lineNumberColumn {
|
||||
background-color: @default-bg;
|
||||
}
|
||||
|
||||
.JobResultsStdOut-footer {
|
||||
height: 10px;
|
||||
border-bottom-right-radius: 5px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user