@brightspace-ui/core 1.235.2 → 1.235.3
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.
|
@@ -193,6 +193,7 @@ export const ListItemMixin = superclass => class extends LocalizeCoreElement(Lis
|
|
|
193
193
|
.d2l-list-item-actions-container {
|
|
194
194
|
padding: 0.55rem 0;
|
|
195
195
|
}
|
|
196
|
+
|
|
196
197
|
::slotted([slot="actions"]),
|
|
197
198
|
.d2l-list-item-actions * {
|
|
198
199
|
display: grid;
|
|
@@ -202,6 +203,16 @@ export const ListItemMixin = superclass => class extends LocalizeCoreElement(Lis
|
|
|
202
203
|
margin: 0.15rem 0;
|
|
203
204
|
}
|
|
204
205
|
|
|
206
|
+
.d2l-list-item-content-extend-separators ::slotted([slot="actions"]),
|
|
207
|
+
.d2l-list-item-content-extend-separators .d2l-list-item-actions * {
|
|
208
|
+
margin-right: 0.9rem;
|
|
209
|
+
}
|
|
210
|
+
:host([dir="rtl"]) .d2l-list-item-content-extend-separators ::slotted([slot="actions"]),
|
|
211
|
+
:host([dir="rtl"]) .d2l-list-item-content-extend-separators .d2l-list-item-actions * {
|
|
212
|
+
margin-left: 0.9rem;
|
|
213
|
+
margin-right: 0;
|
|
214
|
+
}
|
|
215
|
+
|
|
205
216
|
[data-breakpoint="1"] ::slotted([slot="illustration"]),
|
|
206
217
|
[data-breakpoint="1"] .d2l-list-item-illustration * {
|
|
207
218
|
margin-right: 1rem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "1.235.
|
|
3
|
+
"version": "1.235.3",
|
|
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",
|