@brightspace-ui/core 2.107.3 → 2.107.4
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.
|
@@ -18,7 +18,7 @@ export const dropdownContentStyles = css`
|
|
|
18
18
|
text-align: left;
|
|
19
19
|
top: calc(100% + var(--d2l-dropdown-verticaloffset, 16px));
|
|
20
20
|
width: 100%;
|
|
21
|
-
z-index:
|
|
21
|
+
z-index: 998; /* position on top of floating buttons */
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
:host([theme="dark"]) {
|
|
@@ -88,7 +88,7 @@ class ListItemDragImage extends LocalizeCoreElement(SkeletonMixin(RtlMixin(LitEl
|
|
|
88
88
|
position: absolute;
|
|
89
89
|
text-align: center;
|
|
90
90
|
top: 30px;
|
|
91
|
-
z-index:
|
|
91
|
+
z-index: 998; /* must be higher than the skeleton z-index */
|
|
92
92
|
}
|
|
93
93
|
:host([dir="rtl"]) .count {
|
|
94
94
|
left: 14px;
|
|
@@ -114,7 +114,7 @@ export const ListItemMixin = superclass => class extends composeMixins(
|
|
|
114
114
|
}
|
|
115
115
|
:host([_fullscreen-within]) {
|
|
116
116
|
position: fixed; /* required for Safari */
|
|
117
|
-
z-index:
|
|
117
|
+
z-index: 998; /* must be greater than floating workflow buttons */
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
:host([dragging]) d2l-list-item-generic-layout {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.107.
|
|
3
|
+
"version": "2.107.4",
|
|
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",
|