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 faa4470 commit 976e52cCopy full SHA for 976e52c
packages/uui-button/lib/uui-button.element.ts
@@ -293,9 +293,12 @@ export class UUIButtonElement extends UUIFormControlMixin(
293
294
.label {
295
line-height: normal; /** needed to reset 'a > span' */
296
- display: block;
297
transition: opacity 120ms;
+ display: flex;
298
+ gap: var(--uui-size-1);
299
+ align-items: center;
300
}
301
+
302
:host([state]:not([state=''])) .label {
303
opacity: 0;
304
0 commit comments