prevent text unselectable block selection

This commit is contained in:
Peter Savchenko 2024-04-02 22:34:54 +03:00
commit 4d5bb8ae9c
No known key found for this signature in database
GPG key ID: E68306B1AB0F727C

View file

@ -89,8 +89,8 @@
font-style: italic;
}
&--unselectable {
user-select: none;
&--unselectable [contenteditable] {
border: 1px solid red;
pointer-events: none;
}
}