chore: release v0.20.19
This commit is contained in:
@@ -741,7 +741,7 @@
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
flex-shrink: 0;
|
||||
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
|
||||
filter: var(--shadow-drop-icon);
|
||||
}
|
||||
|
||||
.weather-forecast {
|
||||
@@ -963,7 +963,7 @@
|
||||
.fab-backdrop {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
background: var(--color-backdrop-fab);
|
||||
z-index: calc(var(--z-nav) - 10);
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
|
||||
Reference in New Issue
Block a user