-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
fix: group list styling #668
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #668 +/- ##
=======================================
Coverage 99.42% 99.42%
=======================================
Files 130 130
Lines 6450 6450
Branches 485 485
=======================================
Hits 6413 6413
Misses 37 37
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@meesvandongen thanks for the update. I guess that you removed the separator.
It should look similar to this:
https://flowbite.com/docs/components/list-group/
Can you fix it? Otherwise, it looks great.
@rluders good catch, didn't see it. Fixed. |
* fix: group list styling * fix: borders between list group items --------- Co-authored-by: Mees van Dongen <[email protected]> Co-authored-by: Ricardo Lüders <[email protected]>
* fix: group list styling * fix: borders between list group items --------- Co-authored-by: Mees van Dongen <[email protected]> Co-authored-by: Ricardo Lüders <[email protected]>
…ss == 0 (#698) * fix: group list styling (#668) * fix: group list styling * fix: borders between list group items --------- Co-authored-by: Mees van Dongen <[email protected]> Co-authored-by: Ricardo Lüders <[email protected]> * fix(progress.tsx): progress bar shows labels even when it is disabled at progress value is 0 The conditional rendring using the '&&' would return 0 on condition being false which would get displayed when progress value is 0. This was fixed using ternary operator instead. And also the label would get hidden at low progress values which is now fixed. fix #696 * style(default.ts): changed progress bar label(inside label) color for light mode * fix(components/progressbar): fix progressbar showing label when progress == 0 --------- Co-authored-by: Mees van Dongen <[email protected]> Co-authored-by: Ricardo Lüders <[email protected]>
Description
Fixes
While keeping the
<ul><li>
elements in-tact.Also see https://flowbite-react.com/list-group
After
Type of change
How Has This Been Tested?
N/A
Checklist: