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?

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

anybody created an issue. See original summary.

anybody’s picture

Project: Responsive Favicons » Responsive Preview
Version: 4.x-dev »
anybody’s picture

Issue summary: View changes
anybody’s picture

Title: responsive_preview_navigation topbar icons broken by admin-reset-styles.css » responsive_preview_navigation topbar icons broken by admin-reset-styles.css (Navigation core module)
anybody’s picture