Display pointer if an image is in link
This commit is contained in:
@ -205,12 +205,15 @@
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
transition: var(--transition);
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
border-radius: 999px;
|
||||
background-color: transparent;
|
||||
font-weight: bold;
|
||||
font-size: 1rem;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
details {
|
||||
|
Reference in New Issue
Block a user