@progress/kendo-theme-default 4.43.1-dev.1 → 4.43.1-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.
Files changed (146) hide show
  1. package/README.md +5 -8
  2. package/dist/all.css +1821 -1910
  3. package/dist/all.scss +3412 -3063
  4. package/package.json +2 -2
  5. package/scss/_layout.scss +0 -0
  6. package/scss/adaptive/_layout.scss +40 -86
  7. package/scss/adaptive/_theme.scss +0 -9
  8. package/scss/appbar/_layout.scss +13 -0
  9. package/scss/appbar/_variables.scss +1 -1
  10. package/scss/autocomplete/_layout.scss +4 -4
  11. package/scss/autocomplete/_theme.scss +20 -39
  12. package/scss/autocomplete/_variables.scss +0 -19
  13. package/scss/avatar/_variables.scss +11 -1
  14. package/scss/avatar/index.md +0 -0
  15. package/scss/button/_layout.scss +3 -9
  16. package/scss/button/_variables.scss +3 -3
  17. package/scss/calendar/_layout.scss +2 -14
  18. package/scss/calendar/_theme.scss +0 -21
  19. package/scss/card/_variables.scss +4 -4
  20. package/scss/chat/_layout.scss +3 -9
  21. package/scss/chat/_theme.scss +0 -21
  22. package/scss/chat/_variables.scss +0 -7
  23. package/scss/checkbox/_index.scss +1 -0
  24. package/scss/checkbox/_layout.scss +80 -146
  25. package/scss/checkbox/_theme.scss +6 -2
  26. package/scss/checkbox/_variables.scss +87 -18
  27. package/scss/checkbox/index.md +0 -0
  28. package/scss/chip/_layout.scss +103 -123
  29. package/scss/chip/_theme.scss +289 -300
  30. package/scss/chip/_variables.scss +7 -9
  31. package/scss/chip/index.md +0 -0
  32. package/scss/color-preview/_layout.scss +51 -9
  33. package/scss/color-preview/_theme.scss +1 -14
  34. package/scss/color-preview/_variables.scss +1 -0
  35. package/scss/coloreditor/_layout.scss +5 -1
  36. package/scss/coloreditor/_variables.scss +3 -3
  37. package/scss/colorpicker/_layout.scss +23 -45
  38. package/scss/colorpicker/_theme.scss +33 -42
  39. package/scss/combobox/_layout.scss +22 -29
  40. package/scss/combobox/_theme.scss +59 -99
  41. package/scss/combobox/_variables.scss +1 -32
  42. package/scss/dateinput/_index.scss +11 -0
  43. package/scss/dateinput/_layout.scss +81 -0
  44. package/scss/dateinput/_theme.scss +86 -0
  45. package/scss/dateinput/_variables.scss +1 -0
  46. package/scss/datepicker/_index.scss +13 -0
  47. package/scss/datepicker/_layout.scss +48 -0
  48. package/scss/datepicker/_theme.scss +87 -0
  49. package/scss/datepicker/_variables.scss +1 -0
  50. package/scss/daterangepicker/_index.scss +10 -0
  51. package/scss/daterangepicker/_layout.scss +27 -0
  52. package/scss/daterangepicker/_theme.scss +3 -0
  53. package/scss/daterangepicker/_variables.scss +1 -0
  54. package/scss/{datetime → datetimepicker}/_index.scss +5 -4
  55. package/scss/datetimepicker/_layout.scss +120 -0
  56. package/scss/datetimepicker/_theme.scss +89 -0
  57. package/scss/datetimepicker/_variables.scss +2 -0
  58. package/scss/dropdowngrid/_layout.scss +1 -0
  59. package/scss/dropdowngrid/index.md +0 -0
  60. package/scss/dropdownlist/_layout.scss +37 -55
  61. package/scss/dropdownlist/_theme.scss +33 -75
  62. package/scss/editor/_layout.scss +7 -22
  63. package/scss/fab/index.md +0 -0
  64. package/scss/filter/_index.scss +1 -1
  65. package/scss/filter/_layout.scss +9 -2
  66. package/scss/filter/_theme.scss +3 -1
  67. package/scss/forms/_layout.scss +10 -14
  68. package/scss/gantt/_index.scss +1 -1
  69. package/scss/gantt/_layout.scss +1 -1
  70. package/scss/grid/_index.scss +1 -1
  71. package/scss/grid/_layout.scss +128 -101
  72. package/scss/grid/_variables.scss +7 -9
  73. package/scss/imageeditor/_layout.scss +4 -8
  74. package/scss/imageeditor/_variables.scss +1 -0
  75. package/scss/index.scss +7 -1
  76. package/scss/input/_layout.scss +26 -27
  77. package/scss/input/_variables.scss +20 -5
  78. package/scss/list/_index.scss +1 -0
  79. package/scss/list/_layout.scss +16 -36
  80. package/scss/list/_theme.scss +4 -3
  81. package/scss/list/_variables.scss +66 -6
  82. package/scss/list/index.md +0 -0
  83. package/scss/listbox/_variables.scss +1 -1
  84. package/scss/listview/_layout.scss +2 -9
  85. package/scss/map/_layout.scss +7 -5
  86. package/scss/maskedtextbox/_layout.scss +17 -31
  87. package/scss/maskedtextbox/_theme.scss +44 -14
  88. package/scss/mediaplayer/_layout.scss +5 -0
  89. package/scss/menu/_layout.scss +48 -5
  90. package/scss/menu/_theme.scss +6 -2
  91. package/scss/menu/_variables.scss +1 -1
  92. package/scss/numerictextbox/_layout.scss +9 -27
  93. package/scss/numerictextbox/_theme.scss +64 -84
  94. package/scss/numerictextbox/_variables.scss +0 -27
  95. package/scss/orgchart/_variables.scss +2 -2
  96. package/scss/pager/_variables.scss +1 -1
  97. package/scss/panelbar/_theme.scss +9 -2
  98. package/scss/panelbar/_variables.scss +4 -0
  99. package/scss/pdf-viewer/_layout.scss +20 -29
  100. package/scss/pdf-viewer/_variables.scss +2 -5
  101. package/scss/pivotgrid/_layout.scss +0 -16
  102. package/scss/pivotgrid/_variables.scss +0 -3
  103. package/scss/radio/_index.scss +1 -0
  104. package/scss/radio/_layout.scss +90 -136
  105. package/scss/radio/_theme.scss +2 -2
  106. package/scss/radio/_variables.scss +88 -26
  107. package/scss/radio/index.md +0 -0
  108. package/scss/scheduler/_index.scss +1 -1
  109. package/scss/scheduler/_layout.scss +26 -13
  110. package/scss/scrollview/_layout.scss +6 -1
  111. package/scss/searchbox/_layout.scss +22 -8
  112. package/scss/searchbox/_theme.scss +16 -25
  113. package/scss/searchbox/_variables.scss +0 -20
  114. package/scss/skeleton/_layout.scss +1 -1
  115. package/scss/slider/_layout.scss +2 -0
  116. package/scss/spreadsheet/_index.scss +1 -1
  117. package/scss/spreadsheet/_layout.scss +31 -23
  118. package/scss/switch/index.md +0 -0
  119. package/scss/table/_layout.scss +62 -7
  120. package/scss/table/_theme.scss +3 -2
  121. package/scss/table/_variables.scss +3 -3
  122. package/scss/tabstrip/_layout.scss +1 -1
  123. package/scss/timepicker/_index.scss +15 -0
  124. package/scss/timepicker/_layout.scss +48 -0
  125. package/scss/timepicker/_theme.scss +87 -0
  126. package/scss/timepicker/_variables.scss +1 -0
  127. package/scss/timeselector/_index.scss +13 -0
  128. package/scss/timeselector/_layout.scss +207 -0
  129. package/scss/timeselector/_theme.scss +70 -0
  130. package/scss/timeselector/_variables.scss +32 -0
  131. package/scss/toolbar/_layout.scss +36 -2
  132. package/scss/toolbar/_theme.scss +35 -7
  133. package/scss/treeview/_layout.scss +130 -110
  134. package/scss/treeview/_theme.scss +36 -25
  135. package/scss/treeview/_variables.scss +67 -13
  136. package/scss/typography/_variables.scss +3 -3
  137. package/scss/utils/_border.scss +1 -2
  138. package/scss/utils/_flex.scss +11 -3
  139. package/scss/virtual-scroller/_index.scss +10 -0
  140. package/scss/virtual-scroller/_layout.scss +35 -0
  141. package/scss/virtual-scroller/_theme.scss +3 -0
  142. package/scss/virtual-scroller/_variables.scss +1 -0
  143. package/scss/window/_variables.scss +1 -1
  144. package/scss/datetime/_layout.scss +0 -462
  145. package/scss/datetime/_theme.scss +0 -321
  146. package/scss/datetime/_variables.scss +0 -53
@@ -5,7 +5,7 @@
5
5
  .k-list__group-header { // sass-lint:disable-line class-name-format
6
6
  color: $component-text;
7
7
  border-color: $component-border;
8
- box-shadow: $list-container-shadow;
8
+ box-shadow: $list-header-shadow;
9
9
  }
10
10
 
11
11
  .k-list__item__group { // sass-lint:disable-line class-name-format
@@ -95,8 +95,9 @@
95
95
  }
96
96
 
97
97
 
98
- .k-nodata {
99
- color: $list-container-no-data-text;
98
+ // No data
99
+ .k-no-data {
100
+ color: $list-no-data-text;
100
101
  }
101
102
 
102
103
  }
@@ -1,17 +1,77 @@
1
1
  // List
2
- $list-item-padding-x: $padding-x !default;
3
- $list-item-padding-y: $padding-y !default;
4
2
 
3
+ /// Font size of the list component.
4
+ /// @group list
5
+ $list-font-size: $font-size-md !default;
6
+
7
+ /// Line height of the list component.
8
+ /// @group list
9
+ $list-line-height: $line-height-md !default;
10
+ $list-line-height-em: $line-height-em !default;
11
+
12
+ /// Horizontal padding of list items.
13
+ /// @group list
14
+ $list-item-padding-x: map-get( $spacing, 2 ) !default;
15
+
16
+ /// Vertical padding of list items.
17
+ /// @group list
18
+ $list-item-padding-y: map-get( $spacing, 1 ) !default;
19
+
20
+
21
+ /// Background color of the list component.
22
+ /// @group list
23
+ $list-bg: $component-bg !default;
24
+ /// Text color of the list component.
25
+ /// @group list
26
+ $list-text: $component-text !default;
27
+ /// Border color of the list component.
28
+ /// @group list
29
+ $list-border: $component-border !default;
30
+
31
+ /// Background color of list header.
32
+ /// @group list
33
+ $list-header-bg: null !default;
34
+ /// Text color of list header.
35
+ /// @group list
36
+ $list-header-text: null !default;
37
+ /// Border color of list header.
38
+ /// @group list
39
+ $list-header-border: inherit !default;
40
+ /// Box shadow of list header.
41
+ /// @group list
42
+ $list-header-shadow: 0 5px 10px 0 rgba(0, 0, 0, .06) !default;
43
+
44
+ /// Background color of list items.
45
+ /// @group list
5
46
  $list-item-bg: null !default;
47
+ /// Text color of list items.
48
+ /// @group list
6
49
  $list-item-text: $component-text !default;
7
50
 
51
+ /// Background color of hovered list items.
52
+ /// @group list
8
53
  $list-item-hovered-bg: $hovered-bg !default;
54
+ /// Text color of hovered list items.
55
+ /// @group list
9
56
  $list-item-hovered-text: $hovered-text !default;
10
57
 
58
+ /// Background color of focused list items.
59
+ /// @group list
60
+ $list-item-focused-bg: null !default;
61
+ /// Text color of focused list items.
62
+ /// @group list
63
+ $list-item-focused-text: null !default;
64
+ /// Box shadow of focused list items.
65
+ /// @group list
66
+ $list-item-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .12) !default;
67
+
68
+ /// Background color of selected list items.
69
+ /// @group list
11
70
  $list-item-selected-bg: $selected-bg !default;
71
+ /// Text color of selected list items.
72
+ /// @group list
12
73
  $list-item-selected-text: $selected-text !default;
13
74
 
14
- $list-item-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .12) !default;
15
-
16
- $list-container-shadow: 0 5px 10px 0 rgba(0, 0, 0, .06) !default;
17
- $list-container-no-data-text: $subtle-text !default;
75
+ /// Text color of the 'No Data' text.
76
+ /// @group list
77
+ $list-no-data-text: $subtle-text !default;
File without changes
@@ -1,7 +1,7 @@
1
1
  // Listbox
2
2
  $listbox-margin: $padding-x !default;
3
3
  $listbox-button-margin: $padding-x !default;
4
- $listbox-width: 12.4em !default;
4
+ $listbox-width: 10em !default;
5
5
  $listbox-default-height: 200px !default;
6
6
 
7
7
  $listbox-border-width: 1px !default;
@@ -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
  }
@@ -73,35 +73,37 @@
73
73
 
74
74
  // Buttons
