Browse Source
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
pull/5905/head
Stefan Melmuk
5 months ago
No known key found for this signature in database
GPG Key ID: 817020C608FE9C09
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
@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 */ |
|
|