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

Pranav Kant pranavk at collabora.co.uk
Thu Jan 12 16:16:52 UTC 2017


 loleaflet/dist/menubar.css |   21 ---------------------
 1 file changed, 21 deletions(-)

New commits:
commit 9a4aba717a8b531d0f84e90f7c554497be9e2ef6
Author: Pranav Kant <pranavk at collabora.co.uk>
Date:   Thu Jan 12 21:45:47 2017 +0530

    loleaflet: Remove this hamburger <-> closebutton animation
    
    Change-Id: I0c5a4ad2ee0b1d7041091d54c21f538c1a2912f8

diff --git a/loleaflet/dist/menubar.css b/loleaflet/dist/menubar.css
index 5177f1d..e7e6a86 100644
--- a/loleaflet/dist/menubar.css
+++ b/loleaflet/dist/menubar.css
@@ -162,27 +162,6 @@
     left: 0;
 }
 
-
-/* x icon */
-
-#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
-    height: 0;
-    background: transparent;
-}
-
-#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
-    top: 0;
-    -webkit-transform: rotate(-45deg);
-    transform: rotate(-45deg);
-}
-
-#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
-    top: 0;
-    -webkit-transform: rotate(45deg);
-    transform: rotate(45deg);
-}
-
-
 /* hide menu state checkbox (keep it visible to screen readers) */
 
 #main-menu-state {


More information about the Libreoffice-commits mailing list