5 lines
92 B
HTML
5 lines
92 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
button::-moz-focus-inner:active { }
|
|
</style>
|
|
<button>hello</button>
|