Skip to content

Commit

Permalink
fix(list-item): ensure consistent focus border color by referencing u…
Browse files Browse the repository at this point in the history
…pdated tokens (#11130)
  • Loading branch information
jcfranco authored Dec 23, 2024
1 parent 67b8753 commit d1f6f1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
content: "";
inline-size: theme("spacing[0.5]");
z-index: theme("zIndex.header");
background-color: theme("colors.brand");
background-color: var(--calcite-color-focus, var(--calcite-ui-focus-color, var(--calcite-color-brand)));
inset-block: 0;
}
&::before {
Expand Down

0 comments on commit d1f6f1d

Please sign in to comment.