mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 19:28:29 +00:00
web/SmallDialog: allow text selection in body
This commit is contained in:
parent
afb2fd3dad
commit
ff687dc771
@ -143,6 +143,8 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
color: var(--gray);
|
color: var(--gray);
|
||||||
|
user-select: text;
|
||||||
|
-webkit-user-select: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
.body-text:focus-visible {
|
.body-text:focus-visible {
|
||||||
|
Loading…
Reference in New Issue
Block a user