From afc078bf1799e0a6b2015ef1acbf8bf1d997a63a Mon Sep 17 00:00:00 2001 From: Sabrina Bongiovanni Date: Wed, 11 Oct 2023 12:56:55 +0200 Subject: [PATCH] fix: changed outline color of search icon in header for subsites --- .../Subsites/bootstrap-italia/custom/_headercenter.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/theme/ItaliaTheme/Subsites/bootstrap-italia/custom/_headercenter.scss b/src/theme/ItaliaTheme/Subsites/bootstrap-italia/custom/_headercenter.scss index d03251a88..ee20c8560 100644 --- a/src/theme/ItaliaTheme/Subsites/bootstrap-italia/custom/_headercenter.scss +++ b/src/theme/ItaliaTheme/Subsites/bootstrap-italia/custom/_headercenter.scss @@ -42,6 +42,10 @@ .it-search-wrapper { a { + &.search-link { + outline: $subsite-primary 2px solid !important; + } + &.rounded-icon { svg { @if $subsite-light-theme {