mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 17:25:40 +03:00
Merge pull request #431 from cvennevik/perf-modal-backdrop-filter
(performance) Remove backdrop-filter blur and saturate effects from modals
This commit is contained in:
commit
0b4c720153
1 changed files with 0 additions and 5 deletions
|
@ -9,7 +9,6 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: var(--backdrop-color);
|
background-color: var(--backdrop-color);
|
||||||
backdrop-filter: blur(24px);
|
|
||||||
animation: appear 0.5s var(--timing-function) both;
|
animation: appear 0.5s var(--timing-function) both;
|
||||||
}
|
}
|
||||||
#modal-container > div .sheet {
|
#modal-container > div .sheet {
|
||||||
|
@ -19,7 +18,3 @@
|
||||||
#modal-container > div:has(~ div) .sheet {
|
#modal-container > div:has(~ div) .sheet {
|
||||||
transform: scale(0.975);
|
transform: scale(0.975);
|
||||||
}
|
}
|
||||||
|
|
||||||
#modal-container > .light {
|
|
||||||
backdrop-filter: saturate(0.75);
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue