Menu: move <hr> styles to component

This commit is contained in:
Alex Gleason
2023-02-06 16:15:00 -06:00
parent f6f3973eac
commit aa8f84d352
2 changed files with 1 additions and 5 deletions

View File

@@ -31,7 +31,3 @@ div:focus[data-reach-menu-list] {
[data-reach-menu-link][data-disabled] {
@apply opacity-25 cursor-default;
}
[data-reach-menu-popover] hr {
@apply my-1 mx-2 border-t-2 border-gray-100 dark:border-gray-800;
}