@brightspace-ui/core 2.101.0 → 2.101.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.
@@ -135,7 +135,7 @@ class CollapsiblePanel extends FocusMixin(RtlMixin(LitElement)) {
135
135
  box-shadow: 0 8px 12px -9px rgba(0, 0, 0, 0.3);
136
136
  position: sticky;
137
137
  top: 0;
138
- z-index: 12; /* must be greater greater than list-items with open dropdowns or tooltips */
138
+ z-index: 11; /* must be greater greater than list-items with open dropdowns or tooltips */
139
139
  }
140
140
  .d2l-collapsible-panel.focused.scrolled .d2l-collapsible-panel-header {
141
141
  top: 2px;
@@ -108,13 +108,10 @@ export const ListItemMixin = superclass => class extends composeMixins(
108
108
  display: none;
109
109
  }
110
110
 
111
- :host([_dropdown-open]),
112
- :host([_focusing]) {
111
+ :host([_tooltip-showing]),
112
+ :host([_dropdown-open]) {
113
113
  z-index: 10; /* must be greater than adjacent selected items (if this is increased, d2l-collapsible-panel must be updated too) */
114
114
  }
115
- :host([_tooltip-showing]) {
116
- z-index: 11; /* must be greater than adjacent selected items (if this is increased, d2l-collapsible-panel must be updated too) */
117
- }
118
115
  :host([_fullscreen-within]) {
119
116
  position: fixed; /* required for Safari */
120
117
  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": "2.101.0",
3
+ "version": "2.101.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",