From b592e20a3c6d4ef75bf1042e5ee3b30df2481eaf Mon Sep 17 00:00:00 2001 From: k12ish Date: Sun, 8 Nov 2020 18:14:37 +0000 Subject: [PATCH 1/4] Improve compatibility with graphics pad/touchscreen When using anki with a graphics pad, text is often selected on accident. This snippet of CSS will fix that issue --- qt/aqt/data/web/css/reviewer-bottom.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt/aqt/data/web/css/reviewer-bottom.scss b/qt/aqt/data/web/css/reviewer-bottom.scss index 8d4788f86..e7a414552 100644 --- a/qt/aqt/data/web/css/reviewer-bottom.scss +++ b/qt/aqt/data/web/css/reviewer-bottom.scss @@ -65,6 +65,8 @@ button { #outer { border-top: 1px solid var(--border); + /* Better compatibility with graphics pad/touchscreen */ + -webkit-user-select: none; } #innertable { From 78168c72eca715eafe052b0df5c23e7dff5947d3 Mon Sep 17 00:00:00 2001 From: k12ish Date: Sun, 8 Nov 2020 18:34:30 +0000 Subject: [PATCH 2/4] Update CONTRIBUTORS --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ce1c41866..af1e46b4d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -67,6 +67,7 @@ Tsung-Han Yu Piotr Kubowicz RumovZ Cecini +Krish Shah ******************** From da7063f16be42371c7ca49425301fb425aa6fc0d Mon Sep 17 00:00:00 2001 From: k12ish Date: Sun, 8 Nov 2020 18:38:02 +0000 Subject: [PATCH 3/4] Revert "Update CONTRIBUTORS" This reverts commit 78168c72eca715eafe052b0df5c23e7dff5947d3. --- CONTRIBUTORS | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index af1e46b4d..ce1c41866 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -67,7 +67,6 @@ Tsung-Han Yu Piotr Kubowicz RumovZ Cecini -Krish Shah ******************** From cc5cb1eab62ecba84c0d88828312d1dde73b05dc Mon Sep 17 00:00:00 2001 From: k12ish <45272873+k12ish@users.noreply.github.com> Date: Sun, 8 Nov 2020 18:49:12 +0000 Subject: [PATCH 4/4] Update CONTRIBUTORS --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ce1c41866..af1e46b4d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -67,6 +67,7 @@ Tsung-Han Yu Piotr Kubowicz RumovZ Cecini +Krish Shah ********************