[Libreoffice-commits] online.git: loleaflet/css
Ashod Nakashian (via logerrit)
logerrit at kemper.freedesktop.org
Wed Mar 25 13:07:24 UTC 2020
loleaflet/css/selectionMarkers.css | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
New commits:
commit fd978cf98eab06ca7053f6ced92a6c9667a30355
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
AuthorDate: Wed Mar 25 08:17:35 2020 -0400
Commit: Ashod Nakashian <ashnakash at gmail.com>
CommitDate: Wed Mar 25 14:07:06 2020 +0100
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 at gmail.com>
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
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;
}
- at 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 {
More information about the Libreoffice-commits
mailing list