Style Active Button (Premium)
Daniel
Last Update hace 4 años
To style the active button you can use the df-activebutton class, that gets automatically added to the button after being pushed.
For example:
/* makes active button darker */
.df-activebutton {
filter: brightness(50%);
}