Merge pull request #38078 from nextcloud/stable26-profile-button-visibility

This commit is contained in:
Julius Härtl 2023-05-05 12:23:24 +02:00 committed by GitHub
commit d05ca978b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -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 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long