You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you @robsontenorio
for reporting issues. It helps daisyUI a lot 💚
I'll be working on issues one by one. I will help with this one as soon as a I
find a solution.
In the meantime providing more details and reproduction links would be
helpful.
The problem here is not being hidden, it's that the second item in code is meant to be styled as first item (it shouldn't have a line at left) and in CSS, .step:first-child is getting that style, but when you have another element as first child, the visual first child (which is the second child in code) can't get the expected style.
I don't think I can do anything about this in style because there's no :first-child-with-x-class selector in CSS 😅
Maybe you can render that element conditionally instead of visually hiding it? 🤔
What version of daisyUI are you using?
4.5.0
Which browsers are you seeing the problem on?
Chrome, Safari
Reproduction URL
https://play.tailwindcss.com/kVDcAHbWno
Describe your issue
Steps with a hidden element has a weird behavior. Is this expected?
Actually it does not look so bad and accidentally I liked!
If you think it is not a bug, please, close this issue.
The text was updated successfully, but these errors were encountered: