Hovering on navbar links should change the cursor to pointer
Expected behavior
https://demo.activeadmin.info/admin/dashboard (beta 18)
Actual behavior
localhost (beta 19)
How to reproduce
- Install v4.0.0.beta19
- Hover on a navbar link
Investigation
Apparently we lost this:
[role=button],button {
cursor: pointer;
}
Ref: tailwindlabs/tailwindcss#15773
Documented here: tailwindlabs/tailwindcss.com#2023
Hovering on navbar links should change the cursor to pointer
Expected behavior
https://demo.activeadmin.info/admin/dashboard (beta 18)
Actual behavior
localhost (beta 19)
How to reproduce
Investigation
Apparently we lost this:
Ref: tailwindlabs/tailwindcss#15773
Documented here: tailwindlabs/tailwindcss.com#2023