@c8y/style 1024.16.12 → 1024.16.16
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
|
@@ -23,6 +23,18 @@ c8y-alarm-event-selection-list {
|
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
+
c8y-datapoint-selector-list-item {
|
|
27
|
+
/**
|
|
28
|
+
* Adding or removing a data point is the primary action of a row, so it comes first in the DOM
|
|
29
|
+
* for keyboard users, ahead of the color and the expand control. It keeps its place at the end
|
|
30
|
+
* of the row visually.
|
|
31
|
+
**/
|
|
32
|
+
.datapoint-selector-list-item__primary-action {
|
|
33
|
+
order: 1;
|
|
34
|
+
margin-left: auto;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
26
38
|
// Removed modal selector for .c8y-data-point-list (class is unused)
|
|
27
39
|
|
|
28
40
|
// c8y-datapoint-selector-list-item {
|