Skip to content

Commit

Permalink
fix(components): Add transparent outline for DataList sort options (#…
Browse files Browse the repository at this point in the history
…2318)

Add outline: transparent for DataList sort options
  • Loading branch information
Aiden-Brine authored Jan 16, 2025
1 parent d9807e8 commit de4cad9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@

.option:focus-visible {
box-shadow: var(--shadow-focus);
outline: transparent;
}

0 comments on commit de4cad9

Please sign in to comment.