You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
color-text-secondary is used against background color color-secondary. This works well in navbar and selected registry but not in concept details and concept tree:
Problems to solve:
Default color color-text is applied deep in the nesting of vue components and DOM elements so just using color-text-secondary on a top element does not work
Elements are draggable, when dragged, the color should always be color-text
Highlighted elements also include buttons
This issue could be solved better by refactoring the components and their CSS (see "plus" icon in the screenshot above, this should have same color instead of two white and grey).
The text was updated successfully, but these errors were encountered:
color-text-secondary
is used against background colorcolor-secondary
. This works well in navbar and selected registry but not in concept details and concept tree:Problems to solve:
color-text
is applied deep in the nesting of vue components and DOM elements so just usingcolor-text-secondary
on a top element does not workcolor-text
This issue could be solved better by refactoring the components and their CSS (see "plus" icon in the screenshot above, this should have same color instead of two white and grey).
The text was updated successfully, but these errors were encountered: