1

I have some CSS that uses some browser specific CSS. For Firefox I use:

@-moz-document

in front of my selector so only Firefox will use the CSS. However, the new Firefox Quantum is also using that CSS even though it renders CSS differently than Firefox due to it having a "new CSS engine".

The new CSS engine actually makes it much closer to how Chrome renders my specific CSS, so even if there isn't a selector just for Firefox Quantum, if there was some way to have it ignore some selectors, that would work.

So I need a way to have some CSS only for Firefox (not Quantum) and ideally a way to have separate CSS only for Firefox Quantum.

TylerH
  • 20,799
  • 66
  • 75
  • 101
Jedediah Smith
  • 558
  • 4
  • 10
  • @Rob: Think I should move my answer over to [that question you answered](https://stackoverflow.com/questions/47575563/conditional-css-rule-targeting-firefox-quantum)? (Yes, I plan to add a "use feature detection" prelude.) – BoltClock Dec 13 '17 at 17:37
  • @BoltClock I forgot about that one. It might be helpful but that makes this question a duplicate? – Rob Dec 13 '17 at 18:14
  • @Rob: Yeah, these are duplicates without a doubt. I'll merge my answer over later. – BoltClock Dec 13 '17 at 18:32

0 Answers0