Skip to content

Commit b0e9943

Browse files
authored
Merge branch 'main' into copilot/fix-4b97baae-004b-4cd9-935c-f63c41208434
2 parents ed7a67e + 6718d47 commit b0e9943

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

packages/uui-ref/lib/uui-ref.element.ts

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,17 +196,24 @@ export class UUIRefElement extends SelectOnlyMixin(
196196
border-radius: var(--uui-border-radius);
197197
}
198198
199+
slot[name='actions']::slotted(*) {
200+
--uui-button-height: calc(var(--uui-size-2) * 4);
201+
}
202+
203+
slot[name='actions']::slotted(*:first-child) {
204+
margin-right: var(--uui-size-2);
205+
}
199206
slot[name='actions'] {
200207
display: flex;
201208
align-items: center;
202-
--uui-button-height: calc(var(--uui-size-2) * 4);
203-
margin-right: var(--uui-size-2);
204209
}
205-
#tag-container {
210+
#tag-container::slotted(*:first-child) {
206211
margin: calc(var(--uui-size-2));
207212
}
208-
#actions-container {
213+
#actions-container::slotted(*:first-child) {
209214
margin: calc(var(--uui-size-2));
215+
}
216+
#actions-container {
210217
opacity: 0;
211218
transition: opacity 120ms;
212219
}

0 commit comments

Comments
 (0)