File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -802,7 +802,7 @@ governing permissions and limitations under the License.
802
802
/********* SCROLLABLE *********/
803
803
/* Wrapper that allows a scrollable body and sticky column header. */
804
804
.spectrum-Table-scroller {
805
- --spectrum-table-header-background-color : var (--mod-table-header-background-color-scrollable , var (--spectrum-background-layer-1-color , var (--spectrum-global-color- gray-100 )));
805
+ --spectrum-table-header-background-color : var (--mod-table-header-background-color-scrollable , var (--spectrum-background-layer-1-color , var (--spectrum-gray-100 )));
806
806
807
807
box-sizing : border-box;
808
808
display : inline-block;
@@ -818,7 +818,7 @@ governing permissions and limitations under the License.
818
818
var (--highcontrast-table-border-color , var (--mod-table-border-color , var (--spectrum-table-border-color )));
819
819
820
820
& .spectrum-Table--quiet {
821
- --mod-table-header-background-color--quiet : var (--mod-table-header-background-color-scrollable , var (--spectrum-background-layer-1-color , var (--spectrum-global-color- gray-100 )));
821
+ --mod-table-header-background-color--quiet : var (--mod-table-header-background-color-scrollable , var (--spectrum-background-layer-1-color , var (--spectrum-gray-100 )));
822
822
border-block-start : none;
823
823
}
824
824
You can’t perform that action at this time.
0 commit comments