[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3-0' - loleaflet/dist
Pranav Kant
pranavk at collabora.co.uk
Mon Jan 15 19:10:26 UTC 2018
loleaflet/dist/loleaflet.css | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 57621181fd3f1ca774129fb31a939114333f97f1
Author: Pranav Kant <pranavk at 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 <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at 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 */
}
More information about the Libreoffice-commits
mailing list