feat(BOOK-509): Added correct hover styles on breadcrumbs
Approved-by: Bianca Widstam
This commit is contained in:
@@ -72,6 +72,7 @@
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--Text-Interactive-Default-Hover);
|
color: var(--Text-Interactive-Default-Hover);
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -81,6 +82,7 @@
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--Text-Interactive-Secondary-Hover);
|
color: var(--Text-Interactive-Secondary-Hover);
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -135,13 +137,11 @@
|
|||||||
.link,
|
.link,
|
||||||
.button {
|
.button {
|
||||||
color: var(--Text-Brand-OnPrimary-1-Default);
|
color: var(--Text-Brand-OnPrimary-1-Default);
|
||||||
}
|
|
||||||
|
|
||||||
.link:hover,
|
&:not(.lastBreadcrumb):hover {
|
||||||
.button:not(.lastBreadcrumb):hover {
|
color: var(--Text-Brand-OnPrimary-1-Hover);
|
||||||
color: var(
|
text-decoration: underline;
|
||||||
--Text-Brand-OnPrimary-1-Default
|
}
|
||||||
); /* In need of a different variable for this */
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -161,13 +161,11 @@
|
|||||||
.link,
|
.link,
|
||||||
.button {
|
.button {
|
||||||
color: var(--Text-Brand-OnPrimary-1-Default);
|
color: var(--Text-Brand-OnPrimary-1-Default);
|
||||||
}
|
|
||||||
|
|
||||||
.link:hover,
|
&:not(.lastBreadcrumb):hover {
|
||||||
.button:not(.lastBreadcrumb):hover {
|
color: var(--Text-Brand-OnPrimary-1-Hover);
|
||||||
color: var(
|
text-decoration: underline;
|
||||||
--Text-Brand-OnPrimary-1-Default
|
}
|
||||||
); /* In need of a different variable for this */
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user