Is there a disabled style for button class?

1 reply · opened Dec 27, 2017

Pphlee_1Dec 27, 2017

I'd like disabled buttons to be visually different.
I use "button button-small button-rounded" in various colors.

Thanks
ph

SSemicolon WebSTAFFDec 28, 2017

Hello,

Currently, the styling for Disabled Buttons is not included with Canvas. You can consider using the following CSS code:
[ch_pre type="css"].button-disabled {
opacity: 0.65;
pointer-events: none;
}[/ch_pre]

and then simply add the .button-disabled Class to the .button Element.

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard