1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Ensure that link text is user selectable

Fixes #138
This commit is contained in:
Jeremy Ruston 2013-08-24 17:06:49 +01:00
parent df0a1a7c42
commit cdf176e27c

View File

@ -133,6 +133,7 @@ a.tw-tiddlylink {
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
color: {{$:/themes/tiddlywiki/snowwhite/colourmappings##linkforeground}}; 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 { .tw-sidebar-lists a.tw-tiddlylink {