@progress/kendo-theme-default 5.12.1-dev.0 → 5.12.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 (396) hide show
  1. package/dist/all.css +23796 -11002
  2. package/dist/all.scss +16749 -14412
  3. package/dist/default-ocean-blue-a11y.scss +42 -0
  4. package/dist/default-ocean-blue.scss +20 -26
  5. package/lib/swatches/default-blue.json +1 -1
  6. package/lib/swatches/default-dataviz-v4.json +1 -1
  7. package/lib/swatches/default-green.json +1 -1
  8. package/lib/swatches/default-main-dark.json +1 -1
  9. package/lib/swatches/default-main.json +1 -1
  10. package/lib/swatches/default-nordic.json +1 -1
  11. package/lib/swatches/default-ocean-blue-a11y.json +272 -0
  12. package/lib/swatches/default-ocean-blue.json +21 -56
  13. package/lib/swatches/default-orange.json +1 -1
  14. package/lib/swatches/default-purple.json +1 -1
  15. package/lib/swatches/default-turquoise.json +1 -1
  16. package/lib/swatches/default-urban.json +1 -1
  17. package/package.json +8 -5
  18. package/scss/_variables.scss +183 -228
  19. package/scss/action-buttons/_index.scss +3 -3
  20. package/scss/action-buttons/_layout.scss +0 -15
  21. package/scss/action-buttons/_variables.scss +4 -4
  22. package/scss/action-sheet/_index.scss +3 -4
  23. package/scss/action-sheet/_layout.scss +1 -1
  24. package/scss/action-sheet/_theme.scss +1 -1
  25. package/scss/action-sheet/_variables.scss +19 -18
  26. package/scss/adaptive/_index.scss +3 -3
  27. package/scss/adaptive/_layout.scss +12 -23
  28. package/scss/adaptive/_theme.scss +1 -1
  29. package/scss/adaptive/_variables.scss +13 -13
  30. package/scss/all.scss +1 -1
  31. package/scss/appbar/_index.scss +3 -3
  32. package/scss/appbar/_layout.scss +9 -9
  33. package/scss/appbar/_theme.scss +7 -7
  34. package/scss/appbar/_variables.scss +16 -16
  35. package/scss/autocomplete/_index.scss +3 -3
  36. package/scss/avatar/_index.scss +3 -3
  37. package/scss/avatar/_theme.scss +1 -1
  38. package/scss/avatar/_variables.scss +3 -3
  39. package/scss/badge/_index.scss +4 -4
  40. package/scss/badge/_layout.scss +6 -6
  41. package/scss/badge/_theme.scss +2 -2
  42. package/scss/badge/_variables.scss +8 -8
  43. package/scss/bottom-navigation/_index.scss +4 -4
  44. package/scss/bottom-navigation/_layout.scss +1 -1
  45. package/scss/bottom-navigation/_theme.scss +4 -12
  46. package/scss/bottom-navigation/_variables.scss +9 -11
  47. package/scss/breadcrumb/_index.scss +3 -3
  48. package/scss/breadcrumb/_layout.scss +3 -3
  49. package/scss/breadcrumb/_theme.scss +15 -15
  50. package/scss/breadcrumb/_variables.scss +26 -24
  51. package/scss/button/_index.scss +3 -4
  52. package/scss/button/_layout.scss +8 -17
  53. package/scss/button/_theme.scss +22 -22
  54. package/scss/button/_variables.scss +23 -14
  55. package/scss/calendar/_index.scss +3 -3
  56. package/scss/calendar/_layout.scss +8 -19
  57. package/scss/calendar/_theme.scss +5 -19
  58. package/scss/calendar/_variables.scss +42 -39
  59. package/scss/captcha/_index.scss +4 -4
  60. package/scss/captcha/_variables.scss +5 -5
  61. package/scss/card/_index.scss +5 -6
  62. package/scss/card/_layout.scss +1 -18
  63. package/scss/card/_theme.scss +5 -5
  64. package/scss/card/_variables.scss +18 -18
  65. package/scss/chat/_index.scss +3 -3
  66. package/scss/chat/_layout.scss +3 -3
  67. package/scss/chat/_theme.scss +1 -1
  68. package/scss/chat/_variables.scss +21 -21
  69. package/scss/checkbox/_index.scss +3 -5
  70. package/scss/checkbox/_layout.scss +5 -5
  71. package/scss/checkbox/_theme.scss +2 -2
  72. package/scss/checkbox/_variables.scss +23 -20
  73. package/scss/chip/_index.scss +3 -4
  74. package/scss/chip/_layout.scss +4 -29
  75. package/scss/chip/_theme.scss +24 -24
  76. package/scss/chip/_variables.scss +28 -20
  77. package/scss/color-preview/_index.scss +3 -3
  78. package/scss/color-preview/_layout.scss +1 -1
  79. package/scss/color-preview/_variables.scss +5 -5
  80. package/scss/coloreditor/_index.scss +3 -3
  81. package/scss/coloreditor/_theme.scss +1 -1
  82. package/scss/coloreditor/_variables.scss +6 -6
  83. package/scss/colorgradient/_index.scss +6 -6
  84. package/scss/colorgradient/_layout.scss +4 -5
  85. package/scss/colorgradient/_theme.scss +9 -9
  86. package/scss/colorgradient/_variables.scss +11 -11
  87. package/scss/colorpalette/_index.scss +4 -4
  88. package/scss/colorpalette/_layout.scss +1 -2
  89. package/scss/colorpalette/_theme.scss +1 -1
  90. package/scss/colorpalette/_variables.scss +1 -1
  91. package/scss/colorpicker/_index.scss +3 -3
  92. package/scss/combobox/_index.scss +3 -3
  93. package/scss/common/_base.scss +24 -97
  94. package/scss/common/_index.scss +5 -9
  95. package/scss/common/_selection.scss +4 -4
  96. package/scss/core/_index.scss +18 -8
  97. package/scss/core/color-system/index.import.scss +1 -0
  98. package/scss/core/functions/index.import.scss +1 -0
  99. package/scss/core/mixins/index.import.scss +1 -0
  100. package/scss/core/module-system/index.import.scss +1 -0
  101. package/scss/core/styles/index.import.scss +1 -0
  102. package/scss/dataviz/_index.scss +3 -4
  103. package/scss/dataviz/_layout.scss +30 -40
  104. package/scss/dataviz/_theme.scss +15 -13
  105. package/scss/dataviz/_variables.scss +45 -40
  106. package/scss/dateinput/_index.scss +3 -3
  107. package/scss/datepicker/_index.scss +3 -3
  108. package/scss/daterangepicker/_index.scss +3 -3
  109. package/scss/daterangepicker/_layout.scss +1 -1
  110. package/scss/datetimepicker/_index.scss +3 -3
  111. package/scss/dialog/_index.scss +3 -3
  112. package/scss/dialog/_layout.scss +6 -21
  113. package/scss/dialog/_theme.scss +11 -3
  114. package/scss/dialog/_variables.scss +15 -7
  115. package/scss/draggable/_index.scss +10 -0
  116. package/scss/draggable/_layout.scss +122 -0
  117. package/scss/draggable/_theme.scss +14 -0
  118. package/scss/draggable/_variables.scss +27 -0
  119. package/scss/drawer/_index.scss +3 -3
  120. package/scss/drawer/_layout.scss +23 -22
  121. package/scss/drawer/_theme.scss +18 -18
  122. package/scss/drawer/_variables.scss +38 -37
  123. package/scss/dropdowngrid/_index.scss +6 -8
  124. package/scss/dropdowngrid/_variables.scss +1 -0
  125. package/scss/dropdownlist/_index.scss +3 -3
  126. package/scss/dropdownlist/_layout.scss +2 -0
  127. package/scss/dropdownlist/_variables.scss +0 -15
  128. package/scss/dropdowntree/_index.scss +3 -3
  129. package/scss/dropdowntree/_variables.scss +2 -2
  130. package/scss/dropzone/_index.scss +3 -3
  131. package/scss/dropzone/_variables.scss +9 -8
  132. package/scss/editor/_index.scss +3 -3
  133. package/scss/editor/_layout.scss +76 -153
  134. package/scss/editor/_theme.scss +24 -16
  135. package/scss/editor/_variables.scss +16 -16
  136. package/scss/expansion-panel/_index.scss +5 -5
  137. package/scss/expansion-panel/_layout.scss +1 -1
  138. package/scss/expansion-panel/_theme.scss +3 -3
  139. package/scss/expansion-panel/_variables.scss +13 -13
  140. package/scss/fab/_index.scss +4 -4
  141. package/scss/fab/_layout.scss +5 -14
  142. package/scss/fab/_theme.scss +27 -19
  143. package/scss/fab/_variables.scss +11 -11
  144. package/scss/filemanager/_index.scss +3 -3
  145. package/scss/filemanager/_layout.scss +3 -3
  146. package/scss/filemanager/_variables.scss +14 -14
  147. package/scss/filter/_index.scss +3 -3
  148. package/scss/filter/_theme.scss +3 -3
  149. package/scss/filter/_variables.scss +4 -4
  150. package/scss/floating-label/_index.scss +3 -3
  151. package/scss/forms/_index.scss +3 -7
  152. package/scss/forms/_layout.scss +64 -53
  153. package/scss/forms/_theme.scss +7 -7
  154. package/scss/forms/_variables.scss +66 -44
  155. package/scss/gantt/_index.scss +3 -3
  156. package/scss/gantt/_layout.scss +27 -18
  157. package/scss/gantt/_theme.scss +3 -3
  158. package/scss/gantt/_variables.scss +32 -28
  159. package/scss/grid/_index.scss +7 -5
  160. package/scss/grid/_layout.scss +394 -615
  161. package/scss/grid/_theme.scss +154 -165
  162. package/scss/grid/_variables.scss +193 -95
  163. package/scss/icons/_index.scss +2 -2
  164. package/scss/icons/_layout.scss +6 -1094
  165. package/scss/imageeditor/_index.scss +3 -3
  166. package/scss/imageeditor/_layout.scss +4 -19
  167. package/scss/imageeditor/_variables.scss +6 -6
  168. package/scss/index.scss +109 -110
  169. package/scss/input/_index.scss +3 -3
  170. package/scss/input/_layout.scss +26 -32
  171. package/scss/input/_theme.scss +30 -30
  172. package/scss/input/_variables.scss +19 -19
  173. package/scss/list/_index.scss +3 -3
  174. package/scss/list/_layout.scss +19 -29
  175. package/scss/list/_theme.scss +2 -2
  176. package/scss/list/_variables.scss +32 -32
  177. package/scss/listbox/_index.scss +3 -3
  178. package/scss/listbox/_layout.scss +24 -62
  179. package/scss/listbox/_theme.scss +4 -4
  180. package/scss/listbox/_variables.scss +45 -16
  181. package/scss/listgroup/_index.scss +3 -3
  182. package/scss/listgroup/_variables.scss +5 -5
  183. package/scss/listview/_index.scss +5 -5
  184. package/scss/listview/_layout.scss +16 -17
  185. package/scss/listview/_theme.scss +15 -10
  186. package/scss/listview/_variables.scss +19 -19
  187. package/scss/loader/_index.scss +3 -3
  188. package/scss/loader/_layout.scss +184 -43
  189. package/scss/loader/_theme.scss +4 -4
  190. package/scss/loader/_variables.scss +49 -42
  191. package/scss/map/_index.scss +5 -5
  192. package/scss/map/_layout.scss +1 -1
  193. package/scss/map/_variables.scss +10 -10
  194. package/scss/maskedtextbox/_index.scss +3 -3
  195. package/scss/mediaplayer/_index.scss +3 -3
  196. package/scss/mediaplayer/_layout.scss +2 -2
  197. package/scss/mediaplayer/_variables.scss +5 -5
  198. package/scss/menu/_index.scss +3 -3
  199. package/scss/menu/_layout.scss +4 -4
  200. package/scss/menu/_theme.scss +2 -2
  201. package/scss/menu/_variables.scss +28 -24
  202. package/scss/menu-button/_index.scss +3 -3
  203. package/scss/messagebox/_index.scss +3 -3
  204. package/scss/messagebox/_theme.scss +3 -3
  205. package/scss/messagebox/_variables.scss +3 -3
  206. package/scss/multiselect/_index.scss +3 -4
  207. package/scss/notification/_index.scss +3 -3
  208. package/scss/notification/_layout.scss +28 -45
  209. package/scss/notification/_theme.scss +7 -15
  210. package/scss/notification/_variables.scss +42 -18
  211. package/scss/numerictextbox/_index.scss +3 -3
  212. package/scss/orgchart/_index.scss +4 -4
  213. package/scss/orgchart/_theme.scss +2 -2
  214. package/scss/orgchart/_variables.scss +7 -7
  215. package/scss/overlay/_index.scss +3 -3
  216. package/scss/overlay/_variables.scss +1 -1
  217. package/scss/pager/_index.scss +4 -5
  218. package/scss/pager/_layout.scss +55 -81
  219. package/scss/pager/_theme.scss +16 -97
  220. package/scss/pager/_variables.scss +135 -52
  221. package/scss/panelbar/_index.scss +3 -3
  222. package/scss/panelbar/_layout.scss +5 -46
  223. package/scss/panelbar/_theme.scss +50 -50
  224. package/scss/panelbar/_variables.scss +71 -67
  225. package/scss/pdf-viewer/_index.scss +4 -5
  226. package/scss/pdf-viewer/_layout.scss +1 -12
  227. package/scss/pdf-viewer/_variables.scss +18 -17
  228. package/scss/pivotgrid/_index.scss +8 -7
  229. package/scss/pivotgrid/_layout.scss +11 -63
  230. package/scss/pivotgrid/_theme.scss +7 -7
  231. package/scss/pivotgrid/_variables.scss +35 -32
  232. package/scss/popover/_index.scss +3 -3
  233. package/scss/popover/_layout.scss +20 -18
  234. package/scss/popover/_theme.scss +7 -7
  235. package/scss/popover/_variables.scss +26 -26
  236. package/scss/popup/_index.scss +3 -3
  237. package/scss/popup/_variables.scss +5 -5
  238. package/scss/progressbar/_index.scss +3 -3
  239. package/scss/progressbar/_layout.scss +38 -87
  240. package/scss/progressbar/_theme.scss +20 -10
  241. package/scss/progressbar/_variables.scss +66 -22
  242. package/scss/radio/_index.scss +3 -6
  243. package/scss/radio/_layout.scss +5 -5
  244. package/scss/radio/_theme.scss +2 -2
  245. package/scss/radio/_variables.scss +16 -12
  246. package/scss/rating/_index.scss +3 -3
  247. package/scss/rating/_layout.scss +1 -1
  248. package/scss/rating/_theme.scss +4 -4
  249. package/scss/rating/_variables.scss +13 -12
  250. package/scss/responsivepanel/_index.scss +3 -3
  251. package/scss/ripple/_index.scss +3 -3
  252. package/scss/scheduler/_index.scss +3 -3
  253. package/scss/scheduler/_layout.scss +22 -41
  254. package/scss/scheduler/_theme.scss +9 -9
  255. package/scss/scheduler/_variables.scss +33 -33
  256. package/scss/scroller/_index.scss +3 -3
  257. package/scss/scrollview/_index.scss +3 -3
  258. package/scss/scrollview/_layout.scss +3 -2
  259. package/scss/scrollview/_theme.scss +2 -2
  260. package/scss/scrollview/_variables.scss +6 -6
  261. package/scss/searchbox/_index.scss +3 -3
  262. package/scss/signature/_index.scss +3 -3
  263. package/scss/signature/_layout.scss +4 -4
  264. package/scss/signature/_variables.scss +8 -8
  265. package/scss/skeleton/_index.scss +3 -3
  266. package/scss/skeleton/_layout.scss +7 -0
  267. package/scss/skeleton/_variables.scss +1 -1
  268. package/scss/slider/_index.scss +5 -5
  269. package/scss/slider/_layout.scss +5 -5
  270. package/scss/slider/_theme.scss +9 -9
  271. package/scss/slider/_variables.scss +13 -13
  272. package/scss/split-button/_index.scss +3 -3
  273. package/scss/split-button/_layout.scss +0 -10
  274. package/scss/split-button/_theme.scss +1 -1
  275. package/scss/splitter/_index.scss +3 -3
  276. package/scss/splitter/_layout.scss +1 -5
  277. package/scss/splitter/_variables.scss +6 -6
  278. package/scss/spreadsheet/_index.scss +4 -4
  279. package/scss/spreadsheet/_layout.scss +19 -23
  280. package/scss/spreadsheet/_theme.scss +23 -23
  281. package/scss/spreadsheet/_variables.scss +9 -9
  282. package/scss/stepper/_index.scss +3 -3
  283. package/scss/stepper/_layout.scss +5 -6
  284. package/scss/stepper/_theme.scss +5 -6
  285. package/scss/stepper/_variables.scss +15 -15
  286. package/scss/switch/_index.scss +4 -4
  287. package/scss/switch/_layout.scss +12 -13
  288. package/scss/switch/_theme.scss +10 -2
  289. package/scss/switch/_variables.scss +6 -6
  290. package/scss/table/_index.scss +3 -11
  291. package/scss/table/_layout.scss +9 -7
  292. package/scss/table/_theme.scss +12 -9
  293. package/scss/table/_variables.scss +42 -27
  294. package/scss/tabstrip/_index.scss +3 -3
  295. package/scss/tabstrip/_layout.scss +3 -6
  296. package/scss/tabstrip/_theme.scss +7 -7
  297. package/scss/tabstrip/_variables.scss +23 -19
  298. package/scss/taskboard/_index.scss +4 -4
  299. package/scss/taskboard/_layout.scss +0 -23
  300. package/scss/taskboard/_theme.scss +2 -2
  301. package/scss/taskboard/_variables.scss +20 -20
  302. package/scss/textarea/_index.scss +3 -3
  303. package/scss/textbox/_index.scss +3 -3
  304. package/scss/tilelayout/_index.scss +3 -3
  305. package/scss/tilelayout/_layout.scss +1 -1
  306. package/scss/tilelayout/_theme.scss +1 -1
  307. package/scss/tilelayout/_variables.scss +1 -1
  308. package/scss/timedurationpicker/_index.scss +4 -4
  309. package/scss/timeline/_index.scss +3 -3
  310. package/scss/timeline/_layout.scss +4 -4
  311. package/scss/timeline/_theme.scss +3 -3
  312. package/scss/timeline/_variables.scss +10 -10
  313. package/scss/timepicker/_index.scss +3 -3
  314. package/scss/timeselector/_index.scss +3 -3
  315. package/scss/timeselector/_layout.scss +8 -8
  316. package/scss/timeselector/_theme.scss +5 -3
  317. package/scss/timeselector/_variables.scss +12 -8
  318. package/scss/toolbar/_index.scss +3 -3
  319. package/scss/toolbar/_layout.scss +88 -93
  320. package/scss/toolbar/_theme.scss +36 -27
  321. package/scss/toolbar/_variables.scss +77 -19
  322. package/scss/tooltip/_index.scss +3 -3
  323. package/scss/tooltip/_layout.scss +3 -3
  324. package/scss/tooltip/_variables.scss +14 -14
  325. package/scss/treelist/_index.scss +4 -4
  326. package/scss/treelist/_layout.scss +10 -10
  327. package/scss/treelist/_theme.scss +1 -1
  328. package/scss/treelist/_variables.scss +2 -2
  329. package/scss/treeview/_index.scss +3 -3
  330. package/scss/treeview/_layout.scss +13 -13
  331. package/scss/treeview/_theme.scss +2 -2
  332. package/scss/treeview/_variables.scss +17 -14
  333. package/scss/typography/_index.scss +3 -4
  334. package/scss/typography/_theme.scss +2 -2
  335. package/scss/typography/_variables.scss +4 -40
  336. package/scss/upload/_index.scss +3 -4
  337. package/scss/upload/_layout.scss +37 -221
  338. package/scss/upload/_theme.scss +37 -73
  339. package/scss/upload/_variables.scss +35 -35
  340. package/scss/utils/_index.scss +1 -20
  341. package/scss/validator/_index.scss +3 -3
  342. package/scss/virtual-scroller/_index.scss +3 -3
  343. package/scss/window/_index.scss +3 -3
  344. package/scss/window/_layout.scss +28 -29
  345. package/scss/window/_theme.scss +17 -9
  346. package/scss/window/_variables.scss +41 -29
  347. package/scss/wizard/_index.scss +3 -3
  348. package/scss/wizard/_layout.scss +1 -1
  349. package/scss/wizard/_theme.scss +1 -7
  350. package/scss/wizard/_variables.scss +4 -5
  351. package/scss/common/_loading.scss +0 -140
  352. package/scss/core/_asp-fallback.scss +0 -8
  353. package/scss/core/_color-system.scss +0 -56
  354. package/scss/core/_extra.scss +0 -26
  355. package/scss/core/_layout.scss +0 -68
  356. package/scss/core/_normalize.scss +0 -15
  357. package/scss/core/functions/_colors.scss +0 -424
  358. package/scss/core/functions/_index.scss +0 -3
  359. package/scss/core/functions/_math.scss +0 -21
  360. package/scss/core/functions/_misc.scss +0 -35
  361. package/scss/core/mixins/_border-radius.scss +0 -58
  362. package/scss/core/mixins/_box-shadow.scss +0 -5
  363. package/scss/core/mixins/_data-uri.scss +0 -16
  364. package/scss/core/mixins/_decoration.scss +0 -27
  365. package/scss/core/mixins/_disabled.scss +0 -16
  366. package/scss/core/mixins/_gradients.scss +0 -35
  367. package/scss/core/mixins/_hide-scrollbar.scss +0 -17
  368. package/scss/core/mixins/_import-once.scss +0 -14
  369. package/scss/core/mixins/_index.scss +0 -15
  370. package/scss/core/mixins/_module-system.scss +0 -149
  371. package/scss/core/mixins/_typography.scss +0 -17
  372. package/scss/cursor/_index.scss +0 -9
  373. package/scss/cursor/_layout.scss +0 -9
  374. package/scss/cursor/_theme.scss +0 -3
  375. package/scss/icons/font/WebComponentsIcons.scss +0 -3
  376. package/scss/icons/font/WebComponentsIcons.ttf +0 -0
  377. package/scss/styling/_index.scss +0 -5
  378. package/scss/utils/_aspect-ratio.scss +0 -27
  379. package/scss/utils/_border.scss +0 -109
  380. package/scss/utils/_display.scss +0 -41
  381. package/scss/utils/_flex.scss +0 -189
  382. package/scss/utils/_float.scss +0 -69
  383. package/scss/utils/_grid.scss +0 -47
  384. package/scss/utils/_order.scss +0 -46
  385. package/scss/utils/_overflow.scss +0 -71
  386. package/scss/utils/_pointer-events.scss +0 -25
  387. package/scss/utils/_position.scss +0 -182
  388. package/scss/utils/_resize.scss +0 -37
  389. package/scss/utils/_spacer.scss +0 -16
  390. package/scss/utils/_spacing.scss +0 -138
  391. package/scss/utils/_table-layout.scss +0 -17
  392. package/scss/utils/_text.scss +0 -128
  393. package/scss/utils/_theme-colors.scss +0 -47
  394. package/scss/utils/_touch-action.scss +0 -25
  395. package/scss/utils/_transform.scss +0 -105
  396. package/scss/utils/_user-select.scss +0 -40
