diff options
author | Eduardo Morales <emoral435@gmail.com> | 2024-01-03 22:54:08 +0100 |
---|---|---|
committer | Eduardo Morales <emoral435@gmail.com> | 2024-01-08 08:17:25 -0600 |
commit | 94a676c378601a77bbb33466ce8aefbfdfc3ef5f (patch) | |
tree | 3932f65a47acd0d3ee080af13bac62c888376add /apps/settings/src | |
parent | 5382cb59d23bdd4da95412e2e1cf1d9793f8d6af (diff) | |
download | nextcloud-server-94a676c378601a77bbb33466ce8aefbfdfc3ef5f.tar.gz nextcloud-server-94a676c378601a77bbb33466ce8aefbfdfc3ef5f.zip |
enh(settings): removed background-gradient to ensure contrast ratio a11y requirements
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
(cherry picked from commit e5767898c7f328efffeef188025af442fe65ed79)
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Diffstat (limited to 'apps/settings/src')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/ProfileSection/ProfilePreviewCard.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings/src/components/PersonalInfo/ProfileSection/ProfilePreviewCard.vue b/apps/settings/src/components/PersonalInfo/ProfileSection/ProfilePreviewCard.vue index 7dd4924f5e9..5ef6a00b1f2 100644 --- a/apps/settings/src/components/PersonalInfo/ProfileSection/ProfilePreviewCard.vue +++ b/apps/settings/src/components/PersonalInfo/ProfileSection/ProfilePreviewCard.vue @@ -162,7 +162,6 @@ export default { height: 70px; border-radius: var(--border-radius-large) var(--border-radius-large) 0 0; background-color: var(--color-primary-element); - background-image: var(--gradient-primary-background); span { bottom: 0; |