mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 23:32:53 +00:00
fix jank underline css (#838)
This commit is contained in:
parent
551ccfb75f
commit
99e4215759
1 changed files with 2 additions and 5 deletions
|
|
@ -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 %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue