Focus not hover

This commit is contained in:
Philipp Klüter
2021-04-16 23:05:31 +02:00
parent 0b4ee658e5
commit 403f939218

View File

@@ -121,7 +121,7 @@ body {
} }
.login-wrapper .login-btn:focus { .login-wrapper .login-btn:focus {
border: 1px solid var(--primary-color); border: 1px solid var(--secondary-color);
outline: none; outline: none;
box-shadow: none; box-shadow: none;
} }