@progress/kendo-theme-default 4.43.1-dev.1 → 4.43.1-dev.2

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 (60) hide show
  1. package/dist/all.css +695 -747
  2. package/dist/all.scss +1405 -1200
  3. package/package.json +2 -2
  4. package/scss/avatar/index.md +0 -0
  5. package/scss/calendar/_theme.scss +0 -21
  6. package/scss/checkbox/index.md +0 -0
  7. package/scss/chip/_layout.scss +103 -123
  8. package/scss/chip/_theme.scss +289 -300
  9. package/scss/chip/_variables.scss +7 -9
  10. package/scss/chip/index.md +0 -0
  11. package/scss/color-preview/_layout.scss +1 -1
  12. package/scss/color-preview/_theme.scss +3 -2
  13. package/scss/color-preview/_variables.scss +2 -1
  14. package/scss/colorpicker/_layout.scss +17 -45
  15. package/scss/colorpicker/_theme.scss +33 -42
  16. package/scss/dateinput/_index.scss +11 -0
  17. package/scss/dateinput/_layout.scss +81 -0
  18. package/scss/dateinput/_theme.scss +86 -0
  19. package/scss/dateinput/_variables.scss +1 -0
  20. package/scss/datepicker/_index.scss +13 -0
  21. package/scss/datepicker/_layout.scss +48 -0
  22. package/scss/datepicker/_theme.scss +87 -0
  23. package/scss/datepicker/_variables.scss +1 -0
  24. package/scss/{datetime → datetimepicker}/_index.scss +5 -4
  25. package/scss/datetimepicker/_layout.scss +120 -0
  26. package/scss/datetimepicker/_theme.scss +89 -0
  27. package/scss/datetimepicker/_variables.scss +2 -0
  28. package/scss/dropdowngrid/index.md +0 -0
  29. package/scss/filter/_index.scss +1 -1
  30. package/scss/filter/_layout.scss +9 -2
  31. package/scss/filter/_theme.scss +3 -1
  32. package/scss/gantt/_index.scss +1 -1
  33. package/scss/grid/_index.scss +1 -1
  34. package/scss/grid/_layout.scss +0 -4
  35. package/scss/index.scss +5 -1
  36. package/scss/input/_layout.scss +25 -26
  37. package/scss/input/_variables.scss +15 -0
  38. package/scss/list/index.md +0 -0
  39. package/scss/panelbar/_theme.scss +9 -2
  40. package/scss/panelbar/_variables.scss +4 -0
  41. package/scss/pivotgrid/_layout.scss +0 -16
  42. package/scss/pivotgrid/_variables.scss +0 -3
  43. package/scss/radio/index.md +0 -0
  44. package/scss/scheduler/_index.scss +1 -1
  45. package/scss/scrollview/_layout.scss +6 -1
  46. package/scss/spreadsheet/_index.scss +1 -1
  47. package/scss/switch/index.md +0 -0
  48. package/scss/table/_layout.scss +35 -3
  49. package/scss/timepicker/_index.scss +15 -0
  50. package/scss/timepicker/_layout.scss +48 -0
  51. package/scss/timepicker/_theme.scss +87 -0
  52. package/scss/timepicker/_variables.scss +1 -0
  53. package/scss/timeselector/_index.scss +13 -0
  54. package/scss/timeselector/_layout.scss +207 -0
  55. package/scss/timeselector/_theme.scss +70 -0
  56. package/scss/timeselector/_variables.scss +32 -0
  57. package/scss/utils/_border.scss +1 -2
  58. package/scss/datetime/_layout.scss +0 -462
  59. package/scss/datetime/_theme.scss +0 -321
  60. package/scss/datetime/_variables.scss +0 -53
@@ -1,9 +1,10 @@
1
1
  // Chip
2
- $chips-margin: 8px !default;
2
+ $chip-list-gap: 8px !default;
3
3
 
4
- $chip-padding-x: 0px !default;
4
+ $chip-padding-x: 4px !default;
5
5
  $chip-padding-y: 4px !default;
6
6
  $chip-height: 24px !default;
7
+ $chip-gap: $icon-spacing !default;
7
8
  $chip-border-radius: $chip-height / 2 !default;
8
9
  $chip-font-size: 14px !default;
9
10
 
@@ -12,10 +13,7 @@ $chip-selected-icon-offset: 4px !default;
12
13
  $chip-selected-icon-no-icon-offset: $chip-selected-icon-offset !default;
13
14
  $chip-selected-icon-font-size: $chip-font-size !default;
14
15
 
15
- $chip-content-padding-x: 8px !default;
16
-
17
16
  $chip-icons-size: 16px !default;
18
- $chip-icon-margin: 4px !default;
19
17
  $chip-remove-icon-margin: 8px !default;
20
18
  $chip-remove-icon-font-size: 14px !default;
21
19
 
@@ -31,7 +29,9 @@ $chip-solid-hover-bg: rgba( $chip-base-bg, .16 ) !default;
31
29
  $chip-solid-hover-text: null !default;
32
30
  $chip-solid-hover-border: null !default;
33
31
 
34
- $chip-solid-focus-bg: $chip-solid-bg !default;
32
+ $chip-solid-focus-bg: null !default;
33
+ $chip-solid-focus-text: null !default;
34
+ $chip-solid-focus-border: null !default;
35
35
  $chip-solid-focus-shadow: 0 0 0 2px rgba( $chip-base-bg, .16 ) !default;
36
36
 
37
37
  $chip-solid-selected-bg: rgba( $chip-base-bg, .24 ) !default;
@@ -117,6 +117,7 @@ $chip-outline-focus-shadow: 0 0 0 2px rgba( $black, .08 ) !default;
117
117
 
118
118
  $chip-outline-selected-bg: $chip-outline-hover-bg !default;
119
119
  $chip-outline-selected-text: $chip-outline-hover-text !default;
120
+ $chip-outline-selected-border: null !default;
120
121
 
121
122
  $chip-outline-success-bg: null !default;
122
123
  $chip-outline-success-text: $success !default;
@@ -182,9 +183,6 @@ $chip-outline-info-selected-bg: $chip-outline-info-hover-bg !default;
182
183
  $chip-outline-info-selected-text: $chip-outline-info-hover-text !default;
183
184
  $chip-outline-info-selected-border: null !default;
184
185
 
185
- $chip-multiple-selected-icon-bg: rgba( black, .44 ) !default;
186
- $chip-multiple-selected-icon-text: #ffffff !default;
187
-
188
186
  $chip-primary-focus-shadow: 0 0 0 2px rgba( $primary, .16 ) !default;
189
187
  $chip-secondary-focus-shadow: 0 0 0 2px rgba( $secondary, .16 ) !default;
190
188
  $chip-info-focus-shadow: 0 0 0 2px rgba( $info, .16 ) !default;
File without changes
@@ -1,4 +1,4 @@
1
- @include exports("color-preview/layout") {
1
+ @include exports( "color-preview/layout" ) {
2
2
 
3
3
  // Color Preview
4
4
  .k-color-preview {
@@ -1,4 +1,4 @@
1
- @include exports("color-preview/theme") {
1
+ @include exports( "color-preview/theme" ) {
2
2
 
3
3
  // Color Preview
4
4
  .k-color-preview {
@@ -25,7 +25,8 @@
25
25
  .k-no-color::after {
26
26
  background-color: $color-preview-no-color-bg;
27
27
  background-image: $color-preview-no-color-image;
28
- background-size: 100% 100%;
28
+ background-size: contain;
29
+ background-position: 0 0;
29
30
  }
30
31
 
31
32
  }
@@ -10,4 +10,5 @@ $color-preview-no-color-bg: $white !default;
10
10
  $color-preview-no-color-text: $error !default;
11
11
  $color-preview-no-color-border: null !default;
12
12
 
13
- $color-preview-no-color-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'><line x1='0' x2='20' y1='0' y2='20' stroke='#{$color-preview-no-color-text}' stroke-width='1'/></svg>") ) !default;
13
+ // $color-preview-no-color-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'><line x1='0' x2='20' y1='0' y2='20' stroke='#{$color-preview-no-color-text}' stroke-width='1'/></svg>") ) !default;
14
+ $color-preview-no-color-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") !default;
@@ -1,48 +1,38 @@
1
- @include exports("colorpicker/layout") {
1
+ @include exports( "colorpicker/layout" ) {
2
2
 
3
- // Colorpicker
3
+ // Color picker
4
4
  .k-colorpicker {
5
+ @include border-radius( $input-border-radius );
5
6
  width: auto;
6
- border-width: 0;
7
+ border-width: 1px;
8
+ border-style: solid;
7
9
  box-sizing: border-box;
8
10
  outline: 0;
9
11
  font-family: $colorpicker-font-family;
10
12
  font-size: $colorpicker-font-size;
11
13
  line-height: $colorpicker-line-height;
12
- background: none;
13
- text-align: left;
14
+ text-align: start;
15
+ white-space: nowrap;
14
16
  display: inline-flex;
17
+ flex-flow: row nowrap;
15
18
  vertical-align: middle;
16
19
  position: relative;
17
- overflow: visible;
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
25
  .k-selected-color {
22
- padding: $button-padding-y;
23
- width: $button-inner-calc-size;
24
- height: $button-inner-calc-size;
25
- border-width: 0;
26
+ margin: $button-padding-y;
27
+ width: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
28
+ height: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
29
+ border-width: 1px;
26
30
  border-style: solid;
27
- border-color: inherit;
28
31
  box-sizing: border-box;
32
+ background-clip: content-box;
29
33
  line-height: 0;
30
34
  position: relative;
31
35
  overflow: hidden;
32
-
33
- .k-i-line {
34
- border-top: 1px solid $error;
35
- width: 200%;
36
- height: 200%;
37
- position: absolute;
38
- top: 50%;
39
- left: 50%;
40
- transform: translate(-33%, -33%) rotateZ(45deg);
41
- transform-origin: 0 0;
42
- }
43
- .k-i-line::before {
44
- display: none;
45
- }
46
36
  }
47
37
 
48
38
  .k-tool-icon {
@@ -74,22 +64,6 @@
74
64
  }
75
65
  }
76
66
 
77
- .k-picker-wrap {
78
- @include border-radius( $input-border-radius );
79
- padding: 0;
80
- width: 100%;
81
- border-width: 1px;
82
- border-style: solid;
83
- box-sizing: border-box;
84
- position: relative;
85
- display: flex;
86
- flex-direction: row;
87
- transition: all .1s ease; // sass-lint:disable-block no-transition-all
88
- overflow: hidden;
89
- cursor: default;
90
- outline: 0;
91
- }
92
-
93
67
 
94
68
  // Input
95
69
  .k-input {}
@@ -99,19 +73,17 @@
99
73
  .k-select {
100
74
  padding: $picker-select-padding-y $picker-select-padding-x;
101
75
  width: if( $use-picker-select-width, $button-inner-calc-size, null );
76
+ height: $button-inner-calc-size;
102
77
  border-width: 0;
103
78
  border-inline-start-width: $picker-select-border-width;
104
79
  border-style: solid;
105
- border-color: inherit;
80
+ border-color: transparent;
106
81
  box-sizing: border-box;
107
82
  display: flex;
108
83
  align-items: center;
109
84
  justify-content: center;
110
85
  flex: 0 0 auto;
111
- text-align: center;
112
86
  cursor: pointer;
113
-
114
- .k-icon {}
115
87
  }
116
88
 
117
89
  }
@@ -1,36 +1,21 @@
1
1
  @include exports( "colorpicker/theme" ) {
2
2
 
3
+ // Color picker
3
4
  .k-colorpicker {
5
+ @include fill(
6
+ $colorpicker-text,
7
+ $colorpicker-bg,
8
+ $colorpicker-border,
9
+ $colorpicker-gradient
10
+ );
4
11
 
5
- // Normal state
6
- .k-picker-wrap {
7
- @include fill(
8
- $colorpicker-text,
9
- $colorpicker-bg,
10
- $colorpicker-border,
11
- $colorpicker-gradient
12
- );
13
-
14
- // Invalid state
15
- &.k-invalid,
16
- &.k-invalid:hover,
17
- &.k-state-invalid {
18
- border-color: $invalid-border;
19
-
20
- .k-input-validation-icon {
21
- color: $invalid-text;
22
- }
23
-
24
- &:focus,
25
- &.k-state-focused {
26
- @include box-shadow($invalid-shadow);
27
- }
28
- }
12
+ .k-selected-color {
13
+ border-color: $component-border;
29
14
  }
30
15
 
31
16
  // Hover state
32
- > :hover,
33
- > .k-state-hover {
17
+ &:hover,
18
+ &.k-state-hover {
34
19
  @include fill(
35
20
  $colorpicker-hovered-text,
36
21
  $colorpicker-hovered-bg,
@@ -39,12 +24,18 @@
39
24
  );
40
25
  }
41
26
 
42
- &.k-state-active {}
43
-
44
27
  // Focus state
45
- .k-state-focused,
46
- .k-state-focus,
47
- .k-focus {
28
+ &:focus,
29
+ &.k-state-focus {
30
+ @include fill(
31
+ $colorpicker-focused-text,
32
+ $colorpicker-focused-bg,
33
+ $colorpicker-focused-border,
34
+ $colorpicker-focused-gradient
35
+ );
36
+ @include box-shadow($colorpicker-focused-shadow);
37
+ }
38
+ &:focus-within {
48
39
  @include fill(
49
40
  $colorpicker-focused-text,
50
41
  $colorpicker-focused-bg,
@@ -54,20 +45,20 @@
54
45
  @include box-shadow($colorpicker-focused-shadow);
55
46
  }
56
47
 
48
+
57
49
  // Invalid state
58
- &.k-state-invalid,
59
- &.ng-invalid.ng-touched,
60
- &.ng-invalid.ng-dirty {
61
- .k-picker-wrap {
62
- border-color: $invalid-border;
50
+ &.k-invalid,
51
+ &.ng-invalid,
52
+ &.k-state-invalid {
53
+ border-color: $invalid-border;
63
54
 
64
- .k-input-validation-icon {
65
- color: $invalid-text;
66
- }
55
+ .k-input-validation-icon {
56
+ color: $invalid-text;
57
+ }
67
58
 
68
- &.k-state-focused {
69
- @include box-shadow($invalid-shadow);
70
- }
59
+ &:focus-within,
60
+ &.k-state-focus {
61
+ @include box-shadow($invalid-shadow);
71
62
  }
72
63
  }
73
64
 
@@ -0,0 +1,11 @@
1
+ @import "../core/_index.scss";
2
+
3
+
4
+ // Dependencies
5
+ @import "../input/_index.scss";
6
+
7
+
8
+ // Component
9
+ @import "_variables.scss";
10
+ @import "_layout.scss";
11
+ @import "_theme.scss";
@@ -0,0 +1,81 @@
1
+ @include exports( "dateinput/layout" ) {
2
+
3
+ // Date input
4
+ .k-dateinput {
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: 0;
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-direction: column;
41
+ align-items: stretch;
42
+ justify-content: center;
43
+ flex: 0 0 auto;
44
+ text-align: center;
45
+ cursor: pointer;
46
+ }
47
+ .k-link {
48
+ padding: 0 $picker-select-padding-x;
49
+ min-width: $icon-size;
50
+ flex: 1 1 auto;
51
+ display: block;
52
+ overflow: hidden;
53
+ position: relative;
54
+
55
+ .k-icon {
56
+ position: absolute;
57
+ right: 50%;
58
+ transform: translateX(50%);
59
+ }
60
+ }
61
+ .k-link-increase .k-icon {
62
+ bottom: -$spinner-icon-offset;
63
+ }
64
+ .k-link-decrease .k-icon {
65
+ top: -$spinner-icon-offset;
66
+ }
67
+
68
+
69
+ // Nested date input
70
+ .k-picker-wrap & {
71
+ margin: 0 !important; // sass-lint:disable-line no-important
72
+ padding: 0 !important; // sass-lint:disable-line no-important
73
+ width: 100%;
74
+ border-radius: 0 !important; // sass-lint:disable-line no-important
75
+ border-width: 0; // sass-lint:disable-line no-important
76
+ box-shadow: none !important; // sass-lint:disable-line no-important
77
+ flex: 1 1 auto;
78
+ }
79
+ }
80
+
81
+ }
@@ -0,0 +1,86 @@
1
+ @include exports( "dateinput/theme" ) {
2
+
3
+ .k-dateinput {
4
+ @include fill(
5
+ $input-text,
6
+ $input-bg,
7
+ $input-border
8
+ );
9
+
10
+ // Hover state
11
+ &:hover,
12
+ &.k-state-hover {
13
+ @include fill(
14
+ $input-hovered-text,
15
+ $input-hovered-bg,
16
+ $input-hovered-border
17
+ );
18
+ }
19
+
20
+ // Focus state
21
+ &:focus,
22
+ &.k-state-focus {
23
+ @include fill(
24
+ $input-focused-text,
25
+ $input-focused-bg,
26
+ $input-focused-border
27
+ );
28
+ @include box-shadow( $input-focused-shadow );
29
+ }
30
+ &:focus-within {
31
+ @include fill(
32
+ $input-focused-text,
33
+ $input-focused-bg,
34
+ $input-focused-border
35
+ );
36
+ @include box-shadow( $input-focused-shadow );
37
+ }
38
+
39
+
40
+ // Invalid state
41
+ &.k-invalid,
42
+ &.ng-invalid,
43
+ &.k-state-invalid {
44
+ border-color: $invalid-border;
45
+
46
+ .k-input-validation-icon {
47
+ color: $invalid-text;
48
+ }
49
+
50
+ &:focus-within,
51
+ &.k-state-focus {
52
+ @include box-shadow($invalid-shadow);
53
+ }
54
+ }
55
+
56
+
57
+ // Spinner
58
+ .k-select {
59
+ @include fill(
60
+ $picker-select-text,
61
+ $picker-select-bg,
62
+ $picker-select-border,
63
+ $picker-select-gradient
64
+ );
65
+ }
66
+ .k-link:hover,
67
+ .k-link.k-state-hover {
68
+ @include fill(
69
+ $picker-select-hovered-text,
70
+ $picker-select-hovered-bg,
71
+ $picker-select-hovered-border,
72
+ $picker-select-hovered-gradient
73
+ );
74
+ }
75
+ .k-link:active,
76
+ .k-link.k-state-active {
77
+ @include fill(
78
+ $picker-select-pressed-text,
79
+ $picker-select-pressed-bg,
80
+ $picker-select-pressed-border,
81
+ $picker-select-pressed-gradient
82
+ );
83
+ }
84
+ }
85
+
86
+ }
@@ -0,0 +1 @@
1
+ // Date input
@@ -0,0 +1,13 @@
1
+ @import "../core/_index.scss";
2
+
3
+
4
+ // Dependencies
5
+ @import "../input/_index.scss";
6
+ @import "../popup/_index.scss";
7
+ @import "../calendar/_index.scss";
8
+
9
+
10
+ // Component
11
+ @import "_variables.scss";
12
+ @import "_layout.scss";
13
+ @import "_theme.scss";
@@ -0,0 +1,48 @@
1
+ @include exports( "datepicker/layout" ) {
2
+
3
+ // Date picker
4
+ .k-datepicker {
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( "datepicker/theme" ) {
2
+
3
+ // Date picker
4
+ .k-datepicker {
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
+ // Datepicker
@@ -2,12 +2,13 @@
2
2
 
3
3
 
4
4
  // Dependencies
5
- @import "../common/_index.scss";
6
- @import "../action-buttons/_index.scss";
7
5
  @import "../input/_index.scss";
8
- @import "../floating-label/_index.scss";
9
- @import "../calendar/_index.scss";
6
+ @import "../button/_index.scss";
10
7
  @import "../popup/_index.scss";
8
+ @import "../list/_index.scss";
9
+ @import "../calendar/_index.scss";
10
+ @import "../timeselector/_index.scss";
11
+ @import "../action-buttons/_index.scss";
11
12
 
12
13
 
13
14
  // Component