@@ -57,6 +57,16 @@ $kendo-list-md-header-padding-y: var( --kendo-list-md-header-padding-y, #{k-spac
5757/// @group list
5858$kendo-list-lg-header-padding-y : var ( --kendo-list-lg-header-padding-y , #{k-spacing (2.5 )} ) !default ;
5959
60+ /// The vertical padding of the small List sticky header.
61+ /// @group list
62+ $kendo-list-sm-sticky-header-padding-y : var ( --kendo-list-sm-sticky-header-padding-y , #{k-spacing (0.5 )} ) !default ;
63+ /// The vertical padding of the medium List sticky header.
64+ /// @group list
65+ $kendo-list-md-sticky-header-padding-y : var ( --kendo-list-md-sticky-header-padding-y , #{k-spacing (1 )} ) !default ;
66+ /// The vertical padding of the large List sticky header.
67+ /// @group list
68+ $kendo-list-lg-sticky-header-padding-y : var ( --kendo-list-lg-sticky-header-padding-y , #{k-spacing (1.5 )} ) !default ;
69+
6070/// The border width of the List header.
6171/// @group list
6272$kendo-list-header-border-width : var ( --kendo-list-header-border-width , 0 ) !default ;
@@ -262,7 +272,6 @@ $kendo-list-header-border: var( --kendo-list-header-border, inherit ) !default;
262272/// @group list
263273$kendo-list-header-shadow : var ( --kendo-list-header-shadow , null ) !default ;
264274
265-
266275/// The background color of the List items.
267276/// @group list
268277$kendo-list-item-bg : var ( --kendo-list-item-bg , #{k-color (surface-alt )} ) !default ;
@@ -287,6 +296,10 @@ $kendo-list-item-focus-text: var( --kendo-list-item-focus-text, #{k-color(on-app
287296/// @group list
288297$kendo-list-item-focus-shadow : var ( --kendo-list-item-focus-shadow , inset 0 0 0 2px #{k-color (border-alt )} ) !default ;
289298
299+ /// The box shadow of the List sticky header.
300+ /// @group list
301+ $kendo-list-sticky-header-shadow : var ( --kendo-list-sticky-header-shadow , #{0 2px 4px 0 rgba (0 , 0 , 0 , 0.08 )} ) !default ;
302+
290303/// The background color of the selected List items.
291304/// @group list
292305$kendo-list-item-selected-bg : var ( --kendo-list-item-selected-bg , #{color-mix (in srgb , k-color (on-app-surface ) 12% , transparent )} ) !default ;
@@ -355,6 +368,9 @@ $kendo-list-item-description-text: var( --kendo-list-item-description-text, #{k-
355368 $kendo-list-sm-header-padding-y : $kendo-list-sm-header-padding-y ,
356369 $kendo-list-md-header-padding-y : $kendo-list-md-header-padding-y ,
357370 $kendo-list-lg-header-padding-y : $kendo-list-lg-header-padding-y ,
371+ $kendo-list-sm-sticky-header-padding-y : $kendo-list-sm-sticky-header-padding-y ,
372+ $kendo-list-md-sticky-header-padding-y : $kendo-list-md-sticky-header-padding-y ,
373+ $kendo-list-lg-sticky-header-padding-y : $kendo-list-lg-sticky-header-padding-y ,
358374 $kendo-list-header-border-width : $kendo-list-header-border-width ,
359375 $kendo-list-sm-header-font-size : $kendo-list-sm-header-font-size ,
360376 $kendo-list-md-header-font-size : $kendo-list-md-header-font-size ,
@@ -421,6 +437,7 @@ $kendo-list-item-description-text: var( --kendo-list-item-description-text, #{k-
421437 $kendo-list-item-focus-bg : $kendo-list-item-focus-bg ,
422438 $kendo-list-item-focus-text : $kendo-list-item-focus-text ,
423439 $kendo-list-item-focus-shadow : $kendo-list-item-focus-shadow ,
440+ $kendo-list-sticky-header-shadow : $kendo-list-sticky-header-shadow ,
424441 $kendo-list-item-selected-bg : $kendo-list-item-selected-bg ,
425442 $kendo-list-item-selected-text : $kendo-list-item-selected-text ,
426443 $kendo-list-item-selected-hover-bg : $kendo-list-item-selected-hover-bg ,
0 commit comments