File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments