loleaflet/css/spreadsheet.css |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 6d12845db98a39a0d51821bd92fff0c50b93afbd
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Wed Dec 18 09:41:17 2019 +0100
Commit:     Pedro Pinto da Silva <pedro.si...@collabora.com>
CommitDate: Wed Dec 18 09:44:12 2019 +0100

    Spreadsheet: disable dashed stroke for when the active object is a cell
    
    Change-Id: I4bf7ad0d76435754ffe8a8190569ad5d24f576dc
    Reviewed-on: https://gerrit.libreoffice.org/85361
    Reviewed-by: Pedro Pinto da Silva <pedro.si...@collabora.com>
    Tested-by: Pedro Pinto da Silva <pedro.si...@collabora.com>

diff --git a/loleaflet/css/spreadsheet.css b/loleaflet/css/spreadsheet.css
index 610c934df..010890f35 100644
--- a/loleaflet/css/spreadsheet.css
+++ b/loleaflet/css/spreadsheet.css
@@ -202,7 +202,12 @@
 .spreadsheet-header-row-resize {
        cursor: row-resize;
        }
-
+.spreadsheet-document .leaflet-zoom-animated > path:nth-child(2){
+       stroke: none !important;
+}
+.spreadsheet-document .leaflet-zoom-animated:hover > path:nth-child(2){
+       stroke: none !important;
+}
 .spreadsheet-cell-resize-marker {
        margin-left: 0px;
        margin-top: 0px;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to