From 89a1465f2e40c0d6d8612fc86c0172bb1fe3600f Mon Sep 17 00:00:00 2001 From: Yakov Litvin Date: Wed, 17 Oct 2018 18:29:14 +0300 Subject: [PATCH] make method names selectable again It is very incovenient when you can't select and copy-paste a method name. The fact that I see `getConnectedNodes` but can't select it is annoying, so let's make the titles selectable again. --- docs/css/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/css/style.css b/docs/css/style.css index 1e9d4cc89..2957ae467 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -167,11 +167,6 @@ span.right-caret { tr.toggle { -webkit-touch-callout: none; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; cursor:pointer; }