fix: hide inactive update metric separators
Honor the hidden state of the structured download telemetry container so its decorative separators never remain visible outside an active download.
This commit is contained in:
@@ -2537,6 +2537,10 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#updateProgressDetails[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.update-progress-separator {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user