summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2020-03-25 08:17:35 -0400
committerAndras Timar <andras.timar@collabora.com>2020-03-26 17:58:30 +0100
commitd97542209fa611c8f41a2d003c93039d100f2ec4 (patch)
tree6dd64a02b8aa75a56eef4fcf98738c3ea7f60179
parent5dcc1e42d0a4433bcdbb8fe913d368ce8c2ed527 (diff)
Revert "Desktop: Calc: formular bar: Decrease size of selection..."
The commit in question breaks clicking into the Formula-Bar. With that commit, the Formula-Bar doesn't take focus upon clicking most of the time, and only rarely does so (possibly depending on the precise location of the click). This reverts commit b906c6985ab0c9478699a409eb4974cfb1e30d2e. Change-Id: I2ff6b531b479c265935cbc44af4d2cbbaa7c418b Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91050 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91133 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r--loleaflet/css/selectionMarkers.css14
1 files changed, 2 insertions, 12 deletions
diff --git a/loleaflet/css/selectionMarkers.css b/loleaflet/css/selectionMarkers.css
index 9eecb6b25..9d2af07d6 100644
--- a/loleaflet/css/selectionMarkers.css
+++ b/loleaflet/css/selectionMarkers.css
@@ -23,18 +23,8 @@
.inputbar_selection_handles * {
z-index: 1;
}
-@media (min-width: 1024px) and (pointer: fine) {
- #tb_formulabar_item_formula .inputbar_selection_handles{
- top:-12px;
- }
- #tb_formulabar_item_formula .inputbar_selection_handles *{
- background-size: 20px;
- background-repeat: no-repeat;
- background-position-x: 3px;
- }
- #tb_formulabar_item_formula .inputbar_selection_handles .leaflet-selection-marker-start{
- background-position-x: 8px;
- }
+#tb_formulabar_item_formula .inputbar_selection_handles{
+ /*display: none;*/
}
@media (max-width: 767px), (max-device-height: 767px) and (pointer: coarse) {
#tb_formulabar_item_formula, #tb_formulabar_item_address {