@limetech/lime-elements 35.1.0-next.12 → 35.1.0-next.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -124,7 +124,7 @@ export class ListRenderer {
124
124
  return;
125
125
  }
126
126
  return (h("limel-menu", { class: "mdc-deprecated-list-item__meta", items: actions, openDirection: "left" },
127
- h("limel-icon", { slot: "trigger", name: "menu_2", size: "small" })));
127
+ h("limel-icon-button", { class: "action-menu-trigger", slot: "trigger", icon: "menu_2" })));
128
128
  };
129
129
  this.renderVariantListItem = (config, item, index) => {
130
130
  let itemTemplate;
@@ -4052,6 +4052,10 @@ a.mdc-list-item {
4052
4052
  transition-timing-function: ease;
4053
4053
  }
4054
4054
 
4055
+ .action-menu-trigger {
4056
+ transform: scale(0.9);
4057
+ }
4058
+
4055
4059
  /*
4056
4060
  * This file is imported into every component!
4057
4061
  *
@@ -4058,6 +4058,10 @@ a.mdc-list-item {
4058
4058
  transition-timing-function: ease;
4059
4059
  }
4060
4060
 
4061
+ .action-menu-trigger {
4062
+ transform: scale(0.9);
4063
+ }
4064
+
4061
4065
  /*
4062
4066
  * This file is imported into every component!
4063
4067
  *