Cleanup and better style for outage state.

This commit is contained in:
ybouane 2024-10-10 02:07:55 -04:00
parent d0c0660ae9
commit ed349be81b
2 changed files with 1 additions and 2 deletions

View file

@ -77,7 +77,6 @@ class StatusBar extends HTMLElement {
}
set logs(logs) {
console.log(logs);
this.innerHTML = '';
this.logs_ = logs;
let now = Date.now();

View file

@ -59,7 +59,7 @@ status-bar {
position:relative;
&[data-status="outage"] {
background:#ea1313;
box-shadow:0px 0px 3px #ea131355;
border: 1px dashed #ffb704;
}
&[data-status="highly-degraded"] {
background:#cc263f;