[Libreoffice-commits] online.git: loleaflet/css

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 27 14:55:50 UTC 2020


 loleaflet/css/toolbar-mobile.css |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit c8b355bf1b5549b847c95cad889638b1676f0312
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Thu Feb 27 15:53:48 2020 +0100
Commit:     Pedro Pinto da Silva <pedro.silva at collabora.com>
CommitDate: Thu Feb 27 15:55:32 2020 +0100

    Mobile: Toolbar-up: make sure that there is no background being applied to any icon on checked status
    
    Change-Id: I1f419d485cefa387c35a9c42c9ac6671df909434
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89639
    Tested-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
    Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>

diff --git a/loleaflet/css/toolbar-mobile.css b/loleaflet/css/toolbar-mobile.css
index 07a43ad6d..53a0ece67 100644
--- a/loleaflet/css/toolbar-mobile.css
+++ b/loleaflet/css/toolbar-mobile.css
@@ -91,7 +91,8 @@
 		margin: -1px 0px auto 3px !important;
 	}
 	#toolbar-up .checked{
-		border-color: #fff;
+		border-color: #fff !important;
+		background: none !important;
 	}
 	#toolbar-up .checked .w2ui-tb-image, #toolbar-up .w2ui-tb-image:hover, #toolbar-up .w2ui-tb-image:focus, #toolbar-up .w2ui-tb-image:active, #toolbar-hamburger.menuwizard-closed:active{
 		-webkit-filter:  drop-shadow(0px 0px 4px #0b87e7);


More information about the Libreoffice-commits mailing list