Help:Internet Explorer: Difference between revisions

Content deleted Content added
Gadget850 (talk | contribs)
references
Gadget850 (talk | contribs)
Line 22:
 
* Accessibility changes to the {{cite.php}} CSS added <code>user-select: none;</code>.<ref>[https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FCite/530ef0ab9ccda7a5adef8547b2f5c644e156e636/modules%2Fext.cite.css ext.cite.css]</ref> This is not supposed to be supported by IE9 but, apparently it causes this to fail oddly. IE8 and below do not support this selector; IE10 and above support it properly. Add this to your CSS and refresh:
ce
 
* Fix:
<syntaxhighlight lang="css">
.mw-cite-backlink, .cite-accessibility-label {display: inline !important;}