1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-21 12:53:15 +00:00

iPhone/iPad: Prevent long presses on tiddlylinks from triggering a preview

This commit is contained in:
jeremy@jermolene.com 2022-08-31 17:44:31 +01:00
parent 0b1fc8e574
commit d62a16ee46

View File

@ -397,6 +397,7 @@ a.tc-tiddlylink {
font-weight: 500;
color: <<colour tiddler-link-foreground>>;
-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */
-webkit-touch-callout: none; /* Prevents long presses from bringing up a link preview */
}
.tc-sidebar-lists a.tc-tiddlylink {