From 97759de9432d237c80c0807c4da66fa396052841 Mon Sep 17 00:00:00 2001 From: Stefan Melmuk Date: Thu, 29 May 2025 07:56:15 +0200 Subject: [PATCH] fix css for locked screen 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 */