fix: Set pointer-events to none on frappe control highlight after pseudo element

This commit is contained in:
Corentin Forler 2025-03-20 13:27:29 +01:00 committed by GitHub
parent 9930dd5444
commit 899bf95e09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -662,6 +662,7 @@ details > summary:focus {
bottom: var(--wrap-padding);
left: var(--wrap-padding);
right: var(--wrap-padding);
pointer-events: none;
}
}