Skip to content

Commit

Permalink
fix(ui5-dynamic-page): action buttons reading fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PetyaMarkovaBogdanova committed Sep 12, 2024
1 parent c07e149 commit a4d1db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fiori/src/DynamicPageHeaderActions.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
icon="{{arrowButtonIcon}}"
accessible-name="{{expandLabel}}"
.accessibilityAttributes="{{accessibilityAttributes}}"
title="{{expandLabel}}"
tooltip="{{expandLabel}}"
@mouseover="{{onExpandHoverIn}}"
@mouseout="{{onExpandHoverOut}}"
></ui5-button>
Expand All @@ -18,7 +18,7 @@
?pressed="{{pinned}}"
.accessibilityAttributes="{{accessibilityAttributes}}"
accessible-name="{{pinLabel}}"
title="{{pinLabel}}"
tooltip="{{pinLabel}}"
></ui5-toggle-button>
{{/if}}
</div>
Expand Down

0 comments on commit a4d1db9

Please sign in to comment.