1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-15 07:10:07 +00:00

hide buttons after cancelling login

This commit is contained in:
Stefan Melmuk 2025-05-29 21:35:56 +02:00
parent 785e3a488a
commit 7727dcd076
No known key found for this signature in database
GPG key ID: 817020C608FE9C09

View file

@ -26,7 +26,7 @@ a[href$="/settings/sponsored-families"] {
@extend %vw-hide;
}
{{else}}
app-root form.ng-untouched button.\!tw-text-primary-600:nth-child(4) {
app-root ng-component > form > div:nth-child(1) > div > button[buttontype="secondary"].\!tw-text-primary-600:nth-child(4) {
@extend %vw-hide;
}
{{/if}}
@ -37,7 +37,7 @@ app-root form.ng-untouched button.\!tw-text-primary-600:nth-child(4) {
@extend %vw-hide;
}
{{else}}
app-root form.ng-untouched > div > div > button.\!tw-text-primary-600:nth-child(3) {
app-root ng-component > form > div:nth-child(1) > div > button[buttontype="secondary"].\!tw-text-primary-600:nth-child(3) {
@extend %vw-hide;
}
{{/if}}
@ -48,7 +48,7 @@ app-root form.ng-untouched > div > div > button.\!tw-text-primary-600:nth-child(
@extend %vw-hide;
}
{{else}}
app-root form.ng-untouched > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) {
app-root ng-component > form > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) {
@extend %vw-hide;
}
{{/if}}