terminusdb / terminusdb-dashboard

Dashboard for TerminusDB
Apache License 2.0
6 stars 5 forks source link

Fusing text with background in dropdown list items in dashboard UI #309

Closed alexander-mart closed 4 months ago

alexander-mart commented 9 months ago

Describe the bug Fusing text with background in dropdown list items in dashboard UI

To Reproduce

Expected behavior Acceptable contrast ratio passed by devtools: https://developer.chrome.com/docs/devtools/accessibility/contrast

Screenshots image

Info (please complete the following information):

Additional context Please find an interface specialist to join your team. If the product has already reached a stage where it needs to grow in the number of users, the interface is not a secondary element, but an important part of the product. Basic UI review would not allow the bug indicated in the example to pass into production.

Also I recommend to use TailwindCSS instead of played-out Bootstrap

alexander-mart commented 9 months ago

Temporary fix with stylebot.dev:

/* https://github.com/terminusdb/terminusdb-dashboard/pull/310 */
.form-control {
    color: #fff !important;
    background-color: #000 !important;
}