@@ -12,7 +12,7 @@
12
12
  cursor: pointer;
13
13
  user-select: none;
14
14
  -webkit-touch-callout: none;
15
- -webkit-tap-highlight-color: $rgba-transparent;
15
+ -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
16
16
 
17
17
  *,
18
18
  *::before,
@@ -82,13 +82,13 @@
82
82
  // Switch sizes
83
83
  @each $size, $size-props in $kendo-switch-sizes {
84
84
 
85
- $_font-size: map-get( $size-props, font-size );
86
- $_track-width: map-get( $size-props, track-width );
87
- $_track-height: map-get( $size-props, track-height );
88
- $_thumb-width: map-get( $size-props, thumb-width );
89
- $_thumb-height: map-get( $size-props, thumb-height );
90
- $_thumb-offset: map-get( $size-props, thumb-offset );
91
- $_label-offset: map-get( $size-props, label-offset );
85
+ $_font-size: k-map-get( $size-props, font-size );
86
+ $_track-width: k-map-get( $size-props, track-width );
87
+ $_track-height: k-map-get( $size-props, track-height );
88
+ $_thumb-width: k-map-get( $size-props, thumb-width );
89
+ $_thumb-height: k-map-get( $size-props, thumb-height );
90
+ $_thumb-offset: k-map-get( $size-props, thumb-offset );
91
+ $_label-offset: k-map-get( $size-props, label-offset );
92
92
 
93
93
  .k-switch-#{$size} {
94
94
  width: $_track-width;
@@ -109,10 +109,10 @@
109
109
  }
110
110
 
111
111
  &.k-switch-on .k-switch-thumb-wrap {
112
- left: calc( 100% - #{$_thumb-width / 2} - #{$_thumb-offset} );
112
+ left: calc( 100% - #{k-math-div( $_thumb-width, 2 )} - #{$_thumb-offset} );
113
113
  }
114
114
  &.k-switch-off .k-switch-thumb-wrap {
115
- left: calc( #{$_thumb-width / 2} + #{$_thumb-offset} );
115
+ left: calc( #{k-math-div( $_thumb-width, 2 )} + #{$_thumb-offset} );
116
116
  }
117
117
  }
118
118
 
@@ -130,10 +130,10 @@
130
130
  }
131
131
 
132
132
  &.k-switch-on .k-switch-thumb-wrap {
133
- left: calc( #{$_thumb-width / 2} + #{$_thumb-offset} );
133
+ left: calc( #{k-math-div( $_thumb-width, 2 )} + #{$_thumb-offset} );
134
134
  }
135
135
  &.k-switch-off .k-switch-thumb-wrap {
136
- left: calc( 100% - #{$_thumb-width / 2} - #{$_thumb-offset} );
136
+ left: calc( 100% - #{k-math-div( $_thumb-width, 2 )} - #{$_thumb-offset} );
137
137
  }
138
138
  }
139
139
  }
@@ -152,4 +152,3 @@
152
152
  }
153
153
 
154
154
  }
155
-
@@ -57,7 +57,11 @@
57
57
  $kendo-switch-off-track-focus-border,
58
58
  $kendo-switch-off-track-focus-gradient
59
59
  );
60
- outline: $kendo-switch-off-track-focus-ring;
60
+ @if $kendo-enable-focus-contrast {
61
+ @include box-shadow( 0 0 0 2px if( $dark-theme, $kendo-color-white, $kendo-color-black ) );
62
+ } @else {
63
+ outline: $kendo-switch-off-track-focus-ring;
64
+ }
61
65
  }
62
66
  }
63
67
 
@@ -133,7 +137,11 @@
133
137
  $kendo-switch-on-track-focus-border,
134
138
  $kendo-switch-on-track-focus-gradient
135
139
  );
136
- outline: $kendo-switch-on-track-focus-ring;
140
+ @if $kendo-enable-focus-contrast {
141
+ @include box-shadow( 0 0 0 2px if( $dark-theme, $kendo-color-white, $kendo-color-black ) );
142
+ } @else {
143
+ outline: $kendo-switch-on-track-focus-ring;
144
+ }
137
145
  }
138
146
  }
139
147
 
@@ -29,13 +29,13 @@ $kendo-switch-sizes: (
29
29
 
30
30
  /// The background of the track when the switch is not checked.
31
31
  /// @group switch
32
- $kendo-switch-off-track-bg: $component-bg !default;
32
+ $kendo-switch-off-track-bg: $kendo-component-bg !default;
33
33
  /// The text color of the track when the switch is not checked.
34
34
  /// @group switch
35
- $kendo-switch-off-track-text: $component-text !default;
35
+ $kendo-switch-off-track-text: $kendo-component-text !default;
36
36
  /// The border color of the track when the switch is not checked.
37
37
  /// @group switch
38
- $kendo-switch-off-track-border: try-shade( $kendo-switch-off-track-bg, 8% ) !default;
38
+ $kendo-switch-off-track-border: k-try-shade( $kendo-switch-off-track-bg, 8% ) !default;
39
39
  /// The background gradient of the track when the switch is not checked.
40
40
  /// @group switch
41
41
  $kendo-switch-off-track-gradient: null !default;
@@ -67,7 +67,7 @@ $kendo-switch-off-track-focus-border: null !default;
67
67
  $kendo-switch-off-track-focus-gradient: null !default;
68
68
  /// The ring around the track when the focused switch is not checked.
69
69
  /// @group switch
70
- $kendo-switch-off-track-focus-ring: 2px solid rgba( if( $dark-theme, $white, $black ) , .08 ) !default;
70
+ $kendo-switch-off-track-focus-ring: 2px solid rgba( if( $dark-theme, $kendo-color-white, $kendo-color-black ) , .08 ) !default;
71
71
 
72
72
  /// The background of the track when the disabled switch is not checked.
73
73
  /// @group switch
@@ -111,10 +111,10 @@ $kendo-switch-off-thumb-hover-gradient: null !default;
111
111
 
112
112
  /// The background of the track when the switch is checked.
113
113
  /// @group switch
114
- $kendo-switch-on-track-bg: $primary !default;
114
+ $kendo-switch-on-track-bg: $kendo-color-primary !default;
115
115
  /// The text color of the track when the switch is checked.
116
116
  /// @group switch
117
- $kendo-switch-on-track-text: contrast-wcag( $kendo-switch-on-track-bg ) !default;
117
+ $kendo-switch-on-track-text: k-contrast-legacy( $kendo-switch-on-track-bg ) !default;
118
118
  /// The border color of the track when the switch is checked.
119
119
  /// @group switch
120
120
  $kendo-switch-on-track-border: $kendo-switch-on-track-bg !default;
@@ -3,17 +3,9 @@
3
3
 
4
4
  // Dependencies
5
5
  @import "../common/_index.scss";
6
- @import "../input/_index.scss";
7
- @import "../floating-label/_index.scss";
8
- @import "../combobox/_index.scss";
9
- @import "../popup/_index.scss";
10
- @import "../toolbar/_variables.scss";
11
- @import "../menu/_variables.scss";
12
- @import "../grid/_variables.scss";
13
6
 
14
7
 
15
8
  // Component
16
- @import "_variables.scss";
17
- @import "_layout.scss";
18
- @import "_theme.scss";
19
-
9
+ @import "./_variables.scss";
10
+ @import "./_layout.scss";
11
+ @import "./_theme.scss";
@@ -39,7 +39,7 @@
39
39
  .k-table-th,
40
40
  .k-table-td {
41
41
  padding: $kendo-table-cell-padding-y $kendo-table-cell-padding-x;
42
- border-width: 0 0 $grid-cell-horizontal-border-width $kendo-table-cell-vertical-border-width;
42
+ border-width: 0 0 $kendo-table-cell-horizontal-border-width $kendo-table-cell-vertical-border-width;
43
43
  border-style: solid;
44
44
  border-color: inherit;
45
45
  box-sizing: border-box;
@@ -213,10 +213,10 @@
213
213
 
214
214
  // Sizes
215
215
  @each $size, $size-props in $kendo-table-sizes {
216
- $_font-size: map-get( $size-props, font-size);
217
- $_line-height: map-get( $size-props, line-height);
218
- $_cell-padding-x: map-get( $size-props, cell-padding-x);
219
- $_cell-padding-y: map-get( $size-props, cell-padding-y);
216
+ $_font-size: k-map-get( $size-props, font-size);
217
+ $_line-height: k-map-get( $size-props, line-height);
218
+ $_cell-padding-x: k-map-get( $size-props, cell-padding-x);
219
+ $_cell-padding-y: k-map-get( $size-props, cell-padding-y);
220
220
 
221
221
  .k-table-#{$size} {
222
222
  font-size: $_font-size;
@@ -229,11 +229,13 @@
229
229
  }
230
230
 
231
231
  .k-table-#{$size} .k-table-list .k-table-group-td > span {
232
- padding: 0 ( $_cell-padding-x / 2 );
232
+ padding-block: 0;
233
+ padding-inline: k-math-div( $_cell-padding-x, 2 );
233
234
  }
234
235
 
235
236
  .k-table-#{$size} .k-table-list .k-table-group-row::before {
236
- padding: $_cell-padding-y 0;
237
+ padding-block: $_cell-padding-y;
238
+ padding-inline: 0;
237
239
  }
