mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #38078 from nextcloud/stable26-profile-button-visibility
This commit is contained in:
commit
d05ca978b8
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