Page MenuHomePhabricator

Move the toolbox-dropdown id value to its top level
Open, Needs TriagePublicFeature

Description

Feature summary (what you would like to be able to do and where):

Using the Foreground theme in 1.43. I want to hide the two top right dropdown menus. I can hide the Personal tools one using common.css as it has<li id="personal-tools-dropdown">, but the Personal Toolbox has its equivalent toolbox-dropdown value one level down, so there is no handle to hide. Can the id be moved up to the top element.

Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):

Every page under foreground theme has a pair of dropdown menus, but only one can be hidden with css.

Benefits (why should this be implemented?):

Allows the option of cleaner interface where a wiki can be shown to non-editing users without the clutter of the edit process.

Event Timeline

I think the relevant line is skins/Foreground/includes/ForegroundTemplate.php line 141