238
240
  }
239
241
 
@@ -60,19 +60,22 @@
60
60
 
61
61
 
62
62
  // Focus state
63
- .k-table-tbody .k-table-row.k-focus,
64
- .k-table-list .k-table-row.k-focus,
65
- .k-table-tbody .k-table-td.k-focus,
66
- .k-table-list .k-table-td.k-focus {
67
- border-color: $kendo-table-focus-border;
68
- color: $kendo-table-focus-text;
69
- background-color: $kendo-table-focus-bg;
70
- box-shadow: $kendo-table-focus-shadow;
63
+ .k-table-tbody .k-table-row,
64
+ .k-table-list .k-table-row,
65
+ .k-table-tbody .k-table-td,
66
+ .k-table-list .k-table-td {
67
+ &.k-focus,
68
+ &:focus {
69
+ border-color: $kendo-table-focus-border;
70
+ color: $kendo-table-focus-text;
71
+ background-color: $kendo-table-focus-bg;
72
+ @include focus-indicator( $kendo-table-focus-shadow, inset );
73
+ }
71
74
  }
72
75
 
73
76
 
74
77
  // Selected state
75
- .k-table-tbody .k-table-row.k-selected,
78
+ .k-table-tbody .k-table-row.k-selected > .k-table-td,
76
79
  .k-table-list .k-table-row.k-selected {
77
80
  border-color: $kendo-table-selected-border;
78
81
  color: $kendo-table-selected-text;
@@ -1,3 +1,6 @@
1
+ @import "../list/_variables.scss";
2
+
3
+
1
4
  // Table
2
5
 
3
6
  /// The width of the table border.
@@ -5,10 +8,10 @@
5
8
  $kendo-table-border-width: 1px !default;
6
9
  /// The width of vertical border of table cells.
7
10
  /// @group table
8
- $kendo-table-cell-vertical-border-width: $grid-cell-vertical-border-width !default;
11
+ $kendo-table-cell-vertical-border-width: 1px !default;
9
12
  /// The width of horizontal border of table cells.
10
13
  /// @group table
11
- $kendo-table-cell-horizontal-border-width: $grid-cell-horizontal-border-width !default;
14
+ $kendo-table-cell-horizontal-border-width: 0px !default;
12
15
 
13
16
  /// The font size of the table if no size is specified.
14
17
  /// @group table
@@ -26,61 +29,73 @@ $kendo-table-cell-padding-x: null !default;
26
29
  /// @group table
27
30
  $kendo-table-cell-padding-y: null !default;
28
31
 
32
+ $kendo-table-cell-padding-x-sm: k-map-get( $kendo-spacing, 2 ) !default;
33
+ $kendo-table-cell-padding-y-sm: k-map-get( $kendo-spacing, 1 ) !default;
34
+
35
+ $kendo-table-cell-padding-x-md: k-map-get( $kendo-spacing, 3 ) !default;
36
+ $kendo-table-cell-padding-y-md: k-map-get( $kendo-spacing, 2 ) !default;
37
+
38
+ $kendo-table-cell-padding-x-lg: k-map-get( $kendo-spacing, 2 ) !default;
39
+ $kendo-table-cell-padding-y-lg: k-map-get( $kendo-spacing, 2.5 ) !default;
40
+
29
41
  /// The sizes of the table.
30
42
  /// @group table
31
43
  $kendo-table-sizes: (
32
44
  sm: (
33
45
  font-size: $font-size-md,
34
46
  line-height: $line-height-md,
35
- cell-padding-x: map-get( $spacing, 2 ),
36
- cell-padding-y: map-get( $spacing, 2 ) - map-get( $spacing, thin )
47
+ cell-padding-x: $kendo-table-cell-padding-x-sm,
48
+ cell-padding-y: $kendo-table-cell-padding-y-sm
37
49
  ),
38
50
  md: (
39
51
  font-size: $font-size-md,
40
52
  line-height: $line-height-md,
41
- cell-padding-x: map-get( $spacing, 2 ),
42
- cell-padding-y: map-get( $spacing, 2 )
53
+ cell-padding-x: $kendo-table-cell-padding-x-md,
54
+ cell-padding-y: $kendo-table-cell-padding-y-md
43
55
  ),
44
56
  lg: (
45
57
  font-size: $font-size-md,
46
58
  line-height: $line-height-md,
47
- cell-padding-x: map-get( $spacing, 2 ),
48
- cell-padding-y: map-get( $spacing, 2 ) + map-get( $spacing, thin )
59
+ cell-padding-x: $kendo-table-cell-padding-x-lg,
60
+ cell-padding-y: $kendo-table-cell-padding-y-lg
49
61
  )
50
62
  ) !default;
51
63
 
52
64
 
53
65
  /// Background color of tables.
54
66
  /// @group table
55
- $kendo-table-bg: $grid-bg !default;
67
+ $kendo-table-bg: $kendo-component-bg !default;
56
68
  /// Text color of tables.
57
69
  /// @group table
58
- $kendo-table-text: $grid-text !default;
70
+ $kendo-table-text: $kendo-component-text !default;
59
71
  /// Border color of tables.
60
72
  /// @group table
61
- $kendo-table-border: $grid-border !default;
73
+ $kendo-table-border: $kendo-component-border !default;
62
74
 
63
75
 
64
76
  /// Background color of table headers.
65
77
  /// @group table
66
- $kendo-table-header-bg: $grid-header-bg !default;
78
+ $kendo-table-header-bg: $kendo-component-header-bg !default;
67
79
  /// Text color of table headers.
68
80
  /// @group table
69
- $kendo-table-header-text: $grid-header-text !default;
81
+ $kendo-table-header-text: $kendo-component-header-text !default;
70
82
  /// Border color of table headers.
71
83
  /// @group table
72
- $kendo-table-header-border: $grid-header-border !default;
84
+ $kendo-table-header-border: $kendo-component-header-border !default;
85
+ /// Gradient of table headers.
86
+ /// @group table
87
+ $kendo-table-header-gradient: $kendo-component-header-gradient !default;
73
88
 
74
89
 
75
90
  /// Background color of table footers.
76
91
  /// @group table
77
- $kendo-table-footer-bg: $grid-footer-bg !default;
92
+ $kendo-table-footer-bg: $kendo-table-header-bg !default;
78
93
  /// Text color of table footers.
79
94
  /// @group table
80
- $kendo-table-footer-text: $grid-footer-text !default;
95
+ $kendo-table-footer-text: $kendo-table-header-text !default;
81
96
  /// Border color of table footers.
82
97
  /// @group table
83
- $kendo-table-footer-border: $grid-footer-border !default;
98
+ $kendo-table-footer-border: $kendo-table-header-border !default;
84
99
 
85
100
 
86
101
  /// Background color of group rows in table.
@@ -96,24 +111,24 @@ $kendo-table-group-row-border: $kendo-table-header-border !default;
96
111
 
97
112
  /// Background color of alternating rows in table.
98
113
  /// @group table
99
- $kendo-table-alt-row-bg: $grid-alt-bg !default;
114
+ $kendo-table-alt-row-bg: rgba( k-contrast-legacy( $kendo-table-bg ), .04 ) !default;
100
115
  /// Text color of alternating rows in table.
101
116
  /// @group table
102
- $kendo-table-alt-row-text: $grid-alt-text !default;
117
+ $kendo-table-alt-row-text: null !default;
103
118
  /// Border color of alternating rows in table.
104
119
  /// @group table
105
- $kendo-table-alt-row-border: $grid-alt-border !default;
120
+ $kendo-table-alt-row-border: null !default;
106
121
 
107
122
 
108
123
  /// Background color of hovered rows in table.
109
124
  /// @group table
110
- $kendo-table-hover-bg: $grid-hovered-bg !default;
125
+ $kendo-table-hover-bg: k-color-darken($kendo-table-bg, 7%) !default;
111
126
  /// Text color of hovered rows in table.
112
127
  /// @group table
113
- $kendo-table-hover-text: $grid-hovered-text !default;
128
+ $kendo-table-hover-text: null !default;
114
129
  /// Border color of hovered rows in table.
115
130
  /// @group table
116
- $kendo-table-hover-border: $grid-hovered-border !default;
131
+ $kendo-table-hover-border: null !default;
117
132
 
118
133
 
119
134
  /// Background color of focused rows in table.
@@ -127,15 +142,15 @@ $kendo-table-focus-text: null !default;
127
142
  $kendo-table-focus-border: null !default;
128
143
  /// Box shadow of focused rows in table.
129
144
  /// @group table
130
- $kendo-table-focus-shadow: $grid-focused-shadow !default;
145
+ $kendo-table-focus-shadow: $kendo-list-item-focus-shadow !default;
131
146
 
132
147
 
133
148
  /// Background color of selected rows in table.
134
149
  /// @group table
135
- $kendo-table-selected-bg: $grid-selected-bg !default;
150
+ $kendo-table-selected-bg: rgba($kendo-selected-bg, .25) !default;
136
151
  /// Text color of selected rows in table.
137
152
  /// @group table
138
- $kendo-table-selected-text: $grid-selected-text !default;
153
+ $kendo-table-selected-text: null !default;
139
154
  /// Border color of selected rows in table.
140
155
  /// @group table
141
- $kendo-table-selected-border: $grid-selected-border !default;
156
+ $kendo-table-selected-border: null !default;
@@ -9,6 +9,6 @@
9
9
 
10
10
 
11
11
  // Component
12
- @import "_variables.scss";
13
- @import "_layout.scss";
14
- @import "_theme.scss";
12
+ @import "./_variables.scss";
13
+ @import "./_layout.scss";
14
+ @import "./_theme.scss";
@@ -22,7 +22,7 @@
22
22
  display: flex;
23
23
  flex-flow: column nowrap;
24
24
  -webkit-touch-callout: none;
25
- -webkit-tap-highlight-color: $rgba-transparent;
25
+ -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
26
26
 
27
27
  .k-tabstrip-wrapper > & {
28
28
  flex: 1 1 auto;
@@ -80,9 +80,6 @@
80
80
  align-items: center;
81
81
  }
82
82
  }
83
- .k-ie11 .k-tabstrip-items {
84
- white-space: nowrap;
85
- }
86
83
 
87
84
  .k-tabstrip-content,
88
85
  .k-tabstrip > .k-content {
@@ -157,13 +154,13 @@
157
154
 
158
155
  &.k-hstack {
159
156
  > .k-button {
160
- padding: 0 map-get( $spacing, 1 );
157
+ padding: 0 k-map-get( $kendo-spacing, 1 );
161
158
  }
162
159
  }
163
160
 
164
161
  &.k-vstack {
165
162
  > .k-button {
166
- padding: map-get( $spacing, 1 ) 0;
163
+ padding: k-map-get( $kendo-spacing, 1 ) 0;
167
164
  }
168
165
  }
169
166
  }
@@ -29,10 +29,10 @@
29
29
  &:hover,
30
30
  &.k-hover {
31
31
  @include fill(
32
- $tabstrip-item-hovered-text,
33
- $tabstrip-item-hovered-bg,
34
- $tabstrip-item-hovered-border,
35
- $tabstrip-item-hovered-gradient
32
+ $tabstrip-item-hover-text,
33
+ $tabstrip-item-hover-bg,
34
+ $tabstrip-item-hover-border,
35
+ $tabstrip-item-hover-gradient
36
36
  );
37
37
  }
38
38
 
@@ -49,11 +49,11 @@
49
49
 
50
50
  &:focus,
51
51
  &.k-focus {
52
- @include box-shadow( $tabstrip-item-focused-shadow );
52
+ @include focus-indicator( $tabstrip-item-focus-shadow, true );
53
53
  }
54
54
 
55
55
  &.k-tabstrip-dragging {
56
- @include box-shadow( $tabstrip-item-dragging-shadow );
56
+ @include focus-indicator( $tabstrip-item-dragging-shadow );
57
57
  }
58
58
  }
59
59
 
@@ -71,7 +71,7 @@
71
71
 
72
72
  &:focus,
73
73
  &.k-focus {
74
- outline-color: $tabstrip-content-border-focused;
74
+ outline-color: $tabstrip-content-focus-border;
75
75
  }
76
76
  }
77
77
 
@@ -1,4 +1,8 @@
1
+ @import "../typography/_variables.scss";
2
+
3
+
1
4
  // Tabstrip
5
+
2
6
  $tabstrip-wrapper-padding-x: 0px !default;
3
7
  $tabstrip-wrapper-padding-y: 0px !default;
4
8
  $tabstrip-wrapper-border-width: 0px !default;
@@ -17,17 +21,17 @@ $tabstrip-wrapper-border: null !default;
17
21
  $tabstrip-bg: null !default;
18
22
  /// Text color of tabstrip component
19
23
  /// @group tabstrip
20
- $tabstrip-text: $component-text !default;
24
+ $tabstrip-text: $kendo-component-text !default;
21
25
  /// Border color of tabstrip component
22
26
  /// @group tabstrip
23
- $tabstrip-border: $component-border !default;
27
+ $tabstrip-border: $kendo-component-border !default;
24
28
 
25
29
  /// Horizontal padding of tabs
26
30
  /// @group tabstrip
27
- $tabstrip-item-padding-x: $nav-item-padding-x !default;
31
+ $tabstrip-item-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
28
32
  /// Vertical padding of tabs
29
33
  /// @group tabstrip
30
- $tabstrip-item-padding-y: $nav-item-padding-y !default;
34
+ $tabstrip-item-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
31
35
  /// Width of border around tabs
32
36
  /// @group tabstrip
33
37
  $tabstrip-item-border-width: 1px !default;
@@ -36,7 +40,7 @@ $tabstrip-item-border-width: 1px !default;
36
40
  $tabstrip-item-border-radius: $kendo-border-radius-md !default;
37
41
  /// Spacing between tabs
38
42
  /// @group tabstrip
39
- $tabstrip-item-gap: $nav-item-margin !default;
43
+ $tabstrip-item-gap: 0 !default;
40
44
 
41
45
  /// Background color of tabs
42
46
  /// @group tabstrip
@@ -53,31 +57,31 @@ $tabstrip-item-gradient: null !default;
53
57
 
54
58
  /// Background color of hovered tabs
55
59
  /// @group tabstrip
56
- $tabstrip-item-hovered-bg: null !default;
60
+ $tabstrip-item-hover-bg: null !default;
57
61
  /// Text color of hovered tabs
58
62
  /// @group tabstrip
59
- $tabstrip-item-hovered-text: $link-hover-text !default;
63
+ $tabstrip-item-hover-text: $link-hover-text !default;
60
64
  /// Border color of hovered tabs
61
65
  /// @group tabstrip
62
- $tabstrip-item-hovered-border: null !default;
66
+ $tabstrip-item-hover-border: null !default;
63
67
  /// Background gradient of hovered tabs
64
68
  /// @group tabstrip
65
- $tabstrip-item-hovered-gradient: null !default;
69
+ $tabstrip-item-hover-gradient: null !default;
66
70
 
67
71
  /// Background color of selected tabs
68
72
  /// @group tabstrip
69
- $tabstrip-item-selected-bg: $component-bg !default;
73
+ $tabstrip-item-selected-bg: $kendo-component-bg !default;
70
74
  /// Text color of selected tabs
71
75
  /// @group tabstrip
72
- $tabstrip-item-selected-text: $component-text !default;
76
+ $tabstrip-item-selected-text: $kendo-component-text !default;
73
77
  /// Border color of selected tabs
74
78
  /// @group tabstrip
75
- $tabstrip-item-selected-border: $component-border !default;
79
+ $tabstrip-item-selected-border: $kendo-component-border !default;
76
80
  /// Background gradient of selected tabs
77
81
  /// @group tabstrip
78
82
  $tabstrip-item-selected-gradient: null !default;
79
83
 
80
- $tabstrip-item-focused-shadow: $kendo-list-item-focus-shadow !default;
84
+ $tabstrip-item-focus-shadow: $kendo-list-item-focus-shadow !default;
81
85
 
82
86
  $tabstrip-item-dragging-shadow: 0px 3px 4px rgba(0, 0, 0, .15) !default;
83
87
 
@@ -86,23 +90,23 @@ $tabstrip-indicator-color: null !default;
86
90
 
87
91
  /// Horizontal padding of tabstrip content
88
92
  /// @group tabstrip
89
- $tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
93
+ $tabstrip-content-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
90
94
  /// Vertical padding of tabstrip content
91
95
  /// @group tabstrip
92
- $tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
96
+ $tabstrip-content-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
93
97
  /// Width of border around tabstrip content
94
98
  /// @group tabstrip
95
99
  $tabstrip-content-border-width: 1px !default;
96
100
 
97
101
  /// Background color of tabstrip content
98
102
  /// @group tabstrip
99
- $tabstrip-content-bg: $component-bg !default;
103
+ $tabstrip-content-bg: $kendo-component-bg !default;
100
104
  /// Text color of tabstrip content
101
105
  /// @group tabstrip
102
- $tabstrip-content-text: $component-text !default;
106
+ $tabstrip-content-text: $kendo-component-text !default;
103
107
  /// Border color of tabstrip content
104
108
  /// @group tabstrip
105
- $tabstrip-content-border: $component-border !default;
109
+ $tabstrip-content-border: $kendo-component-border !default;
106
110
  /// Border color of tabstrip focused content
107
111
  /// @group tabstrip
108
- $tabstrip-content-border-focused: $component-text !default;
112
+ $tabstrip-content-focus-border: $kendo-component-text !default;
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
  // Dependencies
5
- @import "../utils/_index.scss";
5
+ // @import "../utils/_index.scss";
6
6
  @import "../common/_index.scss";
7
7
  @import "../icons/_index.scss";
8
8
  @import "../forms/_index.scss";
@@ -14,6 +14,6 @@
14
14
 
15
15
 
16
16
  // Component
17
- @import "_variables.scss";
18
- @import "_layout.scss";
19
- @import "_theme.scss";
17
+ @import "./_variables.scss";
18
+ @import "./_layout.scss";
19
+ @import "./_theme.scss";
@@ -216,26 +216,3 @@
216
216
  }
217
217
 
218
218
  }
219
-
220
- @include exports( "taskboard/layout/compatibility" ) {
221
-
222
- .k-ie {
223
- .k-taskboard-column:not(:last-child) {
224
- margin-right: $taskboard-columns-container-gap;
225
- }
226
-
227
- .k-rtl .k-taskboard-column:not(:last-child) {
228
- margin-right: 0;
229
- margin-left: $taskboard-columns-container-gap;
230
- }
231
-
232
- .k-taskboard-column-cards-container {
233
- margin-bottom: 3 * $taskboard-column-container-spacing-y;
234
- }
235
-
236
- .k-taskboard-column-cards > .k-taskboard-card:not(:last-child) {
237
- margin-bottom: $taskboard-column-cards-gap;
238
- }
239
- }
240
-
241
- }
@@ -79,7 +79,7 @@
79
79
  &:focus,
80
80
  &.k-focus {
81
81
  @include fill( $border: $taskboard-card-focus-border );
82
- @include box-shadow( $taskboard-card-focus-shadow );
82
+ @include focus-indicator( $taskboard-card-focus-shadow );
83
83
  }
84
84
 
85
85
  &:hover,
@@ -93,7 +93,7 @@
93
93
  }
94
94
 
95
95
  &.k-disabled {
96
- @include disabled( $disabled-styling );
96
+ @include disabled( $kendo-disabled-styling );
97
97
  }
98
98
  }
99
99