loleaflet/css/selectionMarkers.css |   16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

New commits:
commit 02ca6142e362e8ebbfb60d1a8275bbeec111cd87
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Fri Feb 7 14:34:58 2020 +0100
Commit:     Marco Cecchetti <marco.cecche...@collabora.com>
CommitDate: Fri Feb 7 19:05:56 2020 +0100

    Mobile: Calc: Formula bar: make text selection handles visible and hide 
them on desktop
    
    Change-Id: Iaf5b207fd641ff0b2428801b0972277a382b87e7
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88197
    Reviewed-by: Marco Cecchetti <marco.cecche...@collabora.com>
    Tested-by: Marco Cecchetti <marco.cecche...@collabora.com>

diff --git a/loleaflet/css/selectionMarkers.css 
b/loleaflet/css/selectionMarkers.css
index 70cd6d233..a0dd4ccde 100644
--- a/loleaflet/css/selectionMarkers.css
+++ b/loleaflet/css/selectionMarkers.css
@@ -12,7 +12,7 @@
        width: 30px;
        height: 44px;
        background-image: url('images/handle_end.svg');
-       }
+}
 
 .leaflet-cursor-handler {
        margin-left: -14px;
@@ -20,3 +20,17 @@
        height: 44px;
        background-image: url('images/cursor-handler.svg');
 }
+.inputbar_selection_handles * {
+       z-index: 1;
+}
+#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 {
+               height: 54px !important;
+       }
+       #tb_formulabar_item_formula > div, #tb_formulabar_item_address > div {
+               margin-top: -16px;
+       }
+}
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to