Problem/Motivation
Now that bootstrap5 3.0.3+ is using the Drupal core starter theme, the CSS files have incorrect paths to image icons via url().
Steps to reproduce
Load various pages of the site to experience missing images.
Proposed resolution
Correct the paths in the theme's CSS file to point to the icons located under the starter theme at /core/themes/starterkit_theme/images/icons
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3340088.patch | 7.69 KB | shefik |
Comments
Comment #2
shefik commentedPatch file is attached to correct the issue.
Comment #3
nattsComment #4
vladimirausThis pull request doesn't make sense.
Modifications suggest that
i.e.
themes/contrib/bootstrap/css/components/dialog.cssComment #5
nattsOddly, on an installation where I don't have the bootstrap theme installed, this patch still worked on my bootstrap5 theme, updating the 25 references to the 24 starterkit_theme image icons across 6 bootstrap5 CSS files accordingly. I applied it using cweagans/composer-patches.
Comment #6
shefik commentedThis patch is no longer needed, since the issue has been resolved, along with the release of version bootstrap5 3.0.4.
https://drupal.org/project/bootstrap5/issues/3342492
Comment #7
vladimiraus