@progress/kendo-theme-default 5.5.0 → 5.5.1-dev.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 (75) hide show
  1. package/dist/all.css +317 -332
  2. package/dist/all.scss +338 -208
  3. package/lib/swatches/default-blue.json +1 -1
  4. package/lib/swatches/default-dataviz-v4.json +1 -1
  5. package/lib/swatches/default-green.json +1 -1
  6. package/lib/swatches/default-main-dark.json +1 -1
  7. package/lib/swatches/default-main.json +1 -1
  8. package/lib/swatches/default-nordic.json +1 -1
  9. package/lib/swatches/default-ocean-blue.json +1 -1
  10. package/lib/swatches/default-orange.json +1 -1
  11. package/lib/swatches/default-purple.json +1 -1
  12. package/lib/swatches/default-turquoise.json +1 -1
  13. package/lib/swatches/default-urban.json +1 -1
  14. package/package.json +7 -10
  15. package/scss/action-sheet/_theme.scss +3 -3
  16. package/scss/adaptive/_theme.scss +2 -2
  17. package/scss/bottom-navigation/_layout.scss +1 -1
  18. package/scss/bottom-navigation/_theme.scss +2 -2
  19. package/scss/breadcrumb/_theme.scss +5 -5
  20. package/scss/calendar/_layout.scss +5 -1
  21. package/scss/chat/_layout.scss +2 -2
  22. package/scss/chat/_theme.scss +2 -2
  23. package/scss/chip/_variables.scss +1 -1
  24. package/scss/colorpalette/_layout.scss +1 -1
  25. package/scss/dataviz/_theme.scss +1 -1
  26. package/scss/drawer/_theme.scss +5 -5
  27. package/scss/editor/_layout.scss +2 -2
  28. package/scss/editor/_theme.scss +3 -3
  29. package/scss/expansion-panel/_theme.scss +3 -3
  30. package/scss/filemanager/_theme.scss +1 -1
  31. package/scss/forms/_layout.scss +2 -1
  32. package/scss/gantt/_layout.scss +3 -3
  33. package/scss/gantt/_theme.scss +7 -7
  34. package/scss/grid/_layout.scss +6 -27
  35. package/scss/grid/_theme.scss +25 -25
  36. package/scss/index.scss +1 -0
  37. package/scss/listview/_theme.scss +2 -2
  38. package/scss/orgchart/_theme.scss +1 -1
  39. package/scss/pager/_layout.scss +3 -3
  40. package/scss/pager/_theme.scss +10 -10
  41. package/scss/panelbar/_theme.scss +14 -14
  42. package/scss/pivotgrid/_theme.scss +1 -1
  43. package/scss/progressbar/_layout.scss +11 -11
  44. package/scss/progressbar/_theme.scss +1 -1
  45. package/scss/progressbar/_variables.scss +1 -0
  46. package/scss/radio/_layout.scss +1 -1
  47. package/scss/radio/_theme.scss +3 -3
  48. package/scss/rating/_theme.scss +5 -5
  49. package/scss/scheduler/_layout.scss +4 -4
  50. package/scss/scheduler/_theme.scss +8 -8
  51. package/scss/scrollview/_theme.scss +4 -4
  52. package/scss/signature/_index.scss +10 -0
  53. package/scss/signature/_layout.scss +63 -0
  54. package/scss/signature/_theme.scss +12 -0
  55. package/scss/signature/_variables.scss +45 -0
  56. package/scss/slider/_layout.scss +1 -1
  57. package/scss/slider/_theme.scss +3 -3
  58. package/scss/splitter/_theme.scss +1 -1
  59. package/scss/spreadsheet/_layout.scss +3 -3
  60. package/scss/spreadsheet/_theme.scss +6 -6
  61. package/scss/stepper/_layout.scss +1 -1
  62. package/scss/stepper/_theme.scss +1 -1
  63. package/scss/tabstrip/_layout.scss +7 -7
  64. package/scss/tabstrip/_theme.scss +5 -5
  65. package/scss/taskboard/_theme.scss +1 -1
  66. package/scss/tilelayout/_theme.scss +1 -1
  67. package/scss/timeline/_theme.scss +2 -2
  68. package/scss/timeselector/_layout.scss +1 -1
  69. package/scss/timeselector/_theme.scss +1 -1
  70. package/scss/treelist/_layout.scss +1 -1
  71. package/scss/upload/_layout.scss +1 -1
  72. package/scss/upload/_theme.scss +2 -2
  73. package/scss/window/_theme.scss +1 -1
  74. package/scss/wizard/_layout.scss +1 -1
  75. package/scss/wizard/_theme.scss +2 -2
@@ -3,7 +3,7 @@
3
3
  "name": "Default Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.5.0",
6
+ "version": "5.5.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.5.0",
6
+ "version": "5.5.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ff6358",
9
9
  "#ffd246",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.5.0",
6
+ "version": "5.5.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.5.0",
6
+ "version": "5.5.1-dev.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#151515",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.5.0",
6
+ "version": "5.5.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.5.0",
6
+ "version": "5.5.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#50686e",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.5.0",
6
+ "version": "5.5.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Orange",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.5.0",
6
+ "version": "5.5.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Purple",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.5.0",
6
+ "version": "5.5.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.5.0",
6
+ "version": "5.5.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.5.0",
6
+ "version": "5.5.1-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "5.5.0",
4
+ "version": "5.5.1-dev.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -36,16 +36,13 @@
36
36
  }
37
37
  },
38
38
  "scripts": {
39
- "sass": "gulp sass",
40
- "sass:watch": "gulp sass:watch",
41
- "sass:swatches": "gulp sass:swatches",
42
- "sass:flat": "gulp sass:flat",
43
- "dart": "gulp dart",
44
- "dart:watch": "gulp dart:watch",
45
- "dart:swatches": "gulp dart:swatches",
46
- "dart:flat": "gulp dart:flat",
39
+ "build": "sass-build",
40
+ "sass": "sass-build",
47
41
  "prepublishOnly": "node ../../scripts/themes-prepublish.js",
48
42
  "postpublish": "echo 'no postpublish for default theme'"
49
43
  },
50
- "gitHead": "a8983b1816145854eea44b64fc9ee9bc3c5105f6"
44
+ "devDependencies": {
45
+ "sass-build": "^0.0.1"
46
+ },
47
+ "gitHead": "f9e886d7414c48c7a576210e6b46d938d27b3125"
51
48
  }
@@ -43,7 +43,7 @@
43
43
 
44
44
  // Hover state
45
45
  &:hover,
