Exclude toggle button of collapsible elements from user selection
authorFomafix <fomafix@googlemail.com>
Mon, 6 Jan 2014 15:05:39 +0000 (15:05 +0000)
committer[[mw:User:Fomafix]] <gerritpatchuploader@gmail.com>
Mon, 6 Jan 2014 15:05:39 +0000 (15:05 +0000)
Bug: 34445
Change-Id: I53e224a6cf60a55c40ababf9c05ce2dff3b8f179

resources/jquery/jquery.makeCollapsible.css

index 38938ab..55ea7c9 100644 (file)
@@ -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 */