@acorex/styles 3.0.5 → 3.0.6

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": "@acorex/styles",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/scss/style.scss CHANGED
@@ -43,13 +43,3 @@ body {
43
43
  text-align: left;
44
44
  }
45
45
 
46
- input:-webkit-autofill,
47
- input:-webkit-autofill:hover,
48
- input:-webkit-autofill:focus,
49
- input:-webkit-autofill:active {
50
- -webkit-box-shadow: 0 0 0 30px #fff inset !important;
51
- }
52
-
53
- input:-internal-autofill-selected {
54
- background-color: -internal-light-dark(rgb(232, 240, 254), rgb(255, 255, 255)) !important;
55
- }
@@ -22,7 +22,13 @@ $left: -($ident);
22
22
  list-style-type: none;
23
23
  position: relative;
24
24
  cursor: pointer;
25
+ .ax-checkbox-container{
26
+ span{
27
+ display: none;
28
+ }
29
+ }
25
30
  &.node {
31
+ padding-inline-start: 1rem;
26
32
  // .start-side {
27
33
  // display: none;
28
34
  // }
@@ -107,6 +113,8 @@ $left: -($ident);
107
113
  .text-list {
108
114
  flex: 1;
109
115
  display: flex;
116
+ margin-inline-start: 0.5rem;
117
+
110
118
  }
111
119
  >div {
112
120
  padding: 0.5em 0;
@@ -114,5 +122,12 @@ $left: -($ident);
114
122
  background-color: var(--ax-gray-trans-light-color);
115
123
  }
116
124
  }
125
+ .child{
126
+ li:not(.node){
127
+ .text-list{
128
+ margin-inline-start: 0.5rem;
129
+ }
130
+ }
131
+ }
117
132
  }
118
133
  }