add back in background hover of stdout line

This commit is contained in:
John Mitchell 2016-11-16 13:40:11 -05:00 committed by jaredevantabor
parent 93f5b19685
commit 5b0e3c4482

View File

@ -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;