Sorry it took me a while to review this. The patch applies, but it's actually changing the color for several icons with different level of visual implication.

Problem/Motivation

In #3045216: Asset paths pointing to core/misc folder assume Claro is installed in core/themes the images/core directory was created for containing copies of core icons used by Claro. These copies existed because Claro was a contrib module and it's location relative to /core was not consistent.
images/core has a readme that states

Icons in this folder are copied from Drupal core. This folder with its content
should be removed before moving Claro to Drupal core

Claro is now in Drupal core, so this change can happen.

Proposed resolution

  1. In Claro's CSS Change all references to icons images/core to use the ones in core/misc/icons
  2. Remove Claro's images/core directory

Remaining tasks

Issue fork drupal-3133823

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bnjmnm created an issue. See original summary.

nitesh624’s picture

Assigned: Unassigned » nitesh624
nitesh624’s picture

nitesh624’s picture

Assigned: nitesh624 » Unassigned
Status: Active » Needs review
Kristen Pol’s picture

I'm confused. The issue summary says:

Icons in this folder are copied from Drupal core.

If I search for these files, they are in seven, e.g.

[mac:kristen:drupal-9.1.x-dev]$ find . | grep clock.svg
./core/themes/claro/images/core/cccccc/clock.svg
./core/themes/seven/images/icons/cccccc/clock.svg

or stable, e.g.

[mac:kristen:drupal-9.1.x-dev]$ find . | grep questionmark-disc.svg
./core/misc/icons/787878/questionmark-disc.svg
./core/misc/icons/ffffff/questionmark-disc.svg
./core/misc/icons/bebebe/questionmark-disc.svg
./core/misc/icons/000000/questionmark-disc.svg
./core/themes/stable/images/core/icons/787878/questionmark-disc.svg
./core/themes/stable/images/core/icons/ffffff/questionmark-disc.svg
./core/themes/stable/images/core/icons/bebebe/questionmark-disc.svg
./core/themes/stable/images/core/icons/000000/questionmark-disc.svg
./core/themes/claro/images/core/787878/questionmark-disc.svg

Shouldn't this issue be a general refactor to move icons from themes to core/misc/icons and then use them from there? Except maybe stable and stable9 since we might not be able to touch those from what I remember from another issue.

nitesh624’s picture

hi @Kristen Pol thanks for your reply . what will be the next action to do with this issue. can you pls specify?
patch 3133823-3.patch is doing the same things exactly

bnjmnm’s picture

Status: Needs review » Needs work

Re: #5 it looks like the contents of the /cccccc directory are not copied from core. This was a mistake and should also be addressed in this issue. Those images are unique to Claro and can be moved to a different directory within Claro (images/icons should work). The css refactored to use those. The current patch CSS has several references to those images images as if they exist in /core/misc/icons/cccccc/ but do not, so that definitely needs to be fixed.

I believe everything else has a copy in /misc/icons but each one should be verified.

Shouldn't this issue be a general refactor to move icons from themes to core/misc/icons and then use them from there? Except maybe stable and stable9 since we might not be able to touch those from what I remember from another issue.

No, this was something that was planned to happen when Claro was added to core, but was missed. It's not clear if this is something that should even happen in other themes, but those can be done in separate issues if there's a desire to do so.

nitesh624’s picture

move the "cccccc" directory under images/core to images/icons

Kristen Pol’s picture

Thanks for the information @bnjmnm and the updated patch @nitesh624.

One reason why I thought there might be some duplication of icons across themes is that I diff'ed a couple svg files and they were identical. But, I only did a couple. And, maybe it's fine they are identical since they could diverge in the future and so then should be kept separately.

For reference, I grabbed the locations of all the svg files noted in the patch. Someone could go and diff all these to see if any are identical. I might be able to later but can't right now.

