diff --git a/frontend/src/components/LogsViewer.vue b/frontend/src/components/LogsViewer.vue index f016705f8..656afcc9a 100644 --- a/frontend/src/components/LogsViewer.vue +++ b/frontend/src/components/LogsViewer.vue @@ -164,7 +164,6 @@ body { .log-line:hover { background-color: #333333; - } .log-line > .time { @@ -175,6 +174,10 @@ body { background-color: black; } +.log-line:hover > .time { + background-color: #333333; +} + .bottom-spacer { height: 5px; }