mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-01 15:34:48 +00:00
hide buttons after cancelling login
This commit is contained in:
parent
785e3a488a
commit
7727dcd076
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ a[href$="/settings/sponsored-families"] {
|
||||||
@extend %vw-hide;
|
@extend %vw-hide;
|
||||||
}
|
}
|
||||||
{{else}}
|
{{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;
|
@extend %vw-hide;
|
||||||
}
|
}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
@ -37,7 +37,7 @@ app-root form.ng-untouched button.\!tw-text-primary-600:nth-child(4) {
|
||||||
@extend %vw-hide;
|
@extend %vw-hide;
|
||||||
}
|
}
|
||||||
{{else}}
|
{{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;
|
@extend %vw-hide;
|
||||||
}
|
}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
@ -48,7 +48,7 @@ app-root form.ng-untouched > div > div > button.\!tw-text-primary-600:nth-child(
|
||||||
@extend %vw-hide;
|
@extend %vw-hide;
|
||||||
}
|
}
|
||||||
{{else}}
|
{{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;
|
@extend %vw-hide;
|
||||||
}
|
}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue