mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[AAE-19247] Add css variables for selected and hover menu item (#3592)
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
&:hover .aca-action-button__label {
|
&:hover .aca-action-button__label {
|
||||||
color: var(--theme-sidenav-text-color);
|
color: var(--theme-sidenav-active-text-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
|
||||||
&--active {
|
&--active {
|
||||||
color: var(--theme-sidenav-text-color);
|
color: var(--theme-sidenav-active-text-color);
|
||||||
background: var(--theme-selected-background-color);
|
background: var(--theme-selected-background-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -48,6 +48,7 @@ $defaults: (
|
|||||||
--theme-search-background-color: darken($background-color, 1),
|
--theme-search-background-color: darken($background-color, 1),
|
||||||
--theme-text-color: mat.get-color-from-palette($foreground, text, 0.54),
|
--theme-text-color: mat.get-color-from-palette($foreground, text, 0.54),
|
||||||
--theme-sidenav-text-color: mat.get-color-from-palette($foreground, text),
|
--theme-sidenav-text-color: mat.get-color-from-palette($foreground, text),
|
||||||
|
--theme-sidenav-active-text-color: mat.get-color-from-palette($foreground, text),
|
||||||
--theme-sidenav-user-menu-color: mat.get-color-from-palette($foreground, text),
|
--theme-sidenav-user-menu-color: mat.get-color-from-palette($foreground, text),
|
||||||
--theme-text-bold-color: mat.get-color-from-palette($foreground, text, 0.87),
|
--theme-text-bold-color: mat.get-color-from-palette($foreground, text, 0.87),
|
||||||
--theme-title-color: mat.get-color-from-palette($foreground, text, 0.87),
|
--theme-title-color: mat.get-color-from-palette($foreground, text, 0.87),
|
||||||
|
Reference in New Issue
Block a user