Support for pseudo tags
See original GitHub issueNot sure if this is by design, or a configuration option, but something like
<style> a:hover { text-decoration: none; } </style>
doesn’t seem to get inlined
Issue Analytics
- State:
- Created 2 years ago
- Comments:6
Top Results From Across the Web
"pseudo-elements" | Can I use... Support tables for ... - CanIUse
Method of displaying text or images before or after the given element's contents using the ::before and ::after pseudo-elements. All browsers with ...
Read more >Pseudo-classes - CSS: Cascading Style Sheets | MDN
A CSS pseudo-class is a keyword added to a selector that specifies a special state of the selected element(s). For example, the pseudo-class...
Read more >A Guide To Newly Supported, Modern CSS Pseudo-Class ...
This guide will cover ones that currently have the best support along with ... The :focus-within pseudo-class has support among all modern ...
Read more >CSS @supports (::pseudo-element) - Stack Overflow
I want to change an area to max overflow:scroll only if ::-webkit-scrollbar-thumb is supported. Is that possible somehow in pure CSS? As it...
Read more >CSS Pseudo-classes - W3Schools
Style visited and unvisited links differently; Style an element when it gets focus. Mouse Over Me. Syntax. The syntax of pseudo-classes ...
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
addImportantToPseudoClasses
? I’m also not very active in the codebase the last few years, there is very good test coverage so don’t be afraid to dive in@jrit can you suggest a name for such option?