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

New commits:
commit 57621181fd3f1ca774129fb31a939114333f97f1
Author: Pranav Kant <pran...@collabora.co.uk>
Date:   Fri Jan 12 18:14:16 2018 +0530

    loleaflet: hide the caret on dialog canvas
    
    Otherwise, on firefox, when the dialog canvas has the focus, a caret
    different from the one overlayed by LOK, is shown.
    
    Change-Id: Ie38aae59f01a3811becca0bcf50c9d7d240bfa9b
    Reviewed-on: https://gerrit.libreoffice.org/47807
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/loleaflet/dist/loleaflet.css b/loleaflet/dist/loleaflet.css
index 38d9383e..79e04619 100644
--- a/loleaflet/dist/loleaflet.css
+++ b/loleaflet/dist/loleaflet.css
@@ -351,4 +351,5 @@ body {
 .lokdialog_canvas {
         cursor: default;
         display: block; /* required to remove all borders around canvas 
element */
+        caret-color: transparent; /* firefox shows a caret otherwise on 
top-left of the canvas */
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to