From 6f798b7dee825e4f893d8614b9c784b6f6fd4ceb Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 2 May 2023 18:11:47 +0200 Subject: fix(settings): Increase "Edit your profile visibility button" contrast Before this the contrast of the button was too low in terms of accessibility. Signed-off-by: Ferdinand Thiessen Signed-off-by: nextcloud-command --- .../PersonalInfo/ProfileSection/EditProfileAnchorLink.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/settings/src/components/PersonalInfo/ProfileSection/EditProfileAnchorLink.vue b/apps/settings/src/components/PersonalInfo/ProfileSection/EditProfileAnchorLink.vue index 0732486ea44..be11f75b702 100644 --- a/apps/settings/src/components/PersonalInfo/ProfileSection/EditProfileAnchorLink.vue +++ b/apps/settings/src/components/PersonalInfo/ProfileSection/EditProfileAnchorLink.vue @@ -74,7 +74,7 @@ a { padding: 0 16px; margin: 14px auto; border-radius: var(--border-radius-pill); - opacity: 0.4; + color: var(--color-text-maxcontrast); background-color: transparent; .anchor-icon { @@ -87,8 +87,8 @@ a { &:hover, &:focus, &:active { - opacity: 0.8; - background-color: rgba(127, 127, 127, .25); + color: var(--color-main-text); + background-color: var(--color-background-dark); } &.disabled { -- cgit v1.2.3