Skip to content

Commit

Permalink
Merge pull request #38028 from nextcloud/fix/36958
Browse files Browse the repository at this point in the history
fix(settings): Increase "Edit your profile visibility button" contrast
  • Loading branch information
susnux authored May 4, 2023
2 parents 1a00d99 + 6f798b7 commit 5938808
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 5938808

Please sign in to comment.