75
75
  .k-button {
76
- margin: 0;
77
76
  padding: 0;
78
77
  width: auto;
79
78
  height: auto;
80
- border-radius: 100%;
81
79
  line-height: 1;
82
80
  box-shadow: none;
83
81
  position: absolute;
84
82
 
85
- &:not(:hover) {
86
- border-color: transparent;
87
- background: none;
83
+ .k-icon {
84
+ min-width: 0;
85
+ min-height: 0;
88
86
  }
89
87
  }
88
+ .k-navigator-n,
90
89
  .k-navigator-up {
91
90
  transform: translateX(-50%);
92
91
  top: $map-navigator-padding;
93
92
  left: 50%;
94
93
  }
94
+ .k-navigator-e,
95
95
  .k-navigator-right {
96
96
  transform: translateY(-50%);
97
97
  right: $map-navigator-padding;
98
98
  top: 50%;
99
99
  }
100
+ .k-navigator-s,
100
101
  .k-navigator-down {
101
102
  transform: translateX(-50%);
102
103
  bottom: $map-navigator-padding;
103
104
  left: 50%;
104
105
  }
106
+ .k-navigator-w,
105
107
  .k-navigator-left {
106
108
  transform: translateY(-50%);
107
109
  left: $map-navigator-padding;
@@ -1,51 +1,37 @@
1
- @include exports("maskedtextbox/layout") {
1
+ @include exports( "maskedtextbox/layout" ) {
2
2
 
3
3
  // Masked textbox
4
4
  .k-maskedtextbox {
5
+ @include border-radius( $input-border-radius );
5
6
  width: $input-default-width;
7
+ border-width: $input-border-width;
8
+ border-style: solid;
9
+ box-sizing: border-box;
10
+ outline: 0;
6
11
  font-family: $input-font-family;
7
12
  font-size: $input-font-size;
8
13
  line-height: $input-line-height;
9
- border-width: 0;
10
- box-sizing: border-box;
11
- outline: 0;
12
- background: none;
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-textbox {
22
- flex: 1 0 0%;
23
- min-width: 0;
24
-
25
- &.k-state-invalid {
26
- transition: none;
27
- }
28
- }
29
25
 
30
- .k-i-warning {
31
- position: absolute;
32
- top: 50%;
33
- transform: translateY(-50%);
34
- right: $padding-x;
35
- }
26
+ // Input
27
+ .k-input {}
36
28
 
37
- &[dir="rtl"],
38
- .k-rtl & {
39
- text-align: right;
40
29
 
41
- .k-i-warning {
42
- right: auto;
43
- left: $padding-x;
44
- }
45
- }
46
-
47
- ::-ms-clear {
48
- display: none;
30
+ // Loading icon
31
+ .k-i-loading {
32
+ width: $input-icon-width;
33
+ height: $input-icon-height;
49
34
  }
50
35
  }
36
+
51
37
  }
@@ -1,28 +1,58 @@
1
- @include exports("maskedtextbox/theme") {
1
+ @include exports( "maskedtextbox/theme" ) {
2
2
 
3
+ // Masked textbox
3
4
  .k-maskedtextbox {
5
+ @include fill(
6
+ $input-text,
7
+ $input-bg,
8
+ $input-border
9
+ );
4
10
 
5
- .k-i-warning {
6
- color: $error;
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
+ );
7
19
  }
8
20
 
9
- &.k-state-invalid,
10
- &.ng-invalid.ng-touched,
11
- &.ng-invalid.ng-dirty {
12
- .k-textbox {
13
- border-color: $invalid-border;
14
- }
21
+ // Focus state
22
+ &:focus,
23
+ &.k-state-focus {
24
+ @include fill(
25
+ $input-focused-text,
26
+ $input-focused-bg,
27
+ $input-focused-border
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
+ }
39
+
40
+
41
+ // Invalid state
42
+ &.k-invalid,
43
+ &.ng-invalid,
44
+ &.k-state-invalid {
45
+ border-color: $invalid-border;
15
46
 
16
47
  .k-input-validation-icon {
17
48
  color: $invalid-text;
18
49
  }
19
50
 
20
- &:focus,
21
- &.k-state-focused {
22
- .k-textbox {
23
- @include box-shadow($invalid-shadow);
24
- }
51
+ &:focus-within,
52
+ &.k-state-focus {
53
+ @include box-shadow($invalid-shadow);
25
54
  }
26
55
  }
27
56
  }
57
+
28
58
  }
@@ -48,6 +48,11 @@
48
48
  width: 100% !important;
49
49
  // sass-lint:enable no-important
50
50
  box-shadow: none;
51
+
52
+
53
+ .k-dropdown {
54
+ width: auto;
55
+ }
51
56
  }
52
57
  .k-mediaplayer-time-wrap {
53
58
  flex: 1;
@@ -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;
@@ -1,39 +1,27 @@
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;
27
- 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
- }
36
-
37
25
 
38
26
  // Input
39
27
  .k-input {
@@ -49,6 +37,7 @@
49
37
  border-inline-start-width: $picker-select-border-width;
50
38
  border-style: solid;
51
39
  box-sizing: border-box;
40
+ outline: 0;
52
41
  display: flex;
53
42
  flex-direction: column;
54
43
  align-items: stretch;
@@ -81,13 +70,6 @@
81
70
  .k-link-decrease .k-icon {
82
71
  top: -$spinner-icon-offset;
83
72
  }
84
-
85
-
86
- // RTL
87
- .k-rtl &,
88
- &[dir="rtl"] {
89
- text-align: right;
90
- }
91
73
  }
92
74
 
93
75
  }