CSS for dropdown breadcrumb
This commit is contained in:
parent
b4460732f8
commit
e2f8536551
@ -30,7 +30,6 @@
|
|||||||
.menu {
|
.menu {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
&.right {
|
&.right {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
|||||||
@ -12,6 +12,16 @@
|
|||||||
width: 16px;
|
width: 16px;
|
||||||
min-width: 16px;
|
min-width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-breadcrumb {
|
||||||
|
font-weight: 600;
|
||||||
|
color: var(--iqser-primary);
|
||||||
|
|
||||||
|
&[aria-expanded='true'] .mat-button-wrapper > span {
|
||||||
|
color: var(--iqser-accent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumbs {
|
.breadcrumbs {
|
||||||
|
|||||||
@ -62,5 +62,23 @@
|
|||||||
&:hover {
|
&:hover {
|
||||||
background-color: rgba(var(--iqser-primary-rgb), 0.1);
|
background-color: rgba(var(--iqser-primary-rgb), 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.checkmark {
|
||||||
|
display: none;
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
color: var(--iqser-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
font-weight: 600;
|
||||||
|
padding-right: 8px;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
|
.checkmark {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user