@progress/kendo-theme-bootstrap 7.1.0-dev.7 → 7.1.0-dev.9

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 (70) hide show
  1. package/dist/all.css +78 -45
  2. package/dist/all.scss +1534 -704
  3. package/dist/meta/sassdoc-data.json +632 -636
  4. package/dist/meta/sassdoc-raw-data.json +308 -310
  5. package/dist/meta/variables.json +411 -371
  6. package/lib/swatches/bootstrap-3-dark.json +1 -1
  7. package/lib/swatches/bootstrap-3.json +1 -1
  8. package/lib/swatches/bootstrap-4-dark.json +1 -1
  9. package/lib/swatches/bootstrap-4.json +1 -1
  10. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  11. package/lib/swatches/bootstrap-main-dark.json +1 -1
  12. package/lib/swatches/bootstrap-main.json +1 -1
  13. package/lib/swatches/bootstrap-nordic.json +1 -1
  14. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  15. package/lib/swatches/bootstrap-turquoise.json +1 -1
  16. package/lib/swatches/bootstrap-urban.json +1 -1
  17. package/lib/swatches/bootstrap-vintage.json +1 -1
  18. package/package.json +5 -5
  19. package/scss/_bootstrap-overrides.scss +0 -22
  20. package/scss/_variables.scss +0 -203
  21. package/scss/adaptive/_variables.scss +1 -1
  22. package/scss/all.scss +0 -1
  23. package/scss/appbar/_variables.scss +2 -2
  24. package/scss/breadcrumb/_variables.scss +1 -1
  25. package/scss/button/_variables.scss +13 -13
  26. package/scss/calendar/_variables.scss +1 -1
  27. package/scss/chat/_variables.scss +1 -1
  28. package/scss/checkbox/_variables.scss +4 -4
  29. package/scss/chip/_theme.scss +5 -4
  30. package/scss/chip/_variables.scss +1 -1
  31. package/scss/core/_index.scss +6 -0
  32. package/scss/core/color-system/_palettes.scss +171 -0
  33. package/scss/core/color-system/_swatch-legacy.scss +66 -0
  34. package/scss/core/color-system/_swatch.scss +391 -0
  35. package/scss/dataviz/_variables.scss +42 -42
  36. package/scss/dock-manager/_variables.scss +1 -1
  37. package/scss/drawer/_variables.scss +1 -1
  38. package/scss/dropzone/_variables.scss +2 -2
  39. package/scss/editor/_variables.scss +1 -1
  40. package/scss/fab/_theme.scss +21 -21
  41. package/scss/filemanager/_variables.scss +2 -2
  42. package/scss/filter/_variables.scss +1 -1
  43. package/scss/gantt/_variables.scss +13 -13
  44. package/scss/grid/_theme.scss +54 -6
  45. package/scss/grid/_variables.scss +12 -9
  46. package/scss/input/_variables.scss +4 -4
  47. package/scss/list/_variables.scss +1 -1
  48. package/scss/listview/_variables.scss +2 -2
  49. package/scss/map/_variables.scss +1 -1
  50. package/scss/mediaplayer/_variables.scss +1 -1
  51. package/scss/menu/_variables.scss +6 -6
  52. package/scss/notification/_variables.scss +3 -3
  53. package/scss/pager/_variables.scss +1 -1
  54. package/scss/panelbar/_variables.scss +4 -4
  55. package/scss/pivotgrid/_variables.scss +5 -5
  56. package/scss/scheduler/_variables.scss +3 -3
  57. package/scss/signature/_variables.scss +1 -1
  58. package/scss/skeleton/_variables.scss +1 -1
  59. package/scss/slider/_variables.scss +8 -8
  60. package/scss/splitter/_variables.scss +1 -1
  61. package/scss/spreadsheet/_variables.scss +4 -4
  62. package/scss/stepper/_variables.scss +7 -7
  63. package/scss/switch/_variables.scss +6 -6
  64. package/scss/table/_variables.scss +3 -3
  65. package/scss/taskboard/_variables.scss +8 -8
  66. package/scss/timeline/_variables.scss +4 -4
  67. package/scss/toolbar/_variables.scss +1 -1
  68. package/scss/tooltip/_variables.scss +4 -4
  69. package/scss/treeview/_variables.scss +1 -1
  70. package/scss/upload/_variables.scss +1 -1
