update style

This commit is contained in:
Niels Lyngsø
2024-11-05 20:40:10 +01:00
parent 4edf1bad7d
commit 4936b7debc
2 changed files with 26 additions and 0 deletions

View File

@@ -277,6 +277,19 @@ export class UmbBlockGridBlockInlineElement extends UmbLitElement {
margin-right: var(--uui-size-1);
}
#info {
display: flex;
flex-direction: column;
align-items: start;
justify-content: center;
height: 100%;
padding-left: var(--uui-size-2, 6px);
}
#name {
font-weight: 700;
}
:host(:not([disabled])) #open-part:hover #icon {
color: var(--uui-color-interactive-emphasis);
}

View File

@@ -271,6 +271,19 @@ export class UmbInlineListBlockElement extends UmbLitElement {
margin-right: var(--uui-size-1);
}
#info {
display: flex;
flex-direction: column;
align-items: start;
justify-content: center;
height: 100%;
padding-left: var(--uui-size-2, 6px);
}
#name {
font-weight: 700;
}
:host(:not([disabled])) #open-part:hover #icon {
color: var(--uui-color-interactive-emphasis);
}