Is it possible to affect the “pressed” style of a native HTML <input type="button"> to appear pressed, such that I could implement a toggle button using native styled buttons?
Is it possible to affect the pressed style of a native HTML <input type=button>
Share
The simple answer to your question is, unfortunately, no.
There’s no way to affect the native style of a button to appear pressed.