[TikiWiki-commits] [Git][tikiwiki/tiki][30.x] [FIX][UI] Use border-color CSS variable for menu options configuration...
"Gary Cunningham-Lee \(--- via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <69ca6e3826f5f_3b18f2a4271a@gitlab-sidekiq-low-urgency-cpu-bound-v2-6695d99cb4-ds28t.mail> |
Gary Cunningham-Lee pushed to branch 30.x at Tiki Wiki CMS Groupware / Tiki Commits: 71b4774e by Gary Cunningham-Lee at 2026-03-30T21:28:41+09:00 [FIX][UI] Use border-color CSS variable for menu options configuration... --- * [FIX][UI] Use border-color CSS variable for menu options configuration... --- * [FIX][UI] Use border-color CSS variable for menu options configuration borders, for optimal color contrast and theme color match. See merge request tikiwiki/tiki!9883 (cherry picked from commit 5a2588d0a1ab886492aed6520fc7e62ac20cb53f) 2e2884c7 [FIX][UI] Use border-color CSS variable for menu options configuration... Co-authored-by: Gary Cunningham-Lee <gary_c-39LOpZwlz1/[email protected]> See merge request tikiwiki/tiki!9886 - - - - - 1 changed file: - themes/base_files/scss/_tiki-wikipages_and_plugins.scss Changes: ===================================== themes/base_files/scss/_tiki-wikipages_and_plugins.scss ===================================== @@ -521,7 +521,7 @@ div.tiki_plugin { } .options-container #options { min-height: 10em; - border: 4px $gray-200 dashed; + border: 4px dashed var(--bs-border-color); } .options-container li { @@ -543,7 +543,7 @@ li .url-group { } .options-container > ol > li { - outline: 1px solid $gray-200; + outline: 1px solid var(--bs-border-color); margin-bottom: 5px; } View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/71b4774eee8b9341aaf764e617046ddbd15f2dc0 -- View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/71b4774eee8b9341aaf764e617046ddbd15f2dc0 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