From 1c991756c13b3bdcf228d0fb6cba17c03add17ab Mon Sep 17 00:00:00 2001 From: Mandel Olaiya Date: Wed, 13 May 2026 23:18:37 +0200 Subject: [PATCH] Hide language chevron and force globe icon styling --- mandelstudio/templates/layout.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mandelstudio/templates/layout.html b/mandelstudio/templates/layout.html index c80acd7..90a2c98 100644 --- a/mandelstudio/templates/layout.html +++ b/mandelstudio/templates/layout.html @@ -59,6 +59,8 @@ header .language-dropdown .dropdown-toggle::after { display: none; } header .language-dropdown .dropdown-toggle { width: 40px; height: 40px; padding: 0; display: inline-flex; align-items: center; justify-content: center; } header .language-dropdown .language-icon, header .basket-dropdown .dropdown-toggle svg { width: 18px; height: 18px; font-size: 18px; line-height: 18px; } +header .language-dropdown .language-icon { color: #fff; } +header .language-dropdown .language-chevron { display: none !important; } {% if cookie_jar.needs_approval %}