[ACS-9049] [ACA] - Sidebar is missing panels and has broken styles (#4277)

This commit is contained in:
dominikiwanekhyland
2024-12-04 14:17:28 +01:00
committed by DominikIwanek
parent f41872655d
commit be04c8122b
2 changed files with 55 additions and 161 deletions

View File

@@ -40,7 +40,7 @@
}
}
&__section {
.aca-sidenav__section {
overflow-y: auto;
.aca-expansion-panel {
@@ -83,6 +83,7 @@
.aca-action-button__label {
color: var(--theme-action-button-text-color);
-webkit-font-smoothing: antialiased;
}
&:hover .aca-action-button__label {
@@ -126,9 +127,10 @@
width: 100%;
}
&__actions {
.aca-sidenav__section__actions {
&__item:has(span) {
padding: 0;
height: 100%;
span {
pointer-events: auto;