Change highlight effect of user avatar from opacity to border

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-09-30 13:05:29 +02:00
parent eec7f9ec28
commit e9a307c9f7
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
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;
}
}