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>
This commit is contained in:
Pedro Pinto Silva 2020-01-14 13:04:36 +01:00 committed by Pedro Pinto da Silva
parent f0d6b619e9
commit 4162d892e0

View file

@ -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;