2022-03-21 11:09:01 -07:00
|
|
|
[data-reach-menu-popover] {
|
2022-12-04 17:27:54 -08:00
|
|
|
@apply origin-top-right rtl:origin-top-left absolute mt-2 rounded-md shadow-lg bg-white dark:bg-gray-900 dark:ring-2 dark:ring-primary-700 focus:outline-none z-[1003];
|
2022-03-21 11:09:01 -07:00
|
|
|
}
|
|
|
|
|
2022-05-25 08:59:54 -07:00
|
|
|
[data-reach-menu-button] {
|
|
|
|
@apply focus:ring-primary-500 focus:ring-2 focus:ring-offset-2;
|
|
|
|
}
|
|
|
|
|
2022-03-21 11:09:01 -07:00
|
|
|
div:focus[data-reach-menu-list] {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-reach-menu-item][data-selected] {
|
2022-07-22 10:30:16 -07:00
|
|
|
@apply bg-gray-100 dark:bg-gray-800;
|
2022-03-21 11:09:01 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
[data-reach-menu-list] {
|
|
|
|
@apply py-1;
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-reach-menu-item],
|
|
|
|
[data-reach-menu-link] {
|
2022-07-22 10:30:16 -07:00
|
|
|
@apply block px-4 py-2.5 text-sm text-gray-700 dark:text-gray-500 cursor-pointer;
|
2022-03-21 11:09:01 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
[data-reach-menu-link] {
|
2022-07-22 10:30:16 -07:00
|
|
|
@apply hover:bg-gray-100 dark:hover:bg-gray-800;
|
2022-03-21 11:09:01 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
[data-reach-menu-item][data-disabled],
|
|
|
|
[data-reach-menu-link][data-disabled] {
|
|
|
|
@apply opacity-25 cursor-default;
|
|
|
|
}
|