@progress/kendo-theme-default 6.4.0-dev.3 → 6.4.0-dev.5
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 +133 -244
- package/dist/all.scss +313 -528
- package/dist/meta/sassdoc-data.json +806 -806
- package/dist/meta/sassdoc-raw-data.json +401 -401
- package/dist/meta/variables.json +9 -1
- package/dist/meta/variables.scss +1 -1
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/_variables.scss +3 -4
- package/scss/action-sheet/_layout.scss +0 -5
- package/scss/adaptive/_layout.scss +3 -15
- package/scss/adaptive/_theme.scss +1 -1
- package/scss/badge/_variables.scss +2 -2
- package/scss/button/_layout.scss +10 -10
- package/scss/button/_variables.scss +1 -1
- package/scss/calendar/_layout.scss +0 -5
- package/scss/calendar/_theme.scss +1 -1
- package/scss/calendar/_variables.scss +2 -2
- package/scss/chat/_layout.scss +2 -2
- package/scss/checkbox/_layout.scss +3 -3
- package/scss/checkbox/_theme.scss +1 -1
- package/scss/chip/_layout.scss +1 -1
- package/scss/chip/_theme.scss +1 -1
- package/scss/chip/_variables.scss +1 -1
- package/scss/color-preview/_layout.scss +1 -2
- package/scss/common/_animations.scss +7 -9
- package/scss/common/_base.scss +1 -2
- package/scss/dataviz/_layout.scss +2 -0
- package/scss/dataviz/_theme.scss +2 -0
- package/scss/drawer/_layout.scss +2 -2
- package/scss/editor/_layout.scss +8 -7
- package/scss/editor/_theme.scss +2 -2
- package/scss/editor/_variables.scss +1 -1
- package/scss/fab/_variables.scss +4 -4
- package/scss/floating-label/_variables.scss +1 -1
- package/scss/forms/_layout.scss +2 -2
- package/scss/gantt/_layout.scss +6 -6
- package/scss/grid/_layout.scss +30 -15
- package/scss/grid/_variables.scss +2 -1
- package/scss/icons/_layout.scss +4 -13
- package/scss/input/_layout.scss +13 -13
- package/scss/input/_variables.scss +2 -2
- package/scss/list/_layout.scss +2 -2
- package/scss/list/_variables.scss +3 -3
- package/scss/listbox/_index.scss +0 -1
- package/scss/listbox/_layout.scss +0 -9
- package/scss/listgroup/_layout.scss +0 -10
- package/scss/loader/_layout.scss +1 -1
- package/scss/loader/_theme.scss +2 -4
- package/scss/mediaplayer/_layout.scss +4 -10
- package/scss/menu/_layout.scss +7 -44
- package/scss/menu/_variables.scss +1 -1
- package/scss/notification/_variables.scss +0 -1
- package/scss/pager/_layout.scss +0 -9
- package/scss/pdf-viewer/_layout.scss +3 -2
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/progressbar/_layout.scss +3 -3
- package/scss/radio/_layout.scss +3 -3
- package/scss/responsivepanel/_layout.scss +1 -3
- package/scss/scheduler/_layout.scss +6 -17
- package/scss/scheduler/_theme.scss +10 -10
- package/scss/scrollview/_layout.scss +0 -11
- package/scss/signature/_variables.scss +1 -1
- package/scss/slider/_layout.scss +42 -78
- package/scss/splitter/_layout.scss +3 -13
- package/scss/spreadsheet/_layout.scss +15 -19
- package/scss/spreadsheet/_theme.scss +0 -1
- package/scss/spreadsheet/_variables.scss +2 -0
- package/scss/stepper/_theme.scss +0 -3
- package/scss/table/_layout.scss +13 -11
- package/scss/tabstrip/_layout.scss +9 -14
- package/scss/taskboard/_layout.scss +1 -15
- package/scss/toolbar/_layout.scss +5 -8
- package/scss/toolbar/_theme.scss +1 -2
- package/scss/treeview/_variables.scss +1 -1
- package/scss/upload/_layout.scss +1 -1
- package/scss/window/_layout.scss +1 -1
- package/scss/window/_theme.scss +3 -5
- package/scss/wizard/_layout.scss +1 -3
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
transform: translateY( -100% );
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
+
|
|
32
33
|
}
|
|
33
34
|
|
|
34
35
|
|
|
@@ -110,9 +111,6 @@
|
|
|
110
111
|
}
|
|
111
112
|
.k-spreadsheet-name-editor {
|
|
112
113
|
width: 10em;
|
|
113
|
-
border-width: 0 1px 0 0;
|
|
114
|
-
border-style: solid;
|
|
115
|
-
border-color: inherit;
|
|
116
114
|
}
|
|
117
115
|
.k-spreadsheet-formula-bar {
|
|
118
116
|
border-color: inherit;
|
|
@@ -120,6 +118,7 @@
|
|
|
120
118
|
flex-direction: row;
|
|
121
119
|
align-items: center;
|
|
122
120
|
flex: 1;
|
|
121
|
+
gap: $kendo-padding-md-y;
|
|
123
122
|
|
|
124
123
|
> .k-icon,
|
|
125
124
|
> .k-svg-icon {
|
|
@@ -251,9 +250,8 @@
|
|
|
251
250
|
|
|
252
251
|
|
|
253
252
|
// Spreadsheet view
|
|
254
|
-
// sass-lint:disable no-important
|
|
255
253
|
.k-spreadsheet-view {
|
|
256
|
-
height: auto !important;
|
|
254
|
+
height: auto !important; // stylelint-disable-line declaration-no-important
|
|
257
255
|
border-color: inherit;
|
|
258
256
|
font-size: 12px;
|
|
259
257
|
font-family: Arial, Verdana, Sans-serif;
|
|
@@ -266,7 +264,7 @@
|
|
|
266
264
|
pointer-events: auto;
|
|
267
265
|
}
|
|
268
266
|
}
|
|
269
|
-
|
|
267
|
+
|
|
270
268
|
.k-spreadsheet-fixed-container {
|
|
271
269
|
width: 100%;
|
|
272
270
|
height: 100%;
|
|
@@ -462,9 +460,8 @@
|
|
|
462
460
|
}
|
|
463
461
|
|
|
464
462
|
.k-spreadsheet-active-cell {
|
|
465
|
-
// sass-lint:disable-block no-important
|
|
466
463
|
// always show exact active cell border, regardless of inline cell styles
|
|
467
|
-
outline-color: transparent !important;
|
|
464
|
+
outline-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
468
465
|
z-index: 10;
|
|
469
466
|
}
|
|
470
467
|
|
|
@@ -678,14 +675,11 @@
|
|
|
678
675
|
.k-reset-color { border-bottom-width: 1px; }
|
|
679
676
|
.k-custom-color { border-top-width: 1px; }
|
|
680
677
|
.k-spreadsheet-border-type-palette {
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
align-content: space-around;
|
|
686
|
-
justify-content: space-around;
|
|
678
|
+
padding: k-map-get( $kendo-spacing, 2 );
|
|
679
|
+
display: grid;
|
|
680
|
+
grid-template-columns: repeat(5, max-content);
|
|
681
|
+
gap: k-map-get( $kendo-spacing, 2 );
|
|
687
682
|
}
|
|
688
|
-
|
|
689
683
|
}
|
|
690
684
|
|
|
691
685
|
.k-spreadsheet-format-popup {
|
|
@@ -696,7 +690,6 @@
|
|
|
696
690
|
opacity: .7;
|
|
697
691
|
}
|
|
698
692
|
|
|
699
|
-
|
|
700
693
|
.k-spreadsheet-clipboard,
|
|
701
694
|
.k-spreadsheet-clipboard-paste {
|
|
702
695
|
margin: 0;
|
|
@@ -714,7 +707,10 @@
|
|
|
714
707
|
|
|
715
708
|
|
|
716
709
|
// Spreadsheet window
|
|
717
|
-
.k-spreadsheet-window {
|
|
710
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
711
|
+
margin-block-end: $kendo-spreadsheet-dropzone-spacing-y;
|
|
712
|
+
}
|
|
713
|
+
|
|
718
714
|
.k-spreadsheet-window .k-edit-form-container {
|
|
719
715
|
width: auto;
|
|
720
716
|
min-width: 0;
|
|
@@ -859,7 +855,7 @@
|
|
|
859
855
|
position: absolute;
|
|
860
856
|
transform: translate(-50%, -50%);
|
|
861
857
|
|
|
862
|
-
//
|
|
858
|
+
// stylelint-disable declaration-block-single-line-max-declarations, selector-class-pattern
|
|
863
859
|
&.N { left: 50%; top: 0; cursor: ns-resize; }
|
|
864
860
|
&.NE { left: 100%; top: 0; cursor: nesw-resize; }
|
|
865
861
|
&.E { left: 100%; top: 50%; cursor: ew-resize; }
|
|
@@ -868,7 +864,7 @@
|
|
|
868
864
|
&.SW { left: 0; top: 100%; cursor: nesw-resize; }
|
|
869
865
|
&.W { left: 0; top: 50%; cursor: ew-resize; }
|
|
870
866
|
&.NW { left: 0; top: 0; cursor: nwse-resize; }
|
|
871
|
-
//
|
|
867
|
+
// stylelint-enable declaration-block-single-line-max-declarations, selector-class-pattern
|
|
872
868
|
}
|
|
873
869
|
|
|
874
870
|
.k-spreadsheet-insert-image-dialog {
|
|
@@ -36,3 +36,5 @@ $kendo-spreadsheet-drawing-outline-style: solid !default;
|
|
|
36
36
|
$kendo-spreadsheet-drawing-outline-width: 2px !default;
|
|
37
37
|
|
|
38
38
|
$kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
39
|
+
|
|
40
|
+
$kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
|
package/scss/stepper/_theme.scss
CHANGED
|
@@ -161,9 +161,6 @@
|
|
|
161
161
|
.k-step-success .k-step-label .k-svg-icon {
|
|
162
162
|
@include fill( $color: $kendo-stepper-label-success-text );
|
|
163
163
|
}
|
|
164
|
-
.k-step-error .k-step-label {
|
|
165
|
-
@include fill( $color: $kendo-stepper-label-error-text );
|
|
166
|
-
}
|
|
167
164
|
|
|
168
165
|
.k-step-error {
|
|
169
166
|
.k-step-label {
|
package/scss/table/_layout.scss
CHANGED
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
// Table header
|
|
65
65
|
.k-table-header {
|
|
66
66
|
padding-inline-end: var(--kendo-scrollbar-width);
|
|
67
|
-
border-width: 0 0 1px
|
|
67
|
+
border-width: 0 0 1px;
|
|
68
68
|
border-style: solid;
|
|
69
69
|
box-sizing: border-box;
|
|
70
70
|
|
|
@@ -150,18 +150,19 @@
|
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
+
// stylelint-disable declaration-no-important
|
|
153
154
|
.k-table-spacer-td {
|
|
154
|
-
padding: 0 !important;
|
|
155
|
-
width: 0 !important;
|
|
156
|
-
border-left-width: 0 !important;
|
|
157
|
-
border-right-width: 0 !important;
|
|
155
|
+
padding: 0 !important;
|
|
156
|
+
width: 0 !important;
|
|
157
|
+
border-left-width: 0 !important;
|
|
158
|
+
border-right-width: 0 !important;
|
|
158
159
|
}
|
|
159
160
|
.k-table-group-td {
|
|
160
|
-
padding: 0 !important;
|
|
161
|
-
width: 0 !important;
|
|
162
|
-
border-left-width: 0 !important;
|
|
163
|
-
border-right-width: 0 !important;
|
|
164
|
-
overflow: visible;
|
|
161
|
+
padding: 0 !important;
|
|
162
|
+
width: 0 !important;
|
|
163
|
+
border-left-width: 0 !important;
|
|
164
|
+
border-right-width: 0 !important;
|
|
165
|
+
overflow: visible;
|
|
165
166
|
|
|
166
167
|
> span {
|
|
167
168
|
font-size: .75em;
|
|
@@ -170,6 +171,7 @@
|
|
|
170
171
|
right: 0;
|
|
171
172
|
}
|
|
172
173
|
}
|
|
174
|
+
// stylelint-enable declaration-no-important
|
|
173
175
|
}
|
|
174
176
|
|
|
175
177
|
|
|
@@ -195,7 +197,7 @@
|
|
|
195
197
|
// Table footer
|
|
196
198
|
.k-table-footer {
|
|
197
199
|
padding-inline-end: var(--kendo-scrollbar-width);
|
|
198
|
-
border-width: 1px 0 0
|
|
200
|
+
border-width: 1px 0 0;
|
|
199
201
|
border-style: solid;
|
|
200
202
|
box-sizing: border-box;
|
|
201
203
|
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
// Tabstrip content
|
|
103
103
|
.k-tabstrip-content,
|
|
104
104
|
.k-tabstrip > .k-content {
|
|
105
|
-
margin: 0 !important; //
|
|
105
|
+
margin: 0 !important; // stylelint-disable-line declaration-no-important
|
|
106
106
|
padding-block: $kendo-tabstrip-content-padding-y;
|
|
107
107
|
padding-inline: $kendo-tabstrip-content-padding-x;
|
|
108
108
|
box-sizing: border-box;
|
|
@@ -201,14 +201,14 @@
|
|
|
201
201
|
.k-item.k-active {
|
|
202
202
|
margin-bottom: if( $kendo-tabstrip-border-width, -$kendo-tabstrip-border-width, null );
|
|
203
203
|
border-bottom-width: $kendo-tabstrip-border-width;
|
|
204
|
-
border-bottom-color: transparent !important; //
|
|
204
|
+
border-bottom-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
> .k-content,
|
|
209
209
|
> .k-tabstrip-content {
|
|
210
210
|
@include border-bottom-radius( $kendo-tabstrip-item-border-radius );
|
|
211
|
-
border-top-width: 0 !important; //
|
|
211
|
+
border-top-width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
214
|
.k-tabstrip-bottom {
|
|
@@ -224,14 +224,14 @@
|
|
|
224
224
|
.k-item.k-active {
|
|
225
225
|
margin-top: if( $kendo-tabstrip-border-width, -$kendo-tabstrip-border-width, null );
|
|
226
226
|
border-top-width: $kendo-tabstrip-border-width;
|
|
227
|
-
border-top-color: transparent !important; //
|
|
227
|
+
border-top-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
> .k-content,
|
|
232
232
|
> .k-tabstrip-content {
|
|
233
233
|
@include border-top-radius( $kendo-tabstrip-item-border-radius );
|
|
234
|
-
border-bottom-width: 0 !important; //
|
|
234
|
+
border-bottom-width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
237
|
.k-tabstrip-left {
|
|
@@ -249,14 +249,14 @@
|
|
|
249
249
|
.k-item.k-active {
|
|
250
250
|
margin-right: if( $kendo-tabstrip-border-width, -$kendo-tabstrip-border-width, null );
|
|
251
251
|
border-right-width: $kendo-tabstrip-border-width;
|
|
252
|
-
border-right-color: transparent !important; //
|
|
252
|
+
border-right-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
253
253
|
}
|
|
254
254
|
}
|
|
255
255
|
|
|
256
256
|
> .k-content,
|
|
257
257
|
> .k-tabstrip-content {
|
|
258
258
|
@include border-right-radius( $kendo-tabstrip-item-border-radius );
|
|
259
|
-
border-left-width: 0 !important; //
|
|
259
|
+
border-left-width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
}
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
.k-item.k-active {
|
|
276
276
|
margin-left: if( $kendo-tabstrip-border-width, -$kendo-tabstrip-border-width, null );
|
|
277
277
|
border-left-width: $kendo-tabstrip-border-width;
|
|
278
|
-
border-left-color: transparent !important; //
|
|
278
|
+
border-left-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
// Hide tabstrip indicator when dragging
|
|
352
352
|
.k-tabstrip-items-wrapper .k-item.k-tabstrip-dragging {
|
|
353
353
|
&::after {
|
|
354
|
-
display: none !important; //
|
|
354
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
357
|
|
|
@@ -372,11 +372,6 @@
|
|
|
372
372
|
> .k-tabstrip-content { order: 0; }
|
|
373
373
|
}
|
|
374
374
|
|
|
375
|
-
.k-tabstrip-prev .k-button-icon,
|
|
376
|
-
.k-tabstrip-next .k-button-icon {
|
|
377
|
-
transform: scaleX(-1);
|
|
378
|
-
}
|
|
379
|
-
|
|
380
375
|
}
|
|
381
376
|
|
|
382
377
|
}
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
border-width: $kendo-taskboard-card-border-width;
|
|
171
171
|
|
|
172
172
|
&.k-taskboard-card-category {
|
|
173
|
-
border-
|
|
173
|
+
border-inline-start-width: $kendo-taskboard-card-category-border-width;
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
.k-card-header
|
|
@@ -211,20 +211,6 @@
|
|
|
211
211
|
position: relative;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
// RTL
|
|
218
|
-
.k-taskboard-card.k-taskboard-card-category {
|
|
219
|
-
.k-rtl &,
|
|
220
|
-
&.k-rtl,
|
|
221
|
-
[dir="rtl"] &,
|
|
222
|
-
&[dir="rtl"] {
|
|
223
|
-
border-left-width: $kendo-taskboard-card-border-width;
|
|
224
|
-
border-right-width: $kendo-taskboard-card-category-border-width;
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
|
|
228
214
|
}
|
|
229
215
|
|
|
230
216
|
|
|
@@ -152,13 +152,10 @@
|
|
|
152
152
|
height: $kendo-button-lg-calc-size;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
// sass-lint:disable class-name-format
|
|
158
155
|
.k-floating-toolbar,
|
|
159
|
-
.editorToolbarWindow.k-window-content {
|
|
160
|
-
padding-block: $kendo-toolbar-md-padding-y !important; //
|
|
161
|
-
padding-inline: $kendo-toolbar-md-padding-x !important; //
|
|
156
|
+
.editorToolbarWindow.k-window-content { // stylelint-disable-line
|
|
157
|
+
padding-block: $kendo-toolbar-md-padding-y !important; // stylelint-disable-line declaration-no-important
|
|
158
|
+
padding-inline: $kendo-toolbar-md-padding-x !important; // stylelint-disable-line declaration-no-important
|
|
162
159
|
border-width: $kendo-toolbar-border-width;
|
|
163
160
|
border-style: solid;
|
|
164
161
|
display: flex;
|
|
@@ -174,14 +171,14 @@
|
|
|
174
171
|
background: none;
|
|
175
172
|
}
|
|
176
173
|
}
|
|
177
|
-
.k-editortoolbar-dragHandle {
|
|
174
|
+
.k-editortoolbar-dragHandle { // stylelint-disable-line
|
|
178
175
|
cursor: move;
|
|
179
176
|
display: flex;
|
|
180
177
|
align-items: center;
|
|
181
178
|
align-self: stretch;
|
|
182
179
|
flex-shrink: 0;
|
|
183
180
|
}
|
|
184
|
-
|
|
181
|
+
|
|
185
182
|
|
|
186
183
|
|
|
187
184
|
// Remove once the Overflow Popup uses
|
package/scss/toolbar/_theme.scss
CHANGED
|
@@ -30,9 +30,8 @@
|
|
|
30
30
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
// sass-lint:disable-block class-name-format
|
|
34
33
|
.k-floating-toolbar,
|
|
35
|
-
.editorToolbarWindow.k-window-content {
|
|
34
|
+
.editorToolbarWindow.k-window-content { // stylelint-disable-line
|
|
36
35
|
@include fill(
|
|
37
36
|
$kendo-toolbar-text,
|
|
38
37
|
$kendo-toolbar-bg,
|
|
@@ -48,7 +48,7 @@ $kendo-treeview-lg-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
48
48
|
$kendo-treeview-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
49
49
|
/// The vertical padding of the small TreeView items.
|
|
50
50
|
/// @group treeview
|
|
51
|
-
$kendo-treeview-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
51
|
+
$kendo-treeview-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
52
52
|
/// The vertical padding of the medium TreeView items.
|
|
53
53
|
/// @group treeview
|
|
54
54
|
$kendo-treeview-md-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
package/scss/upload/_layout.scss
CHANGED
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
|
|
225
225
|
input {
|
|
226
226
|
// font should not depend on outside styles, otherwise upload may break
|
|
227
|
-
font: 170px monospace !important; //
|
|
227
|
+
font: 170px monospace !important; // stylelint-disable-line declaration-no-important
|
|
228
228
|
margin: 0;
|
|
229
229
|
padding: 0;
|
|
230
230
|
width: 100%;
|
package/scss/window/_layout.scss
CHANGED
package/scss/window/_theme.scss
CHANGED
|
@@ -10,11 +10,9 @@
|
|
|
10
10
|
@include box-shadow( $kendo-window-shadow );
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.k-window
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
@include focus-indicator( $kendo-window-focus-shadow );
|
|
17
|
-
}
|
|
13
|
+
.k-window:focus,
|
|
14
|
+
.k-window.k-focus {
|
|
15
|
+
@include focus-indicator( $kendo-window-focus-shadow );
|
|
18
16
|
}
|
|
19
17
|
|
|
20
18
|
|
package/scss/wizard/_layout.scss
CHANGED
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
.k-wizard-vertical {
|
|
100
100
|
|
|
101
101
|
.k-wizard-steps {
|
|
102
|
+
margin-left: $kendo-wizard-content-padding-x;
|
|
102
103
|
flex: 1 0 0%;
|
|
103
104
|
}
|
|
104
105
|
|
|
@@ -106,9 +107,6 @@
|
|
|
106
107
|
flex: 1 1 0%;
|
|
107
108
|
}
|
|
108
109
|
|
|
109
|
-
.k-wizard-steps {
|
|
110
|
-
margin-left: $kendo-wizard-content-padding-x;
|
|
111
|
-
}
|
|
112
110
|
}
|
|
113
111
|
|
|
114
112
|
.k-wizard-left {
|