Skip to content

Commit

Permalink
remove performance impacting dialog styles
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink authored Aug 22, 2024
1 parent f890885 commit 85d790a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/extra/normalize.src.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,14 +270,6 @@
color: inherit;
border-radius: var(--radius-3);
box-shadow: var(--shadow-6);

&::backdrop {
backdrop-filter: blur(25px);
}
}

:where(html:has(dialog[open])) {
overflow: hidden;
}

:where(menu) {
Expand Down

0 comments on commit 85d790a

Please sign in to comment.