fallback color for load bars in case color-mix is not supported

This commit is contained in:
Gwendolyn 2024-12-27 13:11:32 +01:00
parent a9b24aaf2c
commit 26970f86f6

View file

@ -1914,6 +1914,7 @@ blink {
width: 40px; width: 40px;
height: 8px; height: 8px;
> .load-indicator { > .load-indicator {
--location-load-color: red;
--location-load-color: color-mix(in hsl, green, red var(--location-load-value)); --location-load-color: color-mix(in hsl, green, red var(--location-load-value));
display: block; display: block;
width: 100%; width: 100%;