summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Pinto Silva <pedro.silva@collabora.com>2020-01-14 13:04:36 +0100
committerPedro Pinto da Silva <pedro.silva@collabora.com>2020-01-14 13:11:06 +0100
commit4162d892e00398be9667f7beff93c6cd215d3cae (patch)
tree2651fc067a09e5a85d1a374c71b8571d85f01d70
parentf0d6b619e98a399dd667cbdb9000700046795e59 (diff)
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.silva@collabora.com> Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
-rw-r--r--loleaflet/css/spreadsheet.css7
1 files changed, 1 insertions, 6 deletions
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;