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 */