1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-14 14:50:08 +00:00

fix css for locked screen (#5905)

by making the selector more specific to the login page
the logout button on the locked screen should be visible again
This commit is contained in:
Stefan Melmuk 2025-05-29 08:08:32 +02:00 committed by GitHub
parent d363e647e9
commit 200999c94e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ app-root form.ng-untouched button.\!tw-text-primary-600:nth-child(4) {
@extend %vw-hide;
}
/* Hide Log in with passkey on the login page */
app-root form.ng-untouched button.\!tw-text-primary-600:nth-child(3) {
app-root form.ng-untouched > div > div > button.\!tw-text-primary-600:nth-child(3) {
@extend %vw-hide;
}
/* Hide the or text followed by the two buttons hidden above */