mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 06:30:53 +03:00
Fixed #775 : Made text not-selectable
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: var(--lightTextColor);
|
color: var(--lightTextColor);
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox__label::before {
|
.checkbox__label::before {
|
||||||
|
|||||||
Reference in New Issue
Block a user