fix css for locked screen (#5905)
Some checks are pending
Build / Build and Test ${{ matrix.channel }} (msrv) (push) Waiting to run
Build / Build and Test ${{ matrix.channel }} (rust-toolchain) (push) Waiting to run
Check templates / docker-templates (push) Waiting to run
Hadolint / Validate Dockerfile syntax (push) Waiting to run
Release / Cancel older jobs when running (push) Waiting to run
Release / Build Vaultwarden containers (alpine) (push) Blocked by required conditions
Release / Build Vaultwarden containers (debian) (push) Blocked by required conditions
Trivy / Trivy Scan (push) Waiting to run

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; @extend %vw-hide;
} }
/* Hide Log in with passkey on the login page */ /* 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; @extend %vw-hide;
} }
/* Hide the or text followed by the two buttons hidden above */ /* Hide the or text followed by the two buttons hidden above */