[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX][UI] Fix menu (.nav-link) color in Vapor theme and remove page-top gap in...

"Gary Cunningham-Lee \(--- via TikiWiki-cvs" <[email protected]> Thu, 16 Jul 2026 13:44:32 +0000
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6a58e0405bdc4_382d0794345ae@gitlab-sidekiq-low-urgency-cpu-bound-v2-77c895df49-tq6np.mail>

Gary Cunningham-Lee pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
ed4f57fc by Gary Cunningham-Lee at 2026-07-16T22:26:25+09:00
[FIX][UI] Fix menu (.nav-link) color in Vapor theme and remove page-top gap in...
---
* [FIX][UI] Fix menu (.nav-link) color in Vapor theme and remove page-top gap in Morph theme caused by the skipnav link positioning. Thanks to luci for clues.

See merge request tikiwiki/tiki!10741

- - - - -


2 changed files:

- themes/morph/scss/_tiki-selectors.scss
- themes/vapor/scss/_css-variables.scss


Changes:

=====================================
themes/morph/scss/_tiki-selectors.scss
=====================================
@@ -32,6 +32,11 @@ button.dropdown-toggle + .dropdown-menu  .btn.dropdown-item {
     border-radius: 0;
     background-color: transparent; }
 
+    // This is needed to prevent a page-top gap.
+a.skipnav {
+    position: absolute;
+}
+
 // Forms
     // Tiki - match to button radius inside the input
 .input-group {


=====================================
themes/vapor/scss/_css-variables.scss
=====================================
@@ -208,4 +208,10 @@ body {
     --bs-border-width: 1px;
     --bs-light-bg-subtle: $light;
     --bs-info-bg-subtle: #065e94; // ($info)
+    .nav-link {
+        --bs-nav-link-color: #{$cyan}; // SCSS variable isn't being used for some reason.
+        &:hover {
+            color: $link-hover-color;
+        }
+    }
 }



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/ed4f57fcf29c2eaa0fc44767646ec2f07a4f9f4e

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/ed4f57fcf29c2eaa0fc44767646ec2f07a4f9f4e
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs