Skip to content

Commit 1b07955

Browse files
authored
fix(ui5-button): hide icon tooltip (#2566)
1 parent 6afed15 commit 1b07955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/main/src/Button.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
style="{{styles.icon}}"
2626
class="ui5-button-icon"
2727
name="{{icon}}"
28-
show-tooltip={{showIconTooltip}}
28+
?show-tooltip={{showIconTooltip}}
2929
></ui5-icon>
3030
{{/if}}
3131

packages/main/test/pages/Button.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<br/>
193193
<ui5-title>Buttons with tooltip</ui5-title>
194194
<br/>
195-
<ui5-button icon="home" title="Go home"></ui5-button>
195+
<ui5-button icon="message-information" title="Go home"></ui5-button>
196196
<ui5-button icon="accept" title="Accept terms & conditions"></ui5-button>
197197
<ui5-button icon="action-settings" title="Go to settings"></ui5-button>
198198
<ui5-button icon="alert" title="Fire an alert"></ui5-button>

0 commit comments

Comments
 (0)