Compare commits

..

No commits in common. "d605eb788c2837476a1ac693cddc2eedb0521ca4" and "93c50762253cdc234f470d7df9a77be828708c28" have entirely different histories.

View File

@ -659,11 +659,6 @@ table.sys-apps tr:hover td { background: rgba(var(--text-rgb), 0.03); }
pointer-events: none;
}
.sys-detail-empty { color: rgba(var(--text-rgb), 0.55); }
/* The `display: flex` above is an author rule, so it beats the UA
`[hidden] { display: none }` without this the JS `el.hidden = true` can't
hide these overlays and they stack on top of a populated graph. */
.sys-detail-loading[hidden],
.sys-detail-empty[hidden] { display: none; }
.sys-detail-grid {
stroke: rgba(var(--text-rgb), 0.07);