[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX][UI] Fix color contrast of links in log-in module dropdown.
"Gary Cunningham-Lee \(--- via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6935714df13ed_2a2f0015c311ce@gitlab-sidekiq-low-urgency-cpu-bound-v2-78d969c448-rtpck.mail> |
Gary Cunningham-Lee pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
244ac451 by Gary Cunningham-Lee at 2025-12-07T21:13:39+09:00
[FIX][UI] Fix color contrast of links in log-in module dropdown.
---
* [FIX][UI] Fix color contrast of links in log-in module dropdown.
See merge request tikiwiki/tiki!9186
- - - - -
1 changed file:
- themes/base_files/scss/_tiki-pagetop_colors.scss
Changes:
=====================================
themes/base_files/scss/_tiki-pagetop_colors.scss
=====================================
@@ -13,7 +13,7 @@ body:not(.tiki-admin) .tiki-top-nav-dark
{
background: var(--tiki-top-bg);
color: var(--tiki-top-text-color); // Turns out it's necessary to provide a variable for this. Previously written: The idea for this was text, etc. that isn't a link, but probably anything in these nav zones that isn't a link will have its own CSS rules already.
- a:not(.navbar-brand,.dropdown-item,.btn,.sm-sub-link,.alert-link),
+ a:not(.navbar-brand,.dropdown-item,.dropdown a,.btn,.sm-sub-link,.alert-link),
.dropdown-toggle, // Moved from tiki-selectors (this and next line)
.nav-link.dropdown-toggle,
.btn.btn-link,
@@ -38,7 +38,7 @@ body:not(.tiki-admin) .tiki-top-nav-dark
{
background: var(--tiki-topbar-bg) !important;
color: var(--tiki-topbar-text-color);
- a:not(.navbar-brand,.dropdown-item,.btn,.sm-sub-link,.alert-link),
+ a:not(.navbar-brand,.dropdown-item,.dropdown-menu a,.btn,.sm-sub-link,.alert-link),
.dropdown-toggle, // Moved from tiki-selectors (this and next line)
.nav-link.dropdown-toggle,
.btn.btn-link,
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/244ac451b02881bdbbd345b436adddf93c554927
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/244ac451b02881bdbbd345b436adddf93c554927
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs