@progress/kendo-theme-default 5.0.0-beta.2 → 5.0.0-beta.6

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.
Files changed (143) hide show
  1. package/README.md +5 -8
  2. package/dist/all.css +2559 -2188
  3. package/dist/all.scss +3607 -3193
  4. package/dist/default-dataviz-v4.scss +8 -0
  5. package/dist/default-main-dark.scss +5 -5
  6. package/dist/default-main.scss +5 -5
  7. package/lib/swatches/default-dataviz-v4.json +51 -0
  8. package/lib/swatches/default-main-dark.json +5 -5
  9. package/lib/swatches/default-main.json +5 -5
  10. package/package.json +2 -2
  11. package/scss/_layout.scss +0 -0
  12. package/scss/action-buttons/_layout.scss +7 -0
  13. package/scss/action-sheet/_layout.scss +6 -0
  14. package/scss/adaptive/_layout.scss +47 -71
  15. package/scss/adaptive/_theme.scss +0 -9
  16. package/scss/appbar/_layout.scss +28 -3
  17. package/scss/appbar/_variables.scss +1 -1
  18. package/scss/autocomplete/_theme.scss +1 -1
  19. package/scss/autocomplete/_variables.scss +0 -19
  20. package/scss/avatar/_layout.scss +6 -0
  21. package/scss/badge/_layout.scss +6 -0
  22. package/scss/bottom-navigation/_layout.scss +6 -0
  23. package/scss/breadcrumb/_layout.scss +6 -0
  24. package/scss/button/_layout.scss +92 -136
  25. package/scss/button/_theme.scss +175 -204
  26. package/scss/button/_variables.scss +58 -31
  27. package/scss/calendar/_layout.scss +2 -2
  28. package/scss/captcha/_layout.scss +6 -0
  29. package/scss/card/_layout.scss +6 -0
  30. package/scss/card/_variables.scss +4 -4
  31. package/scss/chat/_layout.scss +12 -11
  32. package/scss/chat/_theme.scss +0 -21
  33. package/scss/chat/_variables.scss +0 -7
  34. package/scss/checkbox/_index.scss +1 -1
  35. package/scss/checkbox/_layout.scss +112 -163
  36. package/scss/checkbox/_theme.scss +6 -4
  37. package/scss/checkbox/_variables.scss +64 -73
  38. package/scss/chip/_layout.scss +9 -5
  39. package/scss/chip/_variables.scss +30 -15
  40. package/scss/color-preview/_layout.scss +27 -22
  41. package/scss/color-preview/_theme.scss +0 -14
  42. package/scss/coloreditor/_layout.scss +11 -1
  43. package/scss/coloreditor/_variables.scss +3 -3
  44. package/scss/colorgradient/_layout.scss +6 -4
  45. package/scss/colorpalette/_layout.scss +6 -0
  46. package/scss/colorpicker/_layout.scss +6 -1
  47. package/scss/colorpicker/_theme.scss +1 -1
  48. package/scss/combobox/_layout.scss +1 -1
  49. package/scss/combobox/_theme.scss +1 -1
  50. package/scss/combobox/_variables.scss +1 -31
  51. package/scss/common/_loading.scss +1 -13
  52. package/scss/dataviz/_variables.scss +6 -6
  53. package/scss/daterangepicker/_layout.scss +37 -1
  54. package/scss/datetimepicker/_layout.scss +56 -2
  55. package/scss/drawer/_layout.scss +6 -0
  56. package/scss/dropdownlist/_layout.scss +15 -0
  57. package/scss/editor/_layout.scss +24 -11
  58. package/scss/expansion-panel/_layout.scss +6 -1
  59. package/scss/fab/_layout.scss +30 -58
  60. package/scss/fab/_theme.scss +43 -48
  61. package/scss/fab/_variables.scss +129 -72
  62. package/scss/fab/index.md +0 -0
  63. package/scss/filter/_layout.scss +11 -0
  64. package/scss/floating-label/_layout.scss +7 -0
  65. package/scss/forms/_layout.scss +11 -10
  66. package/scss/gantt/_layout.scss +1 -1
  67. package/scss/grid/_layout.scss +132 -103
  68. package/scss/grid/_theme.scss +0 -6
  69. package/scss/grid/_variables.scss +7 -7
  70. package/scss/imageeditor/_layout.scss +10 -8
  71. package/scss/imageeditor/_variables.scss +1 -0
  72. package/scss/index.scss +1 -0
  73. package/scss/input/_layout.scss +53 -3
  74. package/scss/input/_theme.scss +43 -17
  75. package/scss/input/_variables.scss +40 -16
  76. package/scss/list/_index.scss +1 -0
  77. package/scss/list/_layout.scss +14 -3
  78. package/scss/list/_variables.scss +19 -19
  79. package/scss/listbox/_layout.scss +10 -0
  80. package/scss/listbox/_variables.scss +1 -1
  81. package/scss/listview/_layout.scss +2 -9
  82. package/scss/map/_layout.scss +24 -0
  83. package/scss/maskedtextbox/_layout.scss +1 -1
  84. package/scss/maskedtextbox/_theme.scss +1 -1
  85. package/scss/mediaplayer/_layout.scss +19 -1
  86. package/scss/menu/_layout.scss +66 -41
  87. package/scss/menu/_theme.scss +6 -1
  88. package/scss/menu/_variables.scss +56 -46
  89. package/scss/multiselect/_layout.scss +4 -1
  90. package/scss/multiselect/_theme.scss +4 -1
  91. package/scss/notification/_layout.scss +6 -0
  92. package/scss/numerictextbox/_layout.scss +6 -2
  93. package/scss/numerictextbox/_theme.scss +1 -1
  94. package/scss/numerictextbox/_variables.scss +1 -1
  95. package/scss/orgchart/_layout.scss +6 -0
  96. package/scss/orgchart/_variables.scss +2 -2
  97. package/scss/pager/_layout.scss +6 -2
  98. package/scss/pager/_variables.scss +1 -1
  99. package/scss/panelbar/_layout.scss +6 -0
  100. package/scss/pdf-viewer/_layout.scss +23 -16
  101. package/scss/pdf-viewer/_variables.scss +2 -5
  102. package/scss/pivotgrid/_layout.scss +58 -66
  103. package/scss/pivotgrid/_theme.scss +39 -72
  104. package/scss/popover/_layout.scss +6 -0
  105. package/scss/progressbar/_layout.scss +6 -0
  106. package/scss/radio/_index.scss +1 -1
  107. package/scss/radio/_layout.scss +123 -165
  108. package/scss/radio/_theme.scss +4 -4
  109. package/scss/radio/_variables.scss +69 -90
  110. package/scss/rating/_layout.scss +6 -1
  111. package/scss/scheduler/_layout.scss +32 -13
  112. package/scss/skeleton/_layout.scss +1 -1
  113. package/scss/slider/_layout.scss +71 -125
  114. package/scss/slider/_theme.scss +0 -6
  115. package/scss/spreadsheet/_layout.scss +32 -19
  116. package/scss/stepper/_layout.scss +6 -1
  117. package/scss/switch/_layout.scss +16 -1
  118. package/scss/switch/_variables.scss +3 -6
  119. package/scss/table/_layout.scss +27 -6
  120. package/scss/table/_theme.scss +3 -2
  121. package/scss/table/_variables.scss +15 -15
  122. package/scss/tabstrip/_layout.scss +17 -5
  123. package/scss/taskboard/_layout.scss +6 -2
  124. package/scss/textarea/_layout.scss +3 -1
  125. package/scss/timeline/_layout.scss +6 -4
  126. package/scss/timeselector/_layout.scss +3 -2
  127. package/scss/toolbar/_index.scss +1 -0
  128. package/scss/toolbar/_layout.scss +43 -2
  129. package/scss/toolbar/_theme.scss +41 -7
  130. package/scss/toolbar/_variables.scss +2 -0
  131. package/scss/tooltip/_layout.scss +6 -1
  132. package/scss/treelist/_layout.scss +4 -0
  133. package/scss/treeview/_layout.scss +116 -119
  134. package/scss/treeview/_theme.scss +39 -29
  135. package/scss/treeview/_variables.scss +67 -84
  136. package/scss/typography/_variables.scss +3 -3
  137. package/scss/upload/_layout.scss +6 -1
  138. package/scss/virtual-scroller/_index.scss +10 -0
  139. package/scss/virtual-scroller/_layout.scss +35 -0
  140. package/scss/virtual-scroller/_theme.scss +3 -0
  141. package/scss/virtual-scroller/_variables.scss +1 -0
  142. package/scss/window/_layout.scss +12 -2
  143. package/scss/window/_variables.scss +1 -1
@@ -0,0 +1,8 @@
1
+ $series-a: #ff6358;
2
+ $series-b: #ffd246;
3
+ $series-c: #78d237;
4
+ $series-d: #28b4c8;
5
+ $series-e: #2d73f5;
6
+ $series-f: #aa46be;
7
+
8
+ @import "all.scss";
@@ -24,10 +24,10 @@ $button-bg: #404040;
24
24
  $link-text: #ff6358;
25
25
  $link-hover-text: #d6534a;
26
26
  $series-a: #ff6358;
27
- $series-b: #ffd246;
28
- $series-c: #78d237;
29
- $series-d: #28b4c8;
30
- $series-e: #2d73f5;
31
- $series-f: #aa46be;
27
+ $series-b: #ffe162;
28
+ $series-c: #4cd180;
29
+ $series-d: #4b5ffa;
30
+ $series-e: #ac58ff;
31
+ $series-f: #ff5892;
32
32
 
33
33
  @import "all.scss";
@@ -23,10 +23,10 @@ $button-bg: #f5f5f5;
23
23
  $link-text: #ff6358;
24
24
  $link-hover-text: #d6534a;
25
25
  $series-a: #ff6358;
26
- $series-b: #ffd246;
27
- $series-c: #78d237;
28
- $series-d: #28b4c8;
29
- $series-e: #2d73f5;
30
- $series-f: #aa46be;
26
+ $series-b: #ffe162;
27
+ $series-c: #4cd180;
28
+ $series-d: #4b5ffa;
29
+ $series-e: #ac58ff;
30
+ $series-f: #ff5892;
31
31
 
