moff / angular2-ladda

Angular 2 Ladda module
MIT License
97 stars 20 forks source link

why does ladda change default button style ? #14

Closed chaouiy closed 7 years ago

chaouiy commented 7 years ago

don't you find that is better to keep button style as it is to keep it consistent with website theme other than adding ugly brown backgrounds. this plugging should add spinner no more. no other changes of the style. I am wondering how all plugins can't make a minimum effort to imagine users needs that would be enough to understund that adding brown background is a stupid choice

theodorejb commented 7 years ago

Have you tried using the ladda-themeless.min.css file?

chaouiy commented 7 years ago

how to do that ?

theodorejb commented 7 years ago
<link rel="stylesheet" href="node_modules/ladda/dist/ladda-themeless.min.css"/>
chaouiy commented 7 years ago

my styles are automatically bundled by angular-cli I have no controle over that

theodorejb commented 7 years ago

You must be referencing the stylesheet somewhere for it to be included in your app.