Style Active Button (Premium)

Daniel

Last Update 3 tahun yang lalu

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%);

}

Still need help? Message Us