From 0be033dedf52ddfcfd9d384349e0a39aba321d79 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Wed, 14 Sep 2022 10:11:46 +0300 Subject: [PATCH] Disable selection of text in events --- app/assets/stylesheets/application.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 2b83c3d..a714dab 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -14,6 +14,10 @@ *= require_self */ +.event { + user-select: none; +} + .event.friend { background: yellow !important; }