@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
@@ -3,53 +3,44 @@
3
3
  // Searchbox
4
4
  .k-searchbox {
5
5
  @include fill(
6
- $searchbox-text,
7
- $searchbox-bg,
8
- $searchbox-border
6
+ $input-text,
7
+ $input-bg,
8
+ $input-border
9
9
  );
10
10
 
11
-
12
11
  // Hover state
13
12
  &:hover,
14
13
  &.k-state-hover {
15
14
  @include fill(
16
- $searchbox-hover-text,
17
- $searchbox-hover-bg,
18
- $searchbox-hover-border
15
+ $input-hovered-text,
16
+ $input-hovered-bg,
17
+ $input-hovered-border
19
18
  );
20
19
  }
21
20
 
22
-
23
21
  // Focus state
24
22
  &:focus,
25
- // &:focus-within,
26
23
  &.k-state-focus {
27
24
  @include fill(
28
- $searchbox-focus-text,
29
- $searchbox-focus-bg,
30
- $searchbox-focus-border
25
+ $input-focused-text,
26
+ $input-focused-bg,
27
+ $input-focused-border
31
28
  );
32
29
  @include box-shadow( $input-focused-shadow );
33
30
  }
34
31
  &:focus-within {
35
32
  @include fill(
36
- $searchbox-focus-text,
37
- $searchbox-focus-bg,
38
- $searchbox-focus-border
33
+ $input-focused-text,
34
+ $input-focused-bg,
35
+ $input-focused-border
39
36
  );
40
37
  @include box-shadow( $input-focused-shadow );
41
38
  }
42
39
 
43
40
 
44
- // Disabled
45
- &:disabled,
46
- &.k-state-disabled {
47
- @include disabled( $disabled-styling );
48
- }
49
-
50
-
51
- // Invalid
41
+ // Invalid state
52
42
  &.k-invalid,
43
+ &.ng-invalid,
53
44
  &.k-state-invalid {
54
45
  border-color: $invalid-border;
55
46
 
@@ -57,11 +48,11 @@
57
48
  color: $invalid-text;
58
49
  }
59
50
 
60
- &:focus,
51
+ &:focus-within,
61
52
  &.k-state-focus {
62
53
  @include box-shadow($invalid-shadow);
63
54
  }
64
55
  }
65
-
66
56
  }
57
+
67
58
  }
@@ -1,21 +1 @@
1
1
  // Searchbox
2
- $searchbox-padding-x: $input-padding-x !default;
3
- $searchbox-padding-y: $input-padding-y !default;
4
- $searchbox-border-width: $input-border-width !default;
5
- $searchbox-border-radius: $input-border-radius !default;
6
-
7
- $searchbox-font-family: $input-font-family !default;
8
- $searchbox-font-size: $input-font-size !default;
9
- $searchbox-line-height: $input-line-height !default;
10
-
11
- $searchbox-bg: $input-bg !default;
12
- $searchbox-text: $input-text !default;
13
- $searchbox-border: $input-border !default;
14
-
15
- $searchbox-hover-bg: $input-hovered-bg !default;
16
- $searchbox-hover-text: $input-hovered-text !default;
17
- $searchbox-hover-border: $input-hovered-border !default;
18
-
19
- $searchbox-focus-bg: $input-focused-bg !default;
20
- $searchbox-focus-text: $input-focused-text !default;
21
- $searchbox-focus-border: $input-focused-border !default;
@@ -9,7 +9,7 @@
9
9
  transform: $skeleton-text-transform;
10
10
 
11
11
  &:empty::before {
12
- content: "\00a0";
12
+ content: "\200b";
13
13
  }
14
14
  }
15
15
 
@@ -35,11 +35,13 @@
35
35
  }
36
36
 
37
37
  .k-button-increase {
38
+ position: absolute;
38
39
  right: 0;
39
40
  top: 0;
40
41
  }
41
42
 
42
43
  .k-button-decrease {
44
+ position: absolute;
43
45
  left: 0;
44
46
  top: 0;
45
47
  }
@@ -8,7 +8,7 @@
8
8
  @import "../radio/_index.scss";
9
9
  @import "../colorpicker/_index.scss";
