@brightspace-ui/core 3.144.0 → 3.144.1
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.
@@ -143,12 +143,19 @@ export const ListItemMixin = superclass => class extends composeMixins(
|
|
143
143
|
}
|
144
144
|
|
145
145
|
:host(:first-of-type) [slot="control-container"]::before,
|
146
|
-
[slot="control-container"]::after
|
146
|
+
[slot="control-container"]::after,
|
147
|
+
:host([_list-item-new-styles][expandable][expanded]:not(:last-of-type))::after,
|
148
|
+
:host([_list-item-new-styles][_has-nested-list]:not([expandable]):not(:last-of-type))::after {
|
147
149
|
border-top: 1px solid var(--d2l-color-mica);
|
148
150
|
content: "";
|
149
151
|
position: absolute;
|
150
152
|
width: 100%;
|
151
153
|
}
|
154
|
+
:host([_list-item-new-styles][draggable][expandable][expanded]:not(:last-of-type))::after,
|
155
|
+
:host([_list-item-new-styles][draggable][_has-nested-list]:not([expandable]):not(:last-of-type))::after {
|
156
|
+
inset-inline-start: 1.5rem; /* left and right margins of 0.3rem + drag handle width of 0.9rem */
|
157
|
+
width: calc(100% - 1.5rem);
|
158
|
+
}
|
152
159
|
:host(:not([_white-background-add-button])[_has-nested-list-add-button]) [slot="before-content"] {
|
153
160
|
border-bottom: 1px solid var(--d2l-color-mica);
|
154
161
|
margin-bottom: -1px;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.144.
|
3
|
+
"version": "3.144.1",
|
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",
|