@progress/kendo-theme-classic 4.43.1-dev.4 → 4.43.1-dev.8

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 (155) hide show
  1. package/dist/all.css +2571 -1722
  2. package/dist/all.scss +2772 -2284
  3. package/modules/@progress/kendo-theme-default/package.json +2 -2
  4. package/modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss +7 -0
  5. package/modules/@progress/kendo-theme-default/scss/action-sheet/_layout.scss +6 -0
  6. package/modules/@progress/kendo-theme-default/scss/adaptive/_layout.scss +40 -86
  7. package/modules/@progress/kendo-theme-default/scss/adaptive/_theme.scss +0 -9
  8. package/modules/@progress/kendo-theme-default/scss/appbar/_layout.scss +6 -1
  9. package/modules/@progress/kendo-theme-default/scss/appbar/_variables.scss +1 -1
  10. package/modules/@progress/kendo-theme-default/scss/autocomplete/_layout.scss +6 -0
  11. package/modules/@progress/kendo-theme-default/scss/autocomplete/_theme.scss +20 -39
  12. package/modules/@progress/kendo-theme-default/scss/autocomplete/_variables.scss +0 -19
  13. package/modules/@progress/kendo-theme-default/scss/avatar/_layout.scss +6 -0
  14. package/modules/@progress/kendo-theme-default/scss/avatar/_variables.scss +11 -1
  15. package/modules/@progress/kendo-theme-default/scss/badge/_layout.scss +6 -0
  16. package/modules/@progress/kendo-theme-default/scss/bottom-navigation/_layout.scss +6 -0
  17. package/modules/@progress/kendo-theme-default/scss/breadcrumb/_layout.scss +6 -0
  18. package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +82 -94
  19. package/modules/@progress/kendo-theme-default/scss/button/_theme.scss +177 -112
  20. package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +77 -11
  21. package/modules/@progress/kendo-theme-default/scss/calendar/_layout.scss +2 -14
  22. package/modules/@progress/kendo-theme-default/scss/captcha/_layout.scss +6 -0
  23. package/modules/@progress/kendo-theme-default/scss/card/_layout.scss +6 -0
  24. package/modules/@progress/kendo-theme-default/scss/card/_variables.scss +4 -4
  25. package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +12 -11
  26. package/modules/@progress/kendo-theme-default/scss/chat/_theme.scss +0 -21
  27. package/modules/@progress/kendo-theme-default/scss/chat/_variables.scss +0 -7
  28. package/modules/@progress/kendo-theme-default/scss/checkbox/_layout.scss +78 -145
  29. package/modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss +6 -2
  30. package/modules/@progress/kendo-theme-default/scss/checkbox/_variables.scss +87 -18
  31. package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +6 -0
  32. package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +6 -0
  33. package/modules/@progress/kendo-theme-default/scss/coloreditor/_layout.scss +6 -0
  34. package/modules/@progress/kendo-theme-default/scss/colorgradient/_layout.scss +6 -4
  35. package/modules/@progress/kendo-theme-default/scss/colorpalette/_layout.scss +6 -0
  36. package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +6 -3
  37. package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +6 -1
  38. package/modules/@progress/kendo-theme-default/scss/common/_loading.scss +1 -13
  39. package/modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss +7 -1
  40. package/modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss +6 -0
  41. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_index.scss +10 -0
  42. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss +33 -0
  43. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_theme.scss +3 -0
  44. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_variables.scss +1 -0
  45. package/modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss +6 -2
  46. package/modules/@progress/kendo-theme-default/scss/drawer/_layout.scss +6 -0
  47. package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +6 -1
  48. package/modules/@progress/kendo-theme-default/scss/editor/_layout.scss +2 -10
  49. package/modules/@progress/kendo-theme-default/scss/expansion-panel/_layout.scss +6 -1
  50. package/modules/@progress/kendo-theme-default/scss/fab/_layout.scss +6 -0
  51. package/modules/@progress/kendo-theme-default/scss/filter/_layout.scss +8 -0
  52. package/modules/@progress/kendo-theme-default/scss/floating-label/_layout.scss +7 -0
  53. package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +7 -9
  54. package/modules/@progress/kendo-theme-default/scss/gantt/_layout.scss +1 -1
  55. package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +128 -97
  56. package/modules/@progress/kendo-theme-default/scss/grid/_theme.scss +0 -6
  57. package/modules/@progress/kendo-theme-default/scss/grid/_variables.scss +1 -3
  58. package/modules/@progress/kendo-theme-default/scss/imageeditor/_layout.scss +6 -0
  59. package/modules/@progress/kendo-theme-default/scss/index.scss +1 -0
  60. package/modules/@progress/kendo-theme-default/scss/input/_layout.scss +1 -1
  61. package/modules/@progress/kendo-theme-default/scss/input/_variables.scss +5 -5
  62. package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +16 -66
  63. package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +5 -4
  64. package/modules/@progress/kendo-theme-default/scss/list/_variables.scss +64 -8
  65. package/modules/@progress/kendo-theme-default/scss/listbox/_layout.scss +9 -0
  66. package/modules/@progress/kendo-theme-default/scss/listbox/_variables.scss +1 -1
  67. package/modules/@progress/kendo-theme-default/scss/listview/_layout.scss +2 -9
  68. package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +12 -0
  69. package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss +6 -0
  70. package/modules/@progress/kendo-theme-default/scss/mediaplayer/_layout.scss +14 -1
  71. package/modules/@progress/kendo-theme-default/scss/menu/_layout.scss +48 -5
  72. package/modules/@progress/kendo-theme-default/scss/menu/_theme.scss +6 -2
  73. package/modules/@progress/kendo-theme-default/scss/menu/_variables.scss +1 -1
  74. package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +8 -2
  75. package/modules/@progress/kendo-theme-default/scss/notification/_layout.scss +6 -0
  76. package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +12 -26
  77. package/modules/@progress/kendo-theme-default/scss/numerictextbox/_theme.scss +64 -84
  78. package/modules/@progress/kendo-theme-default/scss/numerictextbox/_variables.scss +0 -27
  79. package/modules/@progress/kendo-theme-default/scss/orgchart/_layout.scss +6 -0
  80. package/modules/@progress/kendo-theme-default/scss/orgchart/_variables.scss +2 -2
  81. package/modules/@progress/kendo-theme-default/scss/pager/_layout.scss +6 -2
  82. package/modules/@progress/kendo-theme-default/scss/pager/_variables.scss +1 -1
  83. package/modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss +6 -0
  84. package/modules/@progress/kendo-theme-default/scss/pdf-viewer/_layout.scss +20 -29
  85. package/modules/@progress/kendo-theme-default/scss/pdf-viewer/_variables.scss +2 -5
  86. package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +55 -83
  87. package/modules/@progress/kendo-theme-default/scss/pivotgrid/_theme.scss +39 -73
  88. package/modules/@progress/kendo-theme-default/scss/popover/_layout.scss +6 -0
  89. package/modules/@progress/kendo-theme-default/scss/progressbar/_layout.scss +6 -0
  90. package/modules/@progress/kendo-theme-default/scss/radio/_layout.scss +89 -136
  91. package/modules/@progress/kendo-theme-default/scss/radio/_theme.scss +2 -2
  92. package/modules/@progress/kendo-theme-default/scss/radio/_variables.scss +88 -26
  93. package/modules/@progress/kendo-theme-default/scss/rating/_layout.scss +6 -1
  94. package/modules/@progress/kendo-theme-default/scss/scheduler/_layout.scss +31 -12
  95. package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +28 -8
  96. package/modules/@progress/kendo-theme-default/scss/searchbox/_theme.scss +16 -25
  97. package/modules/@progress/kendo-theme-default/scss/searchbox/_variables.scss +0 -20
  98. package/modules/@progress/kendo-theme-default/scss/skeleton/_layout.scss +1 -1
  99. package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +71 -144
  100. package/modules/@progress/kendo-theme-default/scss/slider/_theme.scss +0 -6
  101. package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +28 -15
  102. package/modules/@progress/kendo-theme-default/scss/stepper/_layout.scss +6 -1
  103. package/modules/@progress/kendo-theme-default/scss/switch/_layout.scss +14 -9
  104. package/modules/@progress/kendo-theme-default/scss/switch/_variables.scss +127 -33
  105. package/modules/@progress/kendo-theme-default/scss/table/_layout.scss +29 -6
  106. package/modules/@progress/kendo-theme-default/scss/table/_theme.scss +3 -2
  107. package/modules/@progress/kendo-theme-default/scss/table/_variables.scss +3 -3
  108. package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +16 -4
  109. package/modules/@progress/kendo-theme-default/scss/taskboard/_layout.scss +6 -2
  110. package/modules/@progress/kendo-theme-default/scss/textarea/_layout.scss +6 -0
  111. package/modules/@progress/kendo-theme-default/scss/textbox/_layout.scss +6 -0
  112. package/modules/@progress/kendo-theme-default/scss/timeline/_layout.scss +6 -4
  113. package/modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss +6 -1
  114. package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +3 -2
  115. package/modules/@progress/kendo-theme-default/scss/toolbar/_index.scss +1 -0
  116. package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +22 -2
  117. package/modules/@progress/kendo-theme-default/scss/toolbar/_theme.scss +35 -7
  118. package/modules/@progress/kendo-theme-default/scss/tooltip/_layout.scss +6 -1
  119. package/modules/@progress/kendo-theme-default/scss/treelist/_layout.scss +4 -0
  120. package/modules/@progress/kendo-theme-default/scss/treeview/_layout.scss +134 -115
  121. package/modules/@progress/kendo-theme-default/scss/treeview/_theme.scss +36 -25
  122. package/modules/@progress/kendo-theme-default/scss/treeview/_variables.scss +67 -13
  123. package/modules/@progress/kendo-theme-default/scss/typography/_variables.scss +3 -3
  124. package/modules/@progress/kendo-theme-default/scss/upload/_layout.scss +6 -1
  125. package/modules/@progress/kendo-theme-default/scss/window/_layout.scss +2 -2
  126. package/modules/@progress/kendo-theme-default/scss/window/_variables.scss +1 -1
  127. package/package.json +3 -3
  128. package/scss/appbar/_variables.scss +1 -1
  129. package/scss/autocomplete/_variables.scss +0 -19
  130. package/scss/avatar/_variables.scss +13 -2
  131. package/scss/button/_variables.scss +84 -18
  132. package/scss/card/_variables.scss +4 -4
  133. package/scss/chat/_variables.scss +0 -7
  134. package/scss/checkbox/_variables.scss +89 -20
  135. package/scss/daterangepicker/_index.scss +10 -0
  136. package/scss/daterangepicker/_layout.scss +1 -0
  137. package/scss/daterangepicker/_theme.scss +1 -0
  138. package/scss/daterangepicker/_variables.scss +1 -0
  139. package/scss/grid/_variables.scss +1 -3
  140. package/scss/index.scss +1 -0
  141. package/scss/input/_variables.scss +5 -5
  142. package/scss/list/_variables.scss +64 -8
  143. package/scss/listbox/_variables.scss +1 -1
  144. package/scss/menu/_variables.scss +1 -1
  145. package/scss/numerictextbox/_variables.scss +0 -27
  146. package/scss/orgchart/_variables.scss +2 -2
  147. package/scss/pager/_variables.scss +1 -1
  148. package/scss/pdf-viewer/_variables.scss +2 -5
  149. package/scss/radio/_variables.scss +86 -27
  150. package/scss/searchbox/_variables.scss +0 -20
  151. package/scss/switch/_variables.scss +142 -48
  152. package/scss/table/_variables.scss +3 -3
  153. package/scss/toolbar/_index.scss +1 -0
  154. package/scss/treeview/_variables.scss +69 -15
  155. package/scss/typography/_variables.scss +3 -3
@@ -3,7 +3,7 @@
3
3
  .k-listview {
4
4
  margin: 0;
5
5
  padding: 0;
6
- border-width: $listview-border-width;
6
+ border-width: 0;
7
7
  border-style: solid;
8
8
  box-sizing: border-box;
9
9
  outline: 0;
@@ -23,7 +23,6 @@
23
23
  // Header
24
24
  .k-listview-header {
25
25
  border-width: 0;
26
- border-bottom-width: $listview-border-width;
27
26
  border-style: solid;
28
27
  border-color: inherit;
29
28
  }
@@ -32,7 +31,7 @@
32
31
  }
33
32
 
34
33
 
35
- // Listview contnet
34
+ // Listview content
36
35
  .k-listview-content {
37
36
  margin: 0;
38
37
  padding: 0;
@@ -87,7 +86,6 @@
87
86
  // Listview footer
88
87
  .k-listview-footer {
89
88
  border-width: 0;
90
- border-top-width: $listview-border-width;
91
89
  border-style: solid;
92
90
  border-color: inherit;
93
91
  }
@@ -99,14 +97,9 @@
99
97
  // Listview pager
100
98
  .k-listview-pager {
101
99
  border-width: 0;
102
- border-top-width: $listview-border-width;
103
100
  border-color: inherit;
104
101
  font: inherit;
105
102
  }
106
- .k-listview-pager-top {
107
- border-top-width: 0;
108
- border-bottom-width: $listview-border-width;
109
- }
110
103
  .k-listview-bordered > .k-listview-pager-top {
111
104
  border-bottom-width: $listview-border-width;
112
105
  }
@@ -3,12 +3,19 @@
3
3
  // Layout
4
4
  .k-map {
5
5
  height: 600px;
6
+ box-sizing: border-box;
6
7
  border-width: $map-border-width;
7
8
  border-style: solid;
8
9
  font-size: $map-font-size;
9
10
  line-height: $map-line-height;
10
11
  font-family: $map-font-family;
11
12
 
13
+ *,
14
+ *::before,
15
+ *::after {
16
+ box-sizing: border-box;
17
+ }
18
+
12
19
 
13
20
  // Scroll
14
21
  .km-scroll-wrapper {
@@ -79,6 +86,11 @@
79
86
  line-height: 1;
80
87
  box-shadow: none;
81
88
  position: absolute;
89
+
90
+ .k-icon {
91
+ min-width: 0;
92
+ min-height: 0;
93
+ }
82
94
  }
83
95
  .k-navigator-n,
84
96
  .k-navigator-up {
@@ -22,6 +22,12 @@
22
22
  -webkit-touch-callout: none;
23
23
  -webkit-tap-highlight-color: $rgba-transparent;
24
24
 
25
+ *,
26
+ *::before,
27
+ *::after {
28
+ box-sizing: border-box;
29
+ }
30
+
25
31
 
26
32
  // Input
27
33
  .k-input {}
@@ -14,6 +14,12 @@
14
14
  -webkit-touch-callout: none;
15
15
  -webkit-tap-highlight-color: $rgba-transparent;
16
16
 
17
+ *,
18
+ *::before,
19
+ *::after {
20
+ box-sizing: border-box;
21
+ }
22
+
17
23
  > iframe {
18
24
  width: 100%;
19
25
  height: 100%;
@@ -62,6 +68,9 @@
62
68
  padding: 0 (14px / 2);
63
69
  align-items: center;
64
70
  }
71
+ .k-mediaplayer-volume {
72
+ width: 100px;
73
+ }
65
74
 
66
75
 
67
76
  // Seekbar
@@ -69,8 +78,9 @@
69
78
  width: 100%;
70
79
  position: absolute;
71
80
  z-index: 3;
72
- top: -17px;
81
+ top: 0;
73
82
  left: 0;
83
+ transform: translateY( -50% );
74
84
  }
75
85
  .k-mediaplayer-seekbar .k-slider-track {
76
86
  // sass-lint:disable no-important
@@ -78,6 +88,9 @@
78
88
  // sass-lint:enable no-important
79
89
  border-radius: 0;
80
90
  }
91
+ .k-mediaplayer-seekbar .k-slider-selection {
92
+ border-radius: 0;
93
+ }
81
94
 
82
95
  .k-mediaplayer-fullscreen {
83
96
  z-index: 10000;
@@ -21,10 +21,12 @@
21
21
 
22
22
  // Menu item
23
23
  .k-menu-item {
24
+ box-sizing: border-box;
24
25
  border-width: 0;
25
26
  outline: 0;
26
27
  display: flex;
27
- flex: 0 0 auto;
28
+ flex-flow: column nowrap;
29
+ flex: none;
28
30
  position: relative;
29
31
  user-select: none;
30
32
  }
@@ -36,7 +38,7 @@
36
38
  outline: 0;
37
39
  color: inherit;
38
40
  display: flex;
39
- flex-direction: row;
41
+ flex-flow: row nowrap;
40
42
  flex: 1 1 auto;
41
43
  align-items: center;
42
44
  position: relative;
@@ -51,10 +53,22 @@
51
53
  }
52
54
 
53
55
 
56
+ // Menu item text
57
+ .k-menu-link-text {
58
+ flex: 1 1 auto;
59
+ overflow: hidden;
60
+ text-overflow: ellipsis;
61
+ }
62
+
63
+
54
64
  // Expand arrow
55
65
  .k-menu-expand-arrow {
56
66
  margin-left: $icon-spacing;
57
67
  margin-right: -$icon-spacing;
68
+ display: inline-flex;
69
+ flex-flow: row wrap;
70
+ align-items: center;
71
+ flex: none;
58
72
  position: relative;
59
73
  }
60
74
  .k-menu-expand-arrow.k-i-arrow-60-left,
@@ -101,6 +115,14 @@
101
115
  > .k-menu-item > .k-menu-link {
102
116
  padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
103
117
  padding-right: $menu-popup-item-padding-end;
118
+
119
+ .k-menu-expand-arrow {
120
+ margin: 0;
121
+ position: absolute;
122
+ top: 50%;
123
+ transform: translateY(-50%);
124
+ right: $icon-spacing;
125
+ }
104
126
  }
105
127
 
106
128
  > .k-separator {
@@ -153,6 +175,14 @@
153
175
  .k-menu-link {
154
176
  padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
155
177
  padding-right: $menu-popup-item-padding-end;
178
+
179
+ .k-menu-expand-arrow {
180
+ margin: 0;
181
+ position: absolute;
182
+ top: 50%;
183
+ transform: translateY(-50%);
184
+ right: $icon-spacing;
185
+ }
156
186
  }
157
187
 
158
188
  .k-separator {
@@ -160,7 +190,7 @@
160
190
  height: 0;
161
191
  border-width: 1px 0 0;
162
192
  border-style: solid;
163
- border-color: $panel-border;
193
+ border-color: $component-border;
164
194
  display: block;
165
195
  }
166
196
  }
@@ -188,11 +218,14 @@
188
218
  .k-context-menu-popup {
189
219
  z-index: 12000;
190
220
 
191
- > .k-popup:not(.k-menu-popup),
192
221
  .k-context-menu {
193
- border: 0;
222
+ border-width: 0;
194
223
  }
195
224
  }
225
+ .k-popup .k-context-menu,
226
+ .k-context-menu-popup .k-context-menu {
227
+ border-width: 0;
228
+ }
196
229
 
197
230
 
198
231
  // Scrolling
@@ -282,6 +315,11 @@
282
315
  > .k-menu-item > .k-menu-link {
283
316
  padding-right: $menu-popup-item-padding-x;
284
317
  padding-left: $menu-popup-item-padding-end;
318
+
319
+ .k-menu-expand-arrow {
320
+ right: auto;
321
+ left: $icon-spacing;
322
+ }
285
323
  }
286
324
  }
287
325
 
@@ -292,6 +330,11 @@
292
330
  .k-menu-link {
293
331
  padding-right: $menu-popup-item-padding-x;
294
332
  padding-left: $menu-popup-item-padding-end;
333
+
334
+ .k-menu-expand-arrow {
335
+ right: auto;
336
+ left: $icon-spacing;
337
+ }
295
338
  }
296
339
 
297
340
  }
@@ -26,7 +26,8 @@
26
26
  );
27
27
  }
28
28
 
29
- > .k-state-active {
29
+ > .k-state-active,
30
+ &.k-state-selected {
30
31
  @include fill(
31
32
  $menu-item-expanded-text,
32
33
  $menu-item-expanded-bg,
@@ -36,6 +37,7 @@
36
37
  }
37
38
 
38
39
  &:focus,
40
+ &.k-state-focus,
39
41
  &.k-state-focused {
40
42
  @include box-shadow( $menu-item-focus-shadow );
41
43
  }
@@ -69,7 +71,8 @@
69
71
  );
70
72
  }
71
73
 
72
- > .k-state-active {
74
+ > .k-state-active,
75
+ &.k-state-selected {
73
76
  @include fill(
74
77
  $menu-popup-item-expanded-text,
75
78
  $menu-popup-item-expanded-bg,
@@ -79,6 +82,7 @@
79
82
  }
80
83
 
81
84
  &:focus,
85
+ &.k-state-focus,
82
86
  &.k-state-focused {
83
87
  @include box-shadow( $menu-popup-item-focus-shadow );
84
88
  }
@@ -33,7 +33,7 @@ $menu-item-expanded-gradient: null !default;
33
33
 
34
34
  $menu-item-focus-shadow: $list-item-focused-shadow !default;
35
35
 
36
- $menu-separator-spacing: 2px !default;
36
+ $menu-separator-spacing: map-get( $spacing, 1 ) !default;
37
37
 
38
38
  $menu-scroll-button-bg: $component-bg !default;
39
39
  $menu-scroll-button-text: $link-text !default;
@@ -19,6 +19,12 @@
19
19
  -webkit-touch-callout: none;
20
20
  -webkit-tap-highlight-color: $rgba-transparent;
21
21
 
22
+ *,
23
+ *::before,
24
+ *::after {
25
+ box-sizing: border-box;
26
+ }
27
+
22
28
  .k-loading-hidden {
23
29
  visibility: hidden;
24
30
  }
@@ -64,8 +70,8 @@
64
70
 
65
71
  // Token
66
72
  .k-button {
67
- min-height: calc( #{$form-line-height-em} + #{$button-padding-y-sm} + 2px );
68
- padding: ($button-padding-y-sm / 2) ($button-padding-x / 2);
73
+ min-height: calc( #{$form-line-height-em} + #{$button-padding-y /2} + 2px );
74
+ padding: ($button-padding-y / 4) ($button-padding-x / 2);
69
75
  margin: $padding-y-sm 0 0 $padding-y-sm;
70
76
  cursor: default;
71
77
  display: inline-flex;
@@ -33,6 +33,12 @@
33
33
  display: block;
34
34
  -webkit-touch-callout: none;
35
35
  -webkit-tap-highlight-color: $rgba-transparent;
36
+
37
+ *,
38
+ *::before,
39
+ *::after {
40
+ box-sizing: border-box;
41
+ }
36
42
  }
37
43
 
38
44
  .k-notification-wrap {
@@ -1,37 +1,31 @@
1
- @include exports("numerictextbox/layout") {
1
+ @include exports( "numerictextbox/layout" ) {
2
2
 
3
3
  // Numeric textbox
4
4
  .k-numerictextbox {
5
+ @include border-radius( $input-border-radius );
5
6
  width: $input-default-width;
6
- border-width: 0;
7
+ border-width: $input-border-width;
8
+ border-style: solid;
7
9
  box-sizing: border-box;
8
10
  outline: 0;
9
- background: none;
10
11
  font-family: $input-font-family;
11
12
  font-size: $input-font-size;
12
13
  line-height: $input-line-height;
13
- text-align: left;
14
+ text-align: start;
14
15
  white-space: nowrap;
15
16
  display: inline-flex;
17
+ flex-flow: row nowrap;
16
18
  vertical-align: middle;
17
19
  position: relative;
20
+ overflow: hidden;
21
+ transition: all .1s ease; // sass-lint:disable-line no-transition-all
18
22
  -webkit-touch-callout: none;
19
23
  -webkit-tap-highlight-color: $rgba-transparent;
20
24
 
21
- .k-numeric-wrap {
22
- @include border-radius( $input-border-radius );
23
- padding: 0;
24
- width: 100%;
25
- border-width: $input-border-width;
26
- border-style: solid;
25
+ *,
26
+ *::before,
27
+ *::after {
27
28
  box-sizing: border-box;
28
- position: relative;
29
- transition: all .1s ease; // sass-lint:disable-line no-transition-all
30
- cursor: default;
31
- outline: 0;
32
- display: flex;
33
- flex-flow: row nowrap;
34
- overflow: hidden;
35
29
  }
36
30
 
37
31
 
@@ -48,7 +42,7 @@
48
42
  border-width: 0;
49
43
  border-inline-start-width: $picker-select-border-width;
50
44
  border-style: solid;
51
- box-sizing: border-box;
45
+ outline: 0;
52
46
  display: flex;
53
47
  flex-direction: column;
54
48
  align-items: stretch;
@@ -61,7 +55,6 @@
61
55
  .k-link {
62
56
  padding: 0 $picker-select-padding-x;
63
57
  min-width: $spinner-min-width;
64
- box-sizing: border-box;
65
58
  flex: 1 1 auto;
66
59
  display: block;
67
60
  overflow: hidden;
@@ -81,13 +74,6 @@
81
74
  .k-link-decrease .k-icon {
82
75
  top: -$spinner-icon-offset;
83
76
  }
84
-
85
-
86
- // RTL
87
- .k-rtl &,
88
- &[dir="rtl"] {
89
- text-align: right;
90
- }
91
77
  }
92
78
 
93
79
  }
@@ -1,107 +1,87 @@
1
1
  @include exports( "numerictextbox/theme" ) {
2
2
 
3
- // Numeric
3
+ // Numeric textbox
4
4
  .k-numerictextbox {
5
-
6
- .k-i-warning {
7
- color: $error;
5
+ @include fill(
6
+ $input-text,
7
+ $input-bg,
8
+ $input-border
9
+ );
10
+
11
+ // Hover state
12
+ &:hover,
13
+ &.k-state-hover {
14
+ @include fill(
15
+ $input-hovered-text,
16
+ $input-hovered-bg,
17
+ $input-hovered-border
18
+ );
8
19
  }
9
20
 
10
- // Normal state
11
- .k-numeric-wrap {
21
+ // Focus state
22
+ &:focus,
23
+ &.k-state-focus {
12
24
  @include fill(
13
- $numeric-text,
14
- $numeric-bg,
15
- $numeric-border
25
+ $input-focused-text,
26
+ $input-focused-bg,
27
+ $input-focused-border
16
28
  );
29
+ @include box-shadow( $input-focused-shadow );
30
+ }
31
+ &:focus-within {
32
+ @include fill(
33
+ $input-focused-text,
34
+ $input-focused-bg,
35
+ $input-focused-border
36
+ );
37
+ @include box-shadow( $input-focused-shadow );
38
+ }
17
39
 
18
40
 
19
- // Hover state
20
- &:hover,
21
- &.k-state-hover {
22
- @include fill(
23
- $numeric-hovered-text,
24
- $numeric-hovered-bg,
25
- $numeric-hovered-border
26
- );
27
- }
28
-
41
+ // Invalid state
42
+ &.k-invalid,
43
+ &.ng-invalid,
44
+ &.k-state-invalid {
45
+ border-color: $invalid-border;
29
46
 
30
- // Focus state
31
- &.k-state-focused {
32
- @include fill(
33
- $numeric-focused-text,
34
- $numeric-focused-bg,
35
- $numeric-focused-border
36
- );
37
- @include box-shadow($numeric-focused-shadow);
47
+ .k-input-validation-icon {
48
+ color: $invalid-text;
38
49
  }
39
50
 
40
- // Invalid state
41
- &.k-invalid,
42
- &.k-invalid:hover,
43
- &.k-state-invalid {
44
- border-color: $invalid-border;
45
-
46
- .k-input-validation-icon {
47
- color: $invalid-text;
48
- }
49
-
50
- &:focus,
51
- &.k-state-focused {
52
- @include box-shadow($invalid-shadow);
53
- }
51
+ &:focus-within,
52
+ &.k-state-focus {
53
+ @include box-shadow($invalid-shadow);
54
54
  }
55
55
  }
56
56
 
57
57
 
58
- // Select buttons
58
+ // Spinner
59
59
  .k-select {
60
60
  @include fill(
61
- $numeric-button-text,
62
- $numeric-button-bg,
63
- $numeric-button-border,
64
- $numeric-button-gradient
61
+ $picker-select-text,
62
+ $picker-select-bg,
63
+ $picker-select-border,
64
+ $picker-select-gradient
65
65
  );
66
-
67
- .k-link:hover,
68
- .k-link.k-state-hover {
69
- @include fill(
70
- $numeric-button-hovered-text,
71
- $numeric-button-hovered-bg,
72
- $numeric-button-hovered-border,
73
- $numeric-button-hovered-gradient
74
- );
75
- }
76
-
77
- .k-link:active,
78
- .k-link.k-state-active,
79
- .k-link.k-state-selected {
80
- @include fill(
81
- $numeric-button-pressed-text,
82
- $numeric-button-pressed-bg,
83
- $numeric-button-pressed-border,
84
- $numeric-button-pressed-gradient
85
- );
86
- }
87
66
  }
88
-
89
-
90
- // Invalid state
91
- &.k-state-invalid,
92
- &.ng-invalid.ng-touched,
93
- &.ng-invalid.ng-dirty {
94
- .k-numeric-wrap {
95
- border-color: $invalid-border;
96
-
97
- .k-input-validation-icon {
98
- color: $invalid-text;
99
- }
100
-
101
- &.k-state-focused {
102
- @include box-shadow($invalid-shadow);
103
- }
104
- }
67
+ .k-link:hover,
68
+ .k-link.k-state-hover {
69
+ @include fill(
70
+ $picker-select-hovered-text,
71
+ $picker-select-hovered-bg,
72
+ $picker-select-hovered-border,
73
+ $picker-select-hovered-gradient
74
+ );
75
+ }
76
+ .k-link:active,
77
+ .k-link.k-state-active {
78
+ @include fill(
79
+ $picker-select-pressed-text,
80
+ $picker-select-pressed-bg,
81
+ $picker-select-pressed-border,
82
+ $picker-select-pressed-gradient
83
+ );
105
84
  }
106
85
  }
86
+
107
87
  }
@@ -1,28 +1 @@
1
1
  // Numeric Textbox
2
- $numeric-bg: $input-bg !default;
3
- $numeric-text: $input-text !default;
4
- $numeric-border: $input-border !default;
5
-
6
- $numeric-hovered-bg: $input-hovered-bg !default;
7
- $numeric-hovered-text: $input-hovered-text !default;
8
- $numeric-hovered-border: $input-hovered-border !default;
9
-
10
- $numeric-focused-bg: $input-focused-bg !default;
11
- $numeric-focused-text: $input-focused-text !default;
12
- $numeric-focused-border: $input-focused-border !default;
13
- $numeric-focused-shadow: $input-focused-shadow !default;
14
-
15
- $numeric-button-bg: $button-bg !default;
16
- $numeric-button-text: $button-text !default;
17
- $numeric-button-border: $button-border !default;
18
- $numeric-button-gradient: $button-gradient !default;
19
-
20
- $numeric-button-hovered-bg: $button-hovered-bg !default;
21
- $numeric-button-hovered-text: $button-hovered-text !default;
22
- $numeric-button-hovered-border: $button-hovered-border !default;
23
- $numeric-button-hovered-gradient: $button-hovered-gradient !default;
24
-
25
- $numeric-button-pressed-bg: $button-active-bg !default;
26
- $numeric-button-pressed-text: $button-active-text !default;
27
- $numeric-button-pressed-border: $button-active-border !default;
28
- $numeric-button-pressed-gradient: $button-active-gradient !default;
@@ -9,6 +9,12 @@
9
9
  font-family: $orgchart-font-family;
10
10
  line-height: $orgchart-line-height;
11
11
  overflow: auto;
12
+
13
+ *,
14
+ *::before,
15
+ *::after {
16
+ box-sizing: border-box;
17
+ }
12
18
  }
13
19
 
14
20
  .k-orgchart-container {
@@ -40,10 +40,10 @@ $orgchart-card-shadow: $card-shadow !default;
40
40
  $orgchart-card-focus-shadow: $card-focus-shadow !default;
41
41
 
42
42
  $orgchart-card-title-margin-bottom: 0px !default;
43
- $orgchart-card-title-font-size: $font-size-lg !default;
43
+ $orgchart-card-title-font-size: null !default;
44
44
 
45
45
  $orgchart-card-subtitle-margin-bottom: 0px !default;
46
- $orgchart-card-subtitle-font-size: $font-size !default;
46
+ $orgchart-card-subtitle-font-size: null !default;
47
47
 
48
48
  $orgchart-card-body-border-width: 2px 0 0 !default;
49
49
  $orgchart-card-body-border-color: transparent !default;
@@ -18,6 +18,12 @@
18
18
  -webkit-touch-callout: none;
19
19
  -webkit-tap-highlight-color: $rgba-transparent;
20
20
 
21
+ *,
22
+ *::before,
23
+ *::after {
24
+ box-sizing: border-box;
25
+ }
26
+
21
27
  .k-link {
22
28
  text-decoration: none;
23
29
  outline: 0;
@@ -70,7 +76,6 @@
70
76
  %base-pager-item {
71
77
  min-width: $button-calc-size;
72
78
  height: $button-calc-size;
73
- box-sizing: border-box;
74
79
  color: inherit;
75
80
  text-align: center;
76
81
  display: inline-flex;
@@ -230,7 +235,6 @@
230
235
  }
231
236
 
232
237
  height: $button-calc-size;
233
- box-sizing: border-box;
234
238
  border-color: inherit;
235
239
  }
236
240
 
@@ -62,5 +62,5 @@ $pager-number-focus-opacity: .12 !default;
62
62
  $pager-number-focus-bg: transparent !default;
63
63
  $pager-number-focus-shadow: inset 0 0 0 2px rgba($pager-number-selected-bg, $pager-number-focus-opacity) !default;
64
64
 
65
- $pager-input-width: 3em !default;
65
+ $pager-input-width: 5em !default;
66
66
  $pager-dropdown-width: 5em !default;