[jira] [Reopened] (FLEX-35171) CSS color RGB not set in component

2016-12-11 Thread Carlos Rovira (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-35171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carlos Rovira reopened FLEX-35171:
--

I put a comment for the reason

> CSS color RGB not set in component
> --
>
> Key: FLEX-35171
> URL: https://issues.apache.org/jira/browse/FLEX-35171
> Project: Apache Flex
>  Issue Type: Bug
>  Components: FlexJS
>Affects Versions: Apache FlexJS 0.8.0
> Environment: Mac OS X Sierra
>Reporter: Carlos Rovira
>Assignee: Alex Harui
> Fix For: Apache FalconJX 0.8.0
>
>
> I want to set a color:#fff
> If I put in a css class external selector, this is not applied (but rest of 
> rules works ok).
> If I put in inline style, this is working ok.
> If you want to see the code is in MDLExample, App.mxml line 117:
> .<-- I need to 
> set the color here to get text inside this component white, if not it gets 
> black
> The css style is mdl-styles.css
> .cardTitle
> {
>   color: #fff; <--- this rule is not working
>   height: 176px;
> }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Reopened] (FLEX-35171) CSS color RGB not set in component

2016-11-22 Thread Alex Harui (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-35171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Harui reopened FLEX-35171:
---

Need to handle complex descendant selector as in comment.

> CSS color RGB not set in component
> --
>
> Key: FLEX-35171
> URL: https://issues.apache.org/jira/browse/FLEX-35171
> Project: Apache Flex
>  Issue Type: Bug
>  Components: FlexJS
>Affects Versions: Apache FlexJS 0.8.0
> Environment: Mac OS X Sierra
>Reporter: Carlos Rovira
>Assignee: Alex Harui
>
> I want to set a color:#fff
> If I put in a css class external selector, this is not applied (but rest of 
> rules works ok).
> If I put in inline style, this is working ok.
> If you want to see the code is in MDLExample, App.mxml line 117:
> .<-- I need to 
> set the color here to get text inside this component white, if not it gets 
> black
> The css style is mdl-styles.css
> .cardTitle
> {
>   color: #fff; <--- this rule is not working
>   height: 176px;
> }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)