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 9708d22 Improved: Fix issues reported by SonarQube analysis on
Github (OFBIZ-12284)
9708d22 is described below
commit 9708d22afe8d77ebe93bda294d4216042f8c0784
Author: Jacques Le Roux <[email protected]>
AuthorDate: Fri Aug 6 10:48:26 2021 +0200
Improved: Fix issues reported by SonarQube analysis on Github (OFBIZ-12284)
Same than what Nicolas did before:
<<SonarQube detect all "less variables" with space before ':' as a bug.>>
---
themes/helveticus/webapp/helveticus/helveticus-main-theme.less | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
b/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
index f8f761f..2b96123 100644
--- a/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
+++ b/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
@@ -32,10 +32,10 @@
@warning: #ff9100;
@warningLight: #fff6ec;
-@font-color-for-dark : @grey;
-@font-color-for-main : @grey-darker;
+@font-color-for-dark: @grey;
+@font-color-for-main: @grey-darker;
@border-color:@grey-light;
-@shadow-color : rgba(72, 90, 117, 0.05);
+@shadow-color: rgba(72, 90, 117, 0.05);
@app-bar-height: 60px;
@footer-height: 20px;