Disable hover function in default button class

Disable hover function in default button class

zhurb21zhurb21 Posts: 12Questions: 5Answers: 0
edited July 2021 in Buttons

Description of problem:
Hello everyone. I want to disable hover function in default class button. I'm tried different types of using css language, but there is no success. Can you please help me to found the right solution?At least give some documentation, will be great.
What I'm trying to use:
.dt-button.default:hover { background-color: black;}

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    I'm not quite following as by default the buttons don't have a tooltip. But you can use titleAttr to set it, see here,

    Colin

Sign In or Register to comment.