From 4b375182638ad7fd56e7df751ff412fb4049b665 Mon Sep 17 00:00:00 2001 From: Sabrina Bongiovanni Date: Thu, 14 Mar 2024 12:59:59 +0100 Subject: [PATCH] fix: collapse button alignment for filters in Search page --- 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; + } }