fix: Set pointer-events to none on frappe control highlight after pseudo element
This commit is contained in:
parent
9930dd5444
commit
899bf95e09
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