Page MenuHomePhabricator

Remove JS adding/removing 'hover' CSS class, use :hover pseudoclass instead
Closed, ResolvedPublic

Description

This is about the UploadWizard extension.

Remove JS adding/removing 'hover' CSS class, use :hover pseudoclass instead.

To find places where this is used, search for addClass( 'hover' ) in JavaScript files and .hover in CSS files.

There seem to be two distinct places using this, one related to jquery.showThumbCtrl plugin, the other related to mw.UploadWizardUploadInterface class.

Event Timeline

matmarex raised the priority of this task from to Needs Triage.
matmarex updated the task description. (Show Details)
matmarex subscribed.
Restricted Application added subscribers: StudiesWorld, Steinsplitter, Aklapper. · View Herald Transcript
MarkTraceur triaged this task as Medium priority.Dec 7 2015, 4:09 PM
MarkTraceur subscribed.

Change 260327 had a related patch set uploaded (by Ananay):
Remove JS adding/removing 'hover' CSS class, use :hover pseudoclass instead in UploadWizard (Wikimedia)

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

Change 260327 merged by jenkins-bot:
Remove JS adding/removing 'hover' CSS class, use :hover pseudoclass instead

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

matmarex assigned this task to ananayarora.
matmarex removed a project: Patch-For-Review.