style: change outline property to outline-style for better clarity

This commit is contained in:
icarus 2025-09-14 01:50:38 +08:00
parent dc9fb381f7
commit ae0cee9ef4

View File

@ -20,7 +20,7 @@
}
*:focus {
outline: none;
outline-style: none;
}
* {