@c8y/style 1023.63.1 → 1023.64.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.
- package/img/data-points-list-widget.png +0 -0
- package/package.json +1 -1
- package/styles/components/data-display-and-visualization/lists/_c8y-list-group.less +5 -5
- package/styles/components/data-display-and-visualization/lists/_c8y-list-group.scss +5 -5
- package/styles/components/navigation-and-layout/cards/_card-dashboard.less +2 -2
- package/styles/components/navigation-and-layout/cards/_card-dashboard.scss +1 -1
- package/styles/vendor/leaflet/_c8y-map-internal.less +0 -2
|
Binary file
|
package/package.json
CHANGED
|
@@ -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:
|
|
344
|
-
padding-left:
|
|
343
|
+
max-width: 16px;
|
|
344
|
+
padding-left: 0;
|
|
345
345
|
}
|
|
346
346
|
|
|
347
347
|
c8y-list-item-drag-handle:not(:empty) {
|
|
348
|
-
max-width:
|
|
349
|
-
padding-left:
|
|
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:
|
|
345
|
-
padding-left:
|
|
344
|
+
max-width: 16px;
|
|
345
|
+
padding-left: 0;
|
|
346
346
|
}
|
|
347
347
|
|
|
348
348
|
c8y-list-item-drag-handle:not(:empty) {
|
|
349
|
-
max-width:
|
|
350
|
-
padding-left:
|
|
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
|
|
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:
|
|
157
|
+
display: inline-flex;
|
|
158
158
|
height: 100%;
|
|
159
159
|
}
|
|
160
160
|
}
|