app/views/active_element/components/table/item.html.erb in active_element-0.0.11 vs app/views/active_element/components/table/item.html.erb in active_element-0.0.12
- old
+ new
@@ -18,9 +18,10 @@
<%= label %>
<% if options[:description].present? %>
<button type="button"
style="background: none; border: none; outline: 0; position: absolute; margin-top: 0.3rem"
data-bs-toggle="popover"
+ data-bs-trigger="focus"
data-bs-content="<%= options[:description] %>">
<i class="text-secondary fa-solid fa-circle-info"></i>
</button>
<% end %>
</th>