Merge pull request #31831 from cogk/fix-highlighted-field-not-clickable

fix: Set pointer-events to none on frappe-control highlight pseudo element
This commit is contained in:
Ejaaz Khan 2025-03-22 16:21:16 +05:30 committed by GitHub
commit abd0e7bd8f
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;
}
}