Disable selection of text in events

This commit is contained in:
Petko Bordjukov 2022-09-14 10:11:46 +03:00
parent 23b0e75872
commit 0be033dedf
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
*= require_self *= require_self
*/ */
.event {
user-select: none;
}
.event.friend { .event.friend {
background: yellow !important; background: yellow !important;
} }