List of steps to reproduce (step by step, including full links if applicable):
- Go to m:Special:LanguageStats
- Hover over an [ expand ] link
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.