From 0f84dd862e89de1339876088458e6fbf983d9ee9 Mon Sep 17 00:00:00 2001
From: xjm <xjm@65776.no-reply.drupal.org>
Date: Mon, 16 Jan 2023 13:10:24 -0600
Subject: [PATCH] Issue #3182264 by rpayanm, my-family, eadunn, rkoller,
 RobinCS, xjm, mradcliffe, shaal, cindytwilliams, BlackBamboo, benjifisher,
 ABElliott: Possible misleading use of the checkmark icon on link buttons

---
 core/themes/claro/claro.theme | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/core/themes/claro/claro.theme b/core/themes/claro/claro.theme
index 143a9f4d0d76..846aa4291db8 100644
--- a/core/themes/claro/claro.theme
+++ b/core/themes/claro/claro.theme
@@ -508,9 +508,13 @@ function claro_preprocess_links(&$variables) {
             break;
 
           case 'system.theme_set_default':
-          case 'system.theme_install':
             $links_item['link'] = _claro_convert_link_to_action_link($links_item['link'], 'checkmark', 'small');
             break;
+
+          case 'system.theme_install':
+            $links_item['link'] = _claro_convert_link_to_action_link($links_item['link'], 'plus', 'small');
+            break;
+
         }
       }
     }
-- 
GitLab