Gerrit Patch Uploader has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/105689


Change subject: Exclude toggle button of collapsible elements from user 
selection
......................................................................

Exclude toggle button of collapsible elements from user selection

Bug: 34445
Change-Id: I53e224a6cf60a55c40ababf9c05ce2dff3b8f179
---
M resources/jquery/jquery.makeCollapsible.css
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/89/105689/1

diff --git a/resources/jquery/jquery.makeCollapsible.css 
b/resources/jquery/jquery.makeCollapsible.css
index 38938ab..55ea7c9 100644
--- a/resources/jquery/jquery.makeCollapsible.css
+++ b/resources/jquery/jquery.makeCollapsible.css
@@ -1,6 +1,10 @@
 /* See also jquery.makeCollapsible.js */
 .mw-collapsible-toggle {
        float: right;
+       -moz-user-select: none;
+       -webkit-user-select: none;
+       -ms-user-select: none;
+       user-select: none;
 }
 
 /* collapse links in captions should be inline */

-- 
To view, visit https://gerrit.wikimedia.org/r/105689
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I53e224a6cf60a55c40ababf9c05ce2dff3b8f179
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Gerrit Patch Uploader <gerritpatchuploa...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to