@aloudata/aloudata-design 2.0.0-beta.12 → 2.0.0-beta.13

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.
@@ -29,6 +29,11 @@
29
29
  .ald-tree-treenode.ald-tree-treenode-draggable {
30
30
  .ald-tree-draggable-icon {
31
31
  opacity: 1;
32
+ cursor: grab;
33
+
34
+ &:active {
35
+ cursor: grabbing;
36
+ }
32
37
  }
33
38
  }
34
39
 
@@ -66,6 +71,10 @@
66
71
  }
67
72
  }
68
73
 
74
+ .ald-tree-checkbox {
75
+ margin: 0;
76
+ }
77
+
69
78
  .ald-tree-node-content-wrapper {
70
79
  padding: @tree-padding-default;
71
80
  line-height: @tree-line-height-default;
@@ -92,7 +101,7 @@
92
101
 
93
102
  .ald-tree-tab-leader {
94
103
  flex: 1;
95
- border-top: 1px dashed #dbdbdb;
104
+ border-top: 1px dashed var(--alias-colors-border-default);
96
105
  height: 0;
97
106
  margin: 0 4px;
98
107
  }
@@ -148,9 +157,9 @@
148
157
 
149
158
  .ald-tree-treenode-switcher-open .ald-tree-switcher svg {
150
159
  transition: transform 0.2s;
160
+ transform: rotate(90deg);
151
161
  }
152
162
 
153
163
  .ald-tree-treenode-switcher-close .ald-tree-switcher svg {
154
- transform: rotate(-90deg);
155
164
  transition: transform 0.2s;
156
165
  }
@@ -29,7 +29,7 @@
29
29
  @normal-color: #d9d9d9;
30
30
  @border-radius-base: 2px;
31
31
  @tree-node-selected-bg: @primary-2;
32
- @checkbox-color: @primary-color;
32
+ @checkbox-color: var(--alias-colors-border-accent-gray-subtle-default, #d1d5db);
33
33
  @checkbox-border-radius: @border-radius-sm;
34
34
  @checkbox-check-bg: transparent;
35
35
  @checkbox-border-width: @border-width-base;