blob: c850f7eaee764346f40fa1e989b69c69cbe77eea [file] [log] [blame]
<!doctype html>
<style>
.div1 {
cursor: pointer;
}
button {
border: 2px solid transparent;
background: none;
}
</style>
<div class="div1">
<button>hi</button>
</div>
<div>
<button>hi</button>
</div>