Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepnschrodinger committed May 25, 2021
1 parent 600b138 commit 1010d26
Show file tree
Hide file tree
Showing 10 changed files with 5,206 additions and 4,076 deletions.
6 changes: 6 additions & 0 deletions dist/fixed-data-table-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@
text-align: center;
}

.fixedDataTableCellLayout_wrap {
display: table-cell;
vertical-align: middle;
box-sizing: border-box;
}

.fixedDataTableCellLayout_wrap1 {
display: table;
}
Expand Down
6 changes: 6 additions & 0 deletions dist/fixed-data-table-base.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@
text-align: center;
}

.fixedDataTableCellLayout_wrap {
display: table-cell;
vertical-align: middle;
box-sizing: border-box;
}

.fixedDataTableCellLayout_wrap1 {
display: table;
}
Expand Down
12 changes: 10 additions & 2 deletions dist/fixed-data-table-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,22 @@
.public_fixedDataTableCell_columnResizerKnob {
background-color: #0284ff;
}
.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_cellContent {

.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent {
margin-left: 12px;
}
.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent {
padding-left: 20px;
}

.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_cellContent {
.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent {
margin-left: auto;
margin-right: 12px;
}

.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent {
padding-right: 20px;
}
/**
* Column reorder goodies.
*/
Expand Down
12 changes: 10 additions & 2 deletions dist/fixed-data-table-style.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,22 @@
.public_fixedDataTableCell_columnResizerKnob {
background-color: #0284ff;
}
.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_cellContent {

.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent {
margin-left: 12px;
}
.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent {
padding-left: 20px;
}

.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_cellContent {
.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent {
margin-left: auto;
margin-right: 12px;
}

.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent {
padding-right: 20px;
}
/**
* Column reorder goodies.
*/
Expand Down
18 changes: 16 additions & 2 deletions dist/fixed-data-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@
text-align: center;
}

.fixedDataTableCellLayout_wrap {
display: table-cell;
vertical-align: middle;
box-sizing: border-box;
}

.fixedDataTableCellLayout_wrap1 {
display: table;
}
Expand Down Expand Up @@ -477,14 +483,22 @@
.public_fixedDataTableCell_columnResizerKnob {
background-color: #0284ff;
}
.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_cellContent {

.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent {
margin-left: 12px;
}
.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent {
padding-left: 20px;
}

.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_cellContent {
.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent {
margin-left: auto;
margin-right: 12px;
}

.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent {
padding-right: 20px;
}
/**
* Column reorder goodies.
*/
Expand Down
Loading

0 comments on commit 1010d26

Please sign in to comment.