From 5a7e9fa07667d9892fe1acaac7f38e73e321cd69 Mon Sep 17 00:00:00 2001 From: Cristina Chumillas Date: Fri, 15 Dec 2023 16:52:58 +0100 Subject: [PATCH] Issue #3332943 by 2dareis2do, saschaeggi, DishaKatariya: Claro - fix issue with icon sizes --- core/themes/claro/css/theme/toolbar.icons.theme.css | 4 ++-- core/themes/claro/css/theme/toolbar.icons.theme.pcss.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/themes/claro/css/theme/toolbar.icons.theme.css b/core/themes/claro/css/theme/toolbar.icons.theme.css index 579e3198055..ac70bec6106 100644 --- a/core/themes/claro/css/theme/toolbar.icons.theme.css +++ b/core/themes/claro/css/theme/toolbar.icons.theme.css @@ -28,7 +28,7 @@ top: 0; left: 0.6667em; /* LTR */ display: block; - width: 1.25rem; + width: 1.538em; height: 100%; content: ""; background-color: transparent; @@ -226,7 +226,7 @@ } .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before { left: 0.6667em; /* LTR */ - width: 1.25rem; + width: 1.538em; background-size: 100% auto; } .no-svg .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before { diff --git a/core/themes/claro/css/theme/toolbar.icons.theme.pcss.css b/core/themes/claro/css/theme/toolbar.icons.theme.pcss.css index 68cf6d1e6cc..b7439a20456 100644 --- a/core/themes/claro/css/theme/toolbar.icons.theme.pcss.css +++ b/core/themes/claro/css/theme/toolbar.icons.theme.pcss.css @@ -19,7 +19,7 @@ top: 0; left: 0.6667em; /* LTR */ display: block; - width: 20px; + width: 1.538em; height: 100%; content: ""; background-color: transparent; @@ -187,7 +187,7 @@ } .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before { left: 0.6667em; /* LTR */ - width: 20px; + width: 1.538em; background-size: 100% auto; } .no-svg .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {