Fix img seelct and variable for avatar hover
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
a13730cede
commit
3686cc8c12
1 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue