vaadin/vaadin-button

Make disabled primary button distinct from disabled secondary button (Lumo)

jouni opened this issue · 1 comments

jouni commented

Currently, a disabled primary button looks the same as a disabled secondary button.

screen shot 2018-09-27 at 14 54 22

We should use --lumo-primary-color-50pct for the disabled primary button to make it stand out. We could also consider dropping the label opacity to make it more obvious that the button is disabled.

screen shot 2018-09-27 at 14 55 46

The primary error and primary success theme variants need to be handled separately as well.