You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by gi...@git.apache.org on 2017/10/15 21:17:02 UTC

[GitHub] piotrzarzycki21 opened a new issue #33: MDL CardActions properties which applies css classes name doesn't work (ex. border)

piotrzarzycki21 opened a new issue #33: MDL CardActions properties which applies css classes name doesn't work (ex. border)
URL: https://github.com/apache/royale-asjs/issues/33
 
 
   When we are using `mdl:CardActions`  in `mdl:Card` component properties which applies css classes from MDL doesn't work.
   
   Example:
   ```
   <mdl:Card shadow="2">
                   <mdl:CardActions border="true">
                       <mdl:Button colored="true" ripple="true" text="View Updates"/>
                   </mdl:CardActions>
   </mdl:Card>
   ```
   
   Border for `mdl:CardActions` doesn't display.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services