Skip to content

Commit

Permalink
fix(settings): Increase "Edit your profile visibility button" contrast
Browse files Browse the repository at this point in the history
Before this the contrast of the button was too low in terms of accessibility.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
susnux authored and nextcloud-command committed May 2, 2023
1 parent 8f1e711 commit 6f798b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions dist/settings-vue-settings-personal-info.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-vue-settings-personal-info.js.map

Large diffs are not rendered by default.

0 comments on commit 6f798b7

Please sign in to comment.