Skip to content

Commit

Permalink
Merge branch 'v2' into us_51459_customer_satisfaction_button_labels
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli authored Mar 26, 2024
2 parents cda66e8 + 3e91b8e commit bbc5304
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 14 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@

- Migliorata l'accessibilità per la customer satisfaction.

### Fix

- Migliorato l'allineamento dei filtri nella pagina di Ricerca.

## Versione 7.25.3 (07/03/2024)

### Migliorie
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/components/ItaliaTheme/Footer/FooterSmall.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const FooterSmall = () => {
return subFooterItems?.length > 0 || links.length > 0 || true ? (
<div className="it-footer-small-prints clearfix">
<Container tag="div">
<h3 className="sr-only">{intl.formatMessage(messages.goToPage)}</h3>
<ul className="it-footer-small-prints-list list-inline mb-0 d-flex flex-column flex-md-row">
{subFooterItems?.length > 0 &&
subFooterItems.map((item, index) => {
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;
}
}
5 changes: 5 additions & 0 deletions theme/ItaliaTheme/Subsites/templates/_white.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ body.subsite-white {
a {
width: 48px;
height: 48px;
&.rounded-icon {
svg {
fill: $subsite-white-primary;
}
}
}
}

Expand Down
10 changes: 0 additions & 10 deletions theme/bootstrap-override/bootstrap-italia/_headercenter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
}
}
}

0 comments on commit bbc5304

Please sign in to comment.