@brightspace-ui/core 3.79.3 → 3.79.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -72,7 +72,6 @@ class ListItemDragHandle extends LocalizeCoreElement(FocusMixin(RtlMixin(LitElem
72
72
  :host {
73
73
  display: flex;
74
74
  margin: 0.25rem;
75
- pointer-events: auto; /* required since its parent may set point-events: none; (see generic layout) */
76
75
  }
77
76
  :host([hidden]) {
78
77
  display: none;
@@ -116,6 +115,9 @@ class ListItemDragHandle extends LocalizeCoreElement(FocusMixin(RtlMixin(LitElem
116
115
  .d2l-list-item-drag-handle-tooltip-key {
117
116
  font-weight: 700;
118
117
  }
118
+ d2l-button-move {
119
+ pointer-events: auto; /* required since ancestors may set point-events: none; (see generic layout) */
120
+ }
119
121
  `];
120
122
  }
121
123
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.79.3",
3
+ "version": "3.79.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",