Ensure that link text is user selectable

Fixes #138
print-window-tiddler
Jeremy Ruston 2013-08-24 17:06:49 +01:00
rodzic df0a1a7c42
commit cdf176e27c
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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 {