@brightspace-ui/core 3.159.1 → 3.159.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.
@@ -212,6 +212,7 @@ export const ListItemMixin = superclass => class extends composeMixins(
|
|
212
212
|
:host(:not([_has-color-slot])) .d2l-list-item-content-extend-separators [slot="content"] {
|
213
213
|
padding-inline: 0.9rem;
|
214
214
|
}
|
215
|
+
:host([selectable]:not([_has-color-slot])) .d2l-list-item-content-extend-separators [slot="content"],
|
215
216
|
:host([selectable]) .d2l-list-item-content-extend-separators > [slot="content"] {
|
216
217
|
padding-inline-start: 0;
|
217
218
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.159.
|
3
|
+
"version": "3.159.2",
|
4
4
|
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "https://github.com/BrightspaceUI/core.git",
|