
Ich habe versucht, Outline: none zum CSS hinzuzufügen, aber dadurch wird das nicht entfernt Tatsächliche Funktionalität der Schaltfläche im Fokuszustand.
Was kann die Lösung dafür sein?
Code: Select all
function test() {
console.log(1)
}
Code: Select all
/** Many solutions mentioned this but this is just removing the view state */
button {
outline: none
}
Code: Select all
Click