You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/05/03 16:34:24 UTC

[10/50] git commit: [flex-sdk] [refs/heads/master] - REFIX- FLEX-33350 CalloutButton for Web removed warning: The style 'rollOverOpenDelay' is only supported by type spark.components.CalloutButton' with the theme(s) 'spark'.

REFIX- FLEX-33350 CalloutButton for Web
removed warning: The style 'rollOverOpenDelay' is only supported by type spark.components.CalloutButton' with the theme(s) 'spark'.


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/13ae99f5
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/13ae99f5
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/13ae99f5

Branch: refs/heads/master
Commit: 13ae99f5a2283ad8d8da44eff7f3e1796fd23f6d
Parents: e7611cb
Author: mamsellem <ma...@systar.com>
Authored: Thu Mar 20 17:53:43 2014 +0100
Committer: mamsellem <ma...@systar.com>
Committed: Thu Mar 20 17:53:43 2014 +0100

----------------------------------------------------------------------
 frameworks/projects/spark/defaults.css | 3 ---
 frameworks/themes/Spark/spark.css      | 5 +++++
 2 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/13ae99f5/frameworks/projects/spark/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/defaults.css b/frameworks/projects/spark/defaults.css
index 79eecc1..0ced94e 100644
--- a/frameworks/projects/spark/defaults.css
+++ b/frameworks/projects/spark/defaults.css
@@ -60,9 +60,6 @@ Callout
     borderThickness: 1;
 }
 
-CalloutButton {
-    rollOverOpenDelay: NaN;   /* default behavior is clicking button to open callout*/
-}
 
 CheckBox
 {

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/13ae99f5/frameworks/themes/Spark/spark.css
----------------------------------------------------------------------
diff --git a/frameworks/themes/Spark/spark.css b/frameworks/themes/Spark/spark.css
index 22fb55b..78e8ce0 100644
--- a/frameworks/themes/Spark/spark.css
+++ b/frameworks/themes/Spark/spark.css
@@ -53,4 +53,9 @@ s|TitleWindow
     borderColor: 0;
     cornerRadius: 0;
     dropShadowVisible: true;
+}
+
+s|CalloutButton
+{
+    rollOverOpenDelay: NaN; /* default behavior is clicking button to open callout for spark*/
 }
\ No newline at end of file