fallback color for load bars in case color-mix is not supported
This commit is contained in:
parent
a9b24aaf2c
commit
26970f86f6
1 changed files with 1 additions and 0 deletions
|
@ -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%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue