@progress/kendo-theme-default 6.6.0 → 6.7.0-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.
@@ -22,12 +22,12 @@
22
22
 
23
23
  .k-filter-container,
24
24
  .k-filter-preview {
25
- margin-bottom: $kendo-filter-bottom-margin;
25
+ margin-block-end: $kendo-filter-bottom-margin;
26
26
  }
27
27
 
28
28
  .k-filter-lines,
29
29
  .k-filter-item {
30
- padding-left: $kendo-filter-padding-x;
30
+ padding-inline-start: $kendo-filter-padding-x;
31
31
  }
32
32
 
33
33
  .k-filter-toolbar {
@@ -41,8 +41,8 @@
41
41
  position: absolute;
42
42
  width: $kendo-filter-padding-x;
43
43
  height: $kendo-filter-line-size;
44
- top: 50%;
45
- left: -$kendo-filter-padding-x;
44
+ inset-block-start: 50%;
45
+ inset-inline-start: -$kendo-filter-padding-x;
46
46
  }
47
47
 
48
48
  .k-toolbar {
@@ -61,8 +61,8 @@
61
61
  position: absolute;
62
62
  width: $kendo-filter-line-size;
63
63
  height: 100%;
64
- top: -$kendo-filter-padding-y;
65
- left: 0;
64
+ inset-block-start: -$kendo-filter-padding-y;
65
+ inset-inline-start: 0;
66
66
  }
67
67
  }
68
68
 
@@ -72,9 +72,9 @@
72
72
  content: "";
73
73
  position: absolute;
74
74
  width: $kendo-filter-line-size;
75
- top: calc(-#{$kendo-filter-padding-y} - #{$kendo-filter-line-size});
76
- bottom: 50%;
77
- left: -$kendo-filter-padding-x;
75
+ inset-block-start: calc(-#{$kendo-filter-padding-y} - #{$kendo-filter-line-size});
76
+ inset-block-end: 50%;
77
+ inset-inline-start: -$kendo-filter-padding-x;
78
78
  }
79
79
 
80
80
  // The forth and fifth selectors targets the Angular rendering
@@ -86,39 +86,6 @@
86
86
  .k-filter-lines .k-filter-item:last-child::before {
87
87
  display: none;
88
88
  }
89
-
90
- .k-rtl &,
91
- &[dir="rtl"],
92
- [dir="rtl"] & {
93
- .k-filter-lines,
94
- .k-filter-item {
95
- padding-left: 0;
96
- padding-right: $kendo-filter-padding-x;
97
- }
98
-
99
- .k-filter-toolbar {
100
-
101
- &::before {
102
- left: auto;
103
- right: -$kendo-filter-padding-x;
104
- }
105
- }
106
-
107
- .k-filter-item {
108
-
109
- &::before {
110
- left: auto;
111
- right: 0;
112
- }
113
- }
114
-
115
- // The second selector targets the Angular rendering
116
- .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
117
- .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
118
- left: auto;
119
- right: -$kendo-filter-padding-x;
120
- }
121
- }
122
89
  }
123
90
 
124
91
  }