From 96216f25f42ea3a5fd300e00b81f15aa00a4ffd1 Mon Sep 17 00:00:00 2001 From: Mattias Bodlund Date: Wed, 28 May 2025 18:38:43 +0200 Subject: [PATCH] na --- app/assets/stylesheets/application.css | 3 +++ app/views/questions/result.html.erb | 2 +- app/views/questions/shared_result.html.erb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 008dd79..02041d7 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -449,6 +449,9 @@ main { border-radius: 1.6rem; background-color: var(--clr-white); cursor: pointer; + user-select: none; + -webkit-user-select: none; + -webkit-tap-highlight-color: transparent; & div { position: relative; diff --git a/app/views/questions/result.html.erb b/app/views/questions/result.html.erb index 38d9a78..5bc4d82 100644 --- a/app/views/questions/result.html.erb +++ b/app/views/questions/result.html.erb @@ -4,7 +4,7 @@ %> -
+
diff --git a/app/views/questions/shared_result.html.erb b/app/views/questions/shared_result.html.erb index 3f4e24d..4a6f824 100644 --- a/app/views/questions/shared_result.html.erb +++ b/app/views/questions/shared_result.html.erb @@ -4,7 +4,7 @@ %> -
+