diff --git a/RELEASE.md b/RELEASE.md index 9b1cabb4a..5204e81c2 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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) diff --git a/src/theme/_cms-ui.scss b/src/theme/_cms-ui.scss index 25b6bebb4..7c7308e21 100644 --- a/src/theme/_cms-ui.scss +++ b/src/theme/_cms-ui.scss @@ -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 {