forked from rDrama/rDrama
1
0
Fork 0

remove unnecessary

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);
text-decoration: underline;
}
a:not([href], [role="button"])
a:not([href])
{
color: inherit;
text-decoration: none;
@ -5596,7 +5596,7 @@ code {
.noshadow {
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;
}

View File

@ -41,7 +41,7 @@
{% if IS_HOMOWEEN() %}
<script defer src="{{'events/homoween/js/trickortreat.js' | asset}}"></script>
<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>
{% endif %}