Page MenuHomePhabricator

Counter-intuitive cursor when hovering over .statstable .expanded/.collapsed a at Special:LanguageStats
Closed, ResolvedPublicBUG REPORT

Description

List of steps to reproduce (step by step, including full links if applicable):

What happens?:

.statstable .expanded,.statstable .expanded a {
	cursor: n-resize
}
.statstable .collapsed,.statstable .collapsed a {
	cursor: s-resize
}

What should have happened instead?:

.statstable .expanded,.statstable .expanded a,
.statstable .collapsed,.statstable .collapsed a {
	cursor: pointer;
}

Those links work as buttons. They don't allow resizing anything and my cursor should reflect that.

Event Timeline

Nikerabbit moved this task from Backlog to Statistics on the MediaWiki-extensions-Translate board.
Nikerabbit added a project: good first task.

Change 822705 had a related patch set uploaded (by Aswathiprem24; author: Aswathiprem24):

[mediawiki/extensions/Translate@master] Special:LanguageStats: Changed counter-intuitive cursor

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

Change 822705 merged by jenkins-bot:

[mediawiki/extensions/Translate@master] StatsTable: Change cursor type when hovering over expand/collapse link

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

Nikerabbit subscribed.

Tested on translatewiki.net.