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:
committed by
GitHub
parent
e8f2bb33d7
commit
297c5d3824
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user