-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix: FIT-883: Fixes style and size of Info icon for Status and Tasks (Cloud Storage) #8759
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
Conversation
…rectly filled, it should be outlined
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for label-studio-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for heartex-docs canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #8759 +/- ##
===========================================
- Coverage 61.06% 59.03% -2.03%
===========================================
Files 792 553 -239
Lines 61014 39319 -21695
Branches 10400 10400
===========================================
- Hits 37256 23212 -14044
+ Misses 23755 16104 -7651
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/git merge
|
This pull request updates the styling for the
DescriptionListcomponent to improve visual consistency and accessibility. The main changes are focused on enhancing the appearance and layout of the definition terms and the help icon.Styling improvements:
&__dt(definition term) class to use the neutral content color, apply flexbox layout for better alignment, and add spacing between items..help-iconclass by setting a primary icon color, defining explicit width and height, and removing opacity and top offset for a cleaner look.Screenshots
Before
After