Skip to content

[v4 beta 19]: missing cursor pointer style in navbar - regression #8877

@tagliala

Description

@tagliala

Hovering on navbar links should change the cursor to pointer

Expected behavior

https://demo.activeadmin.info/admin/dashboard (beta 18)

Image

Actual behavior

localhost (beta 19)

Image

How to reproduce

  1. Install v4.0.0.beta19
  2. 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions