Improve styling for selected elements
See original GitHub issueMy issue is that I can’t find a way to properly highlight selected nodes. I can change the appearance of the label and of the node individually but I need to style the outline of the two together.
Feature request 1: Support outline
styling for a :selected
node.
Feature request 2: Support a visible selection box around the selected objects.
It is feature 1 that I need the most, feature 2 is a nice to have.
The result would be:
I took this styling from Visio:
Issue Analytics
- State:
- Created 8 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Styling `select` elements for real - Microsoft Edge Blog
Styling <select> elements consistently across browsers has long been a difficult task. While it is now possible to style the button part of ......
Read more >How To Select HTML Elements to Style with CSS
You will begin by using the type selector to select HTML elements to style. Then, you will combine selectors to identify and apply...
Read more >The Current State of Styling Selects in 2019 - CSS-Tricks
Comments · Making a Better Custom Select Element · Say Hello to selectmenu, a Fully Style-able select Element · Overriding Default Button Styles....
Read more >How to style the option of an html "select" element?
You can style select > option , but there are no reliable crossbrowser solution for doing so and, on chrome at least you...
Read more >Custom Select Styles with Pure CSS
Modern CSS gives us a range of properties to achieve custom select styles that have a near-identical initial appearance.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks! That’s pretty close to what I need!
but I’d need two more things:
That would allow me to do what I originally asked. It is possible?
By the way, thanks a lot for your support.
Example of what I mean: http://jsbin.com/tenupopesa/1/edit