Skip to content

Commit

Permalink
cursor hover
Browse files Browse the repository at this point in the history
  • Loading branch information
charlienparker committed Jan 10, 2025
1 parent 0c98c34 commit 1873a3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions app/javascript/css/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ table {
}
}

table[data-controller="navigateable-table"] {
tbody {
tr[data-href] {
cursor: pointer;
}
}
}

table[data-controller="expandable-table"] {
tbody {
tr[data-target="expandable-table.row"] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<tbody>
<% items.each do |item| %>
<% person = item.eligibility_state.subject.person %>
<%= @family.find_family_member_by_person(person) %>
<tr data-href=<%= verification_detail_insured_families_path(member: @family.find_family_member_by_person(person), verification: item) %>>
<td><b><%= person.full_name %></b></td>
<td><b><%= item.evidence_item_key.to_s.titleize %></b></td>
Expand Down

0 comments on commit 1873a3f

Please sign in to comment.