question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for pseudo tags

See original GitHub issue

Not 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:open
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
jritcommented, Jul 21, 2021

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

0reactions
Yankovskycommented, Jul 21, 2021

@jrit can you suggest a name for such option?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found