@brightspace-ui/core 3.240.0 → 3.240.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.
|
@@ -47,14 +47,14 @@ export class ObjectPropertyListItem extends SkeletonMixin(LitElement) {
|
|
|
47
47
|
margin: 0 -0.05rem; /* 10px desired margin, subtract 5px arbitrary whitespace and 6px whitespace inside bullet icon. */
|
|
48
48
|
}
|
|
49
49
|
.separator d2l-icon {
|
|
50
|
-
color: var(--d2l-color-
|
|
50
|
+
color: var(--d2l-theme-text-color-static-faint);
|
|
51
51
|
}
|
|
52
52
|
.item-icon {
|
|
53
53
|
margin-inline-end: 0.05rem; /* 6px desired margin, subtract 5px arbitrary whitespace. */
|
|
54
54
|
margin-top: -0.1rem;
|
|
55
55
|
}
|
|
56
56
|
:host([skeleton]) d2l-icon {
|
|
57
|
-
color: var(--d2l-color-
|
|
57
|
+
color: var(--d2l-theme-background-color-interactive-faint-hover);
|
|
58
58
|
}
|
|
59
59
|
:host([skeleton]) .d2l-skeletize {
|
|
60
60
|
display: inline-block;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "3.240.
|
|
3
|
+
"version": "3.240.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",
|