From e301c07d72de93ecd47043f1147c15e137258b85 Mon Sep 17 00:00:00 2001 From: Feripe-a <84395172+Feripe-a@users.noreply.github.com> Date: Sat, 1 Jan 2022 18:57:49 -0300 Subject: [PATCH] Readding /* Don't select furigana */ I accidentally deleted that line LOL --- templates/Japanese sentences/template.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/Japanese sentences/template.css b/templates/Japanese sentences/template.css index 775b2c2..63043ec 100644 --- a/templates/Japanese sentences/template.css +++ b/templates/Japanese sentences/template.css @@ -406,3 +406,9 @@ ol { color: gray; background-color: rgba(0, 0, 0, 0.20); } + +/* Don't select furigana */ + +.jpsentence ruby rt { + user-select: none; +}