fix(ui): prevent focus on share popover text field
This commit is contained in:
parent
b695216063
commit
30111d2b16
3 changed files with 4 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue