@acorex/styles 3.0.14 → 3.0.15

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.14",
3
+ "version": "3.0.15",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  width: 16px;
9
9
  height: 16px;
10
10
  border: 1px solid var(--ax-border-color);
11
- border-radius: var(--ax-size-border-radius);
11
+ border-radius: 4px;
12
12
  background-color: var(--ax-white-color);
13
13
  margin: 0;
14
14
  appearance: none;
package/scss/forms.scss CHANGED
@@ -26,7 +26,7 @@
26
26
  button{
27
27
  height: 50% !important;
28
28
  position: absolute;
29
- padding: 0.4rem;
29
+ padding: 0.4rem !important;
30
30
  }
31
31
  &:first-child{
32
32
  button{
@@ -249,6 +249,8 @@
249
249
  }
250
250
  }
251
251
  }
252
+
253
+
252
254
  &.required-state {
253
255
  // position: relative;
254
256
  // &::before {
@@ -332,9 +334,16 @@
332
334
  cursor: not-allowed !important;
333
335
  }
334
336
  .readonly {
337
+ opacity: 0.4;
338
+
335
339
  input {
336
340
  cursor: no-drop;
337
341
  }
342
+ .button{
343
+ &.disabled {
344
+ background: transparent !important;
345
+ }
346
+ }
338
347
  }
339
348
 
340
349
  .form-item {
@@ -342,6 +351,7 @@
342
351
  border: none;
343
352
  box-shadow: none;
344
353
  }
354
+
345
355
  }
346
356
  .content {
347
357
  border: none;
@@ -501,11 +511,11 @@
501
511
  }
502
512
  .chips-blank {
503
513
  border: none;
504
- background-color: var(--ax-gray-trans-light-color);
514
+ background-color:transparent;
505
515
  flex: unset;
506
516
  &:hover {
507
517
  border: none;
508
- background-color: var(--ax-gray-trans-light-color);
518
+ background-color: transparent;
509
519
  }
510
520
  }
511
521
  & > div {
package/scss/master.scss CHANGED
@@ -44,7 +44,7 @@
44
44
  padding: 0.3rem;
45
45
  font-size: 0.875rem;
46
46
  &.ax-button-icon {
47
- padding: 0.3rem !important;
47
+ padding: 0.3rem;
48
48
  }
49
49
  }
50
50
  &.md {
@@ -53,7 +53,7 @@
53
53
  font-size: 1rem;
54
54
  font-weight: 500;
55
55
  &.ax-button-icon {
56
- padding: 0.7rem !important;
56
+ padding: 0.7rem;
57
57
  }
58
58
  }
59
59
  &.lg {
@@ -61,7 +61,7 @@
61
61
  padding: 1rem 0.8rem;
62
62
  font-size: 1.5rem;
63
63
  &.ax-button-icon {
64
- padding: 0.9rem !important;
64
+ padding: 0.9rem;
65
65
  }
66
66
  }
67
67
  }