]> _ Git - fluidbook-html5.git/commitdiff
wait #5208 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 1 Apr 2022 10:59:35 +0000 (12:59 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 1 Apr 2022 10:59:35 +0000 (12:59 +0200)
js/libs/fluidbook/fluidbook.links.js
style/fluidbook.less

index 96d2623d73b0feb8798be935b0503196457bd023..17c6b48363003a698a754b0810dc9fb940f17f7a 100644 (file)
@@ -247,6 +247,7 @@ FluidbookLinks.prototype = {
                 $('div.link[data-id$="' + id + '"]').each(function () {
                     var l = this;
                     if (close !== 'none') {
+                        $(l).addClass('forceinteractive');
                         $(l).append('<a href="#" class="linkshowclose ' + close + '"></a>');
                     }
                     $(l).show();
index 1f9cf770cfa650fe6ca2646aad18b07592ef8654..16517becda5814f0d3e85439b64faa3bdfb92352 100644 (file)
@@ -33,6 +33,10 @@ use {
   text-decoration: underline;
 }
 
+.forceinteractive {
+  pointer-events: auto !important;
+}
+
 #message a:after {
   content: " ยป";
 }