Skin compressor drops some skin selectors
-----------------------------------------
Key: TRINIDAD-920
URL: https://issues.apache.org/jira/browse/TRINIDAD-920
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 1.2.5-core
Reporter: Andrew Robinson
Priority: Blocker
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"] { ... }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.