Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/patternfly/components/DataList/data-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@

// toggle icon rotate
.#{$data-list}__toggle-icon {
@include pf-v5-mirror-inline-on-rtl;

height: var(--#{$data-list}__toggle-icon--Height);
pointer-events: none;
transition: var(--#{$data-list}__toggle-icon--Transition);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
{{#if notification-badge--attribute}}
{{{notification-badge--attribute}}}
{{/if}}>
{{!-- TODO in Breaking Change: Add a wrapper element around the icon to follow
how other components' markup is structured for icons
--}}
Comment on lines +17 to +19
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

<i class="
{{~#if notification-badge--IsTask}}
pf-v5-pficon-task
Expand Down