logs: fix logline hover background for timestamp
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user