[Style] Is is said outline:none needs to be added to button (?)

This commit is contained in:
hyperbola 2021-01-19 22:18:03 +08:00
parent 3189188b07
commit 6ea781c6a1
No known key found for this signature in database
GPG Key ID: D987B1D59478B51F

View File

@ -58,5 +58,9 @@
// font
color: $white;
}
&:focus {
outline: none;
}
}
}