Skip to content

Conversation

@jayolee
Copy link
Contributor

@jayolee jayolee commented Apr 1, 2025

Description

Updated tag dropdown autocomplete's style selector to prevent the input library's style overriding the custom style from the app which made it hard to read due to low contrast

Addressed Issue

Closes: #1146

Additional Details

The issue is caused by the library's default style occasionally overriding the custom style.
.ti-autocomplete is always a div tag (source code) so added the tag name to the style selector to override the default style.

Screenshot 2025-03-31 at 10 41 27 PM

Checklist

- Fixed tag input library's autocomplete dropdown style overriding the custom styling of the app

Signed-off-by: Ja Young Lee <43683780+jayolee@users.noreply.github.com>
@nscuro nscuro added this to the 4.13 milestone Apr 1, 2025
@nscuro nscuro added the defect Something isn't working label Apr 1, 2025
Copy link
Member

@nscuro nscuro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@nscuro nscuro merged commit 304440b into DependencyTrack:master Apr 1, 2025
10 checks passed
@jayolee jayolee deleted the fix/tag-dropdown-style-overriding branch April 1, 2025 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

defect Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tag Dropdown: Occasional Contrast Misbehaviour

2 participants