vincentmorneau / material-apex

A Material Design Theme for Oracle APEX
https://apex.oracle.com/pls/apex/f?p=12192
MIT License
187 stars 51 forks source link

Radio group item does not respect theme colours #356

Closed nikitsky closed 5 years ago

nikitsky commented 5 years ago

Hi Vincent,

I would like to have radio group items color consistent with the global application colors defined by the theme roller but looks like it does not work:

screenshot 2018-11-16 at 17 23 08

According to the scss file (theme/500/v1924/css/_apex_variables.scss), the radio group item should use the $secondary-color:

// Radio Buttons
$radio-fill-color: $secondary-color !default;
$radio-empty-color: #5a5a5a !default;
$radio-border: 2px solid $radio-fill-color !default;

As far as we can see, for buttons the $secondary-color works fine. So, I would expect the checked radio button (on the screenshoot) has the same color as logout button.

Checkbox items has the same issue.

Would you be so kind to check it?

Thank you in advance, Valentine

vincentmorneau commented 5 years ago

Hey Valentine,

Thank you for this. It took me a while to understand but I got it working now. Would you be okay with me sending you the new theme files via email? I don't want to go through the release process just with this little bug. Please let me know your email and I'll forward the fix to you.