@progress/kendo-theme-default 5.0.0-alpha.0 → 5.0.0-beta.0

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 (132) hide show
  1. package/dist/all.css +8332 -10393
  2. package/dist/all.scss +12986 -13551
  3. package/package.json +2 -2
  4. package/scss/_variables.scss +2 -19
  5. package/scss/action-buttons/_layout.scss +2 -0
  6. package/scss/adaptive/_layout.scss +6 -12
  7. package/scss/all.scss +1 -154
  8. package/scss/autocomplete/_index.scss +1 -0
  9. package/scss/autocomplete/_variables.scss +0 -5
  10. package/scss/avatar/_layout.scss +13 -17
  11. package/scss/avatar/_theme.scss +4 -4
  12. package/scss/avatar/_variables.scss +18 -8
  13. package/scss/breadcrumb/_layout.scss +0 -13
  14. package/scss/button/_index.scss +2 -0
  15. package/scss/button/_layout.scss +11 -30
  16. package/scss/button/_variables.scss +7 -5
  17. package/scss/calendar/_index.scss +1 -0
  18. package/scss/calendar/_layout.scss +0 -12
  19. package/scss/calendar/_theme.scss +1 -19
  20. package/scss/card/_layout.scss +1 -0
  21. package/scss/chat/_layout.scss +27 -25
  22. package/scss/chat/_theme.scss +0 -10
  23. package/scss/chat/_variables.scss +3 -11
  24. package/scss/checkbox/_index.scss +2 -0
  25. package/scss/checkbox/_variables.scss +1 -1
  26. package/scss/chip/_layout.scss +49 -132
  27. package/scss/chip/_theme.scss +89 -387
  28. package/scss/chip/_variables.scss +127 -191
  29. package/scss/color-preview/_layout.scss +26 -1
  30. package/scss/color-preview/_theme.scss +0 -1
  31. package/scss/colorgradient/_layout.scss +7 -0
  32. package/scss/colorpicker/_variables.scss +0 -2
  33. package/scss/combobox/_index.scss +1 -0
  34. package/scss/combobox/_variables.scss +0 -2
  35. package/scss/core/functions/_colors.scss +4 -1
  36. package/scss/core/mixins/_index.scss +1 -0
  37. package/scss/core/mixins/_module-system.scss +149 -0
  38. package/scss/dataviz/_index.scss +1 -0
  39. package/scss/dateinput/_index.scss +15 -0
  40. package/scss/dateinput/_layout.scss +6 -0
  41. package/scss/dateinput/_theme.scss +6 -0
  42. package/scss/dateinput/_variables.scss +1 -0
  43. package/scss/datepicker/_index.scss +15 -0
  44. package/scss/datepicker/_layout.scss +6 -0
  45. package/scss/datepicker/_theme.scss +6 -0
  46. package/scss/datepicker/_variables.scss +1 -0
  47. package/scss/daterangepicker/_index.scss +15 -0
  48. package/scss/daterangepicker/_layout.scss +3 -0
  49. package/scss/daterangepicker/_theme.scss +3 -0
  50. package/scss/daterangepicker/_variables.scss +1 -0
  51. package/scss/datetime/_layout.scss +0 -259
  52. package/scss/datetime/_theme.scss +0 -227
  53. package/scss/datetimepicker/_index.scss +15 -0
  54. package/scss/datetimepicker/_layout.scss +6 -0
  55. package/scss/datetimepicker/_theme.scss +6 -0
  56. package/scss/datetimepicker/_variables.scss +1 -0
  57. package/scss/drawer/_index.scss +1 -0
  58. package/scss/drawer/_variables.scss +1 -1
  59. package/scss/dropdownlist/_index.scss +1 -0
  60. package/scss/dropdownlist/_layout.scss +11 -0
  61. package/scss/dropzone/_layout.scss +0 -16
  62. package/scss/editor/_layout.scss +86 -47
  63. package/scss/editor/_theme.scss +9 -0
  64. package/scss/editor/_variables.scss +8 -0
  65. package/scss/expansion-panel/_index.scss +1 -0
  66. package/scss/expansion-panel/_variables.scss +2 -2
  67. package/scss/filemanager/_theme.scss +1 -1
  68. package/scss/forms/_index.scss +1 -1
  69. package/scss/forms/_layout.scss +11 -84
  70. package/scss/gantt/_layout.scss +5 -3
  71. package/scss/grid/_index.scss +1 -0
  72. package/scss/grid/_layout.scss +27 -29
  73. package/scss/grid/_theme.scss +12 -12
  74. package/scss/grid/_variables.scss +3 -3
  75. package/scss/icons/_layout.scss +6 -1
  76. package/scss/icons/font/WebComponentsIcons.scss +1 -1
  77. package/scss/icons/font/WebComponentsIcons.ttf +0 -0
  78. package/scss/index.scss +156 -0
  79. package/scss/input/_layout.scss +93 -17
  80. package/scss/input/_theme.scss +11 -3
  81. package/scss/input/_variables.scss +36 -28
  82. package/scss/list/_index.scss +11 -0
  83. package/scss/list/_layout.scss +194 -0
  84. package/scss/list/_theme.scss +54 -0
  85. package/scss/list/_variables.scss +81 -0
  86. package/scss/listbox/_index.scss +1 -0
  87. package/scss/menu/_index.scss +1 -0
  88. package/scss/menu/_layout.scss +72 -41
  89. package/scss/menu/_theme.scss +27 -24
  90. package/scss/menu/_variables.scss +114 -35
  91. package/scss/multiselect/_index.scss +2 -0
  92. package/scss/multiselect/_layout.scss +0 -180
  93. package/scss/multiselect/_theme.scss +0 -139
  94. package/scss/multiselect/_variables.scss +0 -36
  95. package/scss/notification/_layout.scss +0 -22
  96. package/scss/pager/_index.scss +1 -0
  97. package/scss/pager/_theme.scss +4 -4
  98. package/scss/pager/_variables.scss +5 -5
  99. package/scss/panelbar/_index.scss +1 -0
  100. package/scss/panelbar/_layout.scss +0 -53
  101. package/scss/panelbar/_variables.scss +2 -2
  102. package/scss/pivotgrid/_index.scss +1 -0
  103. package/scss/pivotgrid/_layout.scss +1 -45
  104. package/scss/pivotgrid/_theme.scss +1 -2
  105. package/scss/pivotgrid/_variables.scss +1 -1
  106. package/scss/popup/_index.scss +1 -4
  107. package/scss/popup/_layout.scss +0 -229
  108. package/scss/popup/_theme.scss +1 -157
  109. package/scss/popup/_variables.scss +0 -5
  110. package/scss/radio/_index.scss +2 -0
  111. package/scss/radio/_variables.scss +1 -1
  112. package/scss/rating/_layout.scss +0 -8
  113. package/scss/slider/_layout.scss +0 -18
  114. package/scss/spreadsheet/_index.scss +1 -0
  115. package/scss/spreadsheet/_layout.scss +3 -2
  116. package/scss/spreadsheet/_theme.scss +6 -6
  117. package/scss/table/_index.scss +19 -0
  118. package/scss/table/_layout.scss +220 -0
  119. package/scss/table/_theme.scss +64 -0
  120. package/scss/table/_variables.scss +72 -0
  121. package/scss/tabstrip/_index.scss +1 -0
  122. package/scss/tabstrip/_layout.scss +10 -0
  123. package/scss/tabstrip/_theme.scss +1 -0
  124. package/scss/tabstrip/_variables.scss +3 -3
  125. package/scss/timepicker/_index.scss +15 -0
  126. package/scss/timepicker/_layout.scss +6 -0
  127. package/scss/timepicker/_theme.scss +6 -0
  128. package/scss/timepicker/_variables.scss +1 -0
  129. package/scss/toolbar/_layout.scss +2 -1
  130. package/scss/upload/_layout.scss +0 -80
  131. package/scss/window/_layout.scss +1 -0
  132. package/scss/no-flexbox.scss +0 -70
@@ -0,0 +1,6 @@
1
+ @include exports("datepicker/theme") {
2
+
3
+ // Date picker
4
+ .k-datepicker {}
5
+
6
+ }
@@ -0,0 +1 @@
1
+ // Datepicker
@@ -0,0 +1,15 @@
1
+ @import "../core/_index.scss";
2
+
3
+
4
+ // Dependencies
5
+ @import "../common/_index.scss";
6
+ @import "../input/_index.scss";
7
+ @import "../floating-label/_index.scss";
8
+ @import "../popup/_index.scss";
9
+ @import "../icons/_index.scss";
10
+
11
+
12
+ // Component
13
+ @import "_variables.scss";
14
+ @import "_layout.scss";
15
+ @import "_theme.scss";
@@ -0,0 +1,3 @@
1
+ @include exports("daterangepicker/layout") {
2
+
3
+ }
@@ -0,0 +1,3 @@
1
+ @include exports("daterangepicker/theme") {
2
+
3
+ }
@@ -0,0 +1 @@
1
+ // Daterangepicker
@@ -1,263 +1,5 @@
1
1
  @include exports("datetime/layout") {
2
2
 
3
- // Dateinput
4
- .k-dateinput {
5
- border-width: 0;
6
- box-sizing: border-box;
7
- outline: 0;
8
- background: none;
9
- font-family: $kendo-input-font-family;
10
- font-size: $kendo-input-font-size;
11
- line-height: $kendo-input-line-height;
12
- text-align: left;
13
- white-space: nowrap;
14
- display: inline-flex;
15
- vertical-align: middle;
16
- position: relative;
17
- -webkit-touch-callout: none;
18
- -webkit-tap-highlight-color: $rgba-transparent;
19
-
20
- .k-dateinput-wrap {
21
- @include border-radius( $kendo-input-border-radius );
22
- padding: 0;
23
- width: 100%;
24
- border-width: 1px;
25
- border-style: solid;
26
- box-sizing: border-box;
27
- position: relative;
28
- transition: all .1s ease; // sass-lint:disable-line no-transition-all
29
- cursor: default;
30
- outline: 0;
31
- display: flex;
32
- flex-flow: row nowrap;
33
- }
34
-
35
-
36
- // Input
37
- .k-input {}
38
-
39
-
40
- // Select
41
- .k-select {
42
- @include border-right-radius-only( $kendo-input-border-radius );
43
- padding: 0;
44
- width: $kendo-input-spinner-width;
45
- border-width: 0 0 0 $picker-select-border-width;
46
- border-style: solid;
47
- box-sizing: border-box;
48
- outline: 0;
49
- display: flex;
50
- flex-direction: column;
51
- align-items: stretch;
52
- justify-content: center;
53
- flex: 0 0 auto;
54
- text-align: center;
55
- cursor: pointer;
56
- }
57
- .k-link {
58
- padding: 0 $picker-select-padding-x;
59
- min-width: $icon-size;
60
- flex: 1 1 auto;
61
- display: block;
62
- overflow: hidden;
63
- position: relative;
64
-
65
- .k-icon {
66
- position: absolute;
67
- right: 50%;
68
- transform: translateX(50%);
69
- }
70
- }
71
- .k-link-increase .k-icon {
72
- bottom: -$kendo-input-spinner-icon-offset;
73
- }
74
- .k-link-decrease .k-icon {
75
- top: -$kendo-input-spinner-icon-offset;
76
- }
77
-
78
-
79
- // RTL
80
- .k-rtl &,
81
- &[dir="rtl"] {
82
- text-align: right;
83
-
84
- .k-select {
85
- @include border-left-radius-only( $kendo-input-border-radius );
86
- border-width: 0 $picker-select-border-width 0 0;
87
- }
88
- }
89
-
90
-
91
- // Nested dateinput
92
- .k-picker-wrap & {
93
- margin: 0 !important; // sass-lint:disable-line no-important
94
- width: 100%;
95
- flex: 1 1 auto;
96
-
97
- .k-dateinput-wrap {
98
- @include border-left-radius-only( $kendo-input-border-radius );
99
- border-width: 0;
100
- box-shadow: none !important; // sass-lint:disable-line no-important
101
- }
102
-
103
- [dir="rtl"] &,
104
- .k-rtl & {
105
- .k-dateinput-wrap {
106
- @include border-right-radius-only( $kendo-input-border-radius );
107
- }
108
- }
109
-
110
- }
111
- }
112
-
113
-
114
- // Datepicker / timepicker
115
- .k-datepicker,
116
- .k-timepicker {
117
- border-width: 0;
118
- box-sizing: border-box;
119
- outline: 0;
120
- font-family: $kendo-input-font-family;
121
- font-size: $kendo-input-font-size;
122
- line-height: $kendo-input-line-height;
123
- white-space: nowrap;
124
- background: none;
125
- display: inline-flex;
126
- vertical-align: middle;
127
- position: relative;
128
- -webkit-touch-callout: none;
129
- -webkit-tap-highlight-color: $rgba-transparent;
130
-
131
- // Wrapper
132
- .k-picker-wrap {
133
- @include border-radius( $kendo-input-border-radius );
134
- padding: 0;
135
- width: 100%;
136
- border-width: $kendo-input-border-width;
137
- border-style: solid;
138
- box-sizing: border-box;
139
- display: flex;
140
- flex-direction: row;
141
- position: relative;
142
- transition: all .1s ease; // sass-lint:disable-block no-transition-all
143
- cursor: default;
144
- outline: 0;
145
- }
146
-
147
-
148
- // Input
149
- .k-input {}
150
-
151
-
152
- // Select
153
- .k-select {
154
- @include border-right-radius-only( $kendo-input-border-radius );
155
- padding: $picker-select-padding-y $picker-select-padding-x;
156
- width: if( $use-picker-select-width, $picker-select-calc-size, null );
157
- border-width: 0 0 0 $picker-select-border-width;
158
- border-style: solid;
159
- box-sizing: border-box;
160
- outline: 0;
161
- display: flex;
162
- align-items: center;
163
- justify-content: center;
164
- flex: 0 0 auto;
165
- text-align: center;
166
- cursor: pointer;
167
- }
168
-
169
-
170
- // RTL
171
- .k-rtl &,
172
- &[dir="rtl"] {
173
- text-align: right;
174
-
175
- .k-select {
176
- @include border-left-radius-only( $kendo-input-border-radius );
177
- border-width: 0 $picker-select-border-width 0 0;
178
- }
179
- }
180
- }
181
-
182
-
183
- // Datetimepicker
184
- .k-datetimepicker {
185
- border-width: 0;
186
- box-sizing: border-box;
187
- outline: 0;
188
- font-family: $kendo-input-font-family;
189
- font-size: $kendo-input-font-size;
190
- line-height: $kendo-input-line-height;
191
- text-align: left;
192
- white-space: nowrap;
193
- background: none;
194
- display: inline-flex;
195
- vertical-align: middle;
196
- position: relative;
197
- -webkit-touch-callout: none;
198
- -webkit-tap-highlight-color: $rgba-transparent;
199
-
200
- // Wrappers
201
- .k-picker-wrap {
202
- @include border-radius( $kendo-input-border-radius );
203
- padding: 0;
204
- width: 100%;
205
- border-width: 1px;
206
- border-style: solid;
207
- box-sizing: border-box;
208
- display: flex;
209
- flex-direction: row;
210
- position: relative;
211
- transition: all .1s ease; // sass-lint:disable-block no-transition-all
212
- cursor: default;
213
- outline: 0;
214
- }
215
-
216
-
217
- // Input
218
- .k-input {}
219
-
220
-
221
- // Select
222
- .k-select {
223
- @include border-right-radius-only( $kendo-input-border-radius );
224
- border-width: 0 0 0 $picker-select-border-width;
225
- border-style: solid;
226
- box-sizing: border-box;
227
- outline: 0;
228
- display: flex;
229
- align-items: stretch;
230
- justify-content: center;
231
- flex: 0 0 auto;
232
- text-align: center;
233
- cursor: pointer;
234
- }
235
- .k-link {
236
- padding: $picker-select-padding-y $picker-select-padding-x;
237
- width: if( $use-picker-select-width, $kendo-button-inner-calc-size, null );
238
- height: 100%;
239
- border-width: 0;
240
- border-style: solid;
241
- border-color: inherit;
242
- display: flex;
243
- align-items: center;
244
- justify-content: center;
245
- box-sizing: border-box;
246
- }
247
-
248
-
249
- // RTL
250
- .k-rtl &,
251
- &[dir="rtl"] {
252
- text-align: right;
253
-
254
- .k-select {
255
- @include border-left-radius-only( $kendo-input-border-radius );
256
- border-width: 0 $picker-select-border-width 0 0;
257
- }
258
- }
259
- }
260
-
261
3
  .k-datetime-container {
262
4
 
263
5
  .k-datetime-wrap {
@@ -459,7 +201,6 @@
459
201
  z-index: 1;
460
202
  border-width: $time-highlight-size 0;
461
203
  border-style: solid;
462
- border-radius: .1px; // workaround for https://bugs.webkit.org/show_bug.cgi?id=175117
463
204
  }
464
205
 
465
206
  .k-time-container .k-scrollable-placeholder {
@@ -1,103 +1,5 @@
1
1
  @include exports("datetime/theme") {
2
2
 
3
- // Common
4
- .k-datepicker,
5
- .k-timepicker,
6
- .k-datetimepicker,
7
- .k-dateinput {
8
-
9
- .k-select {
10
- @include fill(
11
- $datetime-select-text,
12
- $datetime-select-bg,
13
- $datetime-select-border,
14
- $datetime-select-gradient
15
- );
16
- }
17
-
18
- .k-i-warning {
19
- color: $error;
20
- }
21
- }
22
-
23
-
24
- .k-datepicker .k-picker-wrap,
25
- .k-timepicker .k-picker-wrap,
26
- .k-datetimepicker .k-picker-wrap,
27
- .k-dateinput .k-dateinput-wrap {
28
- @include fill(
29
- $datetime-text,
30
- $datetime-bg,
31
- $datetime-border
32
- );
33
-
34
- // Hovered state
35
- &:hover,
36
- &.k-state-hover {
37
- @include fill(
38
- $datetime-hovered-text,
39
- $datetime-hovered-bg,
40
- $datetime-hovered-border
41
- );
42
- }
43
-
44
- // Selected state
45
- &.k-state-focused,
46
- &.k-state-active {
47
- @include fill(
48
- $datetime-focused-text,
49
- $datetime-focused-bg,
50
- $datetime-focused-border
51
- );
52
- @include box-shadow($datetime-focused-shadow);
53
- }
54
- }
55
-
56
- .k-datepicker,
57
- .k-timepicker {
58
-
59
- .k-select:hover,
60
- .k-select.k-state-hover {
61
- @include fill(
62
- $datetime-select-hovered-text,
63
- $datetime-select-hovered-bg,
64
- $datetime-select-hovered-border,
65
- $datetime-select-hovered-gradient
66
- );
67
- }
68
- }
69
-
70
-
71
- .k-dateinput,
72
- .k-datetimepicker {
73
-
74
- .k-link:hover,
75
- .k-link.k-state-hover {
76
- @include fill(
77
- $datetime-select-hovered-text,
78
- $datetime-select-hovered-bg,
79
- $datetime-select-hovered-border,
80
- $datetime-select-hovered-gradient
81
- );
82
- }
83
-
84
- .k-link:active,
85
- .k-link.k-state-active,
86
- .k-link.k-state-selected {
87
- @include fill(
88
- $datetime-select-pressed-text,
89
- $datetime-select-pressed-bg,
90
- $datetime-select-pressed-border,
91
- $datetime-select-pressed-gradient
92
- );
93
- }
94
- }
95
-
96
-
97
- // Timepicker
98
- .k-timepicker {}
99
-
100
-
101
3
  // Timepicker header
102
4
  .k-time-header {
103
5
 
@@ -165,133 +67,4 @@
165
67
  }
166
68
  }
167
69
 
168
- .k-datepicker,
169
- .k-datetimepicker,
170
- .k-timepicker {
171
- .k-picker-wrap {
172
- // Invalid
173
- &.k-invalid,
174
- &.k-state-invalid {
175
- border-color: $invalid-border;
176
-
177
- &:focus,
178
- &.k-state-focused {
179
- @include box-shadow($invalid-shadow);
180
- }
181
- }
182
- }
183
- // Invalid
184
- &.k-state-invalid,
185
- &.ng-invalid.ng-touched,
186
- &.ng-invalid.ng-dirty {
187
- .k-picker-wrap {
188
- border-color: $invalid-border;
189
-
190
- &:focus,
191
- &.k-state-focused {
192
- @include box-shadow($invalid-shadow);
193
- }
194
- }
195
- }
196
- }
197
- .k-dateinput {
198
- .k-dateinput-wrap {
199
- // Invalid
200
- &.k-invalid,
201
- &.k-state-invalid {
202
- border-color: $invalid-border;
203
-
204
- &:focus,
205
- &.k-state-focused {
206
- @include box-shadow($invalid-shadow);
207
- }
208
- }
209
- }
210
- // Invalid
211
- &.k-state-invalid,
212
- &.ng-invalid.ng-touched,
213
- &.ng-invalid.ng-dirty {
214
- .k-dateinput-wrap {
215
- border-color: $invalid-border;
216
-
217
- &:focus,
218
- &.k-state-focused {
219
- @include box-shadow($invalid-shadow);
220
- }
221
- }
222
- }
223
- }
224
-
225
- // Universal rendering
226
- .k-datepicker {
227
- &.k-state-hover {
228
- .k-picker-wrap {
229
- @include fill(
230
- $datetime-hovered-text,
231
- $datetime-hovered-bg,
232
- $datetime-hovered-border
233
- );
234
- }
235
- }
236
-
237
- &.k-state-focus {
238
- .k-picker-wrap {
239
- @include fill(
240
- $datetime-focused-text,
241
- $datetime-focused-bg,
242
- $datetime-focused-border
243
- );
244
- @include box-shadow($datetime-focused-shadow);
245
- }
246
- }
247
-
248
- &.k-invalid {
249
- .k-picker-wrap {
250
- border-color: $invalid-border;
251
- }
252
- }
253
-
254
- &.k-invalid.k-state-focus {
255
- .k-picker-wrap {
256
- @include box-shadow($invalid-shadow);
257
- }
258
- }
259
- }
260
-
261
- .k-dateinput,
262
- .k-daterangepicker {
263
- &.k-state-hover {
264
- .k-dateinput-wrap {
265
- @include fill(
266
- $datetime-hovered-text,
267
- $datetime-hovered-bg,
268
- $datetime-hovered-border
269
- );
270
- }
271
- }
272
-
273
- &.k-state-focus {
274
- .k-dateinput-wrap {
275
- @include fill(
276
- $datetime-focused-text,
277
- $datetime-focused-bg,
278
- $datetime-focused-border
279
- );
280
- @include box-shadow($datetime-focused-shadow);
281
- }
282
- }
283
-
284
- &.k-invalid {
285
- .k-dateinput-wrap {
286
- border-color: $invalid-border;
287
- }
288
- }
289
-
290
- &.k-invalid.k-state-focus {
291
- .k-dateinput-wrap {
292
- @include box-shadow($invalid-shadow);
293
- }
294
- }
295
- }
296
-
297
70
  }
@@ -0,0 +1,15 @@
1
+ @import "../core/_index.scss";
2
+
3
+
4
+ // Dependencies
5
+ @import "../common/_index.scss";
6
+ @import "../input/_index.scss";
7
+ @import "../floating-label/_index.scss";
8
+ @import "../popup/_index.scss";
9
+ @import "../icons/_index.scss";
10
+
11
+
12
+ // Component
13
+ @import "_variables.scss";
14
+ @import "_layout.scss";
15
+ @import "_theme.scss";
@@ -0,0 +1,6 @@
1
+ @include exports("datetimepicker/layout") {
2
+
3
+ // Date time picker
4
+ .k-datetimepicker {}
5
+
6
+ }
@@ -0,0 +1,6 @@
1
+ @include exports("datetimepicker/theme") {
2
+
3
+ // Date time picker
4
+ .k-datetimepicker {}
5
+
6
+ }
@@ -0,0 +1 @@
1
+ // Datetimepicker
@@ -5,6 +5,7 @@
5
5
  @import "../common/_index.scss";
6
6
  @import "../overlay/_index.scss";
7
7
  @import "../toolbar/_index.scss";
8
+ @import "../list/_index.scss";
8
9
 
9
10
 
10
11
  // Component
@@ -27,7 +27,7 @@ $drawer-hovered-bg: $hovered-bg !default;
27
27
  $drawer-hovered-text: $hovered-text !default;
28
28
 
29
29
  $drawer-focused-bg: $drawer-bg !default;
30
- $drawer-focused-shadow: $list-item-focused-shadow !default;
30
+ $drawer-focused-shadow: $kendo-list-item-focus-shadow !default;
31
31
 
32
32
  $drawer-selected-bg: $selected-bg !default;
33
33
  $drawer-selected-text: $selected-text !default;
@@ -6,6 +6,7 @@
6
6
  @import "../input/_index.scss";
7
7
  @import "../floating-label/_index.scss";
8
8
  @import "../popup/_index.scss";
9
+ @import "../list/_index.scss";
9
10
 
10
11
 
11
12
  // Component
@@ -7,4 +7,15 @@
7
7
  // Native select
8
8
  select.k-dropdown-list {}
9
9
 
10
+
11
+ // Dropdown operator
12
+ .k-dropdown-operator {
13
+ width: min-content;
14
+ aspect-ratio: 1;
15
+
16
+ .k-input-inner {
17
+ display: none;
18
+ }
19
+ }
20
+
10
21
  }
@@ -41,20 +41,4 @@
41
41
  }
42
42
  }
43
43
 
44
-
45
- // No flexbox
46
- .k-no-flexbox {
47
- .k-dropzone-inner {
48
- padding-top: ( $dropzone-padding-y * 6 );
49
- padding-bottom: ( $dropzone-padding-y * 6 );
50
- width: 100%;
51
- height: 100%;
52
- }
53
-
54
- .k-dropzone-hint,
55
- .k-dropzone-note {
56
- display: block;
57
- }
58
- }
59
-
60
44
  }