mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 20:14:08 +00:00
Fix dark mode text hover styles
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
<%= link_to entry.name,
|
<%= link_to entry.name,
|
||||||
entry_path(entry),
|
entry_path(entry),
|
||||||
data: { turbo_frame: "drawer", turbo_prefetch: false },
|
data: { turbo_frame: "drawer", turbo_prefetch: false },
|
||||||
class: "hover:underline hover:text-gray-800" %>
|
class: "hover:underline" %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
turbo_frame: "drawer",
|
turbo_frame: "drawer",
|
||||||
turbo_prefetch: false
|
turbo_prefetch: false
|
||||||
},
|
},
|
||||||
class: "hover:underline hover:text-gray-800"
|
class: "hover:underline"
|
||||||
) %>
|
) %>
|
||||||
|
|
||||||
<% if entry.excluded %>
|
<% if entry.excluded %>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<%= button_to transfer_path(transaction.transfer, transfer: { status: "confirmed" }),
|
<%= button_to transfer_path(transaction.transfer, transfer: { status: "confirmed" }),
|
||||||
method: :patch,
|
method: :patch,
|
||||||
class: "text-secondary hover:text-gray-800 flex items-center justify-center cursor-pointer",
|
class: "text-secondary flex items-center justify-center cursor-pointer",
|
||||||
title: "Confirm match" do %>
|
title: "Confirm match" do %>
|
||||||
<%= icon "check", size: "sm", class: "text-secondary hover:text-primary" %>
|
<%= icon "check", size: "sm", class: "text-secondary hover:text-primary" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
<%= button_to transfer_path(transaction.transfer, transfer: { status: "rejected" }),
|
<%= button_to transfer_path(transaction.transfer, transfer: { status: "rejected" }),
|
||||||
method: :patch,
|
method: :patch,
|
||||||
data: { turbo: false },
|
data: { turbo: false },
|
||||||
class: "text-secondary hover:text-gray-800 flex items-center justify-center cursor-pointer",
|
class: "text-secondary hover:text-primary flex items-center justify-center cursor-pointer",
|
||||||
title: "Reject match" do %>
|
title: "Reject match" do %>
|
||||||
<%= icon "x", size: "sm", class: "text-subdued hover:text-primary" %>
|
<%= icon "x", size: "sm", class: "text-subdued hover:text-primary" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<%= link_to entry.name,
|
<%= link_to entry.name,
|
||||||
entry_path(entry),
|
entry_path(entry),
|
||||||
data: { turbo_frame: "drawer", turbo_prefetch: false },
|
data: { turbo_frame: "drawer", turbo_prefetch: false },
|
||||||
class: "hover:underline hover:text-gray-800" %>
|
class: "hover:underline" %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user