GwtMaterialDesign / gwt-material

A Google Material Design wrapper for GWT
https://gwtmaterialdesign.github.io/gmd-core-demo/
Apache License 2.0
410 stars 124 forks source link

MaterialLoader, opacity affects Spinner and Text #1012

Open ingosch opened 3 years ago

ingosch commented 3 years ago

If background color of the loader and textcolor is the same the text is not visible, also if opacity is 0.5. Is this the desired behaviour? I think opacity should only affect the background an not the other elements of the loader. This is easy to show in the 2.5.0-rc1 core demo https://gwtmaterialdesign.github.io/gmd-core-demo/#loaders. Check "With Message" -> message is not visible/readable. It only works when "With Background Color" is olso checked.