@brightspace-ui/core 1.231.4 → 1.231.5

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.
@@ -93,10 +93,12 @@ export const ListItemMixin = superclass => class extends LocalizeCoreElement(Lis
93
93
  display: none;
94
94
  }
95
95
  :host([_tooltip-showing]),
96
- :host([_dropdown-open]),
97
- :host([_fullscreen-within]) {
96
+ :host([_dropdown-open]) {
98
97
  z-index: 10;
99
98
  }
99
+ :host([_fullscreen-within]) {
100
+ z-index: 1000; /* must be greater than floating workflow buttons */
101
+ }
100
102
  :host(:first-child) d2l-list-item-generic-layout[data-separators="between"] {
101
103
  border-top: 1px solid transparent;
102
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "1.231.4",
3
+ "version": "1.231.5",
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",