fix(ui): prevent focus on share popover text field

This commit is contained in:
David Hill 2026-01-24 22:17:59 +00:00
commit 30111d2b16
3 changed files with 4 additions and 3 deletions

View file

@ -51,7 +51,7 @@
border: 1px solid var(--border-weak-base);
background: var(--input-base);
&:focus-within {
&:focus-within:not(:has([data-readonly])) {
border-color: transparent;
/* border/shadow-xs/select */
box-shadow: