From 3e91b8e6d248c6f261f18bbb20e0011cb6ec3cc9 Mon Sep 17 00:00:00 2001 From: sabrina-bongiovanni <116291154+sabrina-bongiovanni@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:21:28 +0100 Subject: [PATCH] fix: collapse button alignment for filters in Search page (#585) --- RELEASE.md | 6 ++++++ theme/ItaliaTheme/Components/_search.scss | 11 +++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index ca92a7d17..1e4ae476e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -30,6 +30,12 @@ - ... --> +## Versione X.X.X (dd/mm/yyyy) + +### Fix + +- Migliorato l'allineamento dei filtri nella pagina di Ricerca. + ## Versione 7.25.3 (07/03/2024) ### Migliorie diff --git a/theme/ItaliaTheme/Components/_search.scss b/theme/ItaliaTheme/Components/_search.scss index 0696eb14e..ed44cec71 100644 --- a/theme/ItaliaTheme/Components/_search.scss +++ b/theme/ItaliaTheme/Components/_search.scss @@ -1,3 +1,10 @@ -.search-results-wrapper .ordering-widget .react-select__option--is-focused { - background-color: $primary; +.section-search { + .search-results-wrapper .ordering-widget .react-select__option--is-focused { + background-color: $primary; + } + + #categoryCollapse .form-checck .group-col .form-check .float-right { + position: absolute; + right: 0px; + } }