Skip to content

Commit

Permalink
fix: changed cookies menu button icon (#869)
Browse files Browse the repository at this point in the history
Co-authored-by: Martina Bustacchini <[email protected]>
  • Loading branch information
sabrina-bongiovanni and deodorhunter authored Feb 3, 2025
1 parent fcabb1d commit fc5fb76
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

### Fix

- I bottoni del menu nel pannello di controllo dei cookies visualizzano correttamente le icone.
- Gli argomenti nelle card con immagine sono allineati correttamente.

## Versione 11.26.3 (15/01/2025)
Expand Down
21 changes: 21 additions & 0 deletions src/theme/_cms-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,27 @@ body.cms-ui {
}
}

//cookie banner icons
// replaced icon code with left and right as they actually render correctly
// and rotated the icon
&.section-gdpr-cookie-settings {
.cookies-widget .move-buttons {
i.icon.arrow.up {
transform: rotate(90deg);
&::before {
content: '\e911';
}
}

i.icon.arrow.down {
transform: rotate(90deg);
&::before {
content: '\e905';
}
}
}
}

.sidebar-container .object-listing,
.icon-align-name {
svg.icon {
Expand Down

0 comments on commit fc5fb76

Please sign in to comment.