mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-29 13:00:12 +02:00
web/SmallDialog: allow text selection in body
This commit is contained in:
parent
204e025656
commit
ce609ad201
@ -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…
x
Reference in New Issue
Block a user