-
Notifications
You must be signed in to change notification settings - Fork 241
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 navigation icon bullet accessibility #3960
Fix navigation icon bullet accessibility #3960
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3960 +/- ##
============================================
+ Coverage 29.44% 29.45% +0.01%
Complexity 323 323
============================================
Files 221 220 -1
Lines 7580 7577 -3
Branches 1002 1002
============================================
Hits 2232 2232
+ Misses 5348 5345 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
is this ready for review? also, how to test it? |
1e06e2f
to
98e89ce
Compare
@nimishavijay |
fixes #3955 |
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.
Looks great design wise! 🚀
use CheckboxBlankCircle as icon within the Action for icon bullet instead of AppNavigationIconBullet and AppNavigationDisabledCalendarIconBullet. AppNavigationDisabledCalendarIconBullet is not needed anymore. Signed-off-by: julia.kirschenheuter <[email protected]> !Fixup tabulation Signed-off-by: julia.kirschenheuter <[email protected]>
98e89ce
to
b9576fc
Compare
/backport to stable3.0 |
/backport to stable3.1 |
use CheckboxBlankCircle as icon within the Action for icon bullet instead of AppNavigationIconBullet and AppNavigationDisabledCalendarIconBullet.
AppNavigationDisabledCalendarIconBullet is not needed anymore.
fixes #3955
fixes #3966