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