@progress/kendo-theme-core 12.0.0-dev.0 → 12.0.0-dev.2
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 +3 -3
- 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 +19 -19
- package/scss/components/chat/_layout.scss +18 -18
- package/scss/components/checkbox/_layout.scss +3 -3
- 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 +4 -4
- 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 +35 -35
- 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 +54 -122
- 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 +64 -64
- package/scss/components/map/_layout.scss +10 -10
- 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/popover/_layout.scss +8 -8
- 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 +3 -3
- package/scss/components/ripple/_layout.scss +4 -4
- package/scss/components/scheduler/_layout.scss +69 -171
- package/scss/components/scheduler/_variables.scss +0 -1
- package/scss/components/scroller/_layout.scss +7 -7
- package/scss/components/scrollview/_layout.scss +6 -6
- 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 +62 -62
- 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 -24
- 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 +7 -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 +3 -3
- package/scss/styles/_resizing.scss +16 -16
- package/scss/styles/_scrollbar.scss +2 -2
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
overflow: hidden;
|
|
58
58
|
|
|
59
59
|
> * + * {
|
|
60
|
-
margin-
|
|
60
|
+
margin-block-start: $kendo-chat-message-list-spacing;
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
position: relative;
|
|
73
73
|
|
|
74
74
|
.k-message + .k-message {
|
|
75
|
-
margin-
|
|
75
|
+
margin-block-start: $kendo-chat-bubble-spacing;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
.k-avatar {
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
// Add margin to the avatar when the last message is selected
|
|
83
83
|
// so that the avatar is aligned to the bubble and not to the status
|
|
84
84
|
&:has(.k-message-group-content .k-message:last-child .k-chat-bubble.k-selected + .k-message-status) .k-avatar {
|
|
85
|
-
margin-
|
|
85
|
+
margin-block-end: calc($kendo-chat-message-meta-line-height * $kendo-chat-message-meta-font-size + $kendo-chat-bubble-spacing);
|
|
86
86
|
transition: margin .2s ease-in-out;
|
|
87
87
|
}
|
|
88
88
|
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
padding-inline: $kendo-chat-file-download-padding-x;
|
|
120
120
|
padding-block-end: $kendo-chat-file-download-padding-y;
|
|
121
121
|
border-radius: 0 0 $kendo-chat-file-border-radius $kendo-chat-file-border-radius;
|
|
122
|
-
text-align:
|
|
122
|
+
text-align: start;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
.k-message-group-sender {
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
|
|
274
274
|
.k-message-error,
|
|
275
275
|
.k-message-sending {
|
|
276
|
-
margin-
|
|
276
|
+
margin-block-end: $kendo-chat-item-spacing-y;
|
|
277
277
|
|
|
278
278
|
.k-message-status {
|
|
279
279
|
height: calc($kendo-chat-message-meta-line-height * $kendo-chat-message-meta-font-size);
|
|
@@ -315,15 +315,15 @@
|
|
|
315
315
|
display: inline-block;
|
|
316
316
|
content: "";
|
|
317
317
|
position: absolute;
|
|
318
|
-
|
|
318
|
+
inset-inline-start: $kendo-chat-message-reference-padding-x;
|
|
319
319
|
height: calc( 100% - #{$kendo-chat-message-reference-padding-y} );
|
|
320
320
|
width: 2px;
|
|
321
321
|
}
|
|
322
322
|
}
|
|
323
323
|
|
|
324
324
|
.k-message-pinned {
|
|
325
|
-
border-
|
|
326
|
-
border-
|
|
325
|
+
border-block-end-width: $kendo-chat-message-pinned-border-width;
|
|
326
|
+
border-block-end-style: $kendo-chat-message-pinned-border-style;
|
|
327
327
|
cursor: pointer;
|
|
328
328
|
}
|
|
329
329
|
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
|
|
334
334
|
// Author
|
|
335
335
|
.k-message-author {
|
|
336
|
-
margin-
|
|
336
|
+
margin-block-end: calc( #{$kendo-chat-bubble-spacing} / 2);
|
|
337
337
|
font-size: $kendo-chat-author-font-size;
|
|
338
338
|
line-height: $kendo-chat-author-line-height;
|
|
339
339
|
font-weight: bold;
|
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
|
|
464
464
|
.k-message-group {
|
|
465
465
|
.k-chat-file + .k-chat-file:not(.k-chat-file-deleted) {
|
|
466
|
-
padding-
|
|
466
|
+
padding-block-start: 0;
|
|
467
467
|
}
|
|
468
468
|
}
|
|
469
469
|
|
|
@@ -505,18 +505,18 @@
|
|
|
505
505
|
}
|
|
506
506
|
|
|
507
507
|
.k-chat .k-card-deck-scrollwrap {
|
|
508
|
-
margin-
|
|
509
|
-
margin-
|
|
510
|
-
padding-
|
|
511
|
-
padding-
|
|
508
|
+
margin-inline-end: calc( #{$kendo-chat-message-list-padding-y} * -1 );
|
|
509
|
+
margin-inline-start: calc( #{$kendo-chat-message-list-padding-y} * -1 );
|
|
510
|
+
padding-inline-start: $kendo-chat-message-list-padding-y;
|
|
511
|
+
padding-inline-end: $kendo-chat-message-list-padding-y;
|
|
512
512
|
}
|
|
513
513
|
|
|
514
514
|
.k-chat .k-card-deck-scrollwrap > .k-card-deck {
|
|
515
515
|
// hide scrollbar in chat
|
|
516
516
|
$scrollbar-size: 20px;
|
|
517
517
|
|
|
518
|
-
margin-
|
|
519
|
-
padding-
|
|
518
|
+
margin-block-end: -$scrollbar-size;
|
|
519
|
+
padding-block-end: $scrollbar-size;
|
|
520
520
|
}
|
|
521
521
|
|
|
522
522
|
// Deck
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
flex-flow: row nowrap;
|
|
526
526
|
align-items: stretch;
|
|
527
527
|
flex: 0 0 auto;
|
|
528
|
-
padding-
|
|
528
|
+
padding-block-end: 5px; // accommodate for focused box shadow on OSX
|
|
529
529
|
|
|
530
530
|
.k-card {
|
|
531
531
|
flex: 0 0 auto;
|
|
@@ -571,7 +571,7 @@
|
|
|
571
571
|
}
|
|
572
572
|
|
|
573
573
|
.k-upload {
|
|
574
|
-
margin-
|
|
574
|
+
margin-block-start: k-spacing(6);
|
|
575
575
|
}
|
|
576
576
|
|
|
577
577
|
.k-upload-files {
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
transform: translate(-50%, -50%) scale(0);
|
|
45
45
|
overflow: hidden;
|
|
46
46
|
position: absolute;
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
inset-block-start: 50%;
|
|
48
|
+
inset-inline-start: 50%;
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
|
|
@@ -179,8 +179,8 @@
|
|
|
179
179
|
content: "";
|
|
180
180
|
display: block;
|
|
181
181
|
position: absolute;
|
|
182
|
-
left: 50%;
|
|
183
182
|
top: 50%;
|
|
183
|
+
left: 50%;
|
|
184
184
|
border-radius: 100%;
|
|
185
185
|
z-index: -1;
|
|
186
186
|
transition: opacity 100ms linear, transform 150ms cubic-bezier(.4, 0, .2, 1);
|
|
@@ -58,6 +58,13 @@
|
|
|
58
58
|
@include focus-indicator( $kendo-checkbox-focus-checked-shadow );
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
+
// Invalid
|
|
62
|
+
.k-checkbox.k-invalid {
|
|
63
|
+
@include fill( $border: $kendo-checkbox-invalid-border );
|
|
64
|
+
}
|
|
65
|
+
.k-checkbox.k-invalid + .k-checkbox-label {
|
|
66
|
+
@include fill( $color: $kendo-checkbox-invalid-text );
|
|
67
|
+
}
|
|
61
68
|
|
|
62
69
|
// Disabled
|
|
63
70
|
.k-checkbox:disabled,
|
|
@@ -80,13 +87,6 @@
|
|
|
80
87
|
}
|
|
81
88
|
|
|
82
89
|
|
|
83
|
-
// Invalid
|
|
84
|
-
.k-checkbox.k-invalid {
|
|
85
|
-
@include fill( $border: $kendo-checkbox-invalid-border );
|
|
86
|
-
}
|
|
87
|
-
.k-checkbox.k-invalid + .k-checkbox-label {
|
|
88
|
-
@include fill( $color: $kendo-checkbox-invalid-text );
|
|
89
|
-
}
|
|
90
90
|
|
|
91
91
|
|
|
92
92
|
// Ripple
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
&.k-slider-vertical .k-slider-track {
|
|
93
93
|
width: $kendo-color-gradient-slider-track-size;
|
|
94
94
|
border-radius: $kendo-color-gradient-slider-border-radius;
|
|
95
|
-
margin-
|
|
95
|
+
margin-inline-start: calc( -1 * ( $kendo-color-gradient-slider-track-size / 2 ) );
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
&.k-slider-horizontal {
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
&.k-slider-horizontal .k-slider-track {
|
|
104
104
|
height: $kendo-color-gradient-slider-track-size;
|
|
105
105
|
border-radius: $kendo-color-gradient-slider-border-radius;
|
|
106
|
-
margin-
|
|
106
|
+
margin-block-start: calc( -1 * ( $kendo-color-gradient-slider-track-size / 2 ) );
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
&.k-alpha-slider .k-slider-track::before {
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
.k-contrast-ratio {
|
|
208
|
-
margin-
|
|
208
|
+
margin-block-end: $kendo-color-gradient-contrast-spacer;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
.k-contrast-ratio-text {
|
|
@@ -230,8 +230,8 @@
|
|
|
230
230
|
}
|
|
231
231
|
.k-color-contrast-svg {
|
|
232
232
|
position: absolute;
|
|
233
|
-
|
|
234
|
-
|
|
233
|
+
inset-block-start: 0;
|
|
234
|
+
inset-inline-start: 0;
|
|
235
235
|
overflow: visible;
|
|
236
236
|
pointer-events: none;
|
|
237
237
|
}
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
height: 100%;
|
|
122
122
|
border-width: 1px;
|
|
123
123
|
border-style: solid;
|
|
124
|
-
border-
|
|
124
|
+
border-block-end: 0;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
.k-selection-bg {
|
|
@@ -147,11 +147,11 @@
|
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
.k-left-handle {
|
|
150
|
-
|
|
150
|
+
inset-inline-start: calc( -1 * ( $kendo-chart-selection-handle-size / 2 ) );
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
.k-right-handle {
|
|
154
|
-
|
|
154
|
+
inset-inline-end: calc( -1 * ( $kendo-chart-selection-handle-size / 2 ) );
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
.k-left-handle div {
|
|
@@ -165,13 +165,13 @@
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
.k-left-handle.k-handle-active div {
|
|
168
|
-
margin-
|
|
169
|
-
padding-
|
|
168
|
+
margin-inline-start: calc( -1 * ( $kendo-chart-selection-handle-size * 2 ) );
|
|
169
|
+
padding-inline-start: calc( ( $kendo-chart-selection-handle-size * 2 ) + ( $kendo-chart-selection-handle-size / 1.5 ) );
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
.k-right-handle.k-handle-active div {
|
|
173
|
-
margin-
|
|
174
|
-
padding-
|
|
173
|
+
margin-inline-start: calc( $kendo-chart-selection-handle-size * -2);
|
|
174
|
+
padding-inline-end: calc( ( $kendo-chart-selection-handle-size * 2 ) + ( $kendo-chart-selection-handle-size / 1.5 ) );
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
.k-mask {
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
.k-navigator-hint .k-tooltip {
|
|
194
|
-
margin-
|
|
194
|
+
margin-block-start: 20px;
|
|
195
195
|
min-width: 160px;
|
|
196
196
|
opacity: 1;
|
|
197
197
|
text-align: center;
|
|
@@ -242,13 +242,13 @@
|
|
|
242
242
|
width: 100%;
|
|
243
243
|
height: if( --kendo-chart-computed-title-height, calc( 100% - var( --kendo-chart-computed-title-height, #{$kendo-chart-computed-title-height} ) ), 100% );
|
|
244
244
|
position: absolute;
|
|
245
|
-
|
|
246
|
-
|
|
245
|
+
inset-block-start: 0;
|
|
246
|
+
inset-inline-start: 0;
|
|
247
247
|
opacity: 1;
|
|
248
248
|
z-index: 10001;
|
|
249
249
|
|
|
250
250
|
&-top {
|
|
251
|
-
|
|
251
|
+
inset-block-start: var( --kendo-chart-computed-title-height, #{$kendo-chart-computed-title-height} );
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
.k-no-data {
|
|
@@ -339,15 +339,15 @@
|
|
|
339
339
|
overflow: hidden;
|
|
340
340
|
text-overflow: ellipsis;
|
|
341
341
|
position: absolute;
|
|
342
|
-
|
|
343
|
-
|
|
342
|
+
inset-block-start: 0;
|
|
343
|
+
inset-block-end: 0;
|
|
344
344
|
|
|
345
345
|
> div {
|
|
346
346
|
transform-origin: right;
|
|
347
347
|
transform: rotate(-90deg);
|
|
348
348
|
position: absolute;
|
|
349
|
-
|
|
350
|
-
|
|
349
|
+
inset-block-start: 0;
|
|
350
|
+
inset-inline-end: 1em;
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
353
|
|
|
@@ -358,16 +358,16 @@
|
|
|
358
358
|
color: inherit;
|
|
359
359
|
background-color: inherit;
|
|
360
360
|
position: absolute;
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
361
|
+
inset-block-start: 0;
|
|
362
|
+
inset-inline-start: 0;
|
|
363
|
+
inset-block-end: 0;
|
|
364
|
+
inset-inline-end: 0;
|
|
365
365
|
}
|
|
366
366
|
.k-treemap-title + .k-treemap-wrap {
|
|
367
|
-
|
|
367
|
+
inset-block-start: calc( calc( #{$kendo-treemap-padding-y} * 2 ) + calc( var( --kendo-line-height, normal ) * var( --kendo-font-size, inherit) ) + 1px);
|
|
368
368
|
}
|
|
369
369
|
.k-treemap-title-vertical + .k-treemap-wrap {
|
|
370
|
-
|
|
370
|
+
inset-inline-start: calc( calc( #{$kendo-treemap-padding-y} * 2 ) + calc( var( --kendo-line-height, normal ) * var( --kendo-font-size, inherit) ) + 1px);
|
|
371
371
|
}
|
|
372
372
|
|
|
373
373
|
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
flex-direction: column;
|
|
12
12
|
outline: 0;
|
|
13
13
|
position: fixed;
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
inset-block-start: 0;
|
|
15
|
+
inset-inline-start: 0;
|
|
16
16
|
width: 100%;
|
|
17
17
|
height: 100%;
|
|
18
18
|
z-index: 10001;
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
// Centered
|
|
31
31
|
&.k-dialog-centered {
|
|
32
32
|
transform: translate(-50%, -50%);
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
inset-block-start: 50%;
|
|
34
|
+
inset-inline-start: 50%;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
.k-multiselect {
|
|
@@ -150,8 +150,8 @@
|
|
|
150
150
|
box-sizing: border-box;
|
|
151
151
|
display: flex;
|
|
152
152
|
position: absolute;
|
|
153
|
-
|
|
154
|
-
|
|
153
|
+
inset-block-start: 0;
|
|
154
|
+
inset-inline-start: 0;
|
|
155
155
|
border-width: $kendo-dock-manager-dock-preview-border-width;
|
|
156
156
|
border-style: $kendo-dock-manager-dock-preview-border-style;
|
|
157
157
|
border-radius: $kendo-dock-manager-dock-preview-border-radius;
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
.k-drag-status,
|
|
31
31
|
.k-drag-clue .k-drag-status {
|
|
32
32
|
margin: 0;
|
|
33
|
-
margin-
|
|
33
|
+
margin-inline-end: .4ex;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
|
|
61
61
|
.k-drop-hint-h {
|
|
62
62
|
.k-drop-hint-start {
|
|
63
|
-
border-
|
|
64
|
-
border-
|
|
65
|
-
border-
|
|
63
|
+
border-inline-start-width: calc( ( $kendo-drop-hint-arrow-size / 2 ) * $equilateral-index );
|
|
64
|
+
border-inline-start-color: $kendo-drop-hint-bg;
|
|
65
|
+
border-inline-end-width: 0;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.k-drop-hint-line {
|
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
.k-drop-hint-end {
|
|
74
|
-
border-
|
|
75
|
-
border-
|
|
76
|
-
border-
|
|
74
|
+
border-inline-end-width: calc( ( $kendo-drop-hint-arrow-size / 2 ) * $equilateral-index );
|
|
75
|
+
border-inline-end-color: $kendo-drop-hint-bg;
|
|
76
|
+
border-inline-start-width: 0;
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
|
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
flex-direction: column;
|
|
82
82
|
|
|
83
83
|
.k-drop-hint-start {
|
|
84
|
-
border-
|
|
85
|
-
border-
|
|
86
|
-
border-
|
|
84
|
+
border-block-start-width: calc( ( $kendo-drop-hint-arrow-size / 2 ) * $equilateral-index );
|
|
85
|
+
border-block-start-color: $kendo-drop-hint-bg;
|
|
86
|
+
border-block-end-width: 0;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
.k-drop-hint-line {
|
|
@@ -92,9 +92,9 @@
|
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
.k-drop-hint-end {
|
|
95
|
-
border-
|
|
96
|
-
border-
|
|
97
|
-
border-
|
|
95
|
+
border-block-end-width: calc( ( $kendo-drop-hint-arrow-size / 2 ) * $equilateral-index );
|
|
96
|
+
border-block-end-color: $kendo-drop-hint-bg;
|
|
97
|
+
border-block-start-width: 0;
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
|
|
@@ -114,14 +114,14 @@
|
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
&::before {
|
|
117
|
-
border-
|
|
118
|
-
border-
|
|
119
|
-
|
|
117
|
+
border-block-end-width: 0;
|
|
118
|
+
border-block-start-color: currentColor;
|
|
119
|
+
inset-block-start: -4px;
|
|
120
120
|
}
|
|
121
121
|
&::after {
|
|
122
|
-
border-
|
|
123
|
-
border-
|
|
124
|
-
|
|
122
|
+
border-block-start-width: 0;
|
|
123
|
+
border-block-end-color: currentColor;
|
|
124
|
+
inset-block-end: -4px;
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
|
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
position: relative;
|
|
28
28
|
|
|
29
29
|
.k-dropzone-icon {
|
|
30
|
-
margin-
|
|
30
|
+
margin-block-end: $kendo-dropzone-icon-spacing;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.k-dropzone-hint {
|
|
34
|
-
margin-
|
|
34
|
+
margin-block-end: $kendo-dropzone-hint-spacing;
|
|
35
35
|
font-size: $kendo-dropzone-hint-font-size;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
.k-dropzone-note {
|
|
39
|
-
margin-
|
|
39
|
+
margin-block-end: $kendo-dropzone-note-spacing;
|
|
40
40
|
font-size: $kendo-dropzone-note-font-size;
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -77,57 +77,57 @@
|
|
|
77
77
|
z-index: 100;
|
|
78
78
|
|
|
79
79
|
&.northwest {
|
|
80
|
-
|
|
81
|
-
|
|
80
|
+
inset-block-start: 0;
|
|
81
|
+
inset-inline-start: 0;
|
|
82
82
|
transform: translate(-50%, -50%);
|
|
83
83
|
cursor: nw-resize;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
&.north {
|
|
87
|
-
|
|
88
|
-
|
|
87
|
+
inset-block-start: 0;
|
|
88
|
+
inset-inline-start: 50%;
|
|
89
89
|
transform: translate(-50%, -50%);
|
|
90
90
|
cursor: n-resize;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
&.northeast {
|
|
94
|
-
|
|
95
|
-
|
|
94
|
+
inset-block-start: 0;
|
|
95
|
+
inset-inline-end: 0;
|
|
96
96
|
transform: translate(50%, -50%);
|
|
97
97
|
cursor: ne-resize;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
&.southwest {
|
|
101
|
-
|
|
102
|
-
|
|
101
|
+
inset-inline-start: 0;
|
|
102
|
+
inset-block-end: 0;
|
|
103
103
|
transform: translate(-50%, 50%);
|
|
104
104
|
cursor: sw-resize;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
&.south {
|
|
108
|
-
|
|
109
|
-
|
|
108
|
+
inset-block-end: 0;
|
|
109
|
+
inset-inline-start: 50%;
|
|
110
110
|
transform: translate(-50%, 50%);
|
|
111
111
|
cursor: s-resize;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
&.southeast {
|
|
115
|
-
|
|
116
|
-
|
|
115
|
+
inset-inline-end: 0;
|
|
116
|
+
inset-block-end: 0;
|
|
117
117
|
transform: translate(50%, 50%);
|
|
118
118
|
cursor: se-resize;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
&.west {
|
|
122
|
-
|
|
123
|
-
|
|
122
|
+
inset-block-start: 50%;
|
|
123
|
+
inset-inline-start: 0;
|
|
124
124
|
transform: translate(-50%, -50%);
|
|
125
125
|
cursor: w-resize;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
&.east {
|
|
129
|
-
|
|
130
|
-
|
|
129
|
+
inset-block-start: 50%;
|
|
130
|
+
inset-inline-end: 0;
|
|
131
131
|
transform: translate(50%, -50%);
|
|
132
132
|
cursor: e-resize;
|
|
133
133
|
}
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
|
|
157
157
|
.k-editor-export {
|
|
158
158
|
.k-icon {
|
|
159
|
-
margin-
|
|
159
|
+
margin-inline-end: $kendo-editor-export-tool-icon-margin-x;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
.k-icon,
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
content: attr(data-placeholder);
|
|
197
197
|
height: 0;
|
|
198
198
|
color: $kendo-editor-placeholder-text;
|
|
199
|
-
float:
|
|
199
|
+
float: inline-start;
|
|
200
200
|
opacity: $kendo-editor-placeholder-opacity;
|
|
201
201
|
cursor: text;
|
|
202
202
|
user-select: none;
|
|
@@ -266,10 +266,10 @@
|
|
|
266
266
|
z-index: 2;
|
|
267
267
|
position: absolute;
|
|
268
268
|
content: "";
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
269
|
+
inset-inline-start: 0;
|
|
270
|
+
inset-inline-end: 0;
|
|
271
|
+
inset-block-start: 0;
|
|
272
|
+
inset-block-end: 0;
|
|
273
273
|
pointer-events: none;
|
|
274
274
|
}
|
|
275
275
|
}
|
|
@@ -314,15 +314,15 @@
|
|
|
314
314
|
|
|
315
315
|
.k-editor .k-resize-handle {
|
|
316
316
|
position: absolute;
|
|
317
|
-
|
|
318
|
-
|
|
317
|
+
inset-inline-end: 0;
|
|
318
|
+
inset-block-end: 0;
|
|
319
319
|
padding: 0;
|
|
320
320
|
width: 0;
|
|
321
321
|
height: 0;
|
|
322
322
|
border-style: solid;
|
|
323
323
|
border-width: 0 0 13px 13px;
|
|
324
324
|
border-color: transparent;
|
|
325
|
-
border-
|
|
325
|
+
border-block-end-color: inherit;
|
|
326
326
|
cursor: se-resize;
|
|
327
327
|
|
|
328
328
|
.k-i-arrow-45-down-right,
|
|
@@ -350,9 +350,9 @@
|
|
|
350
350
|
|
|
351
351
|
.k-matches-container {
|
|
352
352
|
position: absolute;
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
353
|
+
inset-block-end: 0;
|
|
354
|
+
inset-inline-start: 0;
|
|
355
|
+
inset-inline-end: 0;
|
|
356
356
|
padding: 0;
|
|
357
357
|
display: flex;
|
|
358
358
|
flex-direction: row;
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
margin: 0 0 k-spacing(4);
|
|
437
437
|
padding-block: $kendo-editor-filebrowser-tiles-padding-y;
|
|
438
438
|
padding-inline: $kendo-editor-filebrowser-tiles-padding-x;
|
|
439
|
-
border-
|
|
439
|
+
border-block-start-width: 0;
|
|
440
440
|
overflow: auto;
|
|
441
441
|
}
|
|
442
442
|
|
|
@@ -487,18 +487,18 @@
|
|
|
487
487
|
}
|
|
488
488
|
|
|
489
489
|
.k-thumb {
|
|
490
|
-
float:
|
|
491
|
-
margin-
|
|
490
|
+
float: inline-start;
|
|
491
|
+
margin-inline-end: $kendo-editor-filebrowser-tiles-padding-y;
|
|
492
492
|
}
|
|
493
493
|
|
|
494
494
|
.k-breadcrumbs-wrap {
|
|
495
495
|
position: absolute;
|
|
496
|
-
|
|
497
|
-
|
|
496
|
+
inset-inline-start: $kendo-input-md-padding-x;
|
|
497
|
+
inset-block-start: $kendo-input-md-padding-y;
|
|
498
498
|
|
|
499
499
|
.k-icon {
|
|
500
500
|
position: static;
|
|
501
|
-
margin-
|
|
501
|
+
margin-block-start: 0;
|
|
502
502
|
}
|
|
503
503
|
}
|
|
504
504
|
}
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
|
|
518
518
|
.k-tabstrip.k-root-tabs {
|
|
519
519
|
flex: 1 1 auto;
|
|
520
|
-
margin-
|
|
520
|
+
margin-block-end: 0;
|
|
521
521
|
}
|
|
522
522
|
}
|
|
523
523
|
|