-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Uif/cl 619/hide icons by default #14295
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #14295 +/- ##
==========================================
- Coverage 36.89% 36.16% -0.73%
==========================================
Files 3213 3200 -13
Lines 92669 91416 -1253
Branches 16635 16368 -267
==========================================
- Hits 34186 33063 -1123
+ Misses 56060 55996 -64
+ Partials 2423 2357 -66 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fixed Issues (1)Great job! The following issues were fixed in this Pull Request
|
5af3f6d
to
2fb7a08
Compare
1908a7f
86a6435
to
1908a7f
Compare
1908a7f
to
f84aa92
Compare
|
🎟️ Tracking
https://bitwarden.atlassian.net/browse/CL-619
📔 Objective
Icons are generally decorative. Want to ensure they are hidden from screen readers unless we explicitly want them to be read.
aria-hidden="true"
to icons by defaultaria-hidden="false"
whenariaLabel
is provided📸 Screenshots
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes