Fix img seelct and variable for avatar hover

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-10-01 10:15:11 +02:00
parent a13730cede
commit 3686cc8c12
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 5 additions and 4 deletions

View File

@ -352,10 +352,11 @@ nav[role='navigation'] {
&:active {
color: var(--color-primary-text);
img, #expandDisplayName {
border: 2px solid $color-primary-text;
margin-top: -2px;
margin-left: -2px;
.avatardiv,
#expandDisplayName {
background-color: var(--color-primary-text);
border: 2px solid var(--color-primary-text);
margin: -2px;
}
}