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:
commit
abd0e7bd8f
1 changed files with 1 additions and 0 deletions
|
|
@ -662,6 +662,7 @@ details > summary:focus {
|
|||
bottom: var(--wrap-padding);
|
||||
left: var(--wrap-padding);
|
||||
right: var(--wrap-padding);
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue