From ab19a4c2b777a394236f63a52cb6c7a2f721c6ab Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 25 Mar 2017 23:33:22 +0100 Subject: [PATCH] Allow selection.. at least until various elements in the Appendix which are not keyboard- shortcuts are no longer . It's really practical to be able top copy Editor action names and OSC methods for example. --- source/css/app.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/css/app.css b/source/css/app.css index 6aa831c..7e11052 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -247,9 +247,6 @@ kbd { text-decoration: none; border-radius: .3em; cursor: default; - -moz-user-select: none; - -webkit-user-select: none; - user-select: none; background: rgb(250, 250, 250); background: -moz-linear-gradient(top, rgb(210, 210, 210), rgb(255, 255, 255)); background: -webkit-gradient(linear, left top, left bottom, from(rgb(210, 210, 210)), to(rgb(255, 255, 255))); -- 2.37.2