[mac:kristen:drupal-9.1.x-dev]$ find . | grep required.svg
./core/misc/icons/ee0000/required.svg
./core/themes/stable/images/core/icons/ee0000/required.svg
./core/themes/bartik/images/required.svg
./core/themes/claro/images/core/ee0000/required.svg
[mac:kristen:drupal-9.1.x-dev]$ find . | grep ex.svg
./core/misc/icons/787878/ex.svg
./core/misc/icons/ffffff/ex.svg
./core/misc/icons/ee0000/ex.svg
./core/misc/icons/bebebe/ex.svg
./core/misc/icons/000000/ex.svg
./core/themes/stable/images/core/icons/787878/ex.svg
./core/themes/stable/images/core/icons/ffffff/ex.svg
./core/themes/stable/images/core/icons/bebebe/ex.svg
./core/themes/stable/images/core/icons/000000/ex.svg
./core/themes/claro/images/core/ffffff/ex.svg
./core/themes/claro/images/src/ex.svg
[mac:kristen:drupal-9.1.x-dev]$ find . | grep questionmark-disc.svg
./core/misc/icons/787878/questionmark-disc.svg
./core/misc/icons/ffffff/questionmark-disc.svg
./core/misc/icons/bebebe/questionmark-disc.svg
./core/misc/icons/000000/questionmark-disc.svg
./core/themes/stable/images/core/icons/787878/questionmark-disc.svg
./core/themes/stable/images/core/icons/ffffff/questionmark-disc.svg
./core/themes/stable/images/core/icons/bebebe/questionmark-disc.svg
./core/themes/stable/images/core/icons/000000/questionmark-disc.svg
./core/themes/claro/images/core/787878/questionmark-disc.svg
[mac:kristen:drupal-9.1.x-dev]$ find . | grep key.svg
./core/misc/icons/787878/key.svg
./core/misc/icons/bebebe/key.svg
./core/themes/stable/images/core/icons/787878/key.svg
./core/themes/stable/images/core/icons/bebebe/key.svg
./core/themes/claro/images/core/787878/key.svg
[mac:kristen:drupal-9.1.x-dev]$ find . | grep cog.svg
./core/misc/icons/787878/cog.svg
./core/misc/icons/bebebe/cog.svg
./core/themes/stable/images/core/icons/787878/cog.svg
./core/themes/stable/images/core/icons/bebebe/cog.svg
./core/themes/claro/images/core/787878/cog.svg
./core/themes/claro/images/src/cog.svg
[mac:kristen:drupal-9.1.x-dev]$ find . | grep error.svg
./core/misc/icons/e32700/error.svg
./core/modules/image/images/error.svg
./core/themes/stable/images/core/icons/e32700/error.svg
./core/themes/stable/images/image/error.svg
./core/themes/claro/images/core/e32700/error.svg
./core/themes/claro/images/src/message--error.svg
[mac:kristen:drupal-9.1.x-dev]$ find . | grep warning.svg
./core/misc/icons/e29700/warning.svg
./core/themes/stable/images/core/icons/e29700/warning.svg
./core/themes/claro/images/core/e29700/warning.svg
./core/themes/claro/images/src/message--warning.svg
[mac:kristen:drupal-9.1.x-dev]$ find . | grep check.svg
./core/misc/icons/73b355/check.svg
./core/themes/stable/images/core/icons/73b355/check.svg
./core/themes/claro/images/core/73b355/check.svg
[mac:kristen:drupal-9.1.x-dev]$ find . | grep d8-logo.svg
./core/themes/claro/images/core/cccccc/d8-logo.svg
./core/themes/seven/images/icons/cccccc/d8-logo.svg
[mac:kristen:drupal-9.1.x-dev]$ find . | grep clock.svg
./core/themes/claro/images/core/cccccc/clock.svg
./core/themes/seven/images/icons/cccccc/clock.svg
[mac:kristen:drupal-9.1.x-dev]$ find . | grep server.svg
./core/themes/claro/images/core/cccccc/server.svg
./core/themes/seven/images/icons/cccccc/server.svg
[mac:kristen:drupal-9.1.x-dev]$ find . | grep php-logo.svg
./core/themes/claro/images/core/cccccc/php-logo.svg
./core/themes/seven/images/icons/cccccc/php-logo.svg
[mac:kristen:drupal-9.1.x-dev]$ find . | grep database.svg
./core/themes/claro/images/core/cccccc/database.svg
./core/themes/seven/images/icons/cccccc/database.svg
[mac:kristen:drupal-9.1.x-dev]$ find . | grep caret-down.svg
./core/misc/icons/333333/caret-down.svg
./core/themes/stable/images/core/icons/333333/caret-down.svg
./core/themes/claro/images/core/333333/caret-down.svg

Side note that I know you can pass in a -name arg to find but I find typing the above pattern faster ;)

nitesh624’s picture

Thanks @Kristen Pol i will do this to check for duplication

nitesh624’s picture

Assigned: Unassigned » nitesh624
Kristen Pol’s picture

Thanks. Just to be clear, even if the same exact icon is used in multiple themes (as separate files), I don't know if the theme maintainers would want any moved into the non-theme directory. But I think it's still useful to know what is where and which are identical.

nitesh624’s picture


Similar images

required.svg

./core/misc/icons/ee0000/required.svg ./core/themes/stable/images/core/icons/ee0000/required.svg

ex.svg

./core/misc/icons/787878/ex.svg ./core/themes/stable/images/core/icons/787878/ex.svg
./core/misc/icons/ffffff/ex.svg ./core/themes/stable/images/core/icons/ffffff/ex.svg
./core/misc/icons/ee0000/ex.svg ./core/themes/stable/images/core/icons/ee0000/ex.svg
./core/misc/icons/bebebe/ex.svg ./core/themes/stable/images/core/icons/bebebe/ex.svg
./core/misc/icons/000000/ex.svg ./core/themes/stable/images/core/icons/000000/ex.svg

questionmark-disc.svg

  • ./core/misc/icons/787878/questionmark-disc.svg ./core/themes/stable/images/core/icons/787878/questionmark-disc.svg
  • ./core/misc/icons/ffffff/questionmark-disc.svg ./core/themes/stable/images/core/icons/ffffff/questionmark-disc.svg
  • ./core/misc/icons/bebebe/questionmark-disc.svg ./core/themes/stable/images/core/icons/bebebe/questionmark-disc.svg
  • ./core/misc/icons/000000/questionmark-disc.svg ./core/themes/stable/images/core/icons/000000/questionmark-disc.svg

key.svg

./core/misc/icons/787878/key.svg ./core/themes/stable/images/core/icons/787878/key.svg

cog.svg

./core/misc/icons/787878/cog.svg ./core/themes/stable/images/core/icons/787878/cog.svg
./core/misc/icons/bebebe/cog.svg ./core/misc/icons/bebebe/cog.svg

error.svg

./core/misc/icons/e32700/error.svg ./core/themes/stable/images/core/icons/e32700/error.svg
./core/modules/image/images/error.svg ./core/themes/stable/images/image/error.svg

warning.svg

./core/misc/icons/e29700/warning.svg ./core/themes/stable/images/core/icons/e29700/warning.svg

check.svg

./core/misc/icons/73b355/check.svg ./core/themes/stable/images/core/icons/73b355/check.svg

d8-logo.svg

clock.svg

./core/themes/claro/images/core/cccccc/clock.svg ./core/themes/seven/images/icons/cccccc/clock.svg

server.svg

./core/themes/claro/images/core/cccccc/server.svg ./core/themes/seven/images/icons/cccccc/server.svg 

php-logo.svg

database.svg

caret-down.svg


Different images

required.svg

./core/misc/icons/ee0000/required.svg ./core/themes/bartik/images/required.svg
./core/themes/stable/images/core/icons/ee0000/required.svg ./core/themes/bartik/images/required.svg
./core/themes/bartik/images/required.svg ./core/themes/claro/images/core/ee0000/required.svg

ex.svg

./core/misc/icons/787878/ex.svg ./core/misc/icons/ffffff/ex.svg
./core/misc/icons/787878/ex.svg ./core/themes/claro/images/core/ffffff/ex.svg
./core/misc/icons/787878/ex.svg ./core/themes/claro/images/src/ex.svg

questionmark-disc.svg

./core/misc/icons/787878/questionmark-disc.svg ./core/themes/claro/images/core/787878/questionmark-disc.svg

key.svg

./core/misc/icons/787878/key.svg ./core/themes/claro/images/core/787878/key.svg

cog.svg

./core/misc/icons/787878/cog.svg ./core/themes/claro/images/core/787878/cog.svg
./core/misc/icons/787878/cog.svg ./core/themes/claro/images/src/cog.svg 

error.svg

 ./core/misc/icons/e32700/error.svg ./core/modules/image/images/error.svg
./core/misc/icons/e32700/error.svg ./core/themes/claro/images/core/e32700/error.svg

warning.svg

./core/misc/icons/e29700/warning.svg ./core/themes/claro/images/core/e29700/warning.svg
./core/themes/stable/images/core/icons/e29700/warning.svg ./core/themes/claro/images/core/e29700/warning.svg

check.svg

./core/misc/icons/73b355/check.svg ./core/themes/claro/images/core/73b355/check.svg
./core/themes/stable/images/core/icons/73b355/check.svg ./core/themes/claro/images/core/73b355/check.svg

d8-logo.svg

./core/themes/claro/images/core/cccccc/d8-logo.svg ./core/themes/seven/images/icons/cccccc/d8-logo.svg

clock.svg

server.svg

php-logo.svg

./core/themes/claro/images/core/cccccc/php-logo.svg ./core/themes/seven/images/icons/cccccc/php-logo.svg

database.svg

./core/themes/claro/images/core/cccccc/database.svg ./core/themes/seven/images/icons/cccccc/database.svg

caret-down.svg

./core/themes/stable/images/core/icons/333333/caret-down.svg ./core/themes/claro/images/core/333333/caret-down.svg

nitesh624’s picture

Status: Needs work » Needs review
Kristen Pol’s picture

@nitesh624 Thanks for checking.

Sorry I wasn't clear. I didn't mean to put the diffs in here but rather just to note which are the same and which are different. Might be good to edit the comment above to simplify it so it's easier to read.

nitesh624’s picture

ok @Kristen Pol i will do this

Kristen Pol’s picture

Assigned: nitesh624 » Unassigned

@nitesh624 That is helpful, thanks. Addressing my questions from before:

1) Should any images be moved from claro to core/misc/icons/?

You have that these non-stable images as equivalent:

clock.svg
./core/themes/claro/images/core/cccccc/clock.svg ./core/themes/seven/images/icons/cccccc/clock.svg

server.svg
./core/themes/claro/images/core/cccccc/server.svg ./core/themes/seven/images/icons/cccccc/server.svg 

So, does it make sense to move clock.svg and/or server.svg to core/misc/icons/ and refer to them from claro and seven? Or, instead, is it better to let them stay where they are so the themes can replace these images later if they want?

Since there are only two non-stable files that are equivalent, IMO these are fine left in place.

2) Should any use the equivalent existing core/misc/icons/?

There don't appear to be any candidates for this. Other than the two noted above, the icons that are equivalent are for stable and, from what I understand, stable can't be modified.

3) Reading #7 again and reviewing the equivalent files from #13, I agree that it's fine to just rename the directory like suggested in #7.

4) Checking the patch in #8, I don't think that is what is happening. Per #7, the path can go from images/core to images/icons.

5) I poked around the images directory and am now wondering about:

a) images/core/stable/views_ui/sprites.png - to be replaced, removed, moved?

b) images/classy - to be replaced, removed, moved?

c) IMO, that directory is a bit messy, e.g. all the ui-icons-* icons at the top level.

6) That's all I have energy for right now. Leaving "Needs review" for others to chime in if they are able.

Kristen Pol’s picture

@bnjmnm Am curious if you have any thoughts regarding #17.5.

Kristen Pol’s picture

I think we need some proper guidance on this one. The images seem to be in a messy state and it's hard to know how to proceed on this.

Version: 9.1.x-dev » 9.2.x-dev

Drupal 9.1.0-alpha1 will be released the week of October 19, 2020, which means new developments and disruptive changes should now be targeted for the 9.2.x-dev branch. For more information see the Drupal 9 minor version schedule and the Allowed changes during the Drupal 9 release cycle.

Version: 9.2.x-dev » 9.3.x-dev

Drupal 9.2.0-alpha1 will be released the week of May 3, 2021, which means new developments and disruptive changes should now be targeted for the 9.3.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Sakthivel M’s picture

Status: Needs review » Needs work

@ Needs Re-rolls

Sakthivel M’s picture

