Skip to content

Commit

Permalink
metrics: Fix opacity for compressed saturated
Browse files Browse the repository at this point in the history
  • Loading branch information
garrett authored and martinpitt committed May 11, 2023
1 parent f2b51a5 commit 4654df8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/metrics/metrics.scss
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ $graphs: cpu, memory, disks, network;
.compressed.polygon-sat {
background: var(--gradient);
clip-path: inset(0 calc(100% - var(--saturation) * 100%) 0 0);
opacity: 0.7;
}

.compressed.polygon-use {
Expand Down

0 comments on commit 4654df8

Please sign in to comment.