mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-06-16 17:54:45 +00:00
[ACA-2542] Change create menu colors (#1416)
This commit is contained in:
parent
986593c45d
commit
dda83d27a0
@ -49,7 +49,7 @@
|
||||
|
||||
&--collapsed {
|
||||
outline: none;
|
||||
color: mat-color($foreground, text, 0.54);
|
||||
color: mat-color($foreground, secondary-text);
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
color: mat-color($accent);
|
||||
@ -69,7 +69,7 @@
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
color: mat-color($foreground, text, 0.54);
|
||||
color: mat-color($foreground, secondary-text);
|
||||
line-height: 48px;
|
||||
box-shadow: none;
|
||||
transform: none;
|
||||
@ -77,7 +77,7 @@
|
||||
font-weight: normal;
|
||||
|
||||
&:hover {
|
||||
color: mat-color($primary, A400);
|
||||
color: mat-color($primary);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user