This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release22.01
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release22.01 by this push:
new 4847919874 Improved: Helveticus App-Bar Css Issue - Height change on
hover (OFBIZ-12661)
4847919874 is described below
commit 4847919874e315caed3601f0f93bc56c045abedf
Author: Jacques Le Roux <[email protected]>
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;
}
}
}