From: Fomafix Date: Mon, 6 Jan 2014 15:05:39 +0000 (+0000) Subject: Exclude toggle button of collapsible elements from user selection X-Git-Tag: 1.31.0-rc.0~17325^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=e1159798bd1543f819b45d23e2f4632f85f017b2;p=lhc%2Fweb%2Fwiklou.git Exclude toggle button of collapsible elements from user selection Bug: 34445 Change-Id: I53e224a6cf60a55c40ababf9c05ce2dff3b8f179 --- diff --git a/resources/jquery/jquery.makeCollapsible.css b/resources/jquery/jquery.makeCollapsible.css index 38938abfc3..55ea7c92f7 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 */