This is an automated email from the ASF dual-hosted git repository.
danwatford 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 b04866dc8f Improved: Removed superfluous CSS property from helveticus
theme (OFBIZ-12790)
b04866dc8f is described below
commit b04866dc8ff6b75e5de7c8e836fb21170deff522
Author: Daniel Watford <[email protected]>
AuthorDate: Fri Mar 31 17:47:41 2023 +0100
Improved: Removed superfluous CSS property from helveticus theme
(OFBIZ-12790)
Addresses minor issue raised by sonacloud.
---
themes/helveticus/webapp/helveticus/helveticus-main-theme.less | 1 -
1 file changed, 1 deletion(-)
diff --git a/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
b/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
index 0617f467cd..b8503bce3c 100644
--- a/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
+++ b/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
@@ -443,7 +443,6 @@ a.buttontext{
right:2rem;
background-color: rgba(255, 255, 255, .9);
border-radius: 4px;
- padding:0 2rem;
box-shadow: 0 0 50px 0 @shadow-color;
padding:2rem;
z-index: 15;