From d80c57e286cd5aa7b1f5be7e2b0f4f62725259bc Mon Sep 17 00:00:00 2001 From: Wagner Trezub Date: Mon, 18 Mar 2024 11:58:57 +0100 Subject: [PATCH] fix: colore lente ricerca header center --- .../bootstrap-italia/_headercenter.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/theme/bootstrap-override/bootstrap-italia/_headercenter.scss b/theme/bootstrap-override/bootstrap-italia/_headercenter.scss index 447347c6d..003455c22 100644 --- a/theme/bootstrap-override/bootstrap-italia/_headercenter.scss +++ b/theme/bootstrap-override/bootstrap-italia/_headercenter.scss @@ -12,16 +12,6 @@ } } } - - .it-search-wrapper { - a.search-link { - outline: $header-center-bg-color 1px solid !important; - - &:focus { - box-shadow: 0 0 0 5px $focus-outline-color !important; - } - } - } } } }