Skip to content

Commit

Permalink
Version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjordan committed Sep 18, 2017
1 parent 2d3864e commit 60e4242
Show file tree
Hide file tree
Showing 10 changed files with 10,386 additions and 8,980 deletions.
29 changes: 17 additions & 12 deletions dist/fixed-data-table-base.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v0.8.0
* FixedDataTable v0.8.1
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down Expand Up @@ -55,7 +55,8 @@
border-right-style: solid;
border-right-width: 1px;
border-width: 0 1px 0 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
overflow: hidden;
position: absolute;
Expand Down Expand Up @@ -129,7 +130,8 @@
.fixedDataTableColumnResizerLineLayout_main {
border-right-style: solid;
border-right-width: 1px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
z-index: 10;
}
Expand Down Expand Up @@ -159,7 +161,8 @@ body[dir="rtl"] .fixedDataTableColumnResizerLineLayout_main {
.fixedDataTableLayout_main {
border-style: solid;
border-width: 1px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
position: relative;
}
Expand Down Expand Up @@ -209,7 +212,8 @@ body[dir="rtl"] .fixedDataTableColumnResizerLineLayout_main {
*/

.fixedDataTableRowLayout_main {
box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
position: absolute;
top: 0;
Expand All @@ -222,7 +226,8 @@ body[dir="rtl"] .fixedDataTableColumnResizerLineLayout_main {
}

.fixedDataTableRowLayout_rowExpanded {
box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
left: 0;
position: absolute;
}
Expand Down Expand Up @@ -263,7 +268,8 @@ body[dir="rtl"] .fixedDataTableColumnResizerLineLayout_main {
*/

.ScrollbarLayout_main {
box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
overflow: hidden;
position: absolute;
Expand All @@ -285,7 +291,7 @@ body[dir="rtl"] .fixedDataTableColumnResizerLineLayout_main {
height: 15px;
left: 0;
-webkit-transition-property: background-color height;
transition-property: background-color height;
transition-property: background-color height;
}

/* Touching the scroll-track directly makes the scroll-track bolder */
Expand All @@ -304,7 +310,7 @@ body[dir="rtl"] .fixedDataTableColumnResizerLineLayout_main {
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-property: background-color width position;
transition-property: background-color width position;
transition-property: background-color width position;
}

/**
Expand All @@ -319,7 +325,7 @@ body[dir="rtl"] .fixedDataTableColumnResizerLineLayout_main {
display: block;
position: absolute;
-webkit-transition: background-color 250ms ease;
transition: background-color 250ms ease;
transition: background-color 250ms ease;
}

.ScrollbarLayout_faceHorizontal {
Expand All @@ -329,9 +335,9 @@ body[dir="rtl"] .fixedDataTableColumnResizerLineLayout_main {
}

.ScrollbarLayout_faceHorizontal:after {
top: 4px;
bottom: 4px;
left: 0;
top: 4px;
width: 100%;
}

Expand All @@ -358,4 +364,3 @@ body[dir="rtl"] .fixedDataTableColumnResizerLineLayout_main {
left: calc(4px/2);
right: calc(4px/2);
}

Loading

0 comments on commit 60e4242

Please sign in to comment.