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

bug: Menu anchor (link) hover custom style not working #2001

Closed
Kens-Jaswal opened this issue Jun 15, 2023 · 0 comments
Closed

bug: Menu anchor (link) hover custom style not working #2001

Kens-Jaswal opened this issue Jun 15, 2023 · 0 comments

Comments

@Kens-Jaswal
Copy link

Kens-Jaswal commented Jun 15, 2023

What version of daisyUI are you using?

No response

Describe your issue

Migrated to Daisy: v3.0.1

<ul class="menu bg-base-200 w-56 rounded-box">
  <li><a class="text-red-200 hover:text-red-800 hover:bg-yellow-100">Item 1</a></li>
  <li>
    <details open>
      <summary>Parent</summary>
      <ul>
        <li><a class="text-red-200 hover:text-red-800 hover:bg-yellow-100">level 2 item 1</a></li>
        <li><a class="text-red-200 hover:text-red-800 hover:bg-yellow-100">level 2 item 2</a></li>
        <li>
          <details open>
            <summary>Parent</summary>
            <ul>
              <li><a class="text-red-200 hover:text-red-800 hover:bg-yellow-100">level 3 item 1</a></li>
              <li><a class="text-red-200 hover:text-red-800 hover:bg-yellow-100">level 3 item 2</a></li>
            </ul>
          </details>
        </li>
      </ul>
    </details>
  </li>
  <li><a class="text-red-200 hover:text-red-800 hover:bg-yellow-100">Item 3</a></li>
</ul>

why custom effects are not working on tag, I wants to change the text color and bg-color while hovering, its not working after migrate to latest version.

please help

What browsers are you seeing the problem on?

All browsers

Reproduction URL (optional)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant