Page MenuHomePhabricator

Conflicting ".expanded" CSS class in ext.translate.special.languagestats.css
Closed, ResolvedPublic

Description

Author: vlakoff

Description:
On a page as this one: http://translatewiki.net/w/i.php?title=Special:LanguageStats&code=fr&suppresscomplete=1

This CSS file is loaded: ext.translate.special.languagestats.css

One of its rules is:

.expanded, .expanded a {
    cursor: n-resize;
}

The problem is, the MediaWiki left menu has an "expanded" class too: <div id="p-navigation" class="portal expanded" role="navigation">

As a result, the cursor is altered when hovering over the items of this menu.


Version: master
Severity: normal

Details

Reference
bz52003

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 1:44 AM
bzimport set Reference to bz52003.

Change 76712 had a related patch set uploaded by Nikerabbit:
Scope styles to avoid incorrect matches

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

Change 76712 merged by jenkins-bot:
Scope styles to avoid incorrect matches

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