@elliemae/ds-basic 3.14.0-next.4 → 3.14.0-next.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.
@@ -3007,7 +3007,6 @@ fieldset.em-ds-form-item-content {
3007
3007
  text-align: right;
3008
3008
  display: block;
3009
3009
  font-style: italic;
3010
- font-weight: 100;
3011
3010
  line-height: 15px; }
3012
3011
 
3013
3012
  .em-ds-form-item--error .em-ds-form-item__feedback {
@@ -3144,6 +3143,7 @@ fieldset.em-ds-form-item-content {
3144
3143
  opacity: 1;
3145
3144
  outline: calc(0.30769rem * 0.25) solid #1e79c2;
3146
3145
  outline-offset: calc(0.30769rem * -0.25);
3146
+ color: #1e79c2;
3147
3147
  background-color: transparent; }
3148
3148
  .em-ds-input-addon-wrapper:hover .em-ds-input-addon-wrapper__addon .em-ds-input__clearable .em-ds-icon {
3149
3149
  fill: #1e79c2; }
@@ -7763,7 +7763,7 @@ _:-ms-fullscreen,
7763
7763
  border-bottom: 0.07692rem solid transparent;
7764
7764
  position: relative; }
7765
7765
  .em-ds-data-grid-header__cell.with-filtering:hover:after, .em-ds-data-grid-header__cell.with-dnd-column:hover:after, .em-ds-data-grid-header__cell.with-sortable:hover:after {
7766
- content: "";
7766
+ content: '';
7767
7767
  z-index: 10;
7768
7768
  position: absolute;
7769
7769
  bottom: -1px;
@@ -7821,7 +7821,7 @@ _:-ms-fullscreen,
7821
7821
  border-bottom: 0.07692rem solid #EBEDF0; }
7822
7822
  .em-ds-data-grid-body__row:last-child {
7823
7823
  margin-bottom: 0.61538rem; }
7824
- .em-ds-data-grid-body__row:hover:not(.expanded-row), .em-ds-data-grid-body__row[aria-expanded="true"] {
7824
+ .em-ds-data-grid-body__row:hover:not(.expanded-row), .em-ds-data-grid-body__row[aria-expanded='true'] {
7825
7825
  opacity: 0.99;
7826
7826
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
7827
7827
  z-index: 1; }
@@ -8060,7 +8060,7 @@ _:-ms-fullscreen,
8060
8060
  fill: #697489;
8061
8061
  margin-left: auto; }
8062
8062
  .em-ds-data-grid-body__cell.editable:hover .em-ds-icon, .em-ds-data-grid-body__cell.editable:focus .em-ds-icon {
8063
- display: block;
8063
+ display: flex;
8064
8064
  visibility: visible; }
8065
8065
  .em-ds-data-grid-body__cell.editable:hover .edit-separator, .em-ds-data-grid-body__cell.editable:focus .edit-separator {
8066
8066
  height: 28px;
@@ -8195,13 +8195,13 @@ _:-ms-fullscreen,
8195
8195
  .em-ds-data-grid .em-ds-data-grid-body__cell .show-more:after {
8196
8196
  cursor: pointer;
8197
8197
  padding-right: 0.5em;
8198
- content: "\25B8";
8198
+ content: '\25B8';
8199
8199
  font-size: large; }
8200
8200
 
8201
8201
  .em-ds-data-grid .em-ds-data-grid-body__cell .show-less:after {
8202
8202
  cursor: pointer;
8203
8203
  padding-right: 0.5em;
8204
- content: "\25BE";
8204
+ content: '\25BE';
8205
8205
  font-size: large; }
8206
8206
 
8207
8207
  .visibility-container {
@@ -8481,7 +8481,8 @@ body > .em-ds-tree-item {
8481
8481
  .em-ds-tree-item .tree-item-icon {
8482
8482
  margin-right: 0.30769rem;
8483
8483
  width: 16px;
8484
- height: 16px; }
8484
+ height: 16px;
8485
+ color: #005181; }
8485
8486
  .em-ds-tree-item .tree-item-radio {
8486
8487
  padding-bottom: 0; }
8487
8488
  .em-ds-tree-item.hover {