more linting

This commit is contained in:
Henry Jameson 2025-03-31 12:51:17 +03:00
commit 3b2f1fbbc1
18 changed files with 34 additions and 70 deletions

View file

@ -25,10 +25,7 @@
&::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
inset: 0;
z-index: 5;
box-shadow: var(--_shadow);
pointer-events: none;
@ -107,10 +104,7 @@
&::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
inset: 0;
pointer-events: none;
}