Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.2.5-core
-
None
Description
CSS styles using attribute selectors are sometimes dropped by the skin compressor
In my code the following selector is not showing up after compression (disabling compression is a work around)
af|decorativeBox::top-start[_afrTheme="dark"]
{ ... }This is a valid CSS selector style. This seems work though:
af|decorativeBox::top-start:rtl[_afrTheme="dark"] { ... }