From fc5fb7614c277e32c972a059a46a193d09c1c5f0 Mon Sep 17 00:00:00 2001 From: sabrina-bongiovanni <116291154+sabrina-bongiovanni@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:52:38 +0100 Subject: [PATCH] fix: changed cookies menu button icon (#869) Co-authored-by: Martina Bustacchini <41484878+deodorhunter@users.noreply.github.com> --- RELEASE.md | 1 + src/theme/_cms-ui.scss | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) 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 {