46
- &.k-state-hover ,
46
+ &.k-state-hover,
47
47
  &.k-hover {
48
48
  @include fill(
49
49
  $actionsheet-item-hover-text,
@@ -57,7 +57,7 @@
57
57
 
58
58
  // Focus state
59
59
  &:focus,
60
- &.k-state-focus ,
60
+ &.k-state-focus,
61
61
  &.k-focus {
62
62
  @include fill(
63
63
  $actionsheet-item-focus-text,
@@ -71,7 +71,7 @@
71
71
 
72
72
  // Disabed state
73
73
  &:disabled,
74
- &.k-state-disabled ,
74
+ &.k-state-disabled,
75
75
  &.k-disabled {
76
76
  @include fill(
77
77
  $actionsheet-item-disabled-text,
@@ -82,12 +82,12 @@
82
82
 
83
83
  .k-column-menu {
84
84
 
85
- .k-listgroup-item.k-state-selected ,
85
+ .k-listgroup-item.k-state-selected,
86
86
  .k-listgroup-item.k-selected {
87
87
  color: $adaptive-grid-sort-text;
88
88
  background: none;
89
89
  }
90
- .k-listgroup-item.k-state-selected .k-link ,
90
+ .k-listgroup-item.k-state-selected .k-link,
91
91
  .k-listgroup-item.k-selected .k-link {
92
92
  color: inherit;
93
93
  }
@@ -80,7 +80,7 @@
80
80
  outline: 0;
81
81
  }
82
82
  }
83
- .k-bottom-nav-item.k-state-disabled ,
83
+ .k-bottom-nav-item.k-state-disabled,
84
84
  .k-bottom-nav-item.k-disabled {
85
85
  background-color: initial;
86
86
  }
@@ -16,7 +16,7 @@
16
16
  @include fill( $bg: rgba(true-mix( $color, contrast-wcag( $color ), 35%), .2));
17
17
  }
18
18
 
19
- .k-bottom-nav-item.k-state-selected ,
19
+ .k-bottom-nav-item.k-state-selected,
20
20
  .k-bottom-nav-item.k-selected {
21
21
  @include fill( $color: contrast-wcag( $color ) );
22
22
  }
@@ -40,7 +40,7 @@
40
40
  }
41
41
 
42
42
  @each $name, $color in $kendo-theme-colors {
43
- &.k-bottom-nav-#{$name} .k-bottom-nav-item.k-state-selected ,
43
+ &.k-bottom-nav-#{$name} .k-bottom-nav-item.k-state-selected,
44
44
  &.k-bottom-nav-#{$name} .k-bottom-nav-item.k-selected {
45
45
  @if $name == "secondary" or $name == "light" {
46
46
  @include fill( $color: try-shade($color, 3) );
@@ -9,7 +9,7 @@
9
9
  );
10
10
 
11
11
  &:focus,
12
- &.k-state-focused ,
12
+ &.k-state-focused,
13
13
  &.k-focus {
14
14
  @include box-shadow( $breadcrumb-focused-shadow );
15
15
  }
@@ -26,7 +26,7 @@
26
26
 
27
27
  // Hovered state
28
28
  &:hover,
29
- &.k-state-hover ,
29
+ &.k-state-hover,
30
30
  &.k-hover {
31
31
  @include fill(
32
32
  $breadcrumb-link-hovered-text,
@@ -37,7 +37,7 @@
37
37
 
38
38
  // Focused state
39
39
  &:focus,
40
- &.k-state-focused ,
40
+ &.k-state-focused,
41
41
  &.k-focus {
42
42
  @include fill(
43
43
  $breadcrumb-link-focused-text,
@@ -59,7 +59,7 @@
59
59
 
60
60
  // Hovered state
61
61
  &:hover,
62
- &.k-state-hover ,
62
+ &.k-state-hover,
63
63
  &.k-hover {
64
64
  @include fill(
65
65
  $breadcrumb-root-link-hovered-text,
@@ -70,7 +70,7 @@
70
70
 
71
71
  // Focused state
72
72
  &:focus,
73
- &.k-state-focused ,
73
+ &.k-state-focused,
74
74
  &.k-focus {
75
75
  @include fill(
76
76
  $breadcrumb-root-link-focused-text,
@@ -386,7 +386,7 @@
386
386
  }
387
387
 
388
388
  // // styles are applied to the k-link element inside
389
- // .k-state-selected ,
389
+ // .k-state-selected,
390
390
  // .k-selected {
391
391
  // color: inherit;
392
392
  // background: transparent;
@@ -412,6 +412,10 @@
412
412
  &::after {
413
413
  display: none;
414
414
  }
415
+
416
+ &:focus {
417
+ outline: 0;
418
+ }
415
419
  }
416
420
 
417
421
  .k-range-start {
@@ -152,7 +152,7 @@
152
152
 
153
153
 
154
154
  // Message states
155
- .k-message.k-state-selected ,
155
+ .k-message.k-state-selected,
156
156
  .k-message.k-selected {
157
157
  margin-bottom: $chat-item-spacing-y;
158
158
  border: 0;
@@ -362,7 +362,7 @@
362
362
  flex: 0 0 auto;
363
363
  }
364
364
 
365
- &.k-state-selected ,
365
+ &.k-state-selected,
366
366
  &.k-selected {
367
367
  background: none;
368
368
  }
@@ -38,7 +38,7 @@
38
38
  .k-bubble:hover {
39
39
  @include box-shadow( $chat-bubble-hover-shadow );
40
40
  }
41
- .k-state-selected .k-bubble ,
41
+ .k-state-selected .k-bubble,
42
42
  .k-selected .k-bubble {
43
43
  @include box-shadow( $chat-bubble-selected-shadow );
44
44
  }
@@ -54,7 +54,7 @@
54
54
  .k-alt .k-bubble:hover {
55
55
  @include box-shadow( $chat-alt-bubble-hover-shadow );
56
56
  }
57
- .k-alt .k-state-selected .k-bubble ,
57
+ .k-alt .k-state-selected .k-bubble,
58
58
  .k-alt .k-selected .k-bubble {
59
59
  @include box-shadow( $chat-alt-bubble-selected-shadow );
60
60
  }
@@ -5,7 +5,7 @@
5
5
  $kendo-chip-border-width: 1px !default;
6
6
  /// The spacing between the text and the icons of the chip.
7
7
  /// @group chip
8
- $kendo-chip-spacing: map-get( $spacing, 1 );
8
+ $kendo-chip-spacing: map-get( $spacing, 1 ) !default;
9
9
 
10
10
  /// Horizontal padding of the chip.
11
11
  /// @group chip
@@ -49,7 +49,7 @@
49
49
  &.k-focus,
50
50
  &.k-state-selected,
51
51
  &.k-selected,
52
- &.k-state-selected:hover ,
52
+ &.k-state-selected:hover,
53
53
  &.k-selected:hover {
54
54
  position: relative;
55
55
  z-index: 100;
@@ -144,7 +144,7 @@
144
144
  .k-leaf.k-inverse {
145
145
  color: $component-text;
146
146
  }
147
- .k-leaf.k-state-hover ,
147
+ .k-leaf.k-state-hover,
148
148
  .k-leaf.k-hover {
149
149
  box-shadow: inset 0 0 0 3px $component-border;
150
150
  }
@@ -25,33 +25,33 @@
25
25
  .k-drawer-item {
26
26
 
27
27
  &:hover,
28
- &.k-state-hover ,
28
+ &.k-state-hover,
29
29
  &.k-hover {
30
30
  color: $drawer-hovered-text;
31
31
  background-color: $drawer-hovered-bg;
32
32
  }
33
33
 
34
34
  &:focus,
35
- &.k-state-focused ,
35
+ &.k-state-focused,
36
36
  &.k-focus {
37
37
  background-color: $drawer-focused-bg;
38
38
  box-shadow: $drawer-focused-shadow;
39
39
 
40
40
  &:hover,
41
- &.k-state-hover ,
41
+ &.k-state-hover,
42
42
  &.k-hover {
43
43
  color: $drawer-hovered-text;
44
44
  background-color: $drawer-hovered-bg;
45
45
  }
46
46
  }
47
47
 
48
- &.k-state-selected ,
48
+ &.k-state-selected,
49
49
  &.k-selected {
50
50
  color: $drawer-selected-text;
51
51
  background-color: $drawer-selected-bg;
52
52
 
53
53
  &:hover,
54
- &.k-state-hover ,
54
+ &.k-state-hover,
55
55
  &.k-hover {
56
56
  color: $drawer-selected-hover-text;
57
57
  background-color: $drawer-selected-hover-bg;
@@ -42,7 +42,7 @@
42
42
  pointer-events: auto;
43
43
  }
44
44
 
45
- .k-editor-content.k-state-focused ,
45
+ .k-editor-content.k-state-focused,
46
46
  .k-editor-content.k-focus {
47
47
  outline-width: 1px;
48
48
  outline-style: dashed;
@@ -496,7 +496,7 @@
496
496
  display: block;
497
497
  margin: auto;
498
498
 
499
- &.k-state-selected ,
499
+ &.k-state-selected,
500
500
  &.k-selected {
501
501
  color: inherit;
502
502
  border-width: 0;
@@ -10,7 +10,7 @@
10
10
 
11
11
  kendo-editor {
12
12
  &.k-readonly {
13
- .k-editor-content.k-state-focused ,
13
+ .k-editor-content.k-state-focused,
14
14
  .k-editor-content.k-focus {
15
15
  outline-color: $body-text;
16
16
  }
@@ -48,7 +48,7 @@
48
48
 
49
49
  // Hover & Actve state
50
50
  &:hover,
51
- &.k-state-active ,
51
+ &.k-state-active,
52
52
  &.k-active {
53
53
  border-color: $panel-border;
54
54
  }
@@ -66,7 +66,7 @@
66
66
 
67
67
  // Insert table
68
68
  .k-ct-popup {
69
- .k-state-selected ,
69
+ .k-state-selected,
70
70
  .k-selected {
71
71
  @include fill( $selected-text, $selected-bg, $selected-border, none );
72
72
  }
@@ -7,7 +7,7 @@
7
7
  $expander-border
8
8
  );
9
9
 
10
- &.k-state-focus ,
10
+ &.k-state-focus,
11
11
  &.k-focus {
12
12
  box-shadow: $expander-focus-shadow;
13
13
  }
@@ -22,13 +22,13 @@
22
22
  outline: none;
23
23
 
24
24
  &:hover,
25
- &.k-state-hover ,
25
+ &.k-state-hover,
26
26
  &.k-hover {
27
27
  background-color: $expander-header-hover-bg;
28
28
  }
29
29
 
30
30
  // Should be removed
31
- &.k-state-focused ,
31
+ &.k-state-focused,
32
32
  &.k-focus {
33
33
  background-color: $expander-header-focused-bg;
34
34
  box-shadow: $expander-header-focused-shadow;
@@ -64,7 +64,7 @@
64
64
  );
65
65
  }
66
66
 
67
- &.k-state-selected .k-file-icon ,
67
+ &.k-state-selected .k-file-icon,
68
68
  &.k-selected .k-file-icon {
69
69
  @include fill(
70
70
  inherit,
@@ -142,7 +142,8 @@
142
142
 
143
143
  .k-multiselect,
144
144
  .k-floating-label-container,
145
- .k-daterangepicker .k-dateinput {
145
+ .k-daterangepicker .k-dateinput,
146
+ .k-signature {
146
147
  display: inline-flex;
147
148
  width: 100%;
148
149
  }
@@ -82,7 +82,7 @@
82
82
  }
83
83
  }
84
84
 
85
- tr.k-state-selected > td:last-child ,
85
+ tr.k-state-selected > td:last-child,
86
86
  tr.k-selected > td:last-child {
87
87
  background: transparent;
88
88
  }
@@ -352,7 +352,7 @@
352
352
  border-color: currentColor;
353
353
  position: absolute;
354
354
  }
355
- .k-gantt-line.k-state-selected ,
355
+ .k-gantt-line.k-state-selected,
356
356
  .k-gantt-line.k-selected {
357
357
  z-index: 3;
358
358
  }
@@ -426,7 +426,7 @@
426
426
  transform: translate(-50%, -50%);
427
427
  }
428
428
  .k-task-dot:hover::before,
429
- .k-task-dot.k-state-hover::before ,
429
+ .k-task-dot.k-state-hover::before,
430
430
  .k-task-dot.k-hover::before {
431
431
  border-width: 1px;
432
432
  }
@@ -15,7 +15,7 @@
15
15
  $border: $gantt-milestone-border
16
16
  );
17
17
  }
18
- .k-task-milestone.k-state-selected .k-task-milestone-content ,
18
+ .k-task-milestone.k-state-selected .k-task-milestone-content,
19
19
  .k-task-milestone.k-selected .k-task-milestone-content {
20
20
  @include fill(
21
21
  $bg: $gantt-milestone-selected-bg,
@@ -30,7 +30,7 @@
30
30
  stroke: $gantt-line-fill;
31
31
  }
32
32
 
33
- polyline.k-state-selected ,
33
+ polyline.k-state-selected,
34
34
  polyline.k-selected {
35
35
  stroke: $gantt-line-selected-fill;
36
36
  }
@@ -84,7 +84,7 @@
84
84
  );
85
85
  }
86
86
  .k-task-dot:hover::before,
87
- .k-task-dot.k-state-hover::before ,
87
+ .k-task-dot.k-state-hover::before,
88
88
  .k-task-dot.k-hover::before {
89
89
  @include fill(
90
90
  $bg: $gantt-dot-hover-bg,
@@ -110,7 +110,7 @@
110
110
  );
111
111
  }
112
112
  }
113
- .k-task-milestone.k-state-selected ,
113
+ .k-task-milestone.k-state-selected,
114
114
  .k-task-milestone.k-selected {
115
115
  background-image: none;
116
116
  @include fill(
@@ -141,7 +141,7 @@
141
141
  .k-task-advanced .k-task-summary-complete {
142
142
  color: $gantt-advanced-bg;
143
143
  }
144
- .k-task-summary.k-state-selected ,
144
+ .k-task-summary.k-state-selected,
145
145
  .k-task-summary.k-selected {
146
146
  color: $gantt-summary-selected-bg;
147
147
 
@@ -185,7 +185,7 @@
185
185
  $bg: $gantt-advanced-bg
186
186
  );
187
187
  }
188
- .k-task-single.k-state-selected ,
188
+ .k-task-single.k-state-selected,
189
189
  .k-task-single.k-selected {
190
190
  @include fill(
191
191
  $gantt-task-selected-text,
@@ -202,7 +202,7 @@
202
202
  .k-gantt-line {
203
203
  color: $gantt-line-fill;
204
204
  }
205
- .k-gantt-line.k-state-selected ,
205
+ .k-gantt-line.k-state-selected,
206
206
  .k-gantt-line.k-selected {
207
207
  color: $gantt-line-selected-fill;
208
208
  }
@@ -661,7 +661,7 @@
661
661
  &.k-i-sort-desc-sm,
662
662
  &.k-i-sort-asc-sm {
663
663
  vertical-align: text-top;
664
- margin-left: $grid-sorted-icon-spacing;
664
+ margin-inline-start: $grid-sorted-icon-spacing;
665
665
  }
666
666
  }
667
667
 
@@ -671,7 +671,7 @@
671
671
  height: $icon-size;
672
672
  font-size: $grid-sorting-index-font-size;
673
673
  margin-top: $grid-sorting-index-spacing-y;
674
- margin-left: $grid-sorting-index-spacing-x;
674
+ margin-inline-start: $grid-sorting-index-spacing-x;
675
675
  }
676
676
  }
677
677
 
@@ -1072,15 +1072,15 @@
1072
1072
  }
1073
1073
 
1074
1074
  .k-header > .k-cell-inner {
1075
- margin: (-1 * $grid-header-padding-y) calc(-1 * calc( #{$kendo-button-calc-size} - #{$grid-cell-padding-x})) (-1 * $grid-header-padding-y) (-1 * $grid-cell-padding-x);
1075
+ margin: (-1 * $grid-header-padding-y) (-1 * $grid-header-padding-x);
1076
1076
  }
1077
1077
 
1078
1078
  .k-filterable {
1079
1079
  > .k-cell-inner {
1080
- margin: (-1 * $grid-header-padding-y) calc(-1 * #{$kendo-button-calc-size}) (-1 * $grid-header-padding-y) (-1 * $grid-cell-padding-x);
1080
+ margin-inline-end: calc(-1 * #{$grid-filterable-icon-spacing});
1081
1081
 
1082
1082
  .k-link {
1083
- padding-right: 0;
1083
+ padding-inline-end: 0;
1084
1084
  }
1085
1085
  }
1086
1086
  }
@@ -1119,6 +1119,7 @@
1119
1119
  .k-grid-filter,
1120
1120
  .k-header-column-menu {
1121
1121
  position: static;
1122
+ margin-inline-end: $grid-header-menu-icon-spacing;
1122
1123
  }
1123
1124
 
1124
1125
  .k-grid-filter,
@@ -1429,28 +1430,6 @@
1429
1430
  margin-left: $icon-spacing;
1430
1431
  margin-right: 0;
1431
1432
  }
1432
-
1433
- .k-header > .k-cell-inner {
1434
- margin-right: (-1 * $grid-cell-padding-x);
1435
- margin-left: calc(-1 * calc( #{$kendo-button-calc-size} - #{$grid-cell-padding-x}));
1436
-
1437
- .k-sort-order {
1438
- margin-right: $grid-sorting-index-spacing-x;
1439
- margin-left: 0;
1440
- }
1441
- }
1442
-
1443
- .k-filterable {
1444
- > .k-cell-inner {
1445
- margin-right: (-1 * $grid-cell-padding-x);
1446
- margin-left: calc(-1 * #{$kendo-button-calc-size});
1447
-
1448
- .k-link {
1449
- padding-right: $grid-header-padding-x;
1450
- padding-left: 0;
1451
- }
1452
- }
1453
- }
1454
1433
  }
1455
1434
  }
1456
1435