You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/25 10:50:40 UTC

[isis] branch master updated: ISIS-2877: css fix: consistent link coloring

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 081cfe5e1b ISIS-2877: css fix: consistent link coloring
081cfe5e1b is described below

commit 081cfe5e1be9c96e8a9b2969da4a1943afde10f3
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Apr 25 12:50:34 2022 +0200

    ISIS-2877: css fix: consistent link coloring
---
 .../wicket/ui/components/scalars/ScalarPanelFormFieldAbstract.html      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/ScalarPanelFormFieldAbstract.html b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/ScalarPanelFormFieldAbstract.html
index 734b5b4038..740c87464d 100644
--- a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/ScalarPanelFormFieldAbstract.html
+++ b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/ScalarPanelFormFieldAbstract.html
@@ -210,7 +210,7 @@
 		</wicket:fragment>
 		
 		<wicket:fragment wicket:id="fragment-compact-link">
-			<a wicket:id="scalarValue" class="no-click-bubbling link-primary">
+			<a wicket:id="scalarValue" class="no-click-bubbling">
 				<span wicket:id="linkLabel" />
 			</a>
 		</wicket:fragment>