Skip to content

Commit 76ccfd4

Browse files
authored
feature/UIDS-290-table-edits-part-2-multiple-sticky-columns (#294)
* add support for multiple sticky columns (left and right sides) * updates documentation * stickyColumnOffsetX prop takes number (px) * update maxWidth minWidth props to take in a number * mdx edits
1 parent 3012799 commit 76ccfd4

File tree

6 files changed

+3077
-945
lines changed

6 files changed

+3077
-945
lines changed

scss/box_shadow.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ $ux-box-shadow-light: 0 1px 1px $ux-navbar-shadow-color;
55

66
$ux-box-shadow-card: 0 2px 4px rgba(0,0,0,0.1);
77

8-
$ux-box-shadow-table-sticky-column: 2px 0px 1px 0px rgba(0, 0, 0, 0.05);
8+
$ux-box-shadow-table-sticky-column-left: 2px 0px 1px 0px rgba(0, 0, 0, 0.05);
9+
$ux-box-shadow-table-sticky-column-right: -2px 0px 1px 0px rgba(0, 0, 0, 0.05);
910

1011
$ux-box-shadow-top: 0 -2px 5px $ux-navbar-shadow-color;
1112
$ux-box-shadow-top-light: 0 -1px 1px $ux-navbar-shadow-color;

0 commit comments

Comments
 (0)