Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Mar 8, 2023
1 parent 166b876 commit 079c55c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/poor-crabs-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/view-components': patch
---

Remove ability to show trailing action buttons in ActionList and NavList on hover
2 changes: 1 addition & 1 deletion app/components/primer/alpha/action_list/item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Item < Primer::Component
renders_one :trailing_action, lambda { |**system_arguments|
Primer::Beta::IconButton.new(
classes: class_names(
system_arguments.delete(:classes),
system_arguments[:classes],
"ActionListItem-trailingAction"
),

Expand Down

0 comments on commit 079c55c

Please sign in to comment.