From 7b8b0d93fc51fc8548661156660e1444d22becb4 Mon Sep 17 00:00:00 2001 From: Wagner Trezub <60133113+Wagner3UB@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:34:38 +0100 Subject: [PATCH 1/4] fix: mobile search icon in header (#597) * fix: colore lente ricerca header center * fix: white subsite magnifier color --- theme/ItaliaTheme/Subsites/templates/_white.scss | 5 +++++ .../bootstrap-italia/_headercenter.scss | 10 ---------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/theme/ItaliaTheme/Subsites/templates/_white.scss b/theme/ItaliaTheme/Subsites/templates/_white.scss index a8fd27270..70796d343 100644 --- a/theme/ItaliaTheme/Subsites/templates/_white.scss +++ b/theme/ItaliaTheme/Subsites/templates/_white.scss @@ -32,6 +32,11 @@ body.subsite-white { a { width: 48px; height: 48px; + &.rounded-icon { + svg { + fill: $subsite-white-primary; + } + } } } 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; - } - } - } } } } From a589c3e826a9afa7e34521efa660161241cf13ed Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Mon, 18 Mar 2024 15:35:46 +0100 Subject: [PATCH 2/4] chore: release v7.25.4 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60027afe6..93268d6cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### [7.25.4](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v7.25.3...v7.25.4) (2024-03-18) + + +### Bug Fixes + +* mobile search icon in header ([#597](https://github.com/RedTurtle/design-comuni-plone-theme/issues/597)) ([7b8b0d9](https://github.com/RedTurtle/design-comuni-plone-theme/commit/7b8b0d93fc51fc8548661156660e1444d22becb4)) +* subsite styles for simple list, index of content, search block ([#572](https://github.com/RedTurtle/design-comuni-plone-theme/issues/572)) ([5869d83](https://github.com/RedTurtle/design-comuni-plone-theme/commit/5869d83c16faace4e851450574954854cd9ed0cf)) +* subsites list bullet colors ([#574](https://github.com/RedTurtle/design-comuni-plone-theme/issues/574)) ([814d55d](https://github.com/RedTurtle/design-comuni-plone-theme/commit/814d55d4a1510daa732956241b3a53ef9f063a5b)) + ### [7.25.3](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v7.25.2...v7.25.3) (2024-03-07) diff --git a/package.json b/package.json index 4ba849157..b65fa1f66 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "design-comuni-plone-theme", "description": "Volto Theme for Italia design guidelines", "license": "MIT", - "version": "7.25.3", + "version": "7.25.4", "addons": [ "@plone-collective/volto-sentry", "volto-multilingual-widget", From 44a7484ace7ecb74ccff06bcb256eaf3c759459c Mon Sep 17 00:00:00 2001 From: sabrina-bongiovanni <116291154+sabrina-bongiovanni@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:19:47 +0100 Subject: [PATCH 3/4] fix: removed unnecessary h3 in footer (#593) --- src/components/ItaliaTheme/Footer/FooterSmall.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ItaliaTheme/Footer/FooterSmall.jsx b/src/components/ItaliaTheme/Footer/FooterSmall.jsx index 7792cf33e..7c0dcba1d 100644 --- a/src/components/ItaliaTheme/Footer/FooterSmall.jsx +++ b/src/components/ItaliaTheme/Footer/FooterSmall.jsx @@ -50,7 +50,6 @@ const FooterSmall = () => { return subFooterItems?.length > 0 || links.length > 0 || true ? (
-

{intl.formatMessage(messages.goToPage)}

    {subFooterItems?.length > 0 && subFooterItems.map((item, index) => { 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 4/4] 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; + } }