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 2023/01/03 08:55:13 UTC

[isis] branch master updated: ISIS-3317: CSS navbar link color fix

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 a28f7f38b9 ISIS-3317: CSS navbar link color fix
a28f7f38b9 is described below

commit a28f7f38b9b439d9c1151a261b8e9a4ac2929ccc
Author: andi-huber <ah...@apache.org>
AuthorDate: Tue Jan 3 09:55:07 2023 +0100

    ISIS-3317: CSS navbar link color fix
---
 .../ui/pages/common/bootstrap/css/bootstrap-overrides-all-v2.css       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-all-v2.css b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-all-v2.css
index d1cdbe6318..9f0e2385cb 100644
--- a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-all-v2.css
+++ b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-all-v2.css
@@ -117,10 +117,9 @@ td .badge span,
     margin-bottom: 0px;
 }
 
-.nav-link, a, .btn-link {
+a, .btn-link {
 	color: var(--link-color);
 }
-.nav-link:focus, .nav-link:hover,
 a:focus, a:hover,
 .btn-link:focus, .btn-link:hover {
     color: var(--link-color-hover);