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 f6a0acb Improved: Fix issues reported by SonarQube analysis on
Github (OFBIZ-12284)
f6a0acb is described below
commit f6a0acbd127cb9affd308a16d3f64b3617e8c542
Author: Jacques Le Roux <[email protected]>
AuthorDate: Fri Aug 6 12:33:30 2021 +0200
Improved: Fix issues reported by SonarQube analysis on Github (OFBIZ-12284)
Fixes issues in helveticus-main-theme.less file. Not quite sure about
removing
padding:2rem;
but should be OK
---
themes/helveticus/webapp/helveticus/helveticus-main-theme.less | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
b/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
index 2b96123..fd5b3c9 100644
--- a/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
+++ b/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
@@ -274,9 +274,9 @@ a.buttontext{
column-gap:1rem;
border-radius: 0.5rem;
display:inline-block;
+ margin:0.3rem;
margin-right:0.5rem;
font-weight: 600;
- margin:0.3rem;
&:hover{
color: @light-color-theme;
background:@main-color-theme;
@@ -445,7 +445,6 @@ a.buttontext{
border-radius: 4px;
padding:0 2rem;
box-shadow: 0 0 50px 0 @shadow-color;
- padding:2rem;
z-index: 15;
color: @font-color-for-main;
#user-name {