Mobile app version of vmapp.org
Login or Join
Looi7658678

: Visual active state for coloured tree navigation I'm trying to design a node tree/navigation, which uses colours to denote the types of the tree node (which I thought was a useful pattern) and

@Looi7658678

Posted in: #Color #WebsiteDesign

I'm trying to design a node tree/navigation, which uses colours to denote the types of the tree node (which I thought was a useful pattern) and am struggling to find a way to show the active node because of the use of the colours.

This is for a web application that must support IE8+ amongst other modern browsers.

Does anyone have any ideas?

This is the tree:

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Looi7658678

2 Comments

Sorted by latest first Latest Oldest Best

 

@Turnbaugh909

One option is to add an outer stroke to the selected node. A few quick ideas:

You can keep the color of the nodes and add a prominent color not used in the tree like this:



Use the node color as the outline color and use another color as the new fill. This is more prominent and keeps the original color:



You could take the idea further by highlighting the selected path through the node tree. This may be harder to implement depending on how the web app is built, but maybe not.



Or for a more subtle effect you can use the node color as the outline and remove the fill color:

10% popularity Vote Up Vote Down


 

@Shakeerah625

Maybe making the Active branch a lighter color and adding a shadow (à la Material Design):

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme