mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
[ACS-9049] [ACA] - Sidebar is missing panels and has broken styles (#4277)
This commit is contained in:
committed by
DominikIwanek
parent
f41872655d
commit
be04c8122b
@@ -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;
|
||||
|
Reference in New Issue
Block a user