@limetech/lime-elements 36.2.0-next.1 → 36.2.0-next.2
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.
- package/dist/cjs/limel-list_2.cjs.entry.js +1 -1
- package/dist/cjs/limel-menu-list.cjs.entry.js +1 -1
- package/dist/collection/components/list/list.css +0 -3
- package/dist/collection/components/menu-list/menu-list.css +0 -3
- package/dist/esm/limel-list_2.entry.js +1 -1
- package/dist/esm/limel-menu-list.entry.js +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/{p-1386d86d.entry.js → p-c90fc327.entry.js} +1 -1
- package/dist/lime-elements/{p-ec4c075d.entry.js → p-dc030055.entry.js} +1 -1
- package/package.json +1 -1
|
@@ -5350,9 +5350,6 @@ a.mdc-list-item {
|
|
|
5350
5350
|
z-index: 1;
|
|
5351
5351
|
background-color: rgb(var(--contrast-100));
|
|
5352
5352
|
}
|
|
5353
|
-
:host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled):hover:before {
|
|
5354
|
-
background-color: rgb(var(--contrast-100));
|
|
5355
|
-
}
|
|
5356
5353
|
|
|
5357
5354
|
:host {
|
|
5358
5355
|
--line-height-of-secondary-text: 1.2rem;
|
|
@@ -5356,9 +5356,6 @@ a.mdc-list-item {
|
|
|
5356
5356
|
z-index: 1;
|
|
5357
5357
|
background-color: rgb(var(--contrast-100));
|
|
5358
5358
|
}
|
|
5359
|
-
:host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled):hover:before {
|
|
5360
|
-
background-color: rgb(var(--contrast-100));
|
|
5361
|
-
}
|
|
5362
5359
|
|
|
5363
5360
|
:host {
|
|
5364
5361
|
--line-height-of-secondary-text: 1.2rem;
|