Skip to content

Commit 4e07913

Browse files
committed
breadcrumb
1 parent 43b9b8f commit 4e07913

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/uui-breadcrumbs/lib/uui-breadcrumb-item.element.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ export class UUIBreadcrumbItemElement extends LitElement {
2222
color: currentColor;
2323
}
2424
a:hover {
25-
color: var(--uui-interface-contrast-hover);
25+
color: var(--uui-color-hover-standalone);
2626
}
2727
a:focus {
28-
color: var(--uui-interface-contrast-focus);
28+
color: var(--uui-color-focus);
2929
}
3030
3131
[part='separator']::after {
@@ -34,7 +34,7 @@ export class UUIBreadcrumbItemElement extends LitElement {
3434
position: relative;
3535
top: 1px;
3636
margin: -3px 1px 0;
37-
color: var(--uui-interface-border);
37+
color: var(--uui-color-border);
3838
}
3939
4040
#link,

0 commit comments

Comments
 (0)