[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

View File

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