This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 4d298a160aa388eb6306c6f0f80a3269ca240b40
Author: Alex Harui <aha...@apache.org>
AuthorDate: Thu Feb 22 16:14:36 2018 -0800

    MDL shoudld turn off default layout
---
 .../projects/MaterialDesignLite/src/main/resources/defaults.css    | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git 
a/frameworks/projects/MaterialDesignLite/src/main/resources/defaults.css 
b/frameworks/projects/MaterialDesignLite/src/main/resources/defaults.css
index 1c64ef6..db5bf35 100644
--- a/frameworks/projects/MaterialDesignLite/src/main/resources/defaults.css
+++ b/frameworks/projects/MaterialDesignLite/src/main/resources/defaults.css
@@ -19,6 +19,7 @@
 
 
 @namespace "library://ns.apache.org/royale/mdl";
+@namespace basic "library://ns.apache.org/royale/basic";
 
 /* Rules for sizing the icon. */
 .material-icons.md-18 { font-size: 18px; }
@@ -163,6 +164,12 @@ DropDownList
     IItemRenderer: 
ClassReference("org.apache.royale.mdl.itemRenderers.DropDownListItemRenderer");
 }
 
+basic|View
+{
+    IBeadLayout: ClassReference(null);
+}
+
+
 @media -royale-swf
 {
     CheckBox

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.

Reply via email to