logs: fix logline hover background for timestamp

This commit is contained in:
Johannes Zellner
2023-07-12 14:40:35 +02:00
parent 76fa45c88d
commit 0ccbc76f31
+4 -1
View File
@@ -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;
}