aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorEduardo Morales <emoral435@gmail.com>2024-01-03 15:54:08 -0600
committerEduardo Morales <emoral435@gmail.com>2024-01-03 15:54:08 -0600
commite5767898c7f328efffeef188025af442fe65ed79 (patch)
treeb75930daa7f6801dbb9190261b6a57cdb124d9fe /apps
parenta64df1908bb10b103ce98235ff21d0087d6978d7 (diff)
downloadnextcloud-server-e5767898c7f328efffeef188025af442fe65ed79.tar.gz
nextcloud-server-e5767898c7f328efffeef188025af442fe65ed79.zip
enh(settings): removed background-gradient to ensure contrast ratio a11y requirements
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/settings/src/components/PersonalInfo/ProfileSection/ProfilePreviewCard.vue1
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;