IO-3020 IO-3036 Update ESLint. Add LockWrapper for Header. Add Blur Wrapper.

This commit is contained in:
Patrick Fic
2024-11-29 14:38:56 -08:00
parent 4433f0f57f
commit 801cd724ac
7 changed files with 393 additions and 212 deletions

View File

@@ -173,3 +173,9 @@
.muted-button:hover {
color: darkgrey;
}
.blur-feature {
filter: blur(5px);
user-select: none;
pointer-events: none;
}