Problem/Motivation
Using the responsive_preview_navigation submenu the icon buttons in the topbar are broken (no icons) by:
/core/modules/navigation/css/base/admin-reset-styles.css
which adds the following rule (Drupal Core 11.3.2)
& :not(:where(svg, svg *)) {
all: revert;
box-sizing: border-box;
}
If I disable the rule in the browser it works fine again. Any ideas?
Comments
Comment #2
anybodyComment #3
anybodyComment #4
anybodyComment #5
anybodyLooks like this is the root cause: #3565213: Adjust contextual CSS for navigation module reset CSS