remove unnecessary

remotes/1722233799945163191/master
Aevann 2024-02-13 16:12:48 +02:00
parent 6db5d73408
commit 744bc35afb
2 changed files with 3 additions and 3 deletions

View File

@ -332,7 +332,7 @@ a:hover {
color: var(--primary); color: var(--primary);
text-decoration: underline; text-decoration: underline;
} }
a:not([href], [role="button"]) a:not([href])
{ {
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
@ -5596,7 +5596,7 @@ code {
.noshadow { .noshadow {
box-shadow: none !important; box-shadow: none !important;
} }
[role="button"], :not(textarea)[onclick], :not(textarea)[data-onclick], th { :not(textarea)[onclick], :not(textarea)[data-onclick], th {
cursor: pointer !important; cursor: pointer !important;
} }

View File

@ -41,7 +41,7 @@
{% if IS_HOMOWEEN() %} {% if IS_HOMOWEEN() %}
<script defer src="{{'events/homoween/js/trickortreat.js' | asset}}"></script> <script defer src="{{'events/homoween/js/trickortreat.js' | asset}}"></script>
<div class ="mb-2" style="text-align:center"> <div class ="mb-2" style="text-align:center">
<a id="trick-or-treat" class="btn btn-success triggerClass" role="button" data-nonce="{{g.nonce}}" data-onclick="postToastTrickOrTreat(this, '/trick_or_treat')"> twink or treat</a> <a id="trick-or-treat" class="btn btn-success triggerClass" data-nonce="{{g.nonce}}" data-onclick="postToastTrickOrTreat(this, '/trick_or_treat')"> twink or treat</a>
</div> </div>
{% endif %} {% endif %}