From 6cc2115f6721e4b1e3d6f3da5205620d02c0b6b3 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 13 Mar 2025 00:09:11 +0900 Subject: minor wlogout style update --- config/wlogout/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/wlogout/style.css b/config/wlogout/style.css index ce227160..f1c12456 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -19,11 +19,13 @@ button { transition: all 0.3s cubic-bezier(.55, 0.0, .28, 1.682), box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out; border-radius: 80px; border:0px; + outline-style: none; } button:focus { background-size: 50%; border: 0px; + outline-style: none; } @@ -33,6 +35,7 @@ button:hover { background-size: 50%; margin: 30px; border-radius: 80px; + outline-style: none; } -- cgit v1.2.3