We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397cfdb commit e1e5f15Copy full SHA for e1e5f15
app/views/workshops/_index_row.html.erb
@@ -32,7 +32,7 @@
32
method: :delete,
33
class: "inline-block",
34
data: { turbo_confirm: "Remove bookmark?" } do %>
35
- <i class="fas fa-bookmark w-5 h-5 text-blue-500"></i>
+ <i class="fas fa-bookmark w-5 h-5 text-blue-500 hover:text-gray-400"></i>
36
<% end %>
37
<% else %>
38
<%= link_to bookmarks_path(
@@ -43,7 +43,7 @@
43
),
44
method: :post,
45
class: "inline-block" do %>
46
- <i class="far fa-bookmark w-5 h-5 text-gray-400"></i>
+ <i class="far fa-bookmark w-5 h-5 text-gray-400 hover:text-blue-500"></i>
47
48
49
<%= link_to "#{ "[UNPUBLISHED] " if workshop.inactive? }#{ workshop.title }", link_route, class: "hover:underline" %>
0 commit comments