We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b9b8f commit 4e07913Copy full SHA for 4e07913
packages/uui-breadcrumbs/lib/uui-breadcrumb-item.element.ts
@@ -22,10 +22,10 @@ export class UUIBreadcrumbItemElement extends LitElement {
22
color: currentColor;
23
}
24
a:hover {
25
- color: var(--uui-interface-contrast-hover);
+ color: var(--uui-color-hover-standalone);
26
27
a:focus {
28
- color: var(--uui-interface-contrast-focus);
+ color: var(--uui-color-focus);
29
30
31
[part='separator']::after {
@@ -34,7 +34,7 @@ export class UUIBreadcrumbItemElement extends LitElement {
34
position: relative;
35
top: 1px;
36
margin: -3px 1px 0;
37
- color: var(--uui-interface-border);
+ color: var(--uui-color-border);
38
39
40
#link,
0 commit comments