From 3431318e48df0ba389f37598f5be16c8179b4337 Mon Sep 17 00:00:00 2001 From: sabrina-bongiovanni <116291154+sabrina-bongiovanni@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:21:42 +0100 Subject: [PATCH] fix: added class to apply color style to all icons (#542) * fix: added class to apply color style to all icons * fix: navbar toggle color * fix: removed unnecessary class and added css rule for icons in menu * fix: moved styles in specific file for mobileMenu * chore: removed unused style * fix: removed unnecessary style for navbar toggle icon --- RELEASE.md | 3 +++ src/theme/ItaliaTheme/Components/_mobileMenu.scss | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 1f3eef3e1..a7e7fb032 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -49,6 +49,9 @@ ## Versione 11.6.0 (05/03/2024) +### Fix + +- Le icone social nel menu laterale mobile sono tutte dello stesso colore. ### Migliorie - Nel blocco form รจ stata aggiunta una legenda per i campi obbligatori. diff --git a/src/theme/ItaliaTheme/Components/_mobileMenu.scss b/src/theme/ItaliaTheme/Components/_mobileMenu.scss index 3bb9e7e12..3b7de2dcf 100644 --- a/src/theme/ItaliaTheme/Components/_mobileMenu.scss +++ b/src/theme/ItaliaTheme/Components/_mobileMenu.scss @@ -105,7 +105,8 @@ margin-left: 0; - .icon { + svg.icon { + fill: currentColor; width: 28px; height: 28px; }