@brightspace-ui/core 2.85.1 → 2.85.2

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.
@@ -114,7 +114,6 @@ class InputTextArea extends FocusMixin(LabelledMixin(FormElementMixin(SkeletonMi
114
114
  position: absolute;
115
115
  resize: none;
116
116
  top: 0;
117
- z-index: 2;
118
117
  }
119
118
  :host([no-border]) textarea.d2l-input {
120
119
  border-color: transparent;
@@ -145,9 +144,6 @@ class InputTextArea extends FocusMixin(LabelledMixin(FormElementMixin(SkeletonMi
145
144
  padding-left: calc(18px + 0.8rem);
146
145
  padding-right: 0.75rem;
147
146
  }
148
- :host([skeleton]) .d2l-skeletize::before {
149
- z-index: 3;
150
- }
151
147
  `];
152
148
  }
153
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.85.1",
3
+ "version": "2.85.2",
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",