loleaflet/css/notebookbar.css |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit d83c6163fdafbdf9154b4ec4c6a29b1cb4805f94
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Fri Sep 4 14:50:05 2020 +0200
Commit:     Pedro Silva <pedro.si...@collabora.com>
CommitDate: Fri Sep 4 15:18:50 2020 +0200

    Notebookbar: shortcutsbar: Fix hamburger menu entries hover state
    
    fix the transparent background on hover state for the menu entries
    introduced in https://gerrit.libreoffice.org/c/online/+/101833 by
    making sure that the style is just applied to the top level anchor
    
    Change-Id: I48d9d1cd22b618566d131c14d2cd2a345d21b85e
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102047
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Pedro Silva <pedro.si...@collabora.com>

diff --git a/loleaflet/css/notebookbar.css b/loleaflet/css/notebookbar.css
index 233742b6c..a6121768e 100644
--- a/loleaflet/css/notebookbar.css
+++ b/loleaflet/css/notebookbar.css
@@ -105,10 +105,11 @@
 
 .hasnotebookbar .notebookbar-shortcuts-bar #Menubar,
 .hasnotebookbar .notebookbar-shortcuts-bar #Menubar li,
-.hasnotebookbar .notebookbar-shortcuts-bar #Menubar a {
-       background-color: transparent;
+.hasnotebookbar .notebookbar-shortcuts-bar #Menubar > li > a {
+       background-color:transparent;
 }
 
+
 .hasnotebookbar .notebookbar-shortcuts-bar #Menubar > li > a {
        cursor: pointer;
        border: none;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to