Open FastChen opened 1 month ago
Is your feature request related to a problem? Please describe.
button background-color and text color have setting option. can add :hover/:focus background-color settings option?
Describe the solution you'd like
A detailed description of your proposed solution. Include:
var(--variable)
Describe alternatives you've considered
use custom Less/CSS
.cc-btn:hover .cc-btn:focus { background-color: var(--secondary-color); }
Feature Request
Is your feature request related to a problem? Please describe.
button background-color and text color have setting option. can add :hover/:focus background-color settings option?
Describe the solution you'd like
A detailed description of your proposed solution. Include:
var(--variable)
control :hover/:focus background-colorDescribe alternatives you've considered
use custom Less/CSS