@progress/kendo-theme-default 4.43.0 → 4.43.1-dev.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +2546 -2468
- package/dist/all.scss +5249 -4662
- package/package.json +2 -2
- package/scss/_layout.scss +0 -0
- package/scss/_variables.scss +0 -19
- package/scss/autocomplete/_index.scss +1 -0
- package/scss/avatar/index.md +0 -0
- package/scss/button/_index.scss +2 -0
- package/scss/button/_variables.scss +21 -21
- package/scss/calendar/_index.scss +1 -0
- package/scss/calendar/_theme.scss +0 -21
- package/scss/checkbox/_index.scss +1 -0
- package/scss/checkbox/index.md +0 -0
- package/scss/chip/_layout.scss +103 -123
- package/scss/chip/_theme.scss +289 -300
- package/scss/chip/_variables.scss +7 -9
- package/scss/chip/index.md +0 -0
- package/scss/color-preview/_layout.scss +2 -2
- package/scss/color-preview/_theme.scss +4 -3
- package/scss/color-preview/_variables.scss +1 -0
- package/scss/colorpicker/_layout.scss +17 -45
- package/scss/colorpicker/_theme.scss +33 -42
- package/scss/combobox/_index.scss +1 -0
- package/scss/dataviz/_index.scss +1 -0
- package/scss/dateinput/_index.scss +11 -0
- package/scss/dateinput/_layout.scss +81 -0
- package/scss/dateinput/_theme.scss +86 -0
- package/scss/dateinput/_variables.scss +1 -0
- package/scss/datepicker/_index.scss +13 -0
- package/scss/datepicker/_layout.scss +48 -0
- package/scss/datepicker/_theme.scss +87 -0
- package/scss/datepicker/_variables.scss +1 -0
- package/scss/{datetime → datetimepicker}/_index.scss +5 -4
- package/scss/datetimepicker/_layout.scss +120 -0
- package/scss/datetimepicker/_theme.scss +89 -0
- package/scss/datetimepicker/_variables.scss +2 -0
- package/scss/drawer/_index.scss +1 -0
- package/scss/dropdowngrid/_layout.scss +5 -4
- package/scss/dropdowngrid/_theme.scss +6 -2
- package/scss/dropdowngrid/index.md +0 -0
- package/scss/dropdownlist/_index.scss +1 -0
- package/scss/dropdowntree/_layout.scss +1 -9
- package/scss/expansion-panel/_index.scss +1 -0
- package/scss/filter/_index.scss +1 -1
- package/scss/filter/_layout.scss +9 -2
- package/scss/filter/_theme.scss +3 -1
- package/scss/forms/_index.scss +1 -1
- package/scss/forms/_layout.scss +7 -28
- package/scss/gantt/_index.scss +1 -1
- package/scss/grid/_index.scss +2 -1
- package/scss/grid/_layout.scss +13 -69
- package/scss/index.scss +8 -3
- package/scss/input/_layout.scss +25 -26
- package/scss/input/_variables.scss +15 -0
- package/scss/list/_index.scss +11 -0
- package/scss/list/_layout.scss +200 -0
- package/scss/list/_theme.scss +104 -0
- package/scss/list/_variables.scss +17 -0
- package/scss/list/index.md +0 -0
- package/scss/listbox/_index.scss +1 -0
- package/scss/menu/_index.scss +1 -0
- package/scss/menu/_layout.scss +4 -6
- package/scss/menu/_variables.scss +2 -2
- package/scss/multiselect/_index.scss +2 -0
- package/scss/pager/_index.scss +1 -0
- package/scss/panelbar/_index.scss +1 -0
- package/scss/panelbar/_theme.scss +9 -2
- package/scss/panelbar/_variables.scss +4 -0
- package/scss/pivotgrid/_index.scss +1 -0
- package/scss/pivotgrid/_layout.scss +0 -16
- package/scss/pivotgrid/_variables.scss +0 -3
- package/scss/popover/_layout.scss +0 -1
- package/scss/popup/_index.scss +0 -4
- package/scss/popup/_layout.scss +2 -271
- package/scss/popup/_theme.scss +4 -148
- package/scss/popup/_variables.scss +2 -7
- package/scss/radio/_index.scss +1 -0
- package/scss/radio/index.md +0 -0
- package/scss/scheduler/_index.scss +1 -1
- package/scss/scrollview/_layout.scss +6 -1
- package/scss/slider/_layout.scss +2 -0
- package/scss/spreadsheet/_index.scss +2 -1
- package/scss/spreadsheet/_layout.scss +0 -3
- package/scss/switch/index.md +0 -0
- package/scss/table/_index.scss +19 -0
- package/scss/table/_layout.scss +228 -0
- package/scss/table/_theme.scss +81 -0
- package/scss/table/_variables.scss +114 -0
- package/scss/tabstrip/_index.scss +1 -0
- package/scss/tabstrip/_layout.scss +1 -1
- package/scss/tabstrip/_variables.scss +2 -2
- package/scss/timepicker/_index.scss +15 -0
- package/scss/timepicker/_layout.scss +48 -0
- package/scss/timepicker/_theme.scss +87 -0
- package/scss/timepicker/_variables.scss +1 -0
- package/scss/timeselector/_index.scss +13 -0
- package/scss/timeselector/_layout.scss +207 -0
- package/scss/timeselector/_theme.scss +70 -0
- package/scss/timeselector/_variables.scss +32 -0
- package/scss/utils/_border.scss +1 -2
- package/scss/utils/_flex.scss +11 -3
- package/scss/virtual-scroller/_index.scss +10 -0
- package/scss/virtual-scroller/_layout.scss +35 -0
- package/scss/virtual-scroller/_theme.scss +3 -0
- package/scss/virtual-scroller/_variables.scss +1 -0
- package/scss/datetime/_layout.scss +0 -462
- package/scss/datetime/_theme.scss +0 -321
- package/scss/datetime/_variables.scss +0 -53
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
@include exports( "timeselector/layout" ) {
|
|
2
|
+
|
|
3
|
+
// Time selector
|
|
4
|
+
.k-timeselector {
|
|
5
|
+
border-width: $time-selector-border-width;
|
|
6
|
+
border-style: solid;
|
|
7
|
+
box-sizing: border-box;
|
|
8
|
+
outline: 0;
|
|
9
|
+
font-family: $time-selector-font-family;
|
|
10
|
+
font-size: $time-selector-font-size;
|
|
11
|
+
line-height: $time-selector-line-height;
|
|
12
|
+
position: relative;
|
|
13
|
+
overflow: hidden;
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-flow: column nowrap;
|
|
16
|
+
user-select: none;
|
|
17
|
+
-webkit-touch-callout: none;
|
|
18
|
+
-webkit-tap-highlight-color: $rgba-transparent;
|
|
19
|
+
|
|
20
|
+
.k-popup > & {
|
|
21
|
+
border-width: 0;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
// Time selector header
|
|
27
|
+
.k-time-header,
|
|
28
|
+
.k-time-selector-header {
|
|
29
|
+
padding: $time-selector-header-padding-y $time-selector-header-padding-x;
|
|
30
|
+
box-sizing: border-box;
|
|
31
|
+
display: flex;
|
|
32
|
+
align-items: center;
|
|
33
|
+
justify-content: space-between;
|
|
34
|
+
flex: 0 0 auto;
|
|
35
|
+
|
|
36
|
+
.k-title,
|
|
37
|
+
.k-time-selector-header-title {
|
|
38
|
+
padding: $button-padding-y $button-padding-x;
|
|
39
|
+
font-weight: bold;
|
|
40
|
+
display: inline-block;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.k-time-now {
|
|
44
|
+
border-width: 0;
|
|
45
|
+
line-height: inherit;
|
|
46
|
+
cursor: pointer;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
// Time selector footer
|
|
52
|
+
// .k-time-footer {}
|
|
53
|
+
// .k-time-selector-footer {}
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
// Time list container
|
|
57
|
+
.k-time-list-container {
|
|
58
|
+
display: flex;
|
|
59
|
+
position: relative;
|
|
60
|
+
flex: 1 1 auto;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
// Time list highlight
|
|
65
|
+
.k-time-highlight,
|
|
66
|
+
.k-time-list-highlight {
|
|
67
|
+
width: 100%;
|
|
68
|
+
height: $time-list-highlight-height;
|
|
69
|
+
border-width: $time-list-highlight-border-width;
|
|
70
|
+
border-style: solid;
|
|
71
|
+
box-sizing: border-box;
|
|
72
|
+
position: absolute;
|
|
73
|
+
top: calc( 50% + #{$time-list-title-height / 2});
|
|
74
|
+
left: 0;
|
|
75
|
+
right: 0;
|
|
76
|
+
transform: translateY(-50%);
|
|
77
|
+
z-index: 1;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
// Time list wrapper
|
|
82
|
+
.k-time-list-wrapper {
|
|
83
|
+
min-width: $time-list-width;
|
|
84
|
+
height: $time-list-height;
|
|
85
|
+
box-sizing: content-box;
|
|
86
|
+
display: inline-flex;
|
|
87
|
+
flex-flow: column nowrap;
|
|
88
|
+
align-items: stretch;
|
|
89
|
+
overflow: hidden;
|
|
90
|
+
position: relative;
|
|
91
|
+
text-align: center;
|
|
92
|
+
flex: 1 1 auto;
|
|
93
|
+
|
|
94
|
+
.k-title {
|
|
95
|
+
font-size: $time-list-title-font-size;
|
|
96
|
+
line-height: $time-list-title-line-height;
|
|
97
|
+
font-weight: bold;
|
|
98
|
+
text-align: center;
|
|
99
|
+
text-transform: capitalize;
|
|
100
|
+
display: block;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
&.k-state-focused {
|
|
104
|
+
&::before,
|
|
105
|
+
&::after {
|
|
106
|
+
display: block;
|
|
107
|
+
content: " ";
|
|
108
|
+
position: absolute;
|
|
109
|
+
width: 100%;
|
|
110
|
+
left: 0;
|
|
111
|
+
pointer-events: none;
|
|
112
|
+
height: calc( 50% - #{$time-list-highlight-height / 2} );
|
|
113
|
+
box-sizing: border-box;
|
|
114
|
+
border-width: 0;
|
|
115
|
+
border-style: solid;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
&::before {
|
|
119
|
+
top: $time-list-title-height;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
&::after {
|
|
123
|
+
bottom: 0;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
// Time list
|
|
130
|
+
.k-time-list {
|
|
131
|
+
display: flex;
|
|
132
|
+
flex-flow: row nowrap;
|
|
133
|
+
align-items: stretch;
|
|
134
|
+
flex: 1;
|
|
135
|
+
position: relative;
|
|
136
|
+
z-index: 1;
|
|
137
|
+
overflow: hidden;
|
|
138
|
+
|
|
139
|
+
&::before,
|
|
140
|
+
&::after {
|
|
141
|
+
display: block;
|
|
142
|
+
position: absolute;
|
|
143
|
+
content: " ";
|
|
144
|
+
height: 0;
|
|
145
|
+
line-height: 0;
|
|
146
|
+
z-index: 1;
|
|
147
|
+
width: 200%;
|
|
148
|
+
left: -50%;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
&::before { top: 0; }
|
|
152
|
+
&::after { bottom: 0; }
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
// Time list content
|
|
157
|
+
.k-time-container,
|
|
158
|
+
.k-time-list-content {
|
|
159
|
+
position: relative;
|
|
160
|
+
flex: 1 1 auto;
|
|
161
|
+
display: block;
|
|
162
|
+
overflow-x: hidden;
|
|
163
|
+
overflow-y: scroll;
|
|
164
|
+
|
|
165
|
+
@include hide-scrollbar("right");
|
|
166
|
+
|
|
167
|
+
> ul {
|
|
168
|
+
height: auto;
|
|
169
|
+
width: $time-list-width;
|
|
170
|
+
margin: auto;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.k-rtl &
|
|
174
|
+
[dir="rtl"] & {
|
|
175
|
+
@include hide-scrollbar("left");
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.k-scrollable-placeholder {
|
|
179
|
+
position: absolute;
|
|
180
|
+
width: 1px;
|
|
181
|
+
top: 0;
|
|
182
|
+
right: 0;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
// Time list item
|
|
188
|
+
.k-time-list-item,
|
|
189
|
+
.k-time-list .k-item {
|
|
190
|
+
padding: $time-list-item-padding-y $time-list-item-padding-x;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
// Time separator
|
|
195
|
+
.k-time-separator {
|
|
196
|
+
width: 0;
|
|
197
|
+
height: $time-list-highlight-height;
|
|
198
|
+
align-self: center;
|
|
199
|
+
display: inline-flex;
|
|
200
|
+
justify-content: center;
|
|
201
|
+
align-items: center;
|
|
202
|
+
position: relative;
|
|
203
|
+
z-index: 11;
|
|
204
|
+
top: calc( #{$time-list-title-height / 2} );
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
@include exports( "timeselector/theme" ) {
|
|
2
|
+
|
|
3
|
+
// Time selector
|
|
4
|
+
.k-timeselector {
|
|
5
|
+
@include fill(
|
|
6
|
+
$time-selector-text,
|
|
7
|
+
$time-selector-bg,
|
|
8
|
+
$time-selector-border
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
// Time selector header
|
|
14
|
+
.k-time-header,
|
|
15
|
+
.k-time-selector-header {
|
|
16
|
+
|
|
17
|
+
.k-time-now {
|
|
18
|
+
color: $link-text;
|
|
19
|
+
}
|
|
20
|
+
.k-time-now:hover {
|
|
21
|
+
color: $link-hover-text;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
// Time list wrapper
|
|
27
|
+
.k-time-list-wrapper {
|
|
28
|
+
|
|
29
|
+
.k-title {
|
|
30
|
+
color: $time-list-title-text;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&.k-state-focused {
|
|
34
|
+
.k-title {
|
|
35
|
+
color: $time-list-title-focus-text;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&::before,
|
|
39
|
+
&::after {
|
|
40
|
+
background-color: $time-list-focused-bg;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
// Time list
|
|
47
|
+
.k-time-list {
|
|
48
|
+
&::before,
|
|
49
|
+
&::after {
|
|
50
|
+
$shadow-size: 3em;
|
|
51
|
+
box-shadow: 0 0 $shadow-size ($shadow-size / 2) $time-selector-bg;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.k-item:hover {
|
|
55
|
+
color: $primary;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.k-time-container {
|
|
60
|
+
background: transparent;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.k-time-highlight {
|
|
64
|
+
@include fill(
|
|
65
|
+
$bg: $time-list-highlight-bg,
|
|
66
|
+
$border: $time-list-highlight-border
|
|
67
|
+
);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// Time selector
|
|
2
|
+
$time-selector-border-width: 1px !default;
|
|
3
|
+
$time-selector-font-family: $font-family !default;
|
|
4
|
+
$time-selector-font-size: $font-size !default;
|
|
5
|
+
$time-selector-line-height: $line-height !default;
|
|
6
|
+
|
|
7
|
+
$time-selector-bg: $component-bg !default;
|
|
8
|
+
$time-selector-text: $component-text !default;
|
|
9
|
+
$time-selector-border: $component-border !default;
|
|
10
|
+
|
|
11
|
+
$time-selector-header-padding-x: map-get( $spacing, 1 ) !default;
|
|
12
|
+
$time-selector-header-padding-y: map-get( $spacing, 1 ) !default;
|
|
13
|
+
$time-selector-header-border-width: 0px !default;
|
|
14
|
+
|
|
15
|
+
$time-list-width: 4em !default;
|
|
16
|
+
$time-list-height: 240px !default;
|
|
17
|
+
|
|
18
|
+
$time-list-title-font-size: $font-size-sm !default;
|
|
19
|
+
$time-list-title-line-height: 1.5 !default;
|
|
20
|
+
$time-list-title-height: ( $time-list-title-font-size * $time-list-title-line-height) !default;
|
|
21
|
+
$time-list-title-text: $subtle-text !default;
|
|
22
|
+
$time-list-title-focus-text: $component-text !default;
|
|
23
|
+
|
|
24
|
+
$time-list-item-padding-x: $list-item-padding-x !default;
|
|
25
|
+
$time-list-item-padding-y: $list-item-padding-y !default;
|
|
26
|
+
|
|
27
|
+
$time-list-highlight-border-width: 1px 0px !default;
|
|
28
|
+
$time-list-highlight-height: calc( #{$time-selector-font-size * $time-selector-line-height} + #{ $time-list-item-padding-y * 2} ) !default;
|
|
29
|
+
$time-list-highlight-bg: $component-bg !default;
|
|
30
|
+
$time-list-highlight-border: $component-border !default;
|
|
31
|
+
|
|
32
|
+
$time-list-focused-bg: rgba(0, 0, 0, .04) !default;
|
package/scss/utils/_border.scss
CHANGED
package/scss/utils/_flex.scss
CHANGED
|
@@ -8,34 +8,42 @@
|
|
|
8
8
|
/// @description This is equivalent to `display: flex`. It defines a flex container and enables a flex context for all its direct children. Think of flex items as primarily laying out either in horizontal rows or vertical columns.
|
|
9
9
|
/// @group flex-layout
|
|
10
10
|
.k-d-flex { display: flex; }
|
|
11
|
+
.\!k-d-flex { display: flex !important; } // sass-lint:disable-line no-important class-name-format
|
|
11
12
|
/// @name k-d-inline-flex
|
|
12
13
|
/// @description This is equivalent to `display: inline-flex`. It defines a flex container and enables a flex context for all its direct children. Think of flex items as primarily laying out either in horizontal rows or vertical columns.
|
|
13
14
|
/// @group flex-layout
|
|
14
15
|
.k-d-inline-flex { display: inline-flex; }
|
|
16
|
+
.\!k-d-inline-flex { display: inline-flex !important; } // sass-lint:disable-line no-important class-name-format
|
|
15
17
|
/// @name k-d-flex-row
|
|
16
18
|
/// @description This is equivalent to `display: inline-flex` and `flex-direction: row`.
|
|
17
19
|
/// @group flex-layout
|
|
18
|
-
.k-d-flex-row {
|
|
20
|
+
.k-d-flex-row { @extend .k-d-flex, .k-flex-row; }
|
|
21
|
+
.\!k-d-flex-row { @extend .\!k-d-flex, .\!k-flex-row; } // sass-lint:disable-line class-name-format
|
|
19
22
|
/// @name k-d-flex-col
|
|
20
23
|
/// @description This is equivalent to `display: inline-flex` and `flex-direction: column`.
|
|
21
24
|
/// @group flex-layout
|
|
22
|
-
.k-d-flex-col {
|
|
25
|
+
.k-d-flex-col { @extend .k-d-flex, .k-flex-col; }
|
|
26
|
+
.\!k-d-flex-col { @extend .\!k-d-flex, .\!k-flex-row; } // sass-lint:disable-line class-name-format
|
|
23
27
|
/// @name k-flex-row
|
|
24
28
|
/// @description This is equivalent to `flex-direction: row`. This establishes the main-axis to be horizontal, thus defining the direction flex items are placed in the flex container: left to right in `ltr`; right to left in `rtl`.
|
|
25
29
|
/// @group flex-layout
|
|
26
30
|
.k-flex-row { flex-direction: row; }
|
|
31
|
+
.\!k-flex-row { flex-direction: row !important; } // sass-lint:disable-line no-important class-name-format
|
|
27
32
|
/// @name k-flex-row-reverse
|
|
28
33
|
/// @description This is equivalent to `flex-direction: row-reverse`. This establishes the main-axis to be horizontal, thus defining the direction flex items are placed in the flex container: right to left in `ltr`; left to right in `rtl`.
|
|
29
34
|
/// @group flex-layout
|
|
30
35
|
.k-flex-row-reverse { flex-direction: row-reverse; }
|
|
36
|
+
.\!k-flex-row-reverse { flex-direction: row-reverse !important; } // sass-lint:disable-line no-important class-name-format
|
|
31
37
|
/// @name k-flex-col
|
|
32
38
|
/// @description This is equivalent to `flex-direction: column`. This establishes the main-axis to be vertical, thus defining the direction flex items are placed in the flex container: top to bottom.
|
|
33
39
|
/// @group flex-layout
|
|
34
40
|
.k-flex-col { flex-direction: column; }
|
|
41
|
+
.\!k-flex-col { flex-direction: column !important; } // sass-lint:disable-line no-important class-name-format
|
|
35
42
|
/// @name k-flex-col-reverse
|
|
36
43
|
/// @description This is equivalent to `flex-direction: column-reverse`. This establishes the main-axis to be vertical, thus defining the direction flex items are placed in the flex container: bottom to top.
|
|
37
44
|
/// @group flex-layout
|
|
38
45
|
.k-flex-col-reverse { flex-direction: column-reverse; }
|
|
46
|
+
.\!k-flex-col-reverse { flex-direction: column-reverse; } // sass-lint:disable-line no-important class-name-format
|
|
39
47
|
|
|
40
48
|
|
|
41
49
|
// Aliases
|
|
@@ -90,7 +98,7 @@
|
|
|
90
98
|
/// @group flex-layout
|
|
91
99
|
.k-flex-shrink { flex-shrink: 1; }
|
|
92
100
|
/// @name k-flex-shrink-0
|
|
93
|
-
/// @description This is equivalent to `flex-shrink: 0`. The item will not
|
|
101
|
+
/// @description This is equivalent to `flex-shrink: 0`. The item will not shrink.
|
|
94
102
|
/// @group flex-layout
|
|
95
103
|
.k-flex-shrink-0 { flex-shrink: 0; }
|
|
96
104
|
/// @name k-flex-basis-auto
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
@include exports( "virtual-scroller/layout" ) {
|
|
2
|
+
|
|
3
|
+
// Virtual scroller
|
|
4
|
+
.k-virtual-scroller {
|
|
5
|
+
width: 100%;
|
|
6
|
+
height: 100%;
|
|
7
|
+
flex: 1 1 auto;
|
|
8
|
+
overflow: auto;
|
|
9
|
+
position: relative;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
// Virtual scroller wrap
|
|
14
|
+
.k-virtual-scroller-wrap {
|
|
15
|
+
position: relative;
|
|
16
|
+
z-index: 1;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
// Virtual scroller content
|
|
21
|
+
.k-virtual-scroller-content {
|
|
22
|
+
position: absolute;
|
|
23
|
+
width: 100%;
|
|
24
|
+
top: 0;
|
|
25
|
+
inset-inline-start: 0;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
// Virtual scroller size
|
|
30
|
+
.k-virtual-scroller-size {
|
|
31
|
+
position: relative;
|
|
32
|
+
z-index: 0;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Virtual-scroller
|