-
Notifications
You must be signed in to change notification settings - Fork 276
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
Removing Border for select / input and options, Issue #440 #447
Conversation
@ccsCoder Can you please provide screenshots? |
Codecov Report
@@ Coverage Diff @@
## main #447 +/- ##
==========================================
- Coverage 64.07% 63.95% -0.12%
==========================================
Files 28 28
Lines 2536 2536
Branches 389 389
==========================================
- Hits 1625 1622 -3
- Misses 805 806 +1
- Partials 106 108 +2
Continue to review full report at Codecov.
|
Right after selecting the item, it still shows an outline. Can you please make it |
I think that is not a good idea. In-fact I was going to raise an issue about it. We should make the other elements Focusable and interactable through keyboard also as per WAI-ARIA guidelines. I can take this up if you're okay with this. 👍 Of-Course we can change the colour / style of the outline / focus ring. |
Hmm, that's interesting, I haven't paid as much attention to it as I probably should have (given my background doesn't include anything UX-related it would be hard anyway hahaha). Maybe we could just change the outline color for the focused item (I suppose this is something we can do), just to match the themes better.
I guess I have some reading to do regarding WAI-ARIA... But it does sound great! Feel free to work on those, and if you have any other suggestions regarding accessibility, keep them coming! :) |
I wouldn't worry about it. |
Thank you a lot!
I'll be adding a goal for the project to become more accessible, without a question this is something we would like to support, even we don't really know how to (yet). |
Luckily, I work a lot on a11y. I'd love to put those skills to some use and help you out. |
That would be absolutely awesome! |
@thamara please check now. |
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.
Apart from the color change, everything looks great!
Thank you a lot!
Co-authored-by: Thamara Andrade <tkcandrade@gmail.com>
\changelog-update |
…App#447) * Removing Border for select / input and options * Added Theme appropriate outlines to Controls. removed outline : none . * Update css/styles.css Co-authored-by: Thamara Andrade <tkcandrade@gmail.com> * Style violation fixed: changed to 2 spaces Co-authored-by: Thamara Andrade <tkcandrade@gmail.com>
Related issue
Closes #440
Context / Background
The border didn't look good when dark theme was used. It resulted in an Inconsistent visual look and feel across the application.
What change is being introduced by this PR?
#preferences input/select/option
and setborder: none
.How will this be tested?