Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make hover state in utility classes more relevant #40961

Open
2 tasks done
fredDesign opened this issue Oct 21, 2024 · 0 comments
Open
2 tasks done

Make hover state in utility classes more relevant #40961

fredDesign opened this issue Oct 21, 2024 · 0 comments

Comments

@fredDesign
Copy link

fredDesign commented Oct 21, 2024

Prerequisites

Proposal

The sate "hover" would not have to generate default value

Motivation and context

The sate hover would not have to generate a defaut state as it works at this moment.
Right now, this option is unusable in many case
Example :

"bghover": (
      property: background-color,
      class:bgh,
      state: hover,
      values: (
          primary:$primary,
      ),

.bgh-primary {
  background-color: #25bbe4 !important;
}

.bgh-primary-hover:hover {
  background-color: #25bbe4 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To analyze
Development

No branches or pull requests

2 participants