Skip to content

Commit

Permalink
add outline to dropdown's <summary> tag if it's focused using keyboard
Browse files Browse the repository at this point in the history
fix: #2377
  • Loading branch information
saadeghi committed Sep 30, 2023
1 parent 4d6464d commit 9b70e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/unstyled/dropdown.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.dropdown {
@apply relative inline-block;
}
.dropdown > *:focus {
.dropdown > *:not(summary):focus {
@apply outline-none;
}
.dropdown .dropdown-content {
Expand Down

0 comments on commit 9b70e74

Please sign in to comment.