mirror of
https://github.com/nextcloud/server.git
synced 2026-03-03 05:51:07 -05:00
Merge pull request #11470 from nextcloud/avatar-hover
Change highlight effect of user avatar from opacity to border
This commit is contained in:
commit
a13730cede
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue