mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
* set cursor to pointer on buttons in imports flow * add hover bg change on buttons to indicate action * add rounded hover background to x
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</div>
|
||||
</nav>
|
||||
<%= link_to content_for(:return_to_path) do %>
|
||||
<%= lucide_icon("x", class: "text-gray-500 w-5 h-5") %>
|
||||
<%= lucide_icon("x", class: "text-gray-500 w-8 h-8 hover:bg-gray-100 rounded-full p-2") %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user