You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2022/06/29 08:54:52 UTC

[ofbiz-framework] branch trunk updated: Improved: Helveticus App-Bar Css Issue - Height change on hover (OFBIZ-12661)

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 415b0124fe Improved: Helveticus App-Bar Css Issue - Height change on hover (OFBIZ-12661)
415b0124fe is described below

commit 415b0124fe69b849857876b04a7298a6b3393c64
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Wed Jun 29 10:52:55 2022 +0200

    Improved: Helveticus App-Bar Css Issue - Height change on hover (OFBIZ-12661)
    
    When hovering an app-navigation item, the height of the app bar changes.
    Doesn't look good. Attached the correction.
    
    Thanks: Ingo Wolfmayr
---
 themes/helveticus/webapp/helveticus/helveticus-main-theme.less | 1 +
 1 file changed, 1 insertion(+)

diff --git a/themes/helveticus/webapp/helveticus/helveticus-main-theme.less b/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
index b098be0de7..07461acece 100644
--- a/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
+++ b/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
@@ -493,6 +493,7 @@ a.buttontext{
           color:@dark-color-theme;
           font-weight: 600;
           font-size:1.2rem;
+          display: block;
         }
       }
     }