hovering / color decoration support for custom patterns
See original GitHub issueHello, there doesn’t seem to be a way to customize class name contexts like in TW. Here is the TW issue. Intellisense works with className=....
but not with className: ....
etc. Could such support be added?
Thank you!
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
text-decoration-color - CSS: Cascading Style Sheets | MDN
The color applies to decorations, such as underlines, overlines, strikethroughs, and wavy lines like those used to mark misspellings, ...
Read more >How to animate your links on hover in Squarespace 7.0 & 7.1
Changing the color of links on hover ... here - copy and paste the code below into your Squarespace website by going to...
Read more >Hover help | WordPress.org
I have the following CSS to get the colours on a:hover (and some other stuff) ... .post-navigation .post-title:hover { text-decoration: underline; color: ...
Read more >The Many Ways to Change an SVG Fill on Hover ... - CSS-Tricks
We have hue-rotate() , but that only adjusts an existing color; it doesn't add a color, which is no good since we're starting...
Read more >Text decoration not working on hover while everything else does
text-decoration only takes the type of decoration, not the color or pattern. Use text-decoration-color to specify the color of the underline ...
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 Free
Top 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
Yes, thank you, with this on 21.4
the JS hovering and class completion work, but I am not getting color boxes in JS once I select a class from the drop-down menu. I do get color boxes in rescript files though.
Ok. Thank you for all your help Alexander!