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 c99038bbb5 ISIS-3317: flatly CSS Navbar Font Color fixes
c99038bbb5 is described below

commit c99038bbb52e356f8767ae31b9a59577fd027947
Author: andi-huber <[email protected]>
AuthorDate: Tue Jan 3 10:29:19 2023 +0100

    ISIS-3317: flatly CSS Navbar Font Color fixes
---
 .../ui/pages/common/bootstrap/css/bootstrap-overrides-flatly.css    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-flatly.css
 
b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-flatly.css
index e97874d91e..7a80965cca 100644
--- 
a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-flatly.css
+++ 
b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-flatly.css
@@ -17,11 +17,11 @@
  *  under the License.
  */
 
-/* fixate menu label color on hover */
+/* fixate menu label color */
+.bg-primary .navbar-nav .nav-link,
 .bg-primary .navbar-nav .nav-link.active, 
 .bg-primary .navbar-nav .nav-link:focus, 
-.bg-primary .navbar-nav .nav-link:hover, 
-.bg-primary .navbar-nav .show > .nav-link {
+.bg-primary .navbar-nav .nav-link:hover {
        color: white !important;
 }
 

Reply via email to