[TikiWiki-commits] [Git][tikiwiki/tiki][30.x] [FIX][UI] Commented out a rule that could potentially misapply the dropdown...
"Gary Cunningham-Lee \(--- via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <69c40260c3945_3b18dfa85103e@gitlab-sidekiq-low-urgency-cpu-bound-v2-c888ff6fd-96gvx.mail> |
Gary Cunningham-Lee pushed to branch 30.x at Tiki Wiki CMS Groupware / Tiki Commits: 6350423f by Gary Cunningham-Lee at 2026-03-26T00:34:57+09:00 [FIX][UI] Commented out a rule that could potentially misapply the dropdown... --- * [FIX][UI] Commented out a rule that could potentially misapply the dropdown... --- * [FIX][UI] Commented out a rule that could potentially misapply the dropdown background color to navbars (effectively reverts MR6966). See merge request tikiwiki/tiki!9851 (cherry picked from commit 06f4f0f79f72f27a8632a2b25c81cbcffb4cc1c5) fdd4b6fa [FIX][UI] Commented out a rule that could potentially misapply the dropdown... Co-authored-by: Gary Cunningham-Lee <gary_c-39LOpZwlz1/[email protected]> See merge request tikiwiki/tiki!9852 - - - - - 1 changed file: - themes/base_files/scss/_tiki-selectors.scss Changes: ===================================== themes/base_files/scss/_tiki-selectors.scss ===================================== @@ -1251,9 +1251,10 @@ blockquote { position: relative; } -.sm-navbar:not(.sm-navbar--dropdowns-only).sm-navbar { - --sm-collapsible-navbar-bg: var(--bs-dropdown-bg); -} +// Not sure the reason for this rule but the navbar background color should be set by L&F option, not the dropdown bg color. Reverts MR6966. +//.sm-navbar:not(.sm-navbar--dropdowns-only).sm-navbar { +// --sm-collapsible-navbar-bg: var(--bs-dropdown-bg); +//} .sm-sub-toggler::after { --sm-sub-toggler-icon-size: 0.7rem; View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/6350423f337d5078ffef3bac155658195a1eadab -- View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/6350423f337d5078ffef3bac155658195a1eadab 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