In legacy mobile skin for SpinnerList (and hence DateSpinner) make accent color same as default color. This should fix the breaking Mustella tests for SpinnerList and DateSpinner
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/5182a343 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/5182a343 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/5182a343 Branch: refs/heads/develop Commit: 5182a3430e3834c235b16f91dc98210c6fe93a1b Parents: ff7e113 Author: OmPrakash Muppirala <[email protected]> Authored: Mon Dec 22 12:16:43 2014 -0800 Committer: Erik de Bruin <[email protected]> Committed: Tue Dec 23 08:12:29 2014 +0100 ---------------------------------------------------------------------- frameworks/projects/mobiletheme/defaults.css | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5182a343/frameworks/projects/mobiletheme/defaults.css ---------------------------------------------------------------------- diff --git a/frameworks/projects/mobiletheme/defaults.css b/frameworks/projects/mobiletheme/defaults.css index c4bed86..bd1ff7a 100644 --- a/frameworks/projects/mobiletheme/defaults.css +++ b/frameworks/projects/mobiletheme/defaults.css @@ -267,6 +267,8 @@ SkinnableTextBase:disabledWithPrompt SpinnerList { skinClass: ClassReference("spark.skins.mobile.SpinnerListSkin"); + color: #000000; + accentColor: #000000; } SpinnerListContainer
