mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-17 22:29:19 +00:00
Fix avatar style on hover
This commit is contained in:
parent
59e5e82a49
commit
ba8ad6c674
|
@ -349,8 +349,12 @@ sup {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
border: 2px solid $golden;
|
border: 2px solid $golden;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
&:hover {
|
&:hover,
|
||||||
opacity: .7;
|
&:focus,
|
||||||
|
&:active {
|
||||||
|
border: 2px solid $coral;
|
||||||
|
box-shadow: 0 1px 8px 0 $coral;
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue