mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
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 <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
32f9b8b30e
commit
96e625482a
3 changed files with 6 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
4
dist/settings-vue-settings-personal-info.js
vendored
4
dist/settings-vue-settings-personal-info.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue