Skip to content

Commit

Permalink
menu close button
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieFox committed Aug 9, 2024
1 parent fb45394 commit 22f434c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/component/menuClose/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,14 @@
width: var(--menu-close-space);
}

.menu-close-button:focus,
.menu-close-button:hover,
.menu-close-button:active {
background-color: transparent;
}

@media (min-width: 700px) {
.menu-close-button {
border-radius: calc(var(--theme-radius) * 0.01em);
}
}
}

0 comments on commit 22f434c

Please sign in to comment.