We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent debf459 commit 81f1d1aCopy full SHA for 81f1d1a
packages/button/src/vaadin-button.js
@@ -92,8 +92,9 @@ class Button extends ButtonMixin(ElementMixin(ThemableMixin(ControllerMixin(Poly
92
<span part="suffix" aria-hidden="true">
93
<slot name="suffix"></slot>
94
</span>
95
+
96
+ <slot name="tooltip"></slot>
97
</div>
- <slot name="tooltip"></slot>
98
`;
99
}
100
packages/button/test/dom/__snapshots__/button.test.snap.js
@@ -97,9 +97,9 @@ snapshots["vaadin-button shadow default"] =
<slot name="suffix">
</slot>
+ <slot name="tooltip">
101
+ </slot>
102
-<slot name="tooltip">
-</slot>
103
104
/* end snapshot vaadin-button shadow default */
105
0 commit comments