[TikiWiki-commits] [Git][tikiwiki/tiki][master] [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 <69ca61d3d4720_3b18f074206e6@gitlab-sidekiq-low-urgency-cpu-bound-v2-6695d99cb4-cc9zg.mail>

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


Commits:
5a2588d0 by Gary Cunningham-Lee at 2026-03-30T20:36:00+09:00
[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

- - - - -


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/5a2588d0a1ab886492aed6520fc7e62ac20cb53f

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/5a2588d0a1ab886492aed6520fc7e62ac20cb53f
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.