Skip to content

Commit

Permalink
fix(list): list item border
Browse files Browse the repository at this point in the history
  • Loading branch information
marie rena committed Oct 16, 2023
1 parent 1b9df8d commit 76577d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lumx-core/src/scss/components/list/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
@include lumx-state(lumx-base-const("state", "HOVER"), lumx-base-const("emphasis", "LOW"), "dark");

&[data-focus-visible-added] {
@include lumx-state-as-selected(lumx-base-const("state", "FOCUS"), lumx-base-const("theme", "LIGHT"));
border: 2px solid lumx-color-variant("dark", "N");
}

&:active {
Expand Down

0 comments on commit 76577d7

Please sign in to comment.