all: initial
Sample:
Code:
<style>
button {
all: initial;
}
button:focus-visible {
outline: 0.1em solid;
outline-offset: 0.1em;
}
</style>
<button type="button">
Download
</button>
<style>
button {
all: initial;
}
button:focus-visible {
outline: 0.1em solid;
outline-offset: 0.1em;
}
</style>
<button type="button">
Download
</button>