1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Desktop: TinyMCE: Fixed clicking a link within a checkbox label

This commit is contained in:
Laurent Cozic
2020-05-04 23:08:36 +01:00
parent 9a2f0bee29
commit f2a1597ecc
3 changed files with 20 additions and 1 deletions

View File

@ -38,10 +38,13 @@ pluginAssets[2] = function(theme:any) {
mime: 'text/css',
text: `
/* https://stackoverflow.com/questions/7478336/only-detect-click-event-on-pseudo-element#comment39751366_7478344 */
/* Not doing this trick anymore. See Modules/TinyMCE/JoplinLists/src/main/ts/ui/Buttons.ts */
/*
ul.joplin-checklist li {
pointer-events: none;
}
*/
ul.joplin-checklist {
list-style:none;