backdrop-contrib / css_injector

Allows administrators to inject CSS into the page output based on configurable rules
GNU General Public License v2.0
0 stars 1 forks source link

IE-specific conditional comments are getting deprecated in core #8

Open indigoxela opened 9 months ago

indigoxela commented 9 months ago

For details, see this core issue.

Probably nobody still uses styles for lt IE 9 or the like, but this module still provides a dropdown to select ancient browsers.

Nothing will break, those conditional styles will simply not getting added to the pages anymore.

olafgrabienski commented 4 months ago

this module still provides a dropdown to select ancient browsers

Hm, I don't see a browser related option at first sight. Is it part of the general settings, or of individual rules?

indigoxela commented 4 months ago

@olafgrabienski it hides in the media settings per rule:

media-setting-old-ie

olafgrabienski commented 4 months ago

Thank you, @indigoxela, found it! It looks really a bit antiquated.

klonos commented 3 months ago

I'll need to loop back to this at some point. Having it as a select menu doesn't allow selecting multiple media queries to apply.