You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/components/data-tables/fixed-header/_index.scss
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,17 @@
1
1
// Copyright (c) 2015-present, salesforce.com, inc. All rights reserved
2
2
// Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license
3
3
4
-
// This code creates the fixed header (faux header) used in the inline-edit data-table. I don't think we'll surface this for customers as it's very complex when scrolling horizontally and requires some other code for containers, etc
4
+
/**
5
+
* @summary Creates fixed header for inline-edit data-table
6
+
*
7
+
* @name fixed-header
8
+
* @selector .slds-table_header-fixed_container
9
+
* @restrict div
10
+
* @variant
11
+
*/
5
12
.slds-table_header-fixed_container,
6
13
.slds-table--header-fixed_container {
14
+
// This code creates the fixed header (faux header) used in the inline-edit data-table. I don't think we'll surface this for customers as it's very complex when scrolling horizontally and requires some other code for containers, etc
7
15
position: relative;
8
16
padding-top: 2rem; // This matches the height of the hover state w/border
9
17
background-color: $table-color-background-header; // This has to exist due to pixel paint diffs between the headers
0 commit comments