10
10
  @import "../combobox/_index.scss";
11
- @import "../datetime/_index.scss";
11
+ @import "../datetimepicker/_index.scss";
12
12
  @import "../dropdownlist/_index.scss";
13
13
  @import "../toolbar/_index.scss";
14
14
  @import "../upload/_index.scss";
@@ -97,14 +97,10 @@
97
97
  width: auto;
98
98
  min-width: $form-line-height * 1em;
99
99
  }
100
- [data-tool="fontSize"] {
101
- width: 5 * $spacer;
102
- }
103
- [data-tool="fontFamily"] {
104
- width: 6 * $spacer;
105
- }
106
- [data-tool="format"] {
107
- width: 4 * $spacer;
100
+
101
+ .k-combobox,
102
+ .k-dropdown {
103
+ width: 5em;
108
104
  }
109
105
  }
110
106
 
@@ -278,6 +274,7 @@
278
274
  font-family: Arial, Verdana, Sans-serif;
279
275
  flex: 1;
280
276
  position: relative;
277
+ overflow: hidden;
281
278
 
282
279
  // disabled cells in the Spreadsheet should allow navigation if link is used
283
280
  .k-state-disabled {
@@ -636,37 +633,48 @@
636
633
  }
637
634
 
638
635
  // Details
639
- .k-details {
636
+ .k-details,
637
+ .k-expander {
640
638
  padding: 0;
641
639
  border-width: 1px 0 0;
642
640
  border-style: solid;
643
641
  border-color: inherit;
644
642
  }
645
- .k-details-summary {
646
- padding: $padding-y;
643
+ .k-expander {
644
+ border: 0;
645
+ background: inherit;
646
+ }
647
+ .k-details-summary,
648
+ .k-columnmenu-item {
649
+ padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
650
+ display: flex;
651
+ align-items: center;
647
652
  cursor: pointer;
648
653
 
649
654
  > .k-icon {
650
655
  margin-right: $padding-y;
651
656
  }
652
657
  }
653
- .k-details-content {
654
- padding: $padding-y $padding-x $padding-y $filter-menu-padding-left;
658
+ .k-details-content,
659
+ .k-columnmenu-item-content {
660
+ padding: map-get( $spacing, 2 );
661
+ display: flex;
662
+ flex-flow: column nowrap;
663
+ gap: map-get( $spacing, 2 );
655
664
 
656
- > .k-textbox,
657
- > .k-widget {
658
- width: 100%;
659
- margin-bottom: 3px;
665
+ .k-filter-and {
666
+ width: min-content;
667
+ align-self: flex-start;
660
668
  }
661
669
 
662
- .k-space-right {
663
- background-image: none;
670
+ .k-searchbox {
671
+ width: 100%;
664
672
  }
673
+ }
665
674
 
666
- .k-filter-and {
667
- width: 75px;
668
- margin: 8px 0;
669
- }
675
+ .k-actions {
676
+ margin: 0;
677
+ padding: 0;
670
678
  }
671
679
  }
672
680
 
File without changes
@@ -1,4 +1,4 @@
1
- @include exports("table/layout") {
1
+ @include exports( "table/layout" ) {
2
2
 
3
3
  // Table
4
4
  .k-table {
@@ -20,18 +20,21 @@
20
20
  .k-data-table {
21
21
  border-width: $table-border-width;
22
22
  border-style: solid;
23
+
24
+ .k-table {
25
+ table-layout: fixed;
26
+ }
23
27
  }
24
28
 
25
29
 
26
30
  // Table native parts
27
31
  .k-table-thead,
28
32
  .k-table-tbody,
29
- .k-table-tfoot {
30
- text-align: inherit;
31
- }
33
+ .k-table-tfoot,
32
34
  .k-table-row,
33
35
  .k-table-alt-row {
34
36
  border-color: inherit;
37
+ text-align: inherit;
35
38
  }
36
39
  .k-table-th,
37
40
  .k-table-td {
@@ -52,6 +55,9 @@
52
55
  border-left-width: 0;
53
56
  }
54
57
  }
58
+ .k-table-th {
59
+ border-bottom-width: 1px;
60
+ }
55
61
 
56
62
 
57
63
  // Table header
@@ -70,8 +76,27 @@
70
76
  width: 100%;
71
77
  border-width: 0 $table-cell-vertical-border-width 0 0;
72
78
  border-style: solid;
79
+ border-color: inherit;
73
80
  overflow: hidden;
74
81
  }
82
+ .k-table-header,
83
+ .k-table-header-wrap {
84
+ > .k-table {
85
+ margin-bottom: -1px;
86
+ }
87
+ }
88
+ .k-table-group-sticky-header {
89
+ font-size: $table-font-size;
90
+ line-height: $line-height;
91
+ flex: none;
92
+
93
+ .k-table-th {
94
+ display: flex;
95
+ flex-flow: row nowrap;
96
+ align-items: center;
97
+ align-content: center;
98
+ }
99
+ }
75
100
 
76
101
 
77
102
  // Table list
@@ -81,7 +106,7 @@
81
106
  width: 100%;
82
107
  max-width: none;
83
108
  border-width: 0;
84
- display: table-row-group;
109
+ display: table;
85
110
  border-collapse: collapse;
86
111
  border-spacing: 0;
87
112
  table-layout: fixed;
@@ -89,10 +114,11 @@
89
114
  list-style: none;
90
115
  outline: none;
91
116
 
92
- .k-table-row {
117
+ .k-table-row,
118
+ .k-table-group-row {
93
119
  width: 100%;
94
120
  box-sizing: border-box;
95
- display: flex;
121
+ display: table-row;
96
122
  position: relative;
97
123
  }
98
124
  .k-table-row.k-first {
@@ -104,6 +130,26 @@
104
130
  vertical-align: middle;
105
131
  }
106
132
 
133
+ .k-table-group-row {
134
+
135
+ &::before {
136
+ content: "\200b";
137
+ padding: $table-cell-padding-y 0;
138
+ width: 0;
139
+ display: block;
140
+ overflow: hidden;
141
+ }
142
+
143
+ .k-table-th {
144
+ width: 100%;
145
+ border-color: inherit;
146
+ color: inherit;
147
+ background-color: inherit;
148
+ position: absolute;
149
+ top: 0;
150
+ }
151
+ }
152
+
107
153
  .k-table-spacer-td {
108
154
  padding: 0 !important; // sass-lint:disable-line no-important
109
155
  width: 0 !important; // sass-lint:disable-line no-important
@@ -128,6 +174,14 @@
128
174
  }
129
175
 
130
176
 
177
+ // Virtualization
178
+ .k-virtual-table .k-table-row,
179
+ .k-virtual-table .k-table-group-row {
180
+ position: absolute;
181
+ width: 100%;
182
+ }
183
+
184
+
131
185
  // Table scroller
132
186
  .k-table-scroller {
133
187
  position: relative;
@@ -155,6 +209,7 @@
155
209
  width: 100%;
156
210
  border-width: 0 $table-cell-vertical-border-width 0 0;
157
211
  border-style: solid;
212
+ border-color: inherit;
158
213
  overflow: hidden;
159
214
  }
160
215
 
@@ -1,4 +1,4 @@
1
- @include exports("table/theme") {
1
+ @include exports( "table/theme" ) {
2
2
 
3
3
  // Table
4
4
  .k-table,
@@ -11,7 +11,8 @@
11
11
 
12
12
  // Table header
13
13
  .k-table-thead,
14
- .k-table-header {
14
+ .k-table-header,
15
+ .k-table-group-sticky-header {
15
16
  border-color: $table-header-border;
16
17
  color: $table-header-text;
17
18
  background-color: $table-header-bg;
@@ -58,13 +58,13 @@ $table-footer-border: $grid-footer-border !default;
58
58
 
59
59
  /// Background color of group rows in table.
60
60
  /// @group table
61
- $table-group-row-bg: $grid-grouping-row-bg !default;
61
+ $table-group-row-bg: $table-header-bg !default;
62
62
  /// Text color of group rows in table.
63
63
  /// @group table
64
- $table-group-row-text: $grid-grouping-row-text !default;
64
+ $table-group-row-text: $table-header-text !default;
65
65
  /// Border color of group rows in table.
66
66
  /// @group table
67
- $table-group-row-border: null !default;
67
+ $table-group-row-border: $table-header-border !default;
68
68
 
69
69
 
70
70
  /// Background color of alternating rows in table.
@@ -39,7 +39,7 @@
39
39
  .k-tabstrip-items {
40
40
  outline: 0;
41
41
  display: flex;
42
- flex-direction: row;
42
+ flex-flow: row wrap;
43
43
  flex: 0 0 auto;
44
44
 
45
45
  .k-item {
@@ -0,0 +1,15 @@
1
+ @import "../core/_index.scss";
2
+
3
+
4
+ // Dependencies
5
+ @import "../input/_index.scss";
6
+ @import "../button/_index.scss";
7
+ @import "../popup/_index.scss";
8
+ @import "../list/_index.scss";
9
+ @import "../timeselector/_index.scss";
10
+
11
+
12
+ // Component
13
+ @import "_variables.scss";
14
+ @import "_layout.scss";
15
+ @import "_theme.scss";
@@ -0,0 +1,48 @@
1
+ @include exports( "timepicker/layout" ) {
2
+
3
+ // Time picker
4
+ .k-timepicker {
5
+ @include border-radius( $input-border-radius );
6
+ width: $input-default-width;
7
+ border-width: $input-border-width;
8
+ border-style: solid;
9
+ box-sizing: border-box;
10
+ outline: 0;
11
+ font-family: $input-font-family;
12
+ font-size: $input-font-size;
13
+ line-height: $input-line-height;
14
+ text-align: start;
15
+ white-space: nowrap;
16
+ display: inline-flex;
17
+ flex-flow: row nowrap;
18
+ vertical-align: middle;
19
+ position: relative;
20
+ overflow: hidden;
21
+ transition: all .1s ease; // sass-lint:disable-line no-transition-all
22
+ -webkit-touch-callout: none;
23
+ -webkit-tap-highlight-color: $rgba-transparent;
24
+
25
+
26
+ // Input
27
+ .k-input {}
28
+
29
+
30
+ // Select
31
+ .k-select {
32
+ padding: $picker-select-padding-y $picker-select-padding-x;
33
+ width: if( $use-picker-select-width, $spinner-width, null );
34
+ border-width: 0;
35
+ border-inline-start-width: $picker-select-border-width;
36
+ border-style: solid;
37
+ box-sizing: border-box;
38
+ outline: 0;
39
+ display: flex;
40
+ flex-flow: row nowrap;
41
+ align-items: center;
42
+ justify-content: center;
43
+ flex: 0 0 auto;
44
+ cursor: pointer;
45
+ }
46
+ }
47
+
48
+ }
@@ -0,0 +1,87 @@
1
+ @include exports( "timepicker/theme" ) {
2
+
3
+ // Time picker
4
+ .k-timepicker {
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
+ );
19
+ }
20
+
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;
46
+
47
+ .k-input-validation-icon {
48
+ color: $invalid-text;
49
+ }
50
+
51
+ &:focus-within,
52
+ &.k-state-focus {
53
+ @include box-shadow($invalid-shadow);
54
+ }
55
+ }
56
+
57
+
58
+ // Spinner
59
+ .k-select {
60
+ @include fill(
61
+ $picker-select-text,
62
+ $picker-select-bg,
63
+ $picker-select-border,
64
+ $picker-select-gradient
65
+ );
66
+ }
67
+ .k-select:hover,
68
+ .k-select.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-select:active,
77
+ .k-select.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
+ );
84
+ }
85
+ }
86
+
87
+ }
@@ -0,0 +1 @@
1
+ // Time picker
@@ -0,0 +1,13 @@
1
+ @import "../core/_index.scss";
2
+
3
+
4
+ // Dependencies
5
+ @import "../list/_index.scss";
6
+ @import "../action-buttons/_index.scss";
7
+ @import "../button/_index.scss";
8
+
9
+
10
+ // Component
11
+ @import "_variables.scss";
12
+ @import "_layout.scss";
13
+ @import "_theme.scss";