Skip to content

Commit

Permalink
feat(list-item): update single-select icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Nov 24, 2024
1 parent 95abac5 commit 8d53fa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
}

:host(:not([disabled]):not([selected])) .container:hover .selection-container--single {
color: var(--calcite-list-icon-color, var(--calcite-color-border-1));
color: var(--calcite-list-icon-color, var(--calcite-color-border-input));
}

:host([selected]:hover) .selection-container,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ export const MAX_COLUMNS = 0;

export const ICONS = {
selectedMultiple: "check-square-f",
selectedSingle: "bullet-point-large",
selectedSingle: "circle-inset-large",
unselectedMultiple: "square",
unselectedSingle: "bullet-point-large",
unselectedSingle: "circle",
closedLTR: "chevron-right",
closedRTL: "chevron-left",
open: "chevron-down",
Expand Down

0 comments on commit 8d53fa6

Please sign in to comment.