mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
restore color awareness in breadcrumbs
This commit is contained in:
parent
06e03ad1e9
commit
9cd188aa4f
@ -6,18 +6,6 @@ $breadcrumb-chevron-spacer: 2px;
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
&.mat-primary {
|
|
||||||
color: mat-color($primary);
|
|
||||||
}
|
|
||||||
|
|
||||||
&.mat-accent {
|
|
||||||
color: mat-color($accent);
|
|
||||||
}
|
|
||||||
|
|
||||||
&.mat-warn {
|
|
||||||
color: mat-color($warn);
|
|
||||||
}
|
|
||||||
|
|
||||||
&-container {
|
&-container {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -39,7 +27,28 @@ $breadcrumb-chevron-spacer: 2px;
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: -0.2px;
|
letter-spacing: -0.2px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: $alfresco-secondary-text-color;
|
opacity: 0.6;
|
||||||
|
|
||||||
|
&:hover,
|
||||||
|
&.active {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-chevron {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.mat-primary {
|
||||||
|
color: mat-color($primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.mat-accent {
|
||||||
|
color: mat-color($accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.mat-warn {
|
||||||
|
color: mat-color($warn);
|
||||||
|
}
|
||||||
|
|
||||||
&-anchor {
|
&-anchor {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
@ -51,15 +60,6 @@ $breadcrumb-chevron-spacer: 2px;
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover,
|
|
||||||
&.active {
|
|
||||||
color: $alfresco-primary-text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-chevron {
|
|
||||||
color: $alfresco-secondary-text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user