Thanks!
I think that the * should be after the 'browser' and not before the 'data'.
With the following condition it works html:not([data-sap-ui-browser*="ie9"]) .myClass {} instead of html:not(*[data-sap-ui-browser="ie9"]).myClass{ }
Regards,
Omri
Thanks!
I think that the * should be after the 'browser' and not before the 'data'.
With the following condition it works html:not([data-sap-ui-browser*="ie9"]) .myClass {} instead of html:not(*[data-sap-ui-browser="ie9"]).myClass{ }
Regards,
Omri