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 {
|
&--collapsed {
|
||||||
outline: none;
|
outline: none;
|
||||||
color: mat-color($foreground, text, 0.54);
|
color: mat-color($foreground, secondary-text);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: mat-color($accent);
|
color: mat-color($accent);
|
||||||
@ -69,7 +69,7 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: mat-color($foreground, text, 0.54);
|
color: mat-color($foreground, secondary-text);
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
transform: none;
|
transform: none;
|
||||||
@ -77,7 +77,7 @@
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: mat-color($primary, A400);
|
color: mat-color($primary);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user