-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Masterbar: fix invalid HTML markup (#98510)
* Reorganize and simplify markup: - avoid nesting a inside button: render one or the other - always render wrapper div for consistency - render subitems as siblings of the parent menuitem (and not nested) - less forks in the logic - tweak styles to follow the new markup * Add back subitems, tweak CSS selectors to match new markup * Remove code comments * Revert to && instead of ternary * Keep submenu opened while hovering
- Loading branch information
Showing
2 changed files
with
117 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.