Header: Adjusted button focus border color contrast (#20562)

Made use of the uui-button outline overwrite to change the focus border color to be the contrast color of the header.
This commit is contained in:
Mathias Helsengren
2025-11-05 12:04:59 +01:00
committed by GitHub
parent e8f2bb33d7
commit 297c5d3824

View File

@@ -20,6 +20,7 @@ export class UmbBackofficeHeaderElement extends UmbLitElement {
}
#appHeader {
--uui-focus-outline-color: var(--uui-color-header-contrast-emphasis);
background-color: var(--umb-header-background-color, var(--uui-color-header-surface));
display: flex;
align-items: center;