From 9e8bc95acc33c29144fec577c4119889e5c7105c Mon Sep 17 00:00:00 2001 From: Alexandre Vryghem Date: Wed, 14 May 2025 16:43:14 +0200 Subject: [PATCH] 129964: Fixed the header role structure being invalid in the custom theme - Replaced the menubar role from the parent of all the header buttons like lang switch, auth menu & help toggle with toolbar - Replaced the remaining `` buttons in the header with ` - + diff --git a/src/app/header/header.component.scss b/src/app/header/header.component.scss index e002e0c347..b709198e38 100644 --- a/src/app/header/header.component.scss +++ b/src/app/header/header.component.scss @@ -23,7 +23,7 @@ } } - .navbar { + .navbar, div[role="toolbar"] { display: flex; gap: calc(var(--bs-spacer) / 3); align-items: center; diff --git a/src/app/navbar/navbar.component.html b/src/app/navbar/navbar.component.html index 90cf07caa4..0c02a55cb5 100644 --- a/src/app/navbar/navbar.component.html +++ b/src/app/navbar/navbar.component.html @@ -9,7 +9,7 @@ -