Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1.0-core
-
None
Description
This bug is about a nested selector specified with an "-icon" selector.
Eg: .AFSomeAlias af|style-icon or .AFSomeAlias af|style-icon:hover
This gets rendered as
AFSomeAlias af_style-icon
AFSomeAlias af_style-icon:hover
The reason why this happens is that we strip out the leading dot for the icon styles. But it is required only for the icon alias cases.