Skip to content

Commit

Permalink
fix(list-item): improve list item outline (#9675)
Browse files Browse the repository at this point in the history
**Related Issue:** #7538 

## Summary
Improves outline around list item.
  • Loading branch information
josercarcamo committed Jun 24, 2024
1 parent ed15de2 commit b8c2fff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ul:focus {
min-inline-size: var(--calcite-combobox-item-selector-icon-size);
}

.icon--dot:before {
.icon--dot::before {
text-align: start;
content: "\2022";
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ tr {

tr:focus,
td:focus {
z-index: var(--calcite-app-z-index-sticky);
outline: 2px solid var(--calcite-ui-focus-color, var(--calcite-color-brand));
@apply focus-inset;
}

.content,
Expand Down Expand Up @@ -228,7 +227,7 @@ tr:focus {
&::before {
@apply absolute;
content: "";
inline-size: theme("spacing[0]");
inline-size: theme("spacing[0.5]");
z-index: theme("zIndex.header");
background-color: theme("colors.brand");
inset-block: 0;
Expand Down

0 comments on commit b8c2fff

Please sign in to comment.