From cdf176e27c3f7430c854739134d01f922ad07b05 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 24 Aug 2013 17:06:49 +0100 Subject: [PATCH] Ensure that link text is user selectable Fixes #138 --- themes/tiddlywiki/snowwhite/base.tid | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index 25be30d36..13c78505a 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -133,6 +133,7 @@ a.tw-tiddlylink { font-style: normal; font-weight: normal; color: {{$:/themes/tiddlywiki/snowwhite/colourmappings##linkforeground}}; + -webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */ } .tw-sidebar-lists a.tw-tiddlylink {