@progress/kendo-theme-core 12.0.0-dev.1 → 12.0.0-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 +1 -1
- package/dist/meta/sassdoc-data.json +163 -163
- package/dist/meta/sassdoc-raw-data.json +161 -161
- package/package.json +2 -2
- package/scss/color-system/_functions.import.scss +0 -13
- package/scss/components/action-buttons/_layout.scss +1 -1
- package/scss/components/action-sheet/_layout.scss +29 -29
- package/scss/components/adaptive/_layout.scss +6 -22
- package/scss/components/adaptive/_theme.scss +1 -1
- package/scss/components/appbar/_layout.scss +6 -6
- package/scss/components/badge/_layout.scss +1 -0
- package/scss/components/bottom-navigation/_layout.scss +1 -1
- package/scss/components/bubble/_layout.scss +5 -5
- package/scss/components/button/_layout.scss +8 -8
- package/scss/components/calendar/_layout.scss +24 -41
- package/scss/components/calendar/_theme.scss +8 -6
- package/scss/components/captcha/_layout.scss +1 -1
- package/scss/components/card/_layout.scss +11 -11
- package/scss/components/chat/_layout.scss +29 -23
- package/scss/components/checkbox/_layout.scss +1 -1
- package/scss/components/checkbox/_theme.scss +7 -7
- package/scss/components/color-preview/_layout.scss +2 -2
- package/scss/components/colorgradient/_layout.scss +5 -5
- package/scss/components/column-menu/_layout.scss +1 -1
- package/scss/components/column-menu/_theme.scss +1 -1
- package/scss/components/dataviz/_layout.scss +21 -21
- package/scss/components/dialog/_layout.scss +2 -2
- package/scss/components/dock-manager/_layout.scss +2 -2
- package/scss/components/draggable/_layout.scss +19 -19
- package/scss/components/drawer/_layout.scss +2 -2
- package/scss/components/dropzone/_layout.scss +3 -3
- package/scss/components/editor/_layout.scss +19 -19
- package/scss/components/expansion-panel/_layout.scss +3 -13
- package/scss/components/fab/_layout.scss +2 -2
- package/scss/components/filemanager/_layout.scss +7 -7
- package/scss/components/floating-label/_layout.scss +10 -26
- package/scss/components/forms/_layout.scss +22 -44
- package/scss/components/gantt/_layout.scss +52 -120
- package/scss/components/gantt/_variables.scss +0 -4
- package/scss/components/grid/_layout.scss +52 -59
- package/scss/components/grid/_theme.scss +10 -10
- package/scss/components/icons/_layout.scss +2 -2
- package/scss/components/imageeditor/_layout.scss +10 -10
- package/scss/components/input/_layout.scss +3 -3
- package/scss/components/list/_layout.scss +4 -4
- package/scss/components/listbox/_layout.scss +2 -2
- package/scss/components/listbox/_theme.scss +1 -1
- package/scss/components/listgroup/_layout.scss +9 -36
- package/scss/components/listview/_layout.scss +6 -6
- package/scss/components/loader/_layout.scss +22 -22
- package/scss/components/map/_layout.scss +2 -2
- package/scss/components/marquee/_layout.scss +2 -2
- package/scss/components/mediaplayer/_layout.scss +10 -10
- package/scss/components/menu/_layout.scss +3 -3
- package/scss/components/menu-button/_layout.scss +2 -2
- package/scss/components/messagebox/_theme.scss +1 -1
- package/scss/components/overlay/_layout.scss +2 -2
- package/scss/components/pager/_layout.scss +1 -14
- package/scss/components/panelbar/_layout.scss +2 -21
- package/scss/components/pdf-viewer/_layout.scss +16 -16
- package/scss/components/pivotgrid/_layout.scss +48 -48
- package/scss/components/pivotgrid/_theme.scss +2 -2
- package/scss/components/progressbar/_layout.scss +0 -8
- package/scss/components/prompt/_layout.scss +1 -1
- package/scss/components/radio/_layout.scss +2 -2
- package/scss/components/rating/_layout.scss +2 -7
- package/scss/components/responsivepanel/_layout.scss +1 -1
- package/scss/components/ripple/_layout.scss +4 -4
- package/scss/components/scheduler/_layout.scss +67 -169
- package/scss/components/scheduler/_variables.scss +0 -1
- package/scss/components/scroller/_layout.scss +7 -7
- package/scss/components/scrollview/_layout.scss +4 -4
- package/scss/components/signature/_layout.scss +6 -6
- package/scss/components/signature/_theme.scss +1 -1
- package/scss/components/skeleton/_layout.scss +4 -4
- package/scss/components/slider/_layout.scss +16 -16
- package/scss/components/splitter/_layout.scss +8 -8
- package/scss/components/spreadsheet/_layout.scss +54 -54
- package/scss/components/stepper/_layout.scss +12 -42
- package/scss/components/switch/_layout.scss +6 -28
- package/scss/components/table/_layout.scss +18 -49
- package/scss/components/tabstrip/_layout.scss +27 -32
- package/scss/components/taskboard/_layout.scss +6 -6
- package/scss/components/time-marker/_theme.scss +3 -3
- package/scss/components/timeline/_layout.scss +41 -41
- package/scss/components/timeselector/_layout.scss +14 -26
- package/scss/components/toolbar/_layout.scss +1 -1
- package/scss/components/tooltip/_layout.scss +2 -2
- package/scss/components/treelist/_layout.scss +7 -11
- package/scss/components/treeview/_layout.scss +4 -34
- package/scss/components/upload/_layout.scss +13 -13
- package/scss/components/validator/_layout.scss +1 -1
- package/scss/components/virtual-scroller/_layout.scss +1 -1
- package/scss/components/window/_layout.scss +9 -7
- package/scss/components/wizard/_layout.scss +8 -7
- package/scss/mixins/_border-radius.scss +20 -12
- package/scss/mixins/_hide-scrollbar.scss +6 -6
- package/scss/styles/_accessibility.scss +1 -1
- package/scss/styles/_base.scss +1 -1
- package/scss/styles/_resizing.scss +16 -16
- package/scss/styles/_scrollbar.scss +2 -2
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
}
|
|
23
23
|
.k-filemanager-toolbar {
|
|
24
24
|
border-width: 0;
|
|
25
|
-
border-
|
|
25
|
+
border-block-end-width: $kendo-file-manager-toolbar-border-width;
|
|
26
26
|
border-color: inherit;
|
|
27
27
|
flex-shrink: 0;
|
|
28
28
|
z-index: 1;
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
padding-inline: $kendo-file-manager-navigation-padding-x;
|
|
52
52
|
width: $kendo-file-manager-navigation-width;
|
|
53
53
|
border-width: 0;
|
|
54
|
-
border-
|
|
54
|
+
border-inline-end-width: $kendo-file-manager-navigation-border-width;
|
|
55
55
|
border-style: solid;
|
|
56
56
|
border-color: inherit;
|
|
57
57
|
box-sizing: border-box;
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
// Breadcrumb
|
|
82
82
|
.k-filemanager-breadcrumb {
|
|
83
83
|
border-width: 0;
|
|
84
|
-
border-
|
|
84
|
+
border-block-end-width: $kendo-file-manager-breadcrumb-border-width;
|
|
85
85
|
padding-block: $kendo-file-manager-breadcrumb-padding-y;
|
|
86
86
|
padding-inline: $kendo-file-manager-breadcrumb-padding-x;
|
|
87
87
|
flex-shrink: 0;
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
|
|
112
112
|
// File name
|
|
113
113
|
.k-file-name {
|
|
114
|
-
margin-
|
|
114
|
+
margin-block-start: calc( #{$kendo-file-manager-spacer} / 2 );
|
|
115
115
|
display: block;
|
|
116
116
|
text-align: center;
|
|
117
117
|
overflow: hidden;
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
|
|
134
134
|
// File preview
|
|
135
135
|
.k-file-preview {
|
|
136
|
-
margin-
|
|
136
|
+
margin-inline-end: $kendo-icon-spacing;
|
|
137
137
|
display: inline-flex;
|
|
138
138
|
flex-direction: row;
|
|
139
139
|
vertical-align: middle;
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
width: $kendo-file-manager-preview-width;
|
|
158
158
|
min-height: calc( calc( #{$kendo-file-manager-preview-padding-y} * 4 ) + calc( #{$kendo-icon-size-xxxl} * 2 ) + calc( #{$kendo-file-manager-preview-spacing} * 3 ) );
|
|
159
159
|
border-width: 0;
|
|
160
|
-
border-
|
|
160
|
+
border-inline-start-width: $kendo-file-manager-preview-border-width;
|
|
161
161
|
border-style: solid;
|
|
162
162
|
border-color: inherit;
|
|
163
163
|
box-sizing: border-box;
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
|
|
175
175
|
// File name
|
|
176
176
|
.k-file-name {
|
|
177
|
-
margin-
|
|
177
|
+
margin-block-start: $kendo-file-manager-preview-spacing;
|
|
178
178
|
display: block;
|
|
179
179
|
}
|
|
180
180
|
.k-no-file-selected {}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
// Floating label
|
|
7
7
|
.k-floating-label-container {
|
|
8
|
-
padding-
|
|
8
|
+
padding-block-start: $kendo-floating-label-height;
|
|
9
9
|
box-sizing: border-box;
|
|
10
10
|
display: inline-flex;
|
|
11
11
|
vertical-align: middle;
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
white-space: nowrap;
|
|
27
27
|
text-overflow: ellipsis;
|
|
28
28
|
position: absolute;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
inset-block-start: var(--kendo-floating-label-offset-y, #{$kendo-floating-label-offset-y});
|
|
30
|
+
inset-inline-start: var(--kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x});
|
|
31
31
|
overflow: hidden;
|
|
32
32
|
cursor: text;
|
|
33
33
|
transform-origin: left center;
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
|
|
38
38
|
&.k-empty {
|
|
39
39
|
> .k-floating-label {
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
inset-block-start: var(--kendo-floating-label-offset-y, #{$kendo-floating-label-offset-y});
|
|
41
|
+
inset-inline-start: var(--kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x});
|
|
42
42
|
transform: scale( $kendo-floating-label-scale );
|
|
43
43
|
pointer-events: none;
|
|
44
44
|
}
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
|
|
47
47
|
> .k-floating-label,
|
|
48
48
|
&.k-focus > .k-floating-label {
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
inset-block-start: var(--kendo-floating-label-focus-offset-y, #{$kendo-floating-label-focus-offset-y});
|
|
50
|
+
inset-inline-start: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
51
51
|
transform: scale( $kendo-floating-label-focus-scale );
|
|
52
52
|
}
|
|
53
53
|
&:focus-within > .k-floating-label {
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
inset-block-start: var(--kendo-floating-label-focus-offset-y, #{$kendo-floating-label-focus-offset-y});
|
|
55
|
+
inset-inline-start: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
56
56
|
transform: scale( $kendo-floating-label-focus-scale );
|
|
57
57
|
}
|
|
58
58
|
|
|
@@ -63,28 +63,12 @@
|
|
|
63
63
|
|
|
64
64
|
[dir="rtl"] .k-floating-label-container,
|
|
65
65
|
.k-rtl .k-floating-label-container,
|
|
66
|
+
.k-floating-label-container.k-rtl,
|
|
66
67
|
.k-floating-label-container[dir="rtl"] {
|
|
67
68
|
> .k-floating-label {
|
|
68
69
|
transform-origin: right center;
|
|
69
70
|
transition: transform $kendo-floating-label-transition, color $kendo-floating-label-transition, top $kendo-floating-label-transition, right $kendo-floating-label-transition;
|
|
70
71
|
}
|
|
71
|
-
|
|
72
|
-
&.k-empty {
|
|
73
|
-
> .k-floating-label {
|
|
74
|
-
left: auto;
|
|
75
|
-
right: var(--kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x});
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
> .k-floating-label,
|
|
80
|
-
&.k-focus > .k-floating-label {
|
|
81
|
-
left: auto;
|
|
82
|
-
right: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
83
|
-
}
|
|
84
|
-
&:focus-within > .k-floating-label {
|
|
85
|
-
left: auto;
|
|
86
|
-
right: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
87
|
-
}
|
|
88
72
|
}
|
|
89
73
|
|
|
90
74
|
}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
padding: 25px 0 0;
|
|
24
24
|
|
|
25
25
|
> legend {
|
|
26
|
-
margin-
|
|
26
|
+
margin-inline-start: 0;
|
|
27
27
|
padding: $kendo-fieldset-legend-padding;
|
|
28
28
|
text-transform: uppercase;
|
|
29
29
|
}
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
.k-form-field > .k-label,
|
|
59
59
|
.k-form-field > kendo-label,
|
|
60
60
|
.k-form-label {
|
|
61
|
-
margin-
|
|
61
|
+
margin-block-end: $kendo-form-label-margin-bottom;
|
|
62
62
|
display: flex;
|
|
63
63
|
flex-flow: row nowrap;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
.k-label + .k-radio {
|
|
67
|
-
margin-
|
|
67
|
+
margin-inline-start: 0;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
.k-form-fieldset {
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
> * {
|
|
76
76
|
&:not(.k-hidden):first-child,
|
|
77
77
|
&.k-hidden + :not(.k-hidden) {
|
|
78
|
-
margin-
|
|
78
|
+
margin-block-start: 0;
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
}
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
> * {
|
|
100
100
|
&:not(.k-hidden):first-child,
|
|
101
101
|
&.k-hidden + :not(.k-hidden) {
|
|
102
|
-
margin-
|
|
102
|
+
margin-block-start: 0;
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
|
|
126
126
|
.k-alert-error {
|
|
127
127
|
font-size: var( --kendo-font-size-sm, inherit );
|
|
128
|
-
margin-
|
|
128
|
+
margin-block-start: $kendo-form-alert-error-margin;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
.k-field-info {
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
// Form Hint/Error Messages
|
|
157
157
|
.k-form-hint,
|
|
158
158
|
.k-form-error {
|
|
159
|
-
margin-
|
|
159
|
+
margin-block-start: $kendo-form-hint-margin-top;
|
|
160
160
|
display: flex;
|
|
161
161
|
font-size: $kendo-form-hint-font-size;
|
|
162
162
|
font-style: $kendo-form-hint-font-style;
|
|
@@ -189,8 +189,8 @@
|
|
|
189
189
|
> .k-label,
|
|
190
190
|
> kendo-label,
|
|
191
191
|
> .k-form-label {
|
|
192
|
-
margin-
|
|
193
|
-
padding-
|
|
192
|
+
margin-inline-end: $kendo-horizontal-form-label-margin-x;
|
|
193
|
+
padding-block-start: $kendo-horizontal-form-label-padding-top;
|
|
194
194
|
width: $kendo-horizontal-form-label-width;
|
|
195
195
|
text-align: end;
|
|
196
196
|
flex-direction: column;
|
|
@@ -209,28 +209,6 @@
|
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
// RTL Adjustments
|
|
213
|
-
.k-form [dir="rtl"],
|
|
214
|
-
.k-rtl .k-form {
|
|
215
|
-
.k-label-optional {
|
|
216
|
-
margin-left: 0;
|
|
217
|
-
margin-right: $kendo-label-optional-margin-x;
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.k-form-horizontal [dir="rtl"],
|
|
222
|
-
.k-rtl .k-form-horizontal {
|
|
223
|
-
&.k-form-field,
|
|
224
|
-
.k-form-field {
|
|
225
|
-
> .k-label,
|
|
226
|
-
> kendo-label,
|
|
227
|
-
> .k-form-label {
|
|
228
|
-
margin-right: 0;
|
|
229
|
-
margin-left: $kendo-horizontal-form-label-margin-x;
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
|
|
234
212
|
// Sizes
|
|
235
213
|
@each $size, $size-props in $kendo-form-sizes {
|
|
236
214
|
$_form-rows-spacing: map.get($size-props, form-rows-spacing);
|
|
@@ -238,7 +216,7 @@
|
|
|
238
216
|
.k-form-#{$size} {
|
|
239
217
|
.k-form-field,
|
|
240
218
|
.k-form-buttons {
|
|
241
|
-
margin-
|
|
219
|
+
margin-block-start: $_form-rows-spacing;
|
|
242
220
|
}
|
|
243
221
|
}
|
|
244
222
|
}
|
|
@@ -255,11 +233,11 @@
|
|
|
255
233
|
padding: 0;
|
|
256
234
|
|
|
257
235
|
&:first-child:first-of-type {
|
|
258
|
-
margin-
|
|
236
|
+
margin-block-start: 0;
|
|
259
237
|
}
|
|
260
238
|
|
|
261
239
|
&:last-child:last-of-type {
|
|
262
|
-
margin-
|
|
240
|
+
margin-block-end: 0;
|
|
263
241
|
}
|
|
264
242
|
}
|
|
265
243
|
|
|
@@ -268,7 +246,7 @@
|
|
|
268
246
|
text-align: start;
|
|
269
247
|
font-weight: 600;
|
|
270
248
|
line-height: 1;
|
|
271
|
-
margin-
|
|
249
|
+
margin-block-end: $kendo-fieldset-legend-margin;
|
|
272
250
|
text-transform: uppercase;
|
|
273
251
|
padding: $kendo-fieldset-legend-padding;
|
|
274
252
|
width: auto;
|
|
@@ -278,7 +256,7 @@
|
|
|
278
256
|
display: flex;
|
|
279
257
|
align-items: flex-start;
|
|
280
258
|
text-align: start;
|
|
281
|
-
margin-
|
|
259
|
+
margin-block-end: $kendo-fieldset-legend-margin;
|
|
282
260
|
|
|
283
261
|
> span:not(.k-widget) {
|
|
284
262
|
width: $kendo-inline-form-element-width;
|
|
@@ -299,7 +277,7 @@
|
|
|
299
277
|
|
|
300
278
|
.k-alert-error {
|
|
301
279
|
font-size: var( --kendo-font-size-sm, inherit );
|
|
302
|
-
margin-
|
|
280
|
+
margin-block-start: $kendo-form-alert-error-margin;
|
|
303
281
|
}
|
|
304
282
|
|
|
305
283
|
.k-field-info {
|
|
@@ -310,7 +288,7 @@
|
|
|
310
288
|
}
|
|
311
289
|
|
|
312
290
|
&:last-child {
|
|
313
|
-
margin-
|
|
291
|
+
margin-block-end: 0;
|
|
314
292
|
}
|
|
315
293
|
}
|
|
316
294
|
}
|
|
@@ -342,14 +320,14 @@
|
|
|
342
320
|
width: 30%;
|
|
343
321
|
line-height: $kendo-form-line-height;
|
|
344
322
|
text-align: end;
|
|
345
|
-
float:
|
|
323
|
+
float: inline-start;
|
|
346
324
|
clear: both;
|
|
347
325
|
}
|
|
348
326
|
.k-edit-field {
|
|
349
327
|
margin: 0 0 k-spacing(4);
|
|
350
328
|
width: 65%;
|
|
351
|
-
float:
|
|
352
|
-
clear:
|
|
329
|
+
float: inline-end;
|
|
330
|
+
clear: inline-end;
|
|
353
331
|
position: relative;
|
|
354
332
|
|
|
355
333
|
&.k-no-editor {
|
|
@@ -367,16 +345,16 @@
|
|
|
367
345
|
|
|
368
346
|
input[type="radio"]:not(.k-radio),
|
|
369
347
|
input[type="checkbox"]:not(.k-checkbox) {
|
|
370
|
-
margin-
|
|
348
|
+
margin-inline-end: .4ex;
|
|
371
349
|
}
|
|
372
350
|
|
|
373
351
|
.k-radio-label,
|
|
374
352
|
.k-checkbox-label {
|
|
375
|
-
margin-
|
|
353
|
+
margin-inline-end: k-spacing(4);
|
|
376
354
|
}
|
|
377
355
|
|
|
378
356
|
> .k-reset > li + li {
|
|
379
|
-
margin-
|
|
357
|
+
margin-block-start: k-spacing(2);
|
|
380
358
|
}
|
|
381
359
|
|
|
382
360
|
.k-reset .k-widget {
|
|
@@ -186,8 +186,8 @@
|
|
|
186
186
|
// Dependency lines SVG
|
|
187
187
|
.k-gantt-dependencies-svg {
|
|
188
188
|
position: absolute;
|
|
189
|
-
|
|
190
|
-
|
|
189
|
+
inset-block-start: 0;
|
|
190
|
+
inset-inline-start: 0;
|
|
191
191
|
overflow: visible;
|
|
192
192
|
pointer-events: none;
|
|
193
193
|
z-index: 2;
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
|
|
224
224
|
// Gantt views
|
|
225
225
|
.k-gantt-views-wrapper {
|
|
226
|
-
margin-
|
|
226
|
+
margin-inline-start: auto;
|
|
227
227
|
|
|
228
228
|
.k-views-dropdown {
|
|
229
229
|
width: auto;
|
|
@@ -329,7 +329,9 @@
|
|
|
329
329
|
.k-header {
|
|
330
330
|
padding-block: $kendo-grid-header-padding-y;
|
|
331
331
|
padding-inline: $kendo-grid-header-padding-x;
|
|
332
|
-
border-width: 0
|
|
332
|
+
border-width: 0;
|
|
333
|
+
border-block-end-width: 1px;
|
|
334
|
+
border-inline-start-width: $kendo-grid-cell-vertical-border-width;
|
|
333
335
|
white-space: nowrap;
|
|
334
336
|
}
|
|
335
337
|
|
|
@@ -346,8 +348,8 @@
|
|
|
346
348
|
border-color: inherit;
|
|
347
349
|
position: absolute;
|
|
348
350
|
z-index: 0;
|
|
349
|
-
|
|
350
|
-
|
|
351
|
+
inset-block-start: 0;
|
|
352
|
+
inset-inline-start: 0;
|
|
351
353
|
}
|
|
352
354
|
.k-gantt-rows {}
|
|
353
355
|
|
|
@@ -356,8 +358,8 @@
|
|
|
356
358
|
.k-gantt-dependencies {
|
|
357
359
|
opacity: .7;
|
|
358
360
|
position: absolute;
|
|
359
|
-
|
|
360
|
-
|
|
361
|
+
inset-block-start: 0;
|
|
362
|
+
inset-inline-start: 0;
|
|
361
363
|
|
|
362
364
|
// Arrows
|
|
363
365
|
.k-arrow-e,
|
|
@@ -366,7 +368,7 @@
|
|
|
366
368
|
height: 0;
|
|
367
369
|
border: 5px solid transparent;
|
|
368
370
|
position: absolute;
|
|
369
|
-
|
|
371
|
+
inset-block-start: -4px;
|
|
370
372
|
}
|
|
371
373
|
.k-arrow-e {
|
|
372
374
|
border-left-color: currentColor;
|
|
@@ -440,7 +442,7 @@
|
|
|
440
442
|
cursor: pointer;
|
|
441
443
|
display: none;
|
|
442
444
|
position: absolute;
|
|
443
|
-
|
|
445
|
+
inset-block-start: 50%;
|
|
444
446
|
transform: translateY(-50%);
|
|
445
447
|
}
|
|
446
448
|
.k-task-wrap:hover .k-task-dot,
|
|
@@ -464,17 +466,17 @@
|
|
|
464
466
|
.k-task-dot.k-hover::before {
|
|
465
467
|
border-width: 1px;
|
|
466
468
|
}
|
|
467
|
-
.k-task-start {
|
|
468
|
-
.k-task-end {
|
|
469
|
+
.k-task-start { inset-inline-start: 0; }
|
|
470
|
+
.k-task-end { inset-inline-end: 0; }
|
|
469
471
|
.k-task-draghandle {
|
|
470
|
-
margin-
|
|
472
|
+
margin-inline-start: 16px;
|
|
471
473
|
width: 0;
|
|
472
474
|
height: 0;
|
|
473
475
|
border: 5px solid transparent;
|
|
474
|
-
border-
|
|
475
|
-
border-
|
|
476
|
+
border-block-start-width: 0;
|
|
477
|
+
border-block-end-color: inherit;
|
|
476
478
|
position: absolute;
|
|
477
|
-
|
|
479
|
+
inset-block-end: 0;
|
|
478
480
|
// display: none;
|
|
479
481
|
cursor: ew-resize;
|
|
480
482
|
visibility: hidden;
|
|
@@ -517,17 +519,17 @@
|
|
|
517
519
|
height: 0;
|
|
518
520
|
border: 8px solid transparent;
|
|
519
521
|
position: absolute;
|
|
520
|
-
|
|
522
|
+
inset-block-start: 0;
|
|
521
523
|
display: none;
|
|
522
524
|
}
|
|
523
525
|
|
|
524
526
|
&::before {
|
|
525
|
-
border-
|
|
526
|
-
|
|
527
|
+
border-inline-start-color: currentColor;
|
|
528
|
+
inset-inline-start: 0;
|
|
527
529
|
}
|
|
528
530
|
&::after {
|
|
529
|
-
border-
|
|
530
|
-
|
|
531
|
+
border-inline-end-color: currentColor;
|
|
532
|
+
inset-inline-end: 0;
|
|
531
533
|
}
|
|
532
534
|
}
|
|
533
535
|
.k-task-summary-complete {
|
|
@@ -559,26 +561,26 @@
|
|
|
559
561
|
|
|
560
562
|
.k-resize-handle::before {
|
|
561
563
|
position: absolute;
|
|
562
|
-
|
|
563
|
-
|
|
564
|
+
inset-block-start: 2px;
|
|
565
|
+
inset-block-end: 2px;
|
|
564
566
|
}
|
|
565
567
|
|
|
566
568
|
.k-resize-w {
|
|
567
|
-
|
|
569
|
+
inset-inline-start: 0;
|
|
568
570
|
}
|
|
569
571
|
|
|
570
572
|
.k-resize-w::before {
|
|
571
|
-
|
|
572
|
-
border-
|
|
573
|
+
inset-inline-start: 2px;
|
|
574
|
+
border-inline-start-width: 1px;
|
|
573
575
|
}
|
|
574
576
|
|
|
575
577
|
.k-resize-e {
|
|
576
|
-
|
|
578
|
+
inset-inline-end: 0;
|
|
577
579
|
}
|
|
578
580
|
|
|
579
581
|
.k-resize-e::before {
|
|
580
|
-
|
|
581
|
-
border-
|
|
582
|
+
inset-inline-end: 2px;
|
|
583
|
+
border-inline-start-width: 1px;
|
|
582
584
|
}
|
|
583
585
|
|
|
584
586
|
&:hover .k-resize-handle,
|
|
@@ -591,9 +593,9 @@
|
|
|
591
593
|
width: 20%;
|
|
592
594
|
position: absolute;
|
|
593
595
|
z-index: 1;
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
596
|
+
inset-block-start: 0;
|
|
597
|
+
inset-block-end: 0;
|
|
598
|
+
inset-inline-start: 0;
|
|
597
599
|
}
|
|
598
600
|
.k-task-content {
|
|
599
601
|
position: relative;
|
|
@@ -628,8 +630,8 @@
|
|
|
628
630
|
position: absolute;
|
|
629
631
|
display: inline-block;
|
|
630
632
|
z-index: 2;
|
|
631
|
-
margin-
|
|
632
|
-
margin-
|
|
633
|
+
margin-inline-start: 20px;
|
|
634
|
+
margin-block-start: -2px;
|
|
633
635
|
overflow: hidden;
|
|
634
636
|
text-overflow: ellipsis;
|
|
635
637
|
white-space: nowrap;
|
|
@@ -665,7 +667,7 @@
|
|
|
665
667
|
.k-gantt-dependencies,
|
|
666
668
|
.k-task-dot,
|
|
667
669
|
.k-resources-wrap {
|
|
668
|
-
margin-
|
|
670
|
+
margin-block-start: $kendo-gantt-planned-dependency-margin-y;
|
|
669
671
|
}
|
|
670
672
|
|
|
671
673
|
.k-task-wrap {
|
|
@@ -678,15 +680,15 @@
|
|
|
678
680
|
}
|
|
679
681
|
|
|
680
682
|
.k-task-wrap.k-drag-hint {
|
|
681
|
-
|
|
683
|
+
inset-block-start: $kendo-gantt-planned-single-drag-hint-top;
|
|
682
684
|
}
|
|
683
685
|
|
|
684
686
|
.k-summary-wrap.k-drag-hint {
|
|
685
|
-
|
|
687
|
+
inset-block-start: $kendo-gantt-planned-summary-drag-hint-top;
|
|
686
688
|
}
|
|
687
689
|
|
|
688
690
|
.k-milestone-wrap.k-drag-hint {
|
|
689
|
-
|
|
691
|
+
inset-block-start: $kendo-gantt-planned-milestone-drag-hint-top;
|
|
690
692
|
}
|
|
691
693
|
}
|
|
692
694
|
|
|
@@ -710,7 +712,7 @@
|
|
|
710
712
|
}
|
|
711
713
|
|
|
712
714
|
.k-task-moment.k-moment-left {
|
|
713
|
-
margin-
|
|
715
|
+
margin-inline-start: $kendo-gantt-planned-moment-left-margin-x;
|
|
714
716
|
}
|
|
715
717
|
|
|
716
718
|
&:hover .k-task-duration {
|
|
@@ -719,7 +721,7 @@
|
|
|
719
721
|
}
|
|
720
722
|
|
|
721
723
|
.k-milestone-wrap .k-task-moment {
|
|
722
|
-
margin-
|
|
724
|
+
margin-inline-start: $kendo-gantt-planned-milestone-moment-margin-x;
|
|
723
725
|
}
|
|
724
726
|
|
|
725
727
|
// Planned Tooltip
|
|
@@ -739,18 +741,18 @@
|
|
|
739
741
|
display: flex;
|
|
740
742
|
|
|
741
743
|
.k-resize-handle {
|
|
742
|
-
|
|
744
|
+
inset-inline-end: 0;
|
|
743
745
|
z-index: 2;
|
|
744
746
|
visibility: hidden;
|
|
745
|
-
margin-
|
|
747
|
+
margin-inline-end: $kendo-gantt-planned-offset-resize-handler-margin-x;
|
|
746
748
|
}
|
|
747
749
|
|
|
748
750
|
.k-resize-handle::before {
|
|
749
|
-
border-
|
|
751
|
+
border-inline-start-width: 1px;
|
|
750
752
|
position: absolute;
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
margin-
|
|
753
|
+
inset-block-start: $kendo-gantt-offset-resize-handler-top;
|
|
754
|
+
inset-block-end: .5em;
|
|
755
|
+
margin-inline-end: 2px;
|
|
754
756
|
}
|
|
755
757
|
}
|
|
756
758
|
|
|
@@ -772,8 +774,8 @@
|
|
|
772
774
|
width: 4px;
|
|
773
775
|
height: 100%;
|
|
774
776
|
position: absolute;
|
|
775
|
-
|
|
776
|
-
|
|
777
|
+
inset-block-start: 0;
|
|
778
|
+
inset-inline-start: 0;
|
|
777
779
|
}
|
|
778
780
|
}
|
|
779
781
|
.k-gantt-tooltip-validation-row {
|
|
@@ -802,7 +804,7 @@
|
|
|
802
804
|
// Gantt export
|
|
803
805
|
.k-pdf-export-shadow {
|
|
804
806
|
.k-gantt {
|
|
805
|
-
float:
|
|
807
|
+
float: inline-start;
|
|
806
808
|
}
|
|
807
809
|
|
|
808
810
|
.k-gantt,
|
|
@@ -830,7 +832,7 @@
|
|
|
830
832
|
.k-gantt-edit-form .k-gantt-update {}
|
|
831
833
|
.k-gantt-edit-form .k-gantt-cancel {}
|
|
832
834
|
.k-gantt-edit-form .k-gantt-delete {
|
|
833
|
-
float:
|
|
835
|
+
float: inline-start;
|
|
834
836
|
}
|
|
835
837
|
|
|
836
838
|
|
|
@@ -840,59 +842,6 @@
|
|
|
840
842
|
.k-rtl,
|
|
841
843
|
[dir="rtl"] {
|
|
842
844
|
|
|
843
|
-
.k-gantt-rows,
|
|
844
|
-
.k-gantt-columns {
|
|
845
|
-
left: auto;
|
|
846
|
-
right: 0;
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
.k-task-wrap:not(.k-milestone-wrap) {
|
|
850
|
-
margin-block: 0;
|
|
851
|
-
margin-inline: -26px;
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
.k-gantt-timeline-pane {
|
|
855
|
-
.k-header {
|
|
856
|
-
border-width: 0 $kendo-grid-cell-vertical-border-width 1px 0;
|
|
857
|
-
}
|
|
858
|
-
.k-header:first-child {
|
|
859
|
-
border-right-width: 0;
|
|
860
|
-
}
|
|
861
|
-
|
|
862
|
-
.k-task-start {
|
|
863
|
-
left: auto;
|
|
864
|
-
right: 0;
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
.k-task-end {
|
|
868
|
-
right: auto;
|
|
869
|
-
left: 0;
|
|
870
|
-
}
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
.k-task-content {
|
|
874
|
-
text-align: end;
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
.k-task-complete {
|
|
878
|
-
left: auto;
|
|
879
|
-
right: 0;
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
.k-task-draghandle {
|
|
883
|
-
margin-left: 0;
|
|
884
|
-
margin-right: 16px;
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
.k-gantt-dependencies {
|
|
888
|
-
left: auto;
|
|
889
|
-
right: 0;
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
.k-gantt-delete {
|
|
893
|
-
float: right;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
845
|
.k-task-offset-wrap .k-task-content {
|
|
897
846
|
.k-resize-e {
|
|
898
847
|
display: block;
|
|
@@ -902,23 +851,6 @@
|
|
|
902
851
|
display: none;
|
|
903
852
|
}
|
|
904
853
|
}
|
|
905
|
-
|
|
906
|
-
.k-milestone-wrap {
|
|
907
|
-
margin-left: $kendo-gantt-rtl-milestone-wrap-margin-x;
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
.k-milestone-wrap .k-task-moment {
|
|
911
|
-
margin-right: $kendo-gantt-rtl-milestone-planned-moment-margin-x;
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
.k-gantt-timeline-pane .k-milestone-wrap .k-task-start {
|
|
915
|
-
right: $kendo-gantt-rtl-milestone-dot-start-margin-x;
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
.k-gantt-tooltip-validation::before {
|
|
919
|
-
left: auto;
|
|
920
|
-
right: 0;
|
|
921
|
-
}
|
|
922
854
|
}
|
|
923
855
|
|
|
924
856
|
}
|
|
@@ -71,10 +71,6 @@ $kendo-gantt-planned-single-drag-hint-top: null !default;
|
|
|
71
71
|
$kendo-gantt-planned-summary-drag-hint-top: null !default;
|
|
72
72
|
$kendo-gantt-planned-milestone-drag-hint-top: null !default;
|
|
73
73
|
|
|
74
|
-
$kendo-gantt-rtl-milestone-wrap-margin-x: null !default;
|
|
75
|
-
$kendo-gantt-rtl-milestone-planned-moment-margin-x: null !default;
|
|
76
|
-
$kendo-gantt-rtl-milestone-dot-start-margin-x: null !default;
|
|
77
|
-
|
|
78
74
|
$kendo-gantt-planned-offset-resize-handler-margin-x: null !default;
|
|
79
75
|
|
|
80
76
|
$kendo-gantt-planned-bg: null !default;
|