Problem/Motivation

Since the theme Seven has been moved from core to contrib, many of the theme's CSS files now contain URL paths that are invalid.

Steps to reproduce

Load various admin pages to see the browser throw messages to indicate that paths are invalid (not found), such as paths to core SVG files.

Proposed resolution

Correct the CSS files to resolve to the correct URL paths.

Comments

Shefik created an issue. See original summary.

shefik’s picture

StatusFileSize
new17.36 KB

Patch for the fix is attached.

mnico’s picture

Status: Active » Needs review

The patch works for me, thanks!

alex.martinez_melonusa’s picture

StatusFileSize
new17.36 KB

Was still getting a broken path for one instance of ex.svg. Updated patch attached.

web-beest’s picture

The patch from #4 works for me

mably’s picture

Patch #4 doesn't seem to apply to 1.0.0-alpha1...

mably’s picture

Related issues: +#3304752: Icons are missing
mably’s picture

StatusFileSize
new16.09 KB
santosh_verma’s picture

this is a duplicate issue, and already fixed in
https://www.drupal.org/project/seven/issues/3304752
=> icon path is changed(background: url(../../images/icons/ffffff/ex.svg) 0 0 no-repeat;)
and also icons copied into seven theme from core

The fix is not released only for Composer with git close working perfectly refer the below ticket comment #6
https://www.drupal.org/project/seven/issues/3354837

promo-il’s picture

3333606-3.patch is OK for me Drupal: 10.0.9
https://www.drupal.org/project/seven/issues/3304752 3304752-2.patch is bad

lauriii’s picture

Status: Needs review » Closed (duplicate)

Closing as a duplicate of #3304752: Icons are missing.

avpaderno’s picture

Version: 1.0.0-alpha1 » 1.0.x-dev