cloud-ide-element 1.1.75 → 1.1.77

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-element",
3
- "version": "1.1.75",
3
+ "version": "1.1.77",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"
@@ -233,8 +233,8 @@ $sizes: xxs, xs, sm, md, lg, xl;
233
233
  left: -3px;
234
234
  right: -3px;
235
235
  height: 4px; // Larger to ensure full border coverage with some padding
236
- background-color: var(--cide-ele-bg-primary, #ffffff);
237
- z-index: 1; // Above the border but below the label text (label has z-index: 2)
236
+ background-color: var(--cide-ele-bg-primary, var(--cide-theme-light-color, #ffffff));
237
+ z-index: -1; // Behind the label text to prevent overlay
238
238
  transform: translateY(-50%);
239
239
  pointer-events: none;
240
240
  // Ensure it matches the actual background by using the same variable