Skip to content

Commit

Permalink
fix: collapse button alignment for filters in Search page (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni authored Mar 26, 2024
1 parent 44a7484 commit 3e91b8e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 9 additions & 2 deletions theme/ItaliaTheme/Components/_search.scss
Original file line number Diff line number Diff line change
@@ -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;
}
}

0 comments on commit 3e91b8e

Please sign in to comment.