Skip to content

Commit

Permalink
Improve mouse interaction with theme menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ator-dev committed Jul 16, 2024
1 parent 131af89 commit 8746118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ main > .full-width {
position: relative;
}

#header .menu:focus-within fieldset, #header .menu fieldset:has(:target) {
#header .menu:focus-within fieldset, #header .menu fieldset:active, #header .menu fieldset:hover {
display: flex;
}

Expand Down

0 comments on commit 8746118

Please sign in to comment.