cax-design-system 1.2.4 → 1.2.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.
@@ -110,9 +110,6 @@
110
110
  margin-left: 9px;
111
111
  }
112
112
  .cax-autoComplete-clear{
113
- position: relative;
114
- right: 20px;
115
- }
116
-
117
-
113
+ right: 12px;
114
+ }
118
115
  }
@@ -4225,12 +4225,12 @@
4225
4225
  }
4226
4226
  .cax-tree .cax-tree-container .cax-treenode .cax-treenode-content .cax-treenode-icon {
4227
4227
  margin-right: 0.5rem;
4228
- color: var(--charcoal-600);
4228
+ color: var(--charcoal-900);
4229
4229
  }
4230
4230
 
4231
4231
  .cax-tree .cax-tree-container .cax-treenode .cax-treenode-content .cax-treenode-icon .cax-treenode-icon-left {
4232
4232
  margin-left: 0.5rem;
4233
- color: var(--charcoal-600);
4233
+ color: var(--charcoal-900);
4234
4234
  }
4235
4235
  .cax-tree .cax-tree-container .cax-treenode .cax-treenode-content .cax-checkbox {
4236
4236
  margin-right: 0.5rem;
@@ -7976,7 +7976,7 @@
7976
7976
  border-top-right-radius: 12px;
7977
7977
  border-top-left-radius: 12px;
7978
7978
  }
7979
- .cax-confirm-dialog-header{
7979
+ .cax-confirm-dialog-header {
7980
7980
  background: none !important;
7981
7981
  }
7982
7982
  .cax-dialog .cax-dialog-content:last-of-type {