mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #277] Improve UI Contrast #98
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tomjn on GitHub (Nov 7, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/277
Originally assigned to: @liyasthomas on GitHub.
Describe the bug
Currently the interface has very low contrast on form inputs, this needs to be increased
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Clear form inputs that don't require non-corrective vision, and comply with WCAG
Desktop (please complete the following information):
Additional context
This affects all colour schemes in the settings area, either borders or greater background contrast will improve the UI significantly
@liyasthomas commented on GitHub (Nov 7, 2019):
We seriously think, we need to update the color schemes. Me being not much of a great frontend developer, I seek help on choosing color schemes that comply with WCAG. Anyway, next commit will include more web safe colors.
@tomjn commented on GitHub (Nov 7, 2019):
I think a thin but darker border around the inputs might do the job, here's a quick
border: 1px solid var(--fg-color);on allinputelements:@liyasthomas commented on GitHub (Nov 7, 2019):
Thanks for the quick suggestion. Will update 🎉👍
@tomjn commented on GitHub (Nov 7, 2019):
Thanks for the ultra fast reply :)