Darker panel border, applies to details & groupbox

This commit is contained in:
nathan
2024-08-29 10:25:30 -06:00
parent 45eec9d789
commit 69c87ffb94
6 changed files with 9 additions and 9 deletions

View File

@ -50,19 +50,14 @@ export class Et2Details extends Et2Widget(SlDetails)
order: 1;
}
.details {
border: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
}
.details.hoist {
position: relative;
}
/*
.details .details__body {
height: calc(100% - 2em - 2 * var(--sl-spacing-medium));
overflow-x: hidden;
overflow-y: auto;
}
*/
.details.hoist .details__body {
.details.hoist .details__body {
position: absolute;
z-index: var(--sl-z-index-drawer);
background: var(--sl-color-neutral-0);