Clicking a recent error opens the log on that line and acks it, so acknowledged means seen
This commit is contained in:
@@ -701,6 +701,14 @@ mark { background: #5d4037; color: #ffcc80; border-radius: 2px; }
|
||||
color: #555; border-color: #333; flex-shrink: 0; }
|
||||
.vv-ack-btn:hover { color: #aaa; border-color: #555; }
|
||||
.vv-err-line { color: #888; font-size: 11px; word-break: break-all; line-height: 1.4; }
|
||||
/* The error text opens the log at that line. Underlined on hover only — a permanently decorated
|
||||
line of log output is harder to read, and this block exists to be read first. */
|
||||
.vv-err-line-open { cursor: pointer; }
|
||||
.vv-err-line-open:hover { color: #ccc; text-decoration: underline; text-decoration-color: #4a4a4a; }
|
||||
/* The line the operator was sent to. Left bar rather than a full highlight: the log is dense and
|
||||
a filled background over one wrapped line reads as a block of colour, not a pointer. */
|
||||
.vv-log-jump { background: #23303a; color: #dfe8ee; border-left: 3px solid #4a7ea0;
|
||||
padding-left: 5px; margin-left: -8px; display: inline-block; width: calc(100% + 3px); }
|
||||
|
||||
/* Locks */
|
||||
.vv-locks-list { display: flex; flex-direction: column; }
|
||||
|
||||
Reference in New Issue
Block a user