@brightspace-ui/core 1.237.0 → 1.237.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.
|
@@ -99,6 +99,7 @@ export const ListItemMixin = superclass => class extends LocalizeCoreElement(Lis
|
|
|
99
99
|
z-index: 10; /* must be greater than adjacent selected items */
|
|
100
100
|
}
|
|
101
101
|
:host([_fullscreen-within]) {
|
|
102
|
+
position: absolute; /* required for Safari */
|
|
102
103
|
z-index: 1000; /* must be greater than floating workflow buttons */
|
|
103
104
|
}
|
|
104
105
|
:host(:first-child) d2l-list-item-generic-layout[data-separators="between"] {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "1.237.
|
|
3
|
+
"version": "1.237.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",
|