server icon indicating copy to clipboard operation
server copied to clipboard

fix(settings): Increase "Edit your profile visibility button" contrast

Open susnux opened this issue 2 years ago • 2 comments

  • Resolves: #36958

Summary

Rather a very small fix, but before this the contrast of the button was too low in terms of accessibility.

Screenshots

state inactive hover
before image image
after image image

Checklist

susnux avatar May 02 '23 16:05 susnux

/backport to stable26

susnux avatar May 02 '23 16:05 susnux

/compile amend /

Pytal avatar May 02 '23 17:05 Pytal

The backport to stable26 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable26
git pull origin/stable26

# Create the new backport branch
git checkout -b fix/foo-stable26

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable26

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport