fix jank underline css (#838)

This commit is contained in:
Echo 2026-01-25 16:11:52 -05:00 committed by GitHub
parent 551ccfb75f
commit 99e4215759
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,11 +83,8 @@
<button
type="button"
onclick="showLogout()"
class="w-full text-left cursor-pointer block px-2 py-1 rounded-lg transition hover:text-primary"
style="display: block; padding: 10px 15px; border-radius: 6px; transition: background-color 0.15s, color 0.15s; text-decoration: none;"
onmouseover="this.style.color='var(--primary-color, #e13950)'"
onmouseout="this.style.color=''"> <!-- sorry but what the fuck is this hover logic-->
Logout
class="w-full text-left cursor-pointer block px-[15px] py-2.5 rounded-lg transition hover:text-primary hover:bg-darkless"
>Logout
</button>
</div>
<% end %>