[Libreoffice-commits] online.git: loleaflet/dist

Henry Castro hcastro at collabora.com
Thu Jun 25 13:39:55 PDT 2015


 loleaflet/dist/leaflet.css |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 48d7af637859c87c7ee2776bb885a0aafe87101d
Author: Henry Castro <hcastro at collabora.com>
Date:   Thu Jun 25 16:37:57 2015 -0400

    loleaflet: Avoid mouse click on blinking cursor.

diff --git a/loleaflet/dist/leaflet.css b/loleaflet/dist/leaflet.css
index c9ddf55..f161094 100644
--- a/loleaflet/dist/leaflet.css
+++ b/loleaflet/dist/leaflet.css
@@ -560,6 +560,7 @@
 
 .blinking-cursor {
   color: #2E3D48;
+  pointer-events: none;
   -webkit-animation: 1s blink step-end 0s infinite;
   -moz-animation: 1s blink step-end 0s infinite;
   -ms-animation: 1s blink step-end 0s infinite;


More information about the Libreoffice-commits mailing list