@acorex/styles 4.2.40 → 4.2.50

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": "4.2.40",
3
+ "version": "4.2.50",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -4,6 +4,13 @@
4
4
  resize: none;
5
5
  }
6
6
 
7
+ ax-data-grid .ax-toolbar {
8
+ background: transparent !important;
9
+ box-shadow: none !important;
10
+ border: 0 !important;
11
+ padding: 0rem !important;
12
+ }
13
+
7
14
  .ax-grid-filter-container {
8
15
  min-width: 140px;
9
16
  margin: var(--sp-sm-size);
@@ -107,4 +114,4 @@ ax-command-cell {
107
114
  }
108
115
  .ag-theme-alpine div.ag-row {
109
116
  font-size: 0.875rem !important;
110
- }
117
+ }
package/scss/forms.scss CHANGED
@@ -30,7 +30,6 @@
30
30
  button{
31
31
  height: 50% !important;
32
32
  position: absolute;
33
- padding: 0.4rem !important;
34
33
  }
35
34
  &:first-child{
36
35
  button{