htmlcssjavascript28
Silver Coder
Does anyone on here know what I am referring to?
https://jsfiddle.net/xmdq14a2/1/ 1
To reproduce, tap one of the buttons on via a mobile device.
I think it may be this?
:active
How would I disable it from occurring when tapping a button?
What would I put inside here?
or, maybe that is not it.
It was something I noticed and was wondering why it was there, and can it be removed?
https://jsfiddle.net/xmdq14a2/1/ 1
To reproduce, tap one of the buttons on via a mobile device.
I think it may be this?
:active
How would I disable it from occurring when tapping a button?
What would I put inside here?
CSS:
button:active{
}
or, maybe that is not it.
It was something I noticed and was wondering why it was there, and can it be removed?