From ae4131f51fa91fe282e6c4650a94f3d361b8b8e0 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Mon, 1 Jul 2024 13:44:28 -0400 Subject: [PATCH] =?UTF-8?q?fix(pageActions):=20=F0=9F=90=9B=20language=20b?= =?UTF-8?q?adge=20should=20use=20the=20same=20color=20as=20its=20backgroun?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/skins.citizen.styles/components/Pagetools.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/skins.citizen.styles/components/Pagetools.less b/resources/skins.citizen.styles/components/Pagetools.less index eb586790..83f68c74 100644 --- a/resources/skins.citizen.styles/components/Pagetools.less +++ b/resources/skins.citizen.styles/components/Pagetools.less @@ -190,6 +190,11 @@ bottom: 100%; } } + + .citizen-page-languages > .citizen-menu__dropdownButton::after { + // Blend with background + background: var( --color-surface-1 ); + } } @media ( min-width: @min-width-breakpoint-desktop ) {