header buttons transparent background

This commit is contained in:
Jesper Møller Jensen
2023-01-30 01:40:41 +01:00
parent 8890aaa826
commit cb6d5c84e4
3 changed files with 3 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ export class UmbBackofficeHeader extends LitElement {
--uui-button-padding-top-factor: 1;
--uui-button-padding-bottom-factor: 0.5;
margin-right: var(--uui-size-space-2);
--uui-button-background-color: transparent;
}
#logo img {

View File

@@ -6,12 +6,12 @@ import { ManifestHeaderApp } from '@umbraco-cms/extensions-registry';
@customElement('umb-header-app-button')
export class UmbHeaderAppButton extends LitElement {
static styles: CSSResultGroup = [
UUITextStyles,
css`
uui-button {
font-size: 18px;
--uui-button-background-color: transparent;
}
`,
];

View File

@@ -13,6 +13,7 @@ export class UmbCurrentUserHeaderApp extends UmbLitElement {
css`
uui-button {
font-size: 14px;
--uui-button-background-color: transparent;
}
`,
];