P
phlee_1Dec 27, 2017
I'd like disabled buttons to be visually different.
I use "button button-small button-rounded" in various colors.
Thanks
ph
I'd like disabled buttons to be visually different.
I use "button button-small button-rounded" in various colors.
Thanks
ph
Hello,
Currently, the styling for Disabled Buttons is not included with Canvas. You can consider using the following CSS code:
.button-disabled {
opacity: 0.65;
pointer-events: none;
}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