Status: Needs work » Needs review
FileSize
32.65 KB

#23 Please review the patch

Version: 9.3.x-dev » 9.4.x-dev

Drupal 9.3.0-rc1 was released on November 26, 2021, which means new developments and disruptive changes should now be targeted for the 9.4.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

ckrina’s picture

Issue tags: +Needs reroll

Version: 9.4.x-dev » 9.5.x-dev

Drupal 9.4.0-alpha1 was released on May 6, 2022, which means new developments and disruptive changes should now be targeted for the 9.5.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

rpayanm made their first commit to this issue’s fork.

rpayanm’s picture

Issue tags: -Needs reroll

Rerolled

Rinku Jacob 13’s picture

patch#23 failed to apply for 9.5.x version

ameymudras’s picture

Rerolling the patch as the above patch doesn't apply correctly

Version: 9.5.x-dev » 10.1.x-dev

Drupal 9.5.0-beta2 and Drupal 10.0.0-beta2 were released on September 29, 2022, which means new developments and disruptive changes should now be targeted for the 10.1.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

needs-review-queue-bot’s picture

Status: Needs review » Needs work
FileSize
144 bytes

The Needs Review Queue Bot tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".

Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.

Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.

Gauravvvv’s picture

Patch #31, no more applies to 10.1.x. because some files doesn't exist in 10.1.x. Adding patch for 10.1.x. Please review

git apply -v 3133823-31.patch
Checking patch core/themes/claro/css/components/details.css...
Hunk #1 succeeded at 477 (offset -102 lines).
Checking patch core/themes/claro/css/components/details.pcss.css...
Hunk #1 succeeded at 449 (offset -106 lines).
Checking patch core/themes/claro/css/components/system-admin--status-report.css...
Checking patch core/themes/claro/css/components/system-admin--status-report.pcss.css...
Hunk #1 succeeded at 48 (offset -2 lines).
Checking patch core/themes/claro/css/components/system-status-counter.css...
error: while searching for:
}

.system-status-counter__status-icon--error:before {
Gauravvvv’s picture

Status: Needs work » Needs review
smustgrave’s picture

Status: Needs review » Needs work
Issue tags: +Needs Review Queue Initiative

Think patch #34 is missing some changes. The patch is much smaller then #23.

Think somethings were removed in #31

From what I can tell the new images aren't there.

Gauravvvv’s picture

Status: Needs work » Needs review
FileSize
24.67 KB
4.6 KB

I have added the missing SVG image. please review

Santosh_Verma’s picture

Tested the Patch #37 and getting error while patch applying

error: while searching for:
*/
.system-status-counter {
--system-status-counter-status-icon: #e6e4df;
--system-status-counter-status-icon-error: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dc2323'%3e%3cpath d='M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm4.025 9.284c.062.063.1.149.1.239 0 .091-.037.177-.1.24l-1.262 1.262c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-2.283-2.283-2.286 2.283c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-1.261-1.262c-.063-.062-.1-.148-.1-.24 0-.088.036-.176.1-.238l2.283-2.285-2.283-2.284c-.063-.064-.1-.15-.1-.24s.036-.176.1-.24l1.262-1.262c.063-.063.149-.1.24-.1.089 0 .176.036.24.1l2.285 2.284 2.283-2.284c.064-.063.15-.1.24-.1s.176.036.24.1l1.262 1.262c.062.063.1.149.1.24 0 .089-.037.176-.1.24l-2.283 2.284 2.283 2.284z'/%3e%3c/svg%3e");
--system-status-counter-status-icon-warning: url("data:image/svg+xml,%3csvg fill='%23e29700' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m14.66 12.316-5.316-10.633c-.738-1.476-1.946-1.476-2.685 0l-5.317 10.633c-.738 1.477.008 2.684 1.658 2.684h10.002c1.65 0 2.396-1.207 1.658-2.684zm-7.66-8.316h2.002v5h-2.002zm2.252 8.615c0 .344-.281.625-.625.625h-1.25c-.345 0-.626-.281-.626-.625v-1.239c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625z'/%3e%3c/svg%3e");
--system-status-counter-status-icon-checked: url("data:image/svg+xml,%3csvg fill='%2373b355' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m6.464 13.676c-.194.194-.513.194-.707 0l-4.96-4.955c-.194-.193-.194-.513 0-.707l1.405-1.407c.194-.195.512-.195.707 0l2.849 2.848c.194.193.513.193.707 0l6.629-6.626c.195-.194.514-.194.707 0l1.404 1.404c.193.194.193.513 0 .707z'/%3e%3c/svg%3e");

display: inline-block;
overflow-y: hidden;

error: patch failed: core/themes/claro/css/components/system-status-counter.css:10
error: core/themes/claro/css/components/system-status-counter.css: patch does not apply
Checking patch core/themes/claro/css/components/system-status-counter.pcss.css...
error: while searching for:
*/
.system-status-counter {
--system-status-counter-status-icon: #e6e4df;
--system-status-counter-status-icon-error: url(../../../../misc/icons/dc2323/error.svg);
--system-status-counter-status-icon-warning: url(../../images/core/e29700/warning.svg);
--system-status-counter-status-icon-checked: url(../../images/core/73b355/check.svg);

display: inline-block;
overflow-y: hidden;

error: patch failed: core/themes/claro/css/components/system-status-counter.pcss.css:4
error: core/themes/claro/css/components/system-status-counter.pcss.css: patch does not apply

error

Gauravvvv’s picture

fixed build error. attached interdiff for same.

smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

Missing changes have been added back.

ckrina’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Needs work

Sorry it took me a while to review this. The patch applies, but it's actually changing the color for several icons with different level of visual implication.

  1. +++ b/core/themes/claro/css/components/system-status-report-general-info.pcss.css 
    @@ -41,17 +41,17 @@
    +  background-image: url(../../images/icons/cccccc/clock.svg);
    

    This shouldn't be changing the icon color from white(#fff) to #CCC. So it should land on the existing folder /ffffff.

  2. +++ b/core/themes/claro/css/components/system-status-report-general-info.pcss.css
    @@ -41,17 +41,17 @@
    +  background-image: url(../../images/icons/cccccc/server.svg);
    

    Same, this shouldn't be changing the icon color from white to #CCC. So it should land on the existing folder /ffffff.

  3. +++ b/core/themes/claro/css/components/system-status-report-general-info.pcss.css
    @@ -41,17 +41,17 @@
    +  background-image: url(../../images/icons/cccccc/php-logo.svg);
    

    Same, this shouldn't be changing the icon color from white to #CCC. So it should land on the existing folder /ffffff.

  4. +++ b/core/themes/claro/css/components/system-status-report-general-info.pcss.css
    @@ -41,17 +41,17 @@
    +  background-image: url(../../images/icons/cccccc/database.svg);
    

    Same, this shouldn't be changing the icon color from white to #CCC. So it should land on the existing folder /ffffff.

  5. +++ b/core/themes/claro/css/components/system-status-report.pcss.css
    @@ -60,10 +60,10 @@
    +  background-image: url(../../../../misc/icons/e32700/error.svg);
    

    Why is this changing the color from #dc2323 to #e32700? I understand this is to reuse the default core icon, but it's actually changing the red used in Claro. Meaning it's changing the designs. Both icons still exist in core, so please keep the same color. Another question is way we keep the same icon in core with similar reds, but that should be solved in another issue :)

ckrina’s picture

I forgot to reference a related issue for Claro related to icons: #3269881: Update icon colors with the new color scale

Akram Khan’s picture

added patch and address #41

Akram Khan’s picture

Version: 10.1.x-dev » 11.x-dev

Drupal core is moving towards using a “main” branch. As an interim step, a new 11.x branch has been opened, as Drupal.org infrastructure cannot currently fully support a branch named main. New developments and disruptive changes should now be targeted for the 11.x branch, which currently accepts only minor-version allowed changes. For more information, see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

robcarr’s picture

Thank you for all the work on this issue. I've tried most of the recent patches against D10.1-beta1, and cannot get them to apply.

Gauravvvv’s picture

Status: Needs work » Needs review
FileSize
19.73 KB

I have provided patch for 11.x, addressed #41. please review

smustgrave’s picture

Status: Needs review » Needs work

From what I can tell the images are still landing in cccccc