package/dist/all.css CHANGED
@@ -265,16 +265,13 @@ kendo-sortable {
265
265
  text-indent: -4000px;
266
266
  text-align: center;
267
267
  position: absolute;
268
- color: currentColor;
269
268
  }
270
269
 
271
270
  .k-loading-image {
272
271
  z-index: 2;
273
- color: currentColor;
274
272
  }
275
273
 
276
274
  .k-loading-color {
277
- background-color: #ffffff;
278
275
  opacity: 0.3;
279
276
  }
280
277
 
@@ -290,7 +287,6 @@ kendo-sortable {
290
287
  position: relative;
291
288
  background-color: transparent;
292
289
  box-sizing: border-box;
293
- color: currentColor;
294
290
  }
295
291
 
296
292
  .k-i-loading::before, .k-i-loading::after {
@@ -28584,11 +28580,13 @@ kendo-badge-container {
28584
28580
  }
28585
28581
 
28586
28582
  .k-chip-outline-error:hover, .k-chip-outline-error.k-hover {
28583
+ border-color: #a52834;
28587
28584
  color: white;
28588
28585
  background-color: #a52834;
28589
28586
  }
28590
28587
 
28591
28588
  .k-chip-outline-error.k-selected {
28589
+ border-color: #a52834;
28592
28590
  color: white;
28593
28591
  background-color: #a52834;
28594
28592
  }
@@ -28604,11 +28602,13 @@ kendo-badge-container {
28604
28602
  }
28605
28603
 
28606
28604
  .k-chip-outline-info:hover, .k-chip-outline-info.k-hover {
28605
+ border-color: #0a98b4;
28607
28606
  color: white;
28608
28607
  background-color: #0a98b4;
28609
28608
  }
28610
28609
 
28611
28610
  .k-chip-outline-info.k-selected {
28611
+ border-color: #0a98b4;
28612
28612
  color: white;
28613
28613
  background-color: #0a98b4;
28614
28614
  }
@@ -28644,11 +28644,13 @@ kendo-badge-container {
28644
28644
  }
28645
28645
 
28646
28646
  .k-chip-outline-success:hover, .k-chip-outline-success.k-hover {
28647
+ border-color: #13653f;
28647
28648
  color: white;
28648
28649
  background-color: #13653f;
28649
28650
  }
28650
28651
 
28651
28652
  .k-chip-outline-success.k-selected {
28653
+ border-color: #13653f;
28652
28654
  color: white;
28653
28655
  background-color: #13653f;
28654
28656
  }
@@ -28659,6 +28661,7 @@ kendo-badge-container {
28659
28661
  }
28660
28662
 
28661
28663
  .k-chip-outline-info:hover, .k-chip-outline-info.k-hover, .k-chip-outline-info.k-selected {
28664
+ border-color: #0dcaf0;
28662
28665
  color: #212529;
28663
28666
  background-color: #0dcaf0;
28664
28667
  }
@@ -32777,20 +32780,20 @@ select.k-picker-lg {
32777
32780
  .k-input-solid {
32778
32781
  border-color: #ced4da;
32779
32782
  color: #212529;
32780
- background-color: #ffffff;
32783
+ background-color: #fff;
32781
32784
  }
32782
32785
 
32783
32786
  .k-input-solid:focus, .k-input-solid.k-focus {
32784
32787
  border-color: #86b7fe;
32785
32788
  color: #212529;
32786
- background-color: #ffffff;
32789
+ background-color: #fff;
32787
32790
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
32788
32791
  }
32789
32792
 
32790
32793
  .k-input-solid:focus-within {
32791
32794
  border-color: #86b7fe;
32792
32795
  color: #212529;
32793
- background-color: #ffffff;
32796
+ background-color: #fff;
32794
32797
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
32795
32798
  }
32796
32799
 
@@ -32810,19 +32813,19 @@ select.k-picker-lg {
32810
32813
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
32811
32814
  }
32812
32815
 
32813
- .k-input-solid.k-valid, .k-input-solid.ng-valid.ng-touched, .k-input-solid.ng-valid.ng-dirty {
32816
+ .k-input-solid.k-valid {
32814
32817
  border-color: #198754;
32815
32818
  }
32816
32819
 
32817
- .k-input-solid.k-valid .k-input-validation-icon, .k-input-solid.ng-valid.ng-touched .k-input-validation-icon, .k-input-solid.ng-valid.ng-dirty .k-input-validation-icon {
32820
+ .k-input-solid.k-valid .k-input-validation-icon {
32818
32821
  color: #198754;
32819
32822
  }
32820
32823
 
32821
- .k-input-solid.k-valid:focus, .k-input-solid.k-valid.k-focus, .k-input-solid.ng-valid.ng-touched:focus, .k-input-solid.ng-valid.ng-touched.k-focus, .k-input-solid.ng-valid.ng-dirty:focus, .k-input-solid.ng-valid.ng-dirty.k-focus {
32824
+ .k-input-solid.k-valid:focus, .k-input-solid.k-valid.k-focus {
32822
32825
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
32823
32826
  }
32824
32827
 
32825
- .k-input-solid.k-valid:focus-within, .k-input-solid.ng-valid.ng-touched:focus-within, .k-input-solid.ng-valid.ng-dirty:focus-within {
32828
+ .k-input-solid.k-valid:focus-within {
32826
32829
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
32827
32830
  }
32828
32831
 
@@ -32877,19 +32880,19 @@ select.k-picker-lg {
32877
32880
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
32878
32881
  }
32879
32882
 
32880
- .k-picker-solid.k-valid, .k-picker-solid.ng-valid.ng-touched, .k-picker-solid.ng-valid.ng-dirty {
32883
+ .k-picker-solid.k-valid {
32881
32884
  border-color: #198754;
32882
32885
  }
32883
32886
 
32884
- .k-picker-solid.k-valid .k-input-validation-icon, .k-picker-solid.ng-valid.ng-touched .k-input-validation-icon, .k-picker-solid.ng-valid.ng-dirty .k-input-validation-icon {
32887
+ .k-picker-solid.k-valid .k-input-validation-icon {
32885
32888
  color: #198754;
32886
32889
  }
32887
32890
 
32888
- .k-picker-solid.k-valid:focus, .k-picker-solid.k-valid.k-focus, .k-picker-solid.ng-valid.ng-touched:focus, .k-picker-solid.ng-valid.ng-touched.k-focus, .k-picker-solid.ng-valid.ng-dirty:focus, .k-picker-solid.ng-valid.ng-dirty.k-focus {
32891
+ .k-picker-solid.k-valid:focus, .k-picker-solid.k-valid.k-focus {
32889
32892
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
32890
32893
  }
32891
32894
 
32892
- .k-picker-solid.k-valid:focus-within, .k-picker-solid.ng-valid.ng-touched:focus-within, .k-picker-solid.ng-valid.ng-dirty:focus-within {
32895
+ .k-picker-solid.k-valid:focus-within {
32893
32896
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
32894
32897
  }
32895
32898
 
@@ -32937,19 +32940,19 @@ select.k-picker-lg {
32937
32940
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
32938
32941
  }
32939
32942
 
32940
- .k-input-outline.k-valid, .k-input-outline.ng-valid.ng-touched, .k-input-outline.ng-valid.ng-dirty {
32943
+ .k-input-outline.k-valid {
32941
32944
  border-color: #198754;
32942
32945
  }
32943
32946
 
32944
- .k-input-outline.k-valid .k-input-validation-icon, .k-input-outline.ng-valid.ng-touched .k-input-validation-icon, .k-input-outline.ng-valid.ng-dirty .k-input-validation-icon {
32947
+ .k-input-outline.k-valid .k-input-validation-icon {
32945
32948
  color: #198754;
32946
32949
  }
32947
32950
 
32948
- .k-input-outline.k-valid:focus, .k-input-outline.k-valid.k-focus, .k-input-outline.ng-valid.ng-touched:focus, .k-input-outline.ng-valid.ng-touched.k-focus, .k-input-outline.ng-valid.ng-dirty:focus, .k-input-outline.ng-valid.ng-dirty.k-focus {
32951
+ .k-input-outline.k-valid:focus, .k-input-outline.k-valid.k-focus {
32949
32952
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
32950
32953
  }
32951
32954
 
32952
- .k-input-outline.k-valid:focus-within, .k-input-outline.ng-valid.ng-touched:focus-within, .k-input-outline.ng-valid.ng-dirty:focus-within {
32955
+ .k-input-outline.k-valid:focus-within {
32953
32956
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
32954
32957
  }
32955
32958
 
@@ -33000,19 +33003,19 @@ select.k-picker-lg {
33000
33003
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
33001
33004
  }
33002
33005
 
33003
- .k-picker-outline.k-valid, .k-picker-outline.ng-valid.ng-touched, .k-picker-outline.ng-valid.ng-dirty {
33006
+ .k-picker-outline.k-valid {
33004
33007
  border-color: #198754;
33005
33008
  }
33006
33009
 
33007
- .k-picker-outline.k-valid .k-input-validation-icon, .k-picker-outline.ng-valid.ng-touched .k-input-validation-icon, .k-picker-outline.ng-valid.ng-dirty .k-input-validation-icon {
33010
+ .k-picker-outline.k-valid .k-input-validation-icon {
33008
33011
  color: #198754;
33009
33012
  }
33010
33013
 
33011
- .k-picker-outline.k-valid:focus, .k-picker-outline.k-valid.k-focus, .k-picker-outline.ng-valid.ng-touched:focus, .k-picker-outline.ng-valid.ng-touched.k-focus, .k-picker-outline.ng-valid.ng-dirty:focus, .k-picker-outline.ng-valid.ng-dirty.k-focus {
33014
+ .k-picker-outline.k-valid:focus, .k-picker-outline.k-valid.k-focus {
33012
33015
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
33013
33016
  }
33014
33017
 
33015
- .k-picker-outline.k-valid:focus-within, .k-picker-outline.ng-valid.ng-touched:focus-within, .k-picker-outline.ng-valid.ng-dirty:focus-within {
33018
+ .k-picker-outline.k-valid:focus-within {
33016
33019
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
33017
33020
  }
33018
33021
 
@@ -33047,19 +33050,19 @@ select.k-picker-lg {
33047
33050
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
33048
33051
  }
33049
33052
 
33050
- .k-input-flat.k-valid, .k-input-flat.ng-valid.ng-touched, .k-input-flat.ng-valid.ng-dirty {
33053
+ .k-input-flat.k-valid {
33051
33054
  border-color: #198754;
33052
33055
  }
33053
33056
 
33054
- .k-input-flat.k-valid .k-input-validation-icon, .k-input-flat.ng-valid.ng-touched .k-input-validation-icon, .k-input-flat.ng-valid.ng-dirty .k-input-validation-icon {
33057
+ .k-input-flat.k-valid .k-input-validation-icon {
33055
33058
  color: #198754;
33056
33059
  }
33057
33060
 
33058
- .k-input-flat.k-valid:focus, .k-input-flat.k-valid.k-focus, .k-input-flat.ng-valid.ng-touched:focus, .k-input-flat.ng-valid.ng-touched.k-focus, .k-input-flat.ng-valid.ng-dirty:focus, .k-input-flat.ng-valid.ng-dirty.k-focus {
33061
+ .k-input-flat.k-valid:focus, .k-input-flat.k-valid.k-focus {
33059
33062
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
33060
33063
  }
33061
33064
 
33062
- .k-input-flat.k-valid:focus-within, .k-input-flat.ng-valid.ng-touched:focus-within, .k-input-flat.ng-valid.ng-dirty:focus-within {
33065
+ .k-input-flat.k-valid:focus-within {
33063
33066
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
33064
33067
  }
33065
33068
 
@@ -33108,19 +33111,19 @@ select.k-picker-lg {
33108
33111
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
33109
33112
  }
33110
33113
 
33111
- .k-picker-flat.k-valid, .k-picker-flat.ng-valid.ng-touched, .k-picker-flat.ng-valid.ng-dirty {
33114
+ .k-picker-flat.k-valid {
33112
33115
  border-color: #198754;
33113
33116
  }
33114
33117
 
33115
- .k-picker-flat.k-valid .k-input-validation-icon, .k-picker-flat.ng-valid.ng-touched .k-input-validation-icon, .k-picker-flat.ng-valid.ng-dirty .k-input-validation-icon {
33118
+ .k-picker-flat.k-valid .k-input-validation-icon {
33116
33119
  color: #198754;
33117
33120
  }
33118
33121
 
33119
- .k-picker-flat.k-valid:focus, .k-picker-flat.k-valid.k-focus, .k-picker-flat.ng-valid.ng-touched:focus, .k-picker-flat.ng-valid.ng-touched.k-focus, .k-picker-flat.ng-valid.ng-dirty:focus, .k-picker-flat.ng-valid.ng-dirty.k-focus {
33122
+ .k-picker-flat.k-valid:focus, .k-picker-flat.k-valid.k-focus {
33120
33123
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
33121
33124
  }
33122
33125
 
33123
- .k-picker-flat.k-valid:focus-within, .k-picker-flat.ng-valid.ng-touched:focus-within, .k-picker-flat.ng-valid.ng-dirty:focus-within {
33126
+ .k-picker-flat.k-valid:focus-within {
33124
33127
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
33125
33128
  }
33126
33129
 
@@ -38822,6 +38825,10 @@ kendo-card-footer {
38822
38825
  gap: 0.5rem;
38823
38826
  }
38824
38827
 
38828
+ .k-card-horizontal .k-actions-horizontal {
38829
+ width: auto;
38830
+ }
38831
+
38825
38832
  .k-card-list {
38826
38833
  display: flex;
38827
38834
  flex-flow: column nowrap;
@@ -40122,6 +40129,17 @@ kendo-card-footer {
40122
40129
  transition-timing-function: ease-in-out;
40123
40130
  }
40124
40131
 
40132
+ .k-stepper .k-step-indicator::before {
40133
+ border-radius: 50%;
40134
+ content: "";
40135
+ width: 100%;
40136
+ height: 100%;
40137
+ position: absolute;
40138
+ top: 0;
40139
+ left: 0;
40140
+ z-index: -1;
40141
+ }
40142
+
40125
40143
  .k-stepper .k-step-indicator::after {
40126
40144
  border-radius: 100%;
40127
40145
  content: "";
@@ -42993,6 +43011,16 @@ div.k-grid-footer {
42993
43011
  z-index: 3;
42994
43012
  }
42995
43013
 
43014
+ .k-master-row .k-grid-content-sticky::before {
43015
+ content: "";
43016
+ width: 100%;
43017
+ height: 100%;
43018
+ position: absolute;
43019
+ top: 0;
43020
+ left: 0;
43021
+ z-index: -1;
43022
+ }
43023
+
42996
43024
  kendo-grid .k-table-row.k-grid-row-sticky {
42997
43025
  border: 0;
42998
43026
  position: static;
@@ -46362,6 +46390,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
46362
46390
  border-bottom-width: 1px;
46363
46391
  border-color: inherit;
46364
46392
  flex-shrink: 0;
46393
+ z-index: 1;
46365
46394
  }
46366
46395
 
46367
46396
  .k-filemanager-content-container {
@@ -46374,6 +46403,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
46374
46403
  overflow: hidden;
46375
46404
  }
46376
46405
 
46406
+ .k-filemanager-splitter {
46407
+ border-width: 0;
46408
+ }
46409
+
46377
46410
  .k-filemanager-navigation {
46378
46411
  padding-block: 1rem;
46379
46412
  padding-inline: 1rem;
@@ -47932,17 +47965,17 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
47932
47965
  overflow: scroll;
47933
47966
  }
47934
47967
 
47935
- .k-gantt-timeline .k-timeline {
47968
+ .k-gantt-timeline-pane .k-gantt-timeline {
47936
47969
  height: 100%;
47937
47970
  border-width: 0;
47938
47971
  display: flex;
47939
47972
  }
47940
47973
 
47941
- .k-gantt-timeline .k-grid-content {
47974
+ .k-gantt-timeline-pane .k-grid-content {
47942
47975
  overflow-x: scroll;
47943
47976
  }
47944
47977
 
47945
- .k-gantt-timeline .k-header {
47978
+ .k-gantt-timeline-pane .k-header {
47946
47979
  padding-block: 0.5rem;
47947
47980
  padding-inline: 0.5rem;
47948
47981
  border-width: 0 0 1px 1px;
@@ -48423,7 +48456,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48423
48456
  }
48424
48457
 
48425
48458
  .k-pdf-export-shadow .k-gantt,
48426
- .k-pdf-export-shadow .k-gantt-timeline,
48459
+ .k-pdf-export-shadow .k-gantt-timeline-pane,
48427
48460
  .k-pdf-export-shadow .k-gantt-dependencies {
48428
48461
  width: auto !important;
48429
48462
  height: auto !important;
@@ -48456,24 +48489,24 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48456
48489
  margin-inline: -26px;
48457
48490
  }
48458
48491
 
48459
- .k-rtl .k-gantt-timeline .k-header,
48460
- [dir="rtl"] .k-gantt-timeline .k-header {
48492
+ .k-rtl .k-gantt-timeline-pane .k-header,
48493
+ [dir="rtl"] .k-gantt-timeline-pane .k-header {
48461
48494
  border-width: 0 1px 1px 0;
48462
48495
  }
48463
48496
 
48464
- .k-rtl .k-gantt-timeline .k-header:first-child,
48465
- [dir="rtl"] .k-gantt-timeline .k-header:first-child {
48497
+ .k-rtl .k-gantt-timeline-pane .k-header:first-child,
48498
+ [dir="rtl"] .k-gantt-timeline-pane .k-header:first-child {
48466
48499
  border-right-width: 0;
48467
48500
  }
48468
48501
 
48469
- .k-rtl .k-gantt-timeline .k-task-start,
48470
- [dir="rtl"] .k-gantt-timeline .k-task-start {
48502
+ .k-rtl .k-gantt-timeline-pane .k-task-start,
48503
+ [dir="rtl"] .k-gantt-timeline-pane .k-task-start {
48471
48504
  left: auto;
48472
48505
  right: 0;
48473
48506
  }
48474
48507
 
48475
- .k-rtl .k-gantt-timeline .k-task-end,
48476
- [dir="rtl"] .k-gantt-timeline .k-task-end {
48508
+ .k-rtl .k-gantt-timeline-pane .k-task-end,
48509
+ [dir="rtl"] .k-gantt-timeline-pane .k-task-end {
48477
48510
  right: auto;
48478
48511
  left: 0;
48479
48512
  }
@@ -48526,8 +48559,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48526
48559
  margin-right: 0.2em;
48527
48560
  }
48528
48561
 
48529
- .k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start,
48530
- [dir="rtl"] .k-gantt-timeline .k-milestone-wrap .k-task-start {
48562
+ .k-rtl .k-gantt-timeline-pane .k-milestone-wrap .k-task-start,
48563
+ [dir="rtl"] .k-gantt-timeline-pane .k-milestone-wrap .k-task-start {
48531
48564
  right: -0.1em;
48532
48565
  }
48533
48566