@c8y/style 1023.63.0 → 1023.64.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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/style",
3
- "version": "1023.63.0",
3
+ "version": "1023.64.1",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity GmbH",
6
6
  "description": "Styles for Cumulocity IoT applications",
@@ -338,15 +338,15 @@ c8y-li-drag-handle, c8y-list-item-drag-handle {
338
338
  }
339
339
  }
340
340
 
341
- .c8y-list__item:hover {
341
+ .c8y-list__item:not(:has(.c8y-list__item)):hover {
342
342
  c8y-li-drag-handle:not(:empty) {
343
- max-width: 100px;
344
- padding-left: @size-8;
343
+ max-width: 16px;
344
+ padding-left: 0;
345
345
  }
346
346
 
347
347
  c8y-list-item-drag-handle:not(:empty) {
348
- max-width: 100px;
349
- padding-left: @size-8;
348
+ max-width: 16px;
349
+ padding-left: 0;
350
350
  }
351
351
  }
352
352
 
@@ -339,15 +339,15 @@ c8y-li-drag-handle, c8y-list-item-drag-handle {
339
339
  }
340
340
  }
341
341
 
342
- .c8y-list__item:hover {
342
+ .c8y-list__item:not(:has(.c8y-list__item)):hover {
343
343
  c8y-li-drag-handle:not(:empty) {
344
- max-width: 100px;
345
- padding-left: $size-8;
344
+ max-width: 16px;
345
+ padding-left: 0;
346
346
  }
347
347
 
348
348
  c8y-list-item-drag-handle:not(:empty) {
349
- max-width: 100px;
350
- padding-left: $size-8;
349
+ max-width: 16px;
350
+ padding-left: 0;
351
351
  }
352
352
  }
353
353
 
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * Card Dashboard - Dashboard card component with widget containers
6
6
  *
7
- * Note: Uses @size-* tokens; @size-base; @component-padding, and @form-control-height-base.
7
+ * Note: Uses @size-* tokens, @size-base, @component-padding, and @form-control-height-base.
8
8
  *
9
9
  * Intentionally hardcoded values:
10
10
  * - Component-specific dimensions (125px, 174px): Fixed header heights for specific layouts
@@ -154,7 +154,7 @@
154
154
 
155
155
  group-assignment,
156
156
  c8y-device-status {
157
- display: block;
157
+ display: inline-flex;
158
158
  height: 100%;
159
159
  }
160
160
  }
@@ -156,7 +156,7 @@
156
156
 
157
157
  group-assignment,
158
158
  c8y-device-status {
159
- display: block;
159
+ display: inline-flex;
160
160
  height: 100%;
161
161
  }
162
162
  }
@@ -82,12 +82,10 @@
82
82
  height: 20px;
83
83
  }
84
84
  }
85
-
86
85
  .popover .arrow{
87
86
  transform-origin: top center;
88
87
  scale: .6;
89
88
  }
90
-
91
89
  font-size: 50px;
92
90
  position: absolute;
93
91
  left: 50%;