diff options
| -rw-r--r-- | config/wlogout/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |
