noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 18/19: nav-level2.active and nav-level3 activ


From: dwm
Subject: [Noalyss-commit] [noalyss] 18/19: nav-level2.active and nav-level3 active: border color
Date: Wed, 25 Sep 2024 06:45:06 -0400 (EDT)

sparkyx pushed a commit to branch unstable
in repository noalyss.

commit 63f978961d5e11ef90997368153e5d9b41cf12b7
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Mon Sep 23 11:54:49 2024 +0200

    nav-level2.active and nav-level3 active: border color
---
 html/css/style-classic7.css | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 483ec8b97..bab8568b8 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -3735,3 +3735,21 @@ h2.h-section {
     transform: scale(1);
      background-color: darkred;
  }
+
+ /**
+  * For level 2 and 3 no animation but border difference if active
+  */
+
+ .nav-level2 .nav-link.active::after, .nav-level3 .nav-link.active::after {
+     content: '';
+     position: absolute;
+     bottom: 0;
+     left: 0;
+     right: 0;
+     background-color:darkorange;
+     height: 3px;
+ }
+
+ .nav-level3 .nav-link.active::after {
+     background-color:yellow;
+ }
\ No newline at end of file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]