32
32
  @import "all.scss";
@@ -0,0 +1,51 @@
1
+ {
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
3
+ "name": "Default Dataviz v4",
4
+ "product": "kendo",
5
+ "base": "@progress/kendo-theme-default",
6
+ "previewColors": [
7
+ "#ff6358",
8
+ "#ffd246",
9
+ "#78d237",
10
+ "#28b4c8",
11
+ "#2d73f5"
12
+ ],
13
+ "components": [],
14
+ "groups": [
15
+ {
16
+ "name": "Dataviz",
17
+ "variables": {
18
+ "series-a": {
19
+ "name": "Series A",
20
+ "type": "color",
21
+ "value": "#ff6358"
22
+ },
23
+ "series-b": {
24
+ "name": "Series B",
25
+ "type": "color",
26
+ "value": "#ffd246"
27
+ },
28
+ "series-c": {
29
+ "name": "Series C",
30
+ "type": "color",
31
+ "value": "#78d237"
32
+ },
33
+ "series-d": {
34
+ "name": "Series D",
35
+ "type": "color",
36
+ "value": "#28b4c8"
37
+ },
38
+ "series-e": {
39
+ "name": "Series E",
40
+ "type": "color",
41
+ "value": "#2d73f5"
42
+ },
43
+ "series-f": {
44
+ "name": "Series F",
45
+ "type": "color",
46
+ "value": "#aa46be"
47
+ }
48
+ }
49
+ }
50
+ ]
51
+ }
@@ -182,27 +182,27 @@
182
182
  "series-b": {
183
183
  "name": "Series B",
184
184
  "type": "color",
185
- "value": "#ffd246"
185
+ "value": "#ffe162"
186
186
  },
187
187
  "series-c": {
188
188
  "name": "Series C",
189
189
  "type": "color",
190
- "value": "#78d237"
190
+ "value": "#4cd180"
191
191
  },
192
192
  "series-d": {
193
193
  "name": "Series D",
194
194
  "type": "color",
195
- "value": "#28b4c8"
195
+ "value": "#4b5ffa"
196
196
  },
197
197
  "series-e": {
198
198
  "name": "Series E",
199
199
  "type": "color",
200
- "value": "#2d73f5"
200
+ "value": "#ac58ff"
201
201
  },
202
202
  "series-f": {
203
203
  "name": "Series F",
204
204
  "type": "color",
205
- "value": "#aa46be"
205
+ "value": "#ff5892"
206
206
  }
207
207
  }
208
208
  }
@@ -172,27 +172,27 @@
172
172
  "series-b": {
173
173
  "name": "Series B",
174
174
  "type": "color",
175
- "value": "#ffd246"
175
+ "value": "#ffe162"
176
176
  },
177
177
  "series-c": {
178
178
  "name": "Series C",
179
179
  "type": "color",
180
- "value": "#78d237"
180
+ "value": "#4cd180"
181
181
  },
182
182
  "series-d": {
183
183
  "name": "Series D",
184
184
  "type": "color",
185
- "value": "#28b4c8"
185
+ "value": "#4b5ffa"
186
186
  },
187
187
  "series-e": {
188
188
  "name": "Series E",
189
189
  "type": "color",
190
- "value": "#2d73f5"
190
+ "value": "#ac58ff"
191
191
  },
192
192
  "series-f": {
193
193
  "name": "Series F",
194
194
  "type": "color",
195
- "value": "#aa46be"
195
+ "value": "#ff5892"
196
196
  }
197
197
  }
198
198
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "5.0.0-beta.2",
4
+ "version": "5.0.0-beta.6",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -47,5 +47,5 @@
47
47
  "prepublishOnly": "echo 'no prebublish for default theme'",
48
48
  "postpublish": "echo 'no postpublish for default theme'"
49
49
  },
50
- "gitHead": "13e32ba172a1fa6fc172c9d989974ebfccef19e6"
50
+ "gitHead": "ec5cba0585090e2d366f93d5c13fc09299f251d8"
51
51
  }
File without changes
@@ -2,6 +2,7 @@
2
2
 
3
3
  .k-actions {
4
4
  padding: $actions-padding-y $actions-padding-x;
5
+ box-sizing: border-box;
5
6
  border-width: $actions-border-width 0 0 0;
6
7
  border-style: solid;
7
8
  border-color: inherit;
@@ -13,6 +14,12 @@
13
14
  overflow: hidden;
14
15
  // TODO: remove
15
16
  clear: both;
17
+
18
+ *,
19
+ *::before,
20
+ *::after {
21
+ box-sizing: border-box;
22
+ }
16
23
  }
17
24
 
18
25
 
@@ -27,6 +27,12 @@
27
27
  overflow-y: auto;
28
28
  position: fixed;
29
29
  z-index: 10002;
30
+
31
+ *,
32
+ *::before,
33
+ *::after {
34
+ box-sizing: border-box;
35
+ }
30
36
  }
31
37
 
32
38
 
@@ -83,14 +83,6 @@
83
83
  }
84
84
  }
85
85
 
86
- .k-grid-filter-menu {
87
-
88
- .k-filter-selected-items {
89
- margin: 1em;
90
- font-weight: normal;
91
- }
92
- }
93
-
94
86
  .k-grid-edit-form {
95
87
 
96
88
  .k-popup-edit-form,
@@ -99,10 +91,6 @@
99
91
  min-width: auto;
100
92
  }
101
93
  }
102
-
103
- .k-grid .k-grid-search {
104
- width: 100%;
105
- }
106
94
  }
107
95
 
108
96
  .k-grid.k-grid-mobile {
@@ -369,29 +357,8 @@
369
357
 
370
358
  .k-pane-wrapper {
371
359
 
372
- .k-grid-edit-form,
373
- .k-grid-column-menu,
374
- .k-grid-filter-menu,
375
- .k-scheduler-edit-form {
376
-
377
- > .k-header {
378
- display: flex;
379
- justify-content: space-between;
380
- padding: .3em .6em;
381
- width: auto;
382
- line-height: 2em;
383
-
384
- .k-header-done,
385
- .k-header-cancel {
386
- display: flex;
387
- flex-direction: row;
388
- align-items: center;
389
-
390
- .k-icon {
391
- font-size: 1.5em;
392
- }
393
- }
394
- }
360
+ .k-appbar {
361
+ padding: map-get( $spacing, 1 );
395
362
  }
396
363
 
397
364
  .k-list-title,
@@ -400,6 +367,12 @@
400
367
  display: block;
401
368
  }
402
369
 
370
+ .k-listgroup-title {
371
+ padding: $listgroup-item-padding-y $listgroup-item-padding-x;
372
+ font-weight: bold;
373
+ text-transform: uppercase;
374
+ }
375
+
403
376
  .k-listgroup {
404
377
 
405
378
  .k-listgroup-item {
@@ -407,23 +380,56 @@
407
380
  }
408
381
  }
409
382
  .k-listgroup + .k-listgroup {
410
- margin-top: 2em;
383
+ margin-top: map-get( $spacing, 4 );
411
384
  }
412
385
 
413
386
  // Column menu
414
387
  .k-column-menu {
388
+ padding: map-get( $spacing, 2 );
389
+ display: flex;
390
+ flex-flow: column nowrap;
391
+ gap: map-get( $spacing, 2 );
415
392
 
416
393
  .k-filter-item .k-filterable * {
417
394
  pointer-events: none;
418
395
  }
396
+
397
+ .k-list-title,
398
+ .k-listgroup-title {
399
+ padding: 0;
400
+ }
401
+
402
+ .k-listgroup {
403
+ margin-inline: -#{map-get( $spacing, 2 )};
404
+ }
419
405
  }
420
406
 
421
407
  // Filter menu
422
408
  .k-filter-menu {
409
+ padding: map-get( $spacing, 2 );
410
+ display: flex;
411
+ flex-flow: column nowrap;
412
+ gap: map-get( $spacing, 2 );
413
+
414
+ .k-list-title {
415
+ padding: 0;
416
+ }
417
+
418
+ .k-list-filter {
419
+ padding: 0;
420
+ display: flex;
421
+ flex-flow: column nowrap;
422
+ gap: inherit;
423
+ }
424
+
423
425
  .k-filter-tools {
424
- margin: 1em;
425
426
  display: flex;
426
- justify-content: space-between;
427
+ flex-flow: row nowrap;
428
+ gap: inherit;
429
+ }
430
+
431
+ .k-listgroup {
432
+ margin-inline: -#{map-get( $spacing, 2 )};
427
433
  }
428
434
  }
429
435
 
@@ -447,7 +453,6 @@
447
453
  }
448
454
 
449
455
  // Pager
450
-
451
456
  .k-pager-wrap.k-pager-sm {
452
457
  justify-content: center;
453
458
 
@@ -457,39 +462,14 @@
457
462
 
458
463
  }
459
464
 
460
- // IE
461
-
462
- .k-ie & {
463
-
464
- .k-scheduler {
465
- .k-scheduler-toolbar,
466
- .k-scheduler-footer {
467
- line-height: 2em;
468
- }
469
- }
470
-
471
- .k-grid {
472
-
473
- .k-icon {
474
- text-indent: 0;
475
- }
476
- }
477
- }
478
-
479
465
  // RTL
480
-
481
466
  .k-rtl &,
482
467
  &[dir="rtl"],
483
468
  [dir="rtl"] & {
484
469
 
485
- .k-grid-edit-form,
486
- .k-grid-column-menu,
487
- .k-grid-filter-menu,
488
- .k-scheduler-edit-form {
489
-
490
- > .k-header {
491
- flex-direction: row-reverse;
492
- }
470
+ .k-header-cancel .k-i-arrow-chevron-left,
471
+ .k-listgroup-item .k-select .k-i-arrow-chevron-right {
472
+ transform: scaleX( -1 );
493
473
  }
494
474
 
495
475
  .k-scheduler-mobile {
@@ -511,10 +491,6 @@
511
491
  margin-right: 0;
512
492
  }
513
493
  }
514
-
515
- .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right {
516
- transform: scaleX(-1);
517
- }
518
494
  }
519
495
  }
520
496
  }
@@ -66,15 +66,6 @@
66
66
  .k-grid-filter-menu,
67
67
  .k-scheduler-edit-form {
68
68
 
69
- .k-header {
70
- color: $adaptive-menu-text;
71
- background-color: $adaptive-menu-bg;
72
-
73
- .k-link {
74
- color: inherit;
75
- }
76
- }
77
-
78
69
  .k-item,
79
70
  .k-link {
80
71
  color: $base-text;
@@ -20,9 +20,14 @@
20
20
  -webkit-touch-callout: none;
21
21
  -webkit-tap-highlight-color: $rgba-transparent;
22
22
 
23
+ *,
24
+ *::before,
25
+ *::after {
26
+ box-sizing: border-box;
27
+ }
28
+
23
29
  > * {
24
30
  flex-shrink: 0;
25
-
26
31
  }
27
32
 
28
33
  // Appbar section
@@ -32,15 +37,16 @@
32
37
  align-items: center;
33
38
  }
34
39
 
40
+
35
41
  // Appbar Spacer
36
42
  .k-appbar-spacer {
37
43
  flex: 1 0 auto;
38
44
  }
39
-
40
45
  .k-appbar-spacer-sized {
41
46
  flex-grow: 0;
42
47
  }
43
48
 
49
+
44
50
  // Separator
45
51
  .k-appbar-separator {
46
52
  margin: 0;
@@ -50,12 +56,27 @@
50
56
  border-width: 0 0 0 1px;
51
57
  display: inline-block;
52
58
  }
59
+
60
+
61
+ // Input
62
+ .k-input,
63
+ .k-picker {
64
+ width: 10em;
65
+ }
66
+ .k-color-picker {
67
+ width: min-content;
68
+ }
69
+
53
70
  }
54
71
 
72
+
73
+ // Static appbar
55
74
  .k-appbar-static {
56
75
  position: static;
57
76
  }
58
77
 
78
+
79
+ // Sticky appbar
59
80
  .k-appbar-sticky {
60
81
  width: 100%;
61
82
  position: sticky;
@@ -63,17 +84,20 @@
63
84
  z-index: $appbar-zindex;
64
85
  }
65
86
 
87
+
88
+ // Fixed appbar
66
89
  .k-appbar-fixed {
67
90
  width: 100%;
68
91
  position: fixed;
69
92
  z-index: 1;
70
93
  }
71
94
 
95
+
96
+ // Appbar position
72
97
  .k-appbar-top {
73
98
  top: 0;
74
99
  bottom: auto;
75
100
  }
76
-
77
101
  .k-appbar-bottom {
78
102
  top: auto;
79
103
  bottom: 0;
@@ -82,4 +106,5 @@
82
106
  bottom: 0;
83
107
  }
84
108
  }
109
+
85
110
  }
@@ -2,7 +2,7 @@
2
2
  $appbar-margin-y: null !default;
3
3
  $appbar-margin-x: null !default;
4
4
  $appbar-padding-y: map-get( $spacing, 2 ) !default;
5
- $appbar-padding-x: map-get( $spacing, 4 ) !default;
5
+ $appbar-padding-x: map-get( $spacing, 2 ) !default;
6
6
  $appbar-border-width: 0px !default;
7
7
 
8
8
  $appbar-zindex: 1000 !default;
@@ -1,4 +1,4 @@
1
- @include exports("autocomplete/theme") {
1
+ @include exports( "autocomplete/theme" ) {
2
2
 
3
3
  // Autocomplete
4
4
  .k-autocomplete {}
@@ -1,20 +1 @@
1
1
  // Autocomplete
2
- $autocomplete-bg: $kendo-input-bg !default;
3
- $autocomplete-text: $kendo-input-text !default;
4
- $autocomplete-border: $kendo-input-border !default;
5
- $autocomplete-shadow: $kendo-input-shadow !default;
6
-
7
- $autocomplete-hovered-bg: $kendo-input-hover-bg !default;
8
- $autocomplete-hovered-text: $kendo-input-hover-text !default;
9
- $autocomplete-hovered-border: $kendo-input-hover-border !default;
10
- $autocomplete-hovered-shadow: $kendo-input-hover-shadow !default;
11
-
12
- $autocomplete-focused-bg: $kendo-input-focus-bg !default;
13
- $autocomplete-focused-text: $kendo-input-focus-text !default;
14
- $autocomplete-focused-border: $kendo-input-focus-border !default;
15
- $autocomplete-focused-shadow: $kendo-input-focus-shadow !default;
16
-
17
- $autocomplete-disabled-bg: null !default;
18
- $autocomplete-disabled-text: null !default;
19
- $autocomplete-disabled-border: null !default;
20
- $autocomplete-disabled-shadow: null !default;
@@ -12,6 +12,12 @@
12
12
  align-items: center;
13
13
  flex-shrink: 0;
14
14
  overflow: hidden;
15
+
16
+ *,
17
+ *::before,
18
+ *::after {
19
+ box-sizing: border-box;
20
+ }
15
21
  }
16
22
 
17
23
 
@@ -17,6 +17,12 @@
17
17
  vertical-align: middle;
18
18
  overflow: hidden;
19
19
  text-overflow: ellipsis;
20
+
21
+ *,
22
+ *::before,
23
+ *::after {
24
+ box-sizing: border-box;
25
+ }
20
26
  }
21
27
  .k-badge > * {
22
28
  color: inherit;
@@ -20,6 +20,12 @@
20
20
  outline: none;
21
21
  -webkit-touch-callout: none;
22
22
  -webkit-tap-highlight-color: $rgba-transparent;
23
+
24
+ *,
25
+ *::before,
26
+ *::after {
27
+ box-sizing: border-box;
28
+ }
23
29
  }
24
30
 
25
31
  .k-bottom-nav-border {
@@ -15,6 +15,12 @@
15
15
  flex-direction: row;
16
16
  -webkit-touch-callout: none;
17
17
  -webkit-tap-highlight-color: $rgba-transparent;
18
+
19
+ *,
20
+ *::before,
21
+ *::after {
22
+ box-sizing: border-box;
23
+ }
18
24
  }
19
25
 
20
26