Browse Source
Merge branch 'main' into agent/sso-default-organization
pull/7422/head
Tom
22 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
src/static/templates/scss/vaultwarden.scss.hbs
|
|
|
@ -116,8 +116,8 @@ app-security > app-two-factor-setup > form { |
|
|
|
} |
|
|
|
|
|
|
|
/* Hide unsupported Custom Role options */ |
|
|
|
bit-dialog div.tw-ml-4:has(bit-form-control input), |
|
|
|
bit-dialog div.tw-col-span-4:has(input[formcontrolname*="access"], input[formcontrolname*="manage"]) { |
|
|
|
:is(bit-dialog, [bit-dialog]) div.tw-ml-4:has(bit-form-control input), |
|
|
|
:is(bit-dialog, [bit-dialog]) div.tw-col-span-4:has(input[formcontrolname*="access"], input[formcontrolname*="manage"]) { |
|
|
|
@extend %vw-hide; |
|
|
|
} |
|
|
|
|
|
|
|
|