Unset pride button cursor
This commit is contained in:
parent
d56cbd34ab
commit
5418137f79
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue