Skip to content

Unable to click on certain elements after v1.4.2 #305

Answered by lucaslarroche
ronaldgrn asked this question in Help
Discussion options

You must be logged in to vote

Hi @ronaldgrn,

It's because Crips Chat creates a link (a) without an href, and Pico considers it disabled.

You can override this behavior with:

a[role=button]:not([href]) {
  opacity: .5;
  pointer-events: auto;
}

This (wrong) behavior will be removed in version 2.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ronaldgrn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants