@brightspace-ui/core 1.236.2 → 1.236.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.
|
@@ -94,7 +94,7 @@ export const ListItemMixin = superclass => class extends LocalizeCoreElement(Lis
|
|
|
94
94
|
}
|
|
95
95
|
:host([_tooltip-showing]),
|
|
96
96
|
:host([_dropdown-open]) {
|
|
97
|
-
z-index: 10;
|
|
97
|
+
z-index: 10; /* must be greater than adjacent selected items */
|
|
98
98
|
}
|
|
99
99
|
:host([_fullscreen-within]) {
|
|
100
100
|
z-index: 1000; /* must be greater than floating workflow buttons */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "1.236.
|
|
3
|
+
"version": "1.236.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",
|
|
@@ -679,7 +679,7 @@ class TemplatePrimarySecondary extends FocusVisiblePolyfillMixin(RtlMixin(Locali
|
|
|
679
679
|
z-index: 1; /* ensures the footer box-shadow is over main areas with background colours set */
|
|
680
680
|
}
|
|
681
681
|
header {
|
|
682
|
-
z-index:
|
|
682
|
+
z-index: 14; /* ensures the header box-shadow is over main areas with background colours set, and opt-in on top of sticky header */
|
|
683
683
|
}
|
|
684
684
|
|
|
685
685
|
:host([resizable]) .d2l-template-primary-secondary-divider:focus,
|