Skip to content
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

Selection of selected components not much visible #3038

Closed
severfire opened this issue Jul 29, 2024 · 2 comments
Closed

Selection of selected components not much visible #3038

severfire opened this issue Jul 29, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@severfire
Copy link

severfire commented Jul 29, 2024

Feature Request

On dark mode selection is not much visible against dark background.
Same goes on light mode.

I suggest changing .border-ring on dark and light mode to:

.border-ring {
border-color: hsl(78.81deg 100% 46.27%) !important;
border-width: 2px !important;
}

Edit:
Seems this class is also for selecting, not only grouping
I need to find other class responsible for grouping or it should be added

Motivation

better UI

Your Contribution

I can edit the code

@severfire severfire added the enhancement New feature or request label Jul 29, 2024
@severfire
Copy link
Author

Note:
var(--status-green) may be much better color for both dark and light mode.
Looks nice as well as simple selection without grouping.

@anovazzi1 anovazzi1 assigned anovazzi1 and unassigned igorrCarvalho Aug 6, 2024
@anovazzi1
Copy link
Contributor

#3556

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants