@progress/kendo-theme-material 5.0.0-next.5 → 5.0.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 (160) hide show
  1. package/README.md +5 -8
  2. package/dist/all.css +10393 -13192
  3. package/dist/all.scss +15481 -16557
  4. package/dist/material-dataviz-v4.scss +8 -0
  5. package/lib/swatches/material-dataviz-v4.json +51 -0
  6. package/package.json +3 -3
  7. package/scss/_variables.scss +2 -19
  8. package/scss/action-buttons/_layout.scss +24 -0
  9. package/scss/action-buttons/_theme.scss +13 -0
  10. package/scss/adaptive/_layout.scss +0 -11
  11. package/scss/all.scss +1 -154
  12. package/scss/appbar/_variables.scss +1 -1
  13. package/scss/autocomplete/_index.scss +1 -0
  14. package/scss/autocomplete/_layout.scss +0 -16
  15. package/scss/autocomplete/_variables.scss +0 -24
  16. package/scss/avatar/_variables.scss +18 -8
  17. package/scss/avatar/index.md +0 -0
  18. package/scss/button/_index.scss +2 -0
  19. package/scss/button/_layout.scss +26 -14
  20. package/scss/button/_theme.scss +58 -119
  21. package/scss/button/_variables.scss +55 -28
  22. package/scss/button/index.md +0 -0
  23. package/scss/calendar/_index.scss +1 -0
  24. package/scss/calendar/_variables.scss +1 -1
  25. package/scss/chat/_variables.scss +3 -18
  26. package/scss/checkbox/_index.scss +2 -0
  27. package/scss/checkbox/_theme.scss +2 -9
  28. package/scss/checkbox/_variables.scss +69 -74
  29. package/scss/checkbox/index.md +0 -0
  30. package/scss/chip/_index.scss +1 -0
  31. package/scss/chip/_theme.scss +44 -0
  32. package/scss/chip/_variables.scss +142 -190
  33. package/scss/chip/index.md +0 -0
  34. package/scss/color-preview/_variables.scss +1 -0
  35. package/scss/coloreditor/_variables.scss +3 -3
  36. package/scss/colorpicker/_index.scss +1 -2
  37. package/scss/colorpicker/_layout.scss +0 -42
  38. package/scss/colorpicker/_theme.scss +0 -37
  39. package/scss/colorpicker/_variables.scss +1 -26
  40. package/scss/combobox/_index.scss +1 -0
  41. package/scss/combobox/_layout.scss +0 -16
  42. package/scss/combobox/_variables.scss +1 -33
  43. package/scss/dataviz/_index.scss +1 -0
  44. package/scss/dataviz/_variables.scss +4 -4
  45. package/scss/dateinput/_index.scss +11 -0
  46. package/scss/dateinput/_layout.scss +1 -0
  47. package/scss/dateinput/_theme.scss +1 -0
  48. package/scss/dateinput/_variables.scss +1 -0
  49. package/scss/datepicker/_index.scss +13 -0
  50. package/scss/datepicker/_layout.scss +1 -0
  51. package/scss/datepicker/_theme.scss +1 -0
  52. package/scss/datepicker/_variables.scss +1 -0
  53. package/scss/{datetime → daterangepicker}/_index.scss +1 -2
  54. package/scss/daterangepicker/_layout.scss +1 -0
  55. package/scss/daterangepicker/_theme.scss +1 -0
  56. package/scss/daterangepicker/_variables.scss +1 -0
  57. package/scss/datetimepicker/_index.scss +17 -0
  58. package/scss/datetimepicker/_layout.scss +1 -0
  59. package/scss/datetimepicker/_theme.scss +1 -0
  60. package/scss/datetimepicker/_variables.scss +2 -0
  61. package/scss/drawer/_index.scss +1 -0
  62. package/scss/dropdowngrid/_layout.scss +0 -14
  63. package/scss/dropdowngrid/_theme.scss +0 -8
  64. package/scss/dropdowngrid/index.md +0 -0
  65. package/scss/dropdownlist/_index.scss +1 -0
  66. package/scss/dropdownlist/_layout.scss +0 -24
  67. package/scss/dropdownlist/_theme.scss +0 -31
  68. package/scss/dropdowntree/_variables.scss +2 -4
  69. package/scss/editor/_layout.scss +0 -9
  70. package/scss/editor/_theme.scss +9 -0
  71. package/scss/editor/_variables.scss +8 -0
  72. package/scss/expansion-panel/_index.scss +1 -0
  73. package/scss/fab/_theme.scss +42 -46
  74. package/scss/fab/_variables.scss +129 -73
  75. package/scss/fab/index.md +0 -0
  76. package/scss/filter/_index.scss +1 -1
  77. package/scss/filter/_layout.scss +0 -23
  78. package/scss/filter/_variables.scss +1 -1
  79. package/scss/forms/_index.scss +1 -1
  80. package/scss/forms/_layout.scss +0 -35
  81. package/scss/gantt/_index.scss +1 -1
  82. package/scss/grid/_index.scss +2 -1
  83. package/scss/grid/_layout.scss +4 -14
  84. package/scss/grid/_theme.scss +6 -6
  85. package/scss/grid/_variables.scss +11 -11
  86. package/scss/imageeditor/_variables.scss +1 -0
  87. package/scss/index.scss +157 -0
  88. package/scss/input/_index.scss +1 -1
  89. package/scss/input/_layout.scss +21 -2
  90. package/scss/input/_variables.scss +83 -59
  91. package/scss/list/_index.scss +12 -0
  92. package/scss/list/_layout.scss +1 -0
  93. package/scss/list/_theme.scss +1 -0
  94. package/scss/list/_variables.scss +248 -0
  95. package/scss/list/index.md +0 -0
  96. package/scss/listbox/_index.scss +2 -0
  97. package/scss/listbox/_variables.scss +5 -5
  98. package/scss/menu/_index.scss +2 -0
  99. package/scss/menu/_theme.scss +8 -8
  100. package/scss/menu/_variables.scss +123 -34
  101. package/scss/multiselect/_index.scss +2 -0
  102. package/scss/multiselect/_layout.scss +0 -60
  103. package/scss/multiselect/_theme.scss +0 -47
  104. package/scss/multiselect/_variables.scss +0 -44
  105. package/scss/orgchart/_variables.scss +2 -2
  106. package/scss/pager/_index.scss +1 -0
  107. package/scss/pager/_variables.scss +3 -3
  108. package/scss/panelbar/_index.scss +1 -0
  109. package/scss/panelbar/_variables.scss +5 -0
  110. package/scss/pdf-viewer/_variables.scss +2 -5
  111. package/scss/pivotgrid/_index.scss +1 -0
  112. package/scss/pivotgrid/_layout.scss +0 -54
  113. package/scss/pivotgrid/_theme.scss +0 -140
  114. package/scss/pivotgrid/_variables.scss +1 -4
  115. package/scss/popup/_index.scss +0 -4
  116. package/scss/popup/_layout.scss +0 -40
  117. package/scss/popup/_theme.scss +0 -47
  118. package/scss/popup/_variables.scss +2 -7
  119. package/scss/radio/_index.scss +2 -0
  120. package/scss/radio/_theme.scss +2 -9
  121. package/scss/radio/_variables.scss +70 -89
  122. package/scss/radio/index.md +0 -0
  123. package/scss/scheduler/_index.scss +1 -1
  124. package/scss/scheduler/_layout.scss +0 -25
  125. package/scss/spreadsheet/_index.scss +2 -1
  126. package/scss/spreadsheet/_layout.scss +0 -13
  127. package/scss/spreadsheet/_theme.scss +4 -4
  128. package/scss/switch/_layout.scss +1 -6
  129. package/scss/switch/_theme.scss +4 -0
  130. package/scss/switch/_variables.scss +107 -168
  131. package/scss/switch/index.md +0 -0
  132. package/scss/table/_index.scss +19 -0
  133. package/scss/table/_layout.scss +1 -0
  134. package/scss/table/_theme.scss +1 -0
  135. package/scss/table/_variables.scss +141 -0
  136. package/scss/tabstrip/_index.scss +1 -0
  137. package/scss/tabstrip/_variables.scss +3 -3
  138. package/scss/taskboard/_variables.scss +0 -2
  139. package/scss/timepicker/_index.scss +15 -0
  140. package/scss/timepicker/_layout.scss +1 -0
  141. package/scss/timepicker/_theme.scss +1 -0
  142. package/scss/timepicker/_variables.scss +1 -0
  143. package/scss/timeselector/_index.scss +13 -0
  144. package/scss/timeselector/_layout.scss +1 -0
  145. package/scss/timeselector/_theme.scss +19 -0
  146. package/scss/timeselector/_variables.scss +32 -0
  147. package/scss/toolbar/_index.scss +1 -0
  148. package/scss/toolbar/_layout.scss +17 -1
  149. package/scss/toolbar/_theme.scss +13 -0
  150. package/scss/toolbar/_variables.scss +2 -0
  151. package/scss/treeview/_theme.scss +32 -27
  152. package/scss/treeview/_variables.scss +125 -46
  153. package/scss/utils/_border.scss +1 -2
  154. package/scss/virtual-scroller/_index.scss +10 -0
  155. package/scss/virtual-scroller/_layout.scss +1 -0
  156. package/scss/virtual-scroller/_theme.scss +1 -0
  157. package/scss/virtual-scroller/_variables.scss +1 -0
  158. package/scss/datetime/_layout.scss +0 -74
  159. package/scss/datetime/_theme.scss +0 -64
  160. package/scss/datetime/_variables.scss +0 -53
@@ -1,41 +1 @@
1
1
  @import "~@progress/kendo-theme-default/scss/popup/_layout.scss";
2
-
3
- @include exports("popup/layout/material") {
4
-
5
- .k-popup {
6
-
7
- &.k-colorpicker-popup {
8
- padding: 0;
9
- }
10
-
11
- // TODO: Change to $line-height when Material line-height is changed.
12
- .k-group-header,
13
- .k-outer-group-header {
14
- line-height: (20 / 12);
15
- text-transform: uppercase;
16
- }
17
- }
18
-
19
- .k-list-container {
20
-
21
- .k-button {
22
- box-shadow: none;
23
-
24
- &::before {
25
- display: none;
26
- }
27
- }
28
-
29
- }
30
-
31
- .k-list-filter {
32
- height: auto;
33
- }
34
-
35
- // Tooltip popup container padding
36
- .k-animation-container-shown.k-tooltip-wrapper {
37
- .k-popup-transparent {
38
- padding: 0;
39
- }
40
- }
41
- }
@@ -1,48 +1 @@
1
1
  @import "~@progress/kendo-theme-default/scss/popup/_theme.scss";
2
-
3
- @include exports("popup/theme/material") {
4
-
5
- .k-list .k-item,
6
- .k-list-optionlabel {
7
-
8
- // Focused state
9
- &:focus,
10
- &.k-state-focused {
11
- background: $list-item-hovered-bg;
12
- }
13
-
14
- }
15
-
16
- .k-list-container {
17
-
18
- .k-button {
19
-
20
- // Hover state
21
- &:hover,
22
- &.k-state-hover {
23
- background: $list-item-hovered-bg;
24
- }
25
-
26
- // Active state
27
- &:active,
28
- &.k-state-active {
29
- box-shadow: none;
30
- }
31
-
32
- // Disabled state
33
- &.k-state-disabled {
34
- color: $kendo-button-disabled-text;
35
- }
36
-
37
- // Focus state
38
- &:focus,
39
- &.k-state-focused {
40
- background: $list-item-hovered-bg;
41
- }
42
-
43
- }
44
- }
45
-
46
- .k-list-filter {}
47
-
48
- }
@@ -1,17 +1,12 @@
1
1
  // Popup
2
- $popup-padding-x: 0px !default;
3
- $popup-padding-y: 0px !default;
2
+ $popup-padding-x: null !default;
3
+ $popup-padding-y: null !default;
4
4
  $popup-border-width: 0px !default;
5
5
  $popup-border-radius: null !default;
6
6
 
7
7
  $popup-font-size: $font-size !default;
8
8
  $popup-line-height: $line-height !default;
9
9
 
10
- $popup-header-padding: $padding-y-lg $padding-x-lg !default;
11
- $popup-header-font-size: $font-size-sm !default;
12
- $popup-header-text: $subtle-text !default;
13
- $popup-filter-padding-x: $padding-x !default;
14
-
15
10
  $popup-content-padding-x: map-get( $spacing, 2 ) !default;
16
11
  $popup-content-padding-y: map-get( $spacing, 2 ) !default;
17
12
 
@@ -2,6 +2,8 @@
2
2
 
3
3
 
4
4
  // Dependencies
5
+ @import "../typography/_variables.scss";
6
+ @import "../list/_variables.scss";
5
7
  @import "../checkbox/_variables.scss";
6
8
 
7
9
 
@@ -1,6 +1,6 @@
1
1
  @import "~@progress/kendo-theme-default/scss/radio/_theme.scss";
2
2
 
3
- @include exports("radio/theme/material") {
3
+ @include exports( "radio/theme/material" ) {
4
4
 
5
5
  // Radio
6
6
  .k-radio-label {
@@ -11,13 +11,6 @@
11
11
  opacity: 1;
12
12
  filter: none;
13
13
  }
14
-
15
-
16
- // Ripple
17
- .k-ripple-blob {
18
- opacity: .2;
19
- background-color: $kendo-radio-checked-bg;
20
- }
21
-
22
14
  }
15
+
23
16
  }
@@ -1,126 +1,124 @@
1
1
  // Radio button
2
2
 
3
- /// The Sizes of the radio button.
4
- /// @group radio
5
- $kendo-radio-sizes: (
6
- sm: map-get( $spacing, 3),
7
- md: map-get( $spacing, 4),
8
- lg: map-get( $spacing, 6)
9
- ) !default;
10
-
11
- /// The Border radius of the radio button.
3
+ /// Border radius of radio button.
12
4
  /// @group radio
13
5
  $kendo-radio-radius: 50% !default;
14
- /// The Border width of the radio button.
6
+ /// Border width of radio button.
15
7
  /// @group radio
16
8
  $kendo-radio-border-width: 2px !default;
17
- /// The Line height of the radio button.
18
- /// @group radio
19
- $kendo-radio-line-height: calc( #{map-get( $kendo-radio-sizes, "md" )} + #{$kendo-radio-border-width} ) !default;
20
9
 
21
- /// The Background of the radio button.
10
+ // Radio button sizes
11
+ $kendo-radio-sizes: (
12
+ sm: (
13
+ size: map-get( $spacing, 3 ),
14
+ glyph-size: ( map-get( $spacing, 3 ) - map-get( $spacing, thin ) ),
15
+ ripple-size: map-get( $spacing, 3 ) * 3
16
+ ),
17
+ md: (
18
+ size: map-get( $spacing, 4 ),
19
+ glyph-size: ( map-get( $spacing, 4 ) - map-get( $spacing, thin ) ),
20
+ ripple-size: map-get( $spacing, 4 ) * 3
21
+ ),
22
+ lg: (
23
+ size: map-get( $spacing, 5 ),
24
+ glyph-size: ( map-get( $spacing, 5 ) - map-get( $spacing, thin ) ),
25
+ ripple-size: map-get( $spacing, 5 ) * 3
26
+ )
27
+ ) !default;
28
+
29
+ /// Background color of radio button.
22
30
  /// @group radio
23
- $kendo-radio-bg: null !default;
24
- /// The Text of the radio button.
31
+ $kendo-radio-bg: $kendo-checkbox-bg !default;
32
+ /// Color of radio button.
25
33
  /// @group radio
26
- $kendo-radio-text: transparent !default;
27
- /// The Border of the radio button.
34
+ $kendo-radio-text: $kendo-checkbox-text !default;
35
+ /// Border color of radio button.
28
36
  /// @group radio
29
37
  $kendo-radio-border: $kendo-checkbox-border !default;
30
38
 
31
- /// The background of hovered radio button.
39
+ /// Background color of hovered radio button.
32
40
  /// @group radio
33
41
  $kendo-radio-hover-bg: null !default;
34
- /// The text of hovered radio button.
42
+ /// Color of hovered radio button.
35
43
  /// @group radio
36
44
  $kendo-radio-hover-text: null !default;
37
- /// The border of hovered radio button.
45
+ /// Border color of hovered radio button.
38
46
  /// @group radio
39
- $kendo-radio-hover-border: $kendo-checkbox-hover-border !default;
47
+ $kendo-radio-hover-border: null !default;
40
48
 
41
- /// The background of checked radio button.
49
+ /// Background color of checked radio button.
42
50
  /// @group radio
43
51
  $kendo-radio-checked-bg: null !default;
44
- /// The text of checked radio button.
52
+ /// Color of checked radio button.
45
53
  /// @group radio
46
54
  $kendo-radio-checked-text: $primary !default;
47
- /// The border of checked radio button.
55
+ /// Border color of checked radio button.
48
56
  /// @group radio
49
57
  $kendo-radio-checked-border: $kendo-radio-checked-text !default;
50
58
 
51
- /// The background of indeterminate radio button.
59
+ /// Border color of focused radio button.
52
60
  /// @group radio
53
- $kendo-radio-indeterminate-bg: $kendo-radio-checked-bg !default;
54
- /// The text of indeterminate radio button
55
- /// @group radio
56
- $kendo-radio-indeterminate-text: $kendo-radio-checked-text !default;
57
- /// The border of indeterminate radio button.
58
- /// @group radio
59
- $kendo-radio-indeterminate-border: $kendo-radio-checked-border !default;
60
-
61
- /// The border of focused radio button.
62
- /// @group radio
63
- $kendo-radio-focus-border: $kendo-checkbox-border !default;
64
- /// The shadow of focused radio button.
61
+ $kendo-radio-focus-border: $kendo-checkbox-focus-border !default;
62
+ /// Box shadow of focused radio button.
65
63
  /// @group radio
66
64
  $kendo-radio-focus-shadow: $kendo-checkbox-focus-shadow !default;
67
- /// The border of focused and checked radio button.
65
+ /// Border color of focused and checked radio button.
68
66
  /// @group radio
69
- $kendo-radio-focus-checked-border: $kendo-checkbox-checked-border !default;
70
- /// The shadow of focused and checked radio button.
67
+ $kendo-radio-focus-checked-border: $kendo-checkbox-focus-checked-border !default;
68
+ /// Box shadow of focused and checked radio button.
71
69
  /// @group radio
72
70
  $kendo-radio-focus-checked-shadow: $kendo-checkbox-focus-checked-shadow !default;
73
71
 
74
- /// The background of disabled radio button.
72
+ /// Background color of disabled radio button.
75
73
  /// @group radio
76
74
  $kendo-radio-disabled-bg: null !default;
77
- /// The text of disabled radio button.
75
+ /// Color of disabled radio button.
78
76
  /// @group radio
79
77
  $kendo-radio-disabled-text: null !default;
80
- /// The border of disabled radio button.
78
+ /// Border color of disabled radio button.
81
79
  /// @group radio
82
- $kendo-radio-disabled-border: try-shade( $component-bg, 4 ) !default;
80
+ $kendo-radio-disabled-border: $kendo-checkbox-disabled-border !default;
83
81
 
84
- /// The background of diasbled and checked radio button.
82
+ /// Background color of disabled and checked radio button.
85
83
  /// @group radio
86
84
  $kendo-radio-disabled-checked-bg: null !default;
87
- /// The text of disabled and checked radio button.
85
+ /// Color of disabled and checked radio button.
88
86
  /// @group radio
89
87
  $kendo-radio-disabled-checked-text: $kendo-radio-disabled-border !default;
90
- /// The border of disabled and checked radio button.
88
+ /// Border color of disabled and checked radio button.
91
89
  /// @group radio
92
90
  $kendo-radio-disabled-checked-border: $kendo-radio-disabled-border !default;
93
91
 
94
- /// The background of invalid radio button.
92
+ /// Background color of invalid radio button.
95
93
  /// @group radio
96
- $kendo-radio-invalid-bg: null !default;
97
- /// The text of invalid radio button.
94
+ $kendo-radio-invalid-bg: $kendo-checkbox-invalid-bg !default;
95
+ /// Color of invalid radio button.
98
96
  /// @group radio
99
- $kendo-radio-invalid-text: $invalid-text !default;
100
- /// The border of invalid radio button.
97
+ $kendo-radio-invalid-text: $kendo-checkbox-invalid-text !default;
98
+ /// Border color of invalid radio button.
101
99
  /// @group radio
102
- $kendo-radio-invalid-border: $invalid-border !default;
100
+ $kendo-radio-invalid-border: $kendo-checkbox-invalid-border !default;
103
101
 
104
102
 
105
103
  // Radio indicator
106
104
 
107
- /// The icon type of radio button.
105
+ /// Type of radio button indicator.
108
106
  /// @group radio
109
- $kendo-radio-icon-type: marker !default;
107
+ $kendo-radio-indicator-type: image !default;
110
108
 
111
- /// The glyph font family of radio button.
109
+ /// Glyph font family of radio button indicator.
112
110
  /// @group radio
113
111
  $kendo-radio-glyph-font-family: "WebComponentsIcons", monospace !default;
114
- /// The glyph size of radio button.
115
- /// @group radio
116
- $kendo-radio-glyph-size: 12px !default;
117
- /// The checked glyph of radio button.
112
+ /// Glyph of radio button indicator.
118
113
  /// @group radio
119
114
  $kendo-radio-checked-glyph: "\e308" !default;
120
115
 
121
- /// The checked image of radio button.
116
+ /// Image of checked radio button indicator.
122
117
  /// @group radio
123
- $kendo-radio-checked-image: null !default;
118
+ $kendo-radio-checked-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><circle cx='50%' cy='50%' r='4' fill='#{$kendo-radio-checked-text}'/></svg>") ) !default;
119
+ /// Image of disabled and checked radio button indicator.
120
+ /// @group radio
121
+ $kendo-radio-disabled-checked-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><circle cx='50%' cy='50%' r='4' fill='#{$kendo-radio-disabled-checked-text}'/></svg>") ) !default;
124
122
 
125
123
 
126
124
  // Radio label
@@ -132,39 +130,22 @@ $kendo-radio-label-margin-x: map-get( $spacing, 1 ) !default;
132
130
 
133
131
  // Radio list
134
132
 
135
- /// The list margin of radio button.
136
- /// @group radio
137
- $kendo-radio-list-margin: 0px !default;
138
- /// The list padding of radio button.
133
+ /// Spacing between items of horizontal radio button list.
139
134
  /// @group radio
140
- $kendo-radio-list-padding: 0px !default;
141
- /// The horizontal list item padding of radio button.
135
+ $kendo-radio-list-spacing: map-get( $spacing, 4 ) !default;
136
+ /// Horizontal padding of radio button list items.
142
137
  /// @group radio
143
138
  $kendo-radio-list-item-padding-x: 0px !default;
144
- /// The vertical list item padding of radio button.
139
+ /// Vertical padding of radio button list items.
145
140
  /// @group radio
146
- $kendo-radio-list-item-padding-y: $list-item-padding-y !default;
147
- /// The horizontal list item margin of radio button.
148
- /// @group radio
149
- $kendo-radio-list-horizontal-item-margin-x: 32px !default;
141
+ $kendo-radio-list-item-padding-y: $kendo-list-item-padding-y-md !default;
150
142
 
151
143
 
152
144
  // Radio ripple
153
145
 
154
- /// The ripple size of radio.
155
- /// @group radio
156
- $kendo-radio-ripple-size: (
157
- sm: (map-get( $kendo-radio-sizes, "sm" ) * 3),
158
- md: (map-get( $kendo-radio-sizes, "md" ) * 3),
159
- lg: (map-get( $kendo-radio-sizes, "lg" ) * 3)
160
- ) !default;
161
- /// The ripple margin of radio button.
146
+ /// Background color of radio button ripple.
162
147
  /// @group radio
163
- $kendo-radio-ripple-margin: (
164
- sm: calc(-1 * (#{map-get( $kendo-radio-sizes, "sm" )} + 2 * #{$kendo-radio-border-width})),
165
- md: calc(-1 * (#{map-get( $kendo-radio-sizes, "md" )} + 2 * #{$kendo-radio-border-width})),
166
- lg: calc(-1 * (#{map-get( $kendo-radio-sizes, "lg" )} + 2 * #{$kendo-radio-border-width}))
167
- ) !default;
168
- /// The ripple opacity of radio button.
148
+ $kendo-radio-ripple-bg: $primary !default;
149
+ /// Opacity of radio button ripple.
169
150
  /// @group radio
170
- $kendo-radio-ripple-opacity: .3 !default;
151
+ $kendo-radio-ripple-opacity: .2 !default;
File without changes
@@ -6,7 +6,7 @@
6
6
  @import "../icons/_index.scss";
7
7
  @import "../adaptive/_index.scss";
8
8
  @import "../button/_index.scss";
9
- @import "../datetime/_index.scss";
9
+ @import "../datetimepicker/_index.scss";
10
10
  @import "../dropdownlist/_index.scss";
11
11
  @import "../dialog/_index.scss";
12
12
  @import "../tooltip/_index.scss";
@@ -132,8 +132,6 @@
132
132
 
133
133
  .k-scheduler-edit-form {
134
134
 
135
- .k-edit-form-container { width: 390px; }
136
-
137
135
  .k-edit-label {
138
136
  width: auto;
139
137
  margin-bottom: .5em;
@@ -146,15 +144,6 @@
146
144
  align-items: center;
147
145
  }
148
146
 
149
- kendo-scheduler-datetime-picker {
150
- display: inline-flex;
151
- width: 100%;
152
-
153
- .k-picker-wrap {
154
- flex: 1;
155
- }
156
- }
157
-
158
147
  }
159
148
 
160
149
  .k-edit-field .k-reset {
@@ -174,18 +163,4 @@
174
163
  width: 45%;
175
164
  }
176
165
 
177
-
178
- // Recurrence editor
179
- .k-edit-field .k-recur-interval,
180
- .k-edit-field .k-recur-count,
181
- .k-edit-field .k-recur-month,
182
- .k-edit-field .k-recur-monthday,
183
- .k-edit-field .k-recur-weekday-offset,
184
- .k-edit-field .k-recur-weekday {
185
- width: 28%;
186
- }
187
- .k-edit-field .k-recur-until {
188
- width: 66%;
189
- }
190
-
191
166
  }
@@ -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";
@@ -17,6 +17,7 @@
17
17
  @import "../tabstrip/_index.scss";
18
18
  @import "../treeview/_index.scss";
19
19
  @import "../icons/_index.scss";
20
+ @import "../list/_index.scss";
20
21
 
21
22
 
22
23
  // Component
@@ -57,22 +57,9 @@
57
57
  width: auto;
58
58
  box-sizing: border-box;
59
59
 
60
- .k-edit-buttons,
61
60
  .k-actions {
62
61
  margin: $spacer (-$window-inner-padding-x) (-$window-inner-padding-y);
63
62
  }
64
63
  }
65
64
 
66
65
  }
67
-
68
-
69
-
70
-
71
- @include exports( "spreadsheet/popup/layout/material" ) {
72
-
73
- .k-spreadsheet-popup {
74
- .k-separator {
75
- margin: 0;
76
- }
77
- }
78
- }
@@ -249,16 +249,16 @@
249
249
  .k-button:hover,
250
250
  .k-button.k-state-hover {
251
251
  @include fill(
252
- $list-item-hovered-text,
253
- $list-item-hovered-bg
252
+ $kendo-list-item-hover-text,
253
+ $kendo-list-item-hover-bg
254
254
  );
255
255
  }
256
256
  .k-button:active,
257
257
  .k-button.k-state-active,
258
258
  .k-button.k-state-selected {
259
259
  @include fill(
260
- $list-item-selected-text,
261
- $list-item-selected-bg
260
+ $kendo-list-item-selected-text,
261
+ $kendo-list-item-selected-bg
262
262
  );
263
263
  }
264
264
 
@@ -5,11 +5,6 @@
5
5
  // Switch
6
6
  .k-switch {
7
7
 
8
- .k-switch-thumb {
9
- position: absolute;
10
- top: 50%;
11
- }
12
-
13
8
  // Thumb ripple
14
9
  .k-switch-thumb::before {
15
10
  content: "";
@@ -37,7 +32,7 @@
37
32
 
38
33
  // Focus
39
34
  &:focus,
40
- &.k-focused {
35
+ &.k-focus {
41
36
  .k-switch-thumb::before {
42
37
  display: block;
43
38
  opacity: .12;
@@ -5,6 +5,10 @@
5
5
  // Switch
6
6
  .k-switch {
7
7
 
8
+ .k-switch-thumb {
9
+ box-shadow: $box-shadow-depth-2;
10
+ }
11
+
8
12
  // Thumb ripple
9
13
  &.k-switch-on .k-switch-thumb::before {
10
14
  background-color: inherit;