D3r1ck01 has uploaded a new change for review.
https://gerrit.wikimedia.org/r/262937
Change subject: jQuery.makeCollapsible: Font color of collapsible button set
......................................................................
jQuery.makeCollapsible: Font color of collapsible button set
The font color for the collapsible button is now set which inherits
its color from the parent class(mw-collapsible-toggle). If the background
color of the button which contains the collapsible button is changed,
readability of the button will not be difficult.
Bug: T63018
Change-Id: Icd0b8b3434ecf53a155e840d9ab3e276a60b7ca6
---
M resources/src/jquery/jquery.makeCollapsible.css
1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/37/262937/1
diff --git a/resources/src/jquery/jquery.makeCollapsible.css
b/resources/src/jquery/jquery.makeCollapsible.css
index 2e5efba..48f1b92 100644
--- a/resources/src/jquery/jquery.makeCollapsible.css
+++ b/resources/src/jquery/jquery.makeCollapsible.css
@@ -45,3 +45,8 @@
.mw-collapsible-toggle-li {
list-style: none;
}
+
+/* collapsible button(text link) inherits color from the parent class */
+.mw-collapsible-toggle a {
+ color: inherit;
+}
\ No newline at end of file
--
To view, visit https://gerrit.wikimedia.org/r/262937
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icd0b8b3434ecf53a155e840d9ab3e276a60b7ca6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: D3r1ck01 <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits