Replies: 3 comments
-
|
Make a play that can reproduce it, please. |
Beta Was this translation helpful? Give feedback.
-
The all should have the exact same border radius.
<ul class="menu bg-base-200 w-56">
<li><a>Item 1</a></li>
<li><a class="bg-blue-800 text-blue-300">Item 2</a></li>
<li><a>Item 3</a></li>
</ul> |
Beta Was this translation helpful? Give feedback.
-
|
I checked my code and I saw that in the Daisy example the class "menu-active" was on the a tag where I had it on the li tag. Thank you. Sorry for my mistake. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I notice that when using the menu class="menu" and I hover an entry the hover color shows the item as having a rounded border (i think - I have old eyes) and then I use the menu-active" class the item appears not to have a rounded border.
Is this correct or am I seeing things (or not seeing them) ?
On another note - how can I adjust the colors for menu-active or should I define my own class?
Beta Was this translation helpful? Give feedback.
All reactions