Display pointer if an image is in link

This commit is contained in:
daudix
2024-09-11 20:17:49 +03:00
parent b5a7653bfe
commit a946255c44
10 changed files with 60 additions and 26 deletions

View File

@ -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 {