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

New commits:
commit 4162d892e00398be9667f7beff93c6cd215d3cae
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Tue Jan 14 13:04:36 2020 +0100
Commit:     Pedro Pinto da Silva <pedro.si...@collabora.com>
CommitDate: Tue Jan 14 13:11:06 2020 +0100

    Remove changes introduced in 85362 because :
    - it was causing improper behaviour when multiselecting
    - there is always a cell (svg path) that is been set always with diferent 
stroke color even when multiple cells are selected and so CSS shouldn't be 
modified but instead, probably, JS bits
    
    Change-Id: Ie8f11f14f5ffc958f646332c7fe2bc810b34d808
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86755
    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 010890f35..542d99a57 100644
--- a/loleaflet/css/spreadsheet.css
+++ b/loleaflet/css/spreadsheet.css
@@ -202,12 +202,7 @@
 .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