Merge pull request #11470 from nextcloud/avatar-hover

Change highlight effect of user avatar from opacity to border
This commit is contained in:
Morris Jobke 2018-10-01 09:55:18 +02:00 committed by GitHub
commit a13730cede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -353,7 +353,9 @@ nav[role='navigation'] {
color: var(--color-primary-text);
img, #expandDisplayName {
opacity: .57 !important;
border: 2px solid $color-primary-text;
margin-top: -2px;
margin-left: -2px;
}
}