<%= render partial: "color_avatar", locals: { category: category } %>
-
-
+ <%= render DS::Disclosure.new(
+ summary_class: "cursor-pointer absolute -bottom-2 -right-2 flex justify-center items-center bg-surface-inset hover:bg-surface-inset-hover border-2 w-7 h-7 border-subdued rounded-full text-secondary",
+ data: {
+ color_icon_picker_target: "details",
+ action: "mousedown->color-icon-picker#handleOutsideClick"
+ }) do |d| %>
+ <% d.with_summary_content do %>
<%= icon("pen", size: "sm") %>
-
+ <% end %>
-