Unset pride button cursor

This commit is contained in:
Helen Chong 2024-07-05 18:22:31 +08:00
parent d56cbd34ab
commit 5418137f79
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ eleventyComputed:
<div class="flag-progress-intersex-lesbian" role="img" aria-label="Custom pride flag which combines the lesbian pride flag and the progress pride flag triangle" style="height: 20rem; margin-bottom: 1em;"></div>
{%- macro prideButton(file, alt, tooltip=alt, width=88, height=31) -%}
<li class="tipcontainer">
<button class="tipactivator">
<button class="tipactivator" style="cursor: unset;">
<img src="/assets/buttons/pride/{{ file }}.png" alt="{{ alt }}" width="{{ width }}" height="{{ height }}" loading="lazy">
</button>
<p class="tooltip">{{ tooltip }}</p>