Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
this is actually not only in ActionBar.
1. run the following code:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark">
<fx:Style>
@namespace s "library://ns.adobe.com/flex/spark";
s|ActionBar
{ accentColor: red; }</fx:Style>
<s:ActionBar>
<s:actionContent>
<s:Button id="btn"
label="Button label"
emphasized="true"
/>
</s:actionContent>
</s:ActionBar>
</s:Application>
2.
3.
Actual Results:
accent color is not working.
Expected Results:
Workaround (if any):