From 200999c94e20fadd830f64d316dfe0a08c8de598 Mon Sep 17 00:00:00 2001 From: Stefan Melmuk <509385+stefan0xC@users.noreply.github.com> Date: Thu, 29 May 2025 08:08:32 +0200 Subject: [PATCH] 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 --- src/static/templates/scss/vaultwarden.scss.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/templates/scss/vaultwarden.scss.hbs b/src/static/templates/scss/vaultwarden.scss.hbs index c3168dcb..b632f396 100644 --- a/src/static/templates/scss/vaultwarden.scss.hbs +++ b/src/static/templates/scss/vaultwarden.scss.hbs @@ -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 */