Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
toolbar.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2013 at 15:39 UTC
Updated:
7 Aug 2014 at 19:12 UTC
Jump to comment: Most recent
Comments
Comment #1
jessebeach commentedI suggest testing against Bootstrap. It has the very broad and presumptive CSS resets.
https://drupal.org/project/bootstrap
It's perfect for this kind of iron-bounding work.
Comment #2
sunI think this is a major bug and TX WTF.
I have a lot of experience on this topic; it took me some good amount of time to make the CSS of admin_menu (1) strong enough to avoid the problem in all themes, but yet (2) weak enough to still allow themes to override the styling without too much PITA selectors, and of course, (3) avoiding
!importantwhere possible.In fact, to properly sort this out and fix it, I added ~100 contributed themes to the Administration menu demo site, whereas the menu appears as expected in all themes (you easily can switch between them).
It's all very dated, but in case it helps here: admin_menu.css
Comment #3
jessebeach commentedAwesome, thanks sun!
Comment #4
hass commented