Fix overlap of focus highlight on login screen (#5193)

This commit is contained in:
shamoon 2023-12-31 10:01:45 -08:00 committed by GitHub
parent c5d622279c
commit fb81612ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,11 @@ body {
border-bottom-left-radius: 0;
}
#inputUsername:focus {
position: relative;
z-index: 100;
}
#inputPassword,
#inputPassword2 {
border-top-left-radius: 0;