@progress/kendo-theme-fluent 10.3.2-dev.1 → 10.4.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.
@@ -10639,7 +10639,7 @@
10639
10639
  },
10640
10640
  "kendo-actionsheet-header-border": {
10641
10641
  "type": "String",
10642
- "value": "inherit"
10642
+ "value": "var(--kendo-component-border, initial)"
10643
10643
  },
10644
10644
  "kendo-actionsheet-header-shadow": {
10645
10645
  "type": "String",
@@ -10657,6 +10657,26 @@
10657
10657
  "type": "String",
10658
10658
  "value": "var(--kendo-subtle-text, inherit)"
10659
10659
  },
10660
+ "kendo-actionsheet-footer-border-width": {
10661
+ "type": "Number",
10662
+ "value": "1px"
10663
+ },
10664
+ "kendo-actionsheet-footer-bg": {
10665
+ "type": "Null",
10666
+ "value": "null"
10667
+ },
10668
+ "kendo-actionsheet-footer-text": {
10669
+ "type": "Null",
10670
+ "value": "null"
10671
+ },
10672
+ "kendo-actionsheet-footer-border": {
10673
+ "type": "String",
10674
+ "value": "var(--kendo-component-border, initial)"
10675
+ },
10676
+ "kendo-actionsheet-footer-shadow": {
10677
+ "type": "Null",
10678
+ "value": "null"
10679
+ },
10660
10680
  "kendo-actionsheet-item-min-height": {
10661
10681
  "type": "Number",
10662
10682
  "value": "40px"
@@ -10757,10 +10777,6 @@
10757
10777
  "type": "Number",
10758
10778
  "value": "1rem"
10759
10779
  },
10760
- "kendo-adaptive-actionsheet-header-border-width": {
10761
- "type": "Number",
10762
- "value": "1px"
10763
- },
10764
10780
  "kendo-adaptive-actionsheet-header-padding-y": {
10765
10781
  "type": "String",
10766
10782
  "value": "var(--kendo-spacing-4, 1rem)"
@@ -10769,10 +10785,6 @@
10769
10785
  "type": "String",
10770
10786
  "value": "var(--kendo-spacing-4, 1rem)"
10771
10787
  },
10772
- "kendo-adaptive-actionsheet-header-border": {
10773
- "type": "String",
10774
- "value": "var(--kendo-component-border, initial)"
10775
- },
10776
10788
  "kendo-adaptive-actionsheet-content-padding-y": {
10777
10789
  "type": "String",
10778
10790
  "value": "var(--kendo-spacing-2, 0.5rem)"
@@ -18394,5 +18406,81 @@
18394
18406
  "input-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + (2px))"
18395
18407
  }
18396
18408
  }
18409
+ },
18410
+ "kendo-column-menu-item-sm-padding-x": {
18411
+ "type": "String",
18412
+ "value": "var(--kendo-spacing-2, 0.5rem)"
18413
+ },
18414
+ "kendo-column-menu-item-sm-padding-y": {
18415
+ "type": "String",
18416
+ "value": "var(--kendo-spacing-1\\.5, 0.375rem)"
18417
+ },
18418
+ "kendo-column-menu-item-md-padding-x": {
18419
+ "type": "String",
18420
+ "value": "var(--kendo-spacing-2, 0.5rem)"
18421
+ },
18422
+ "kendo-column-menu-item-md-padding-y": {
18423
+ "type": "String",
18424
+ "value": "var(--kendo-spacing-2, 0.5rem)"
18425
+ },
18426
+ "kendo-column-menu-item-lg-padding-x": {
18427
+ "type": "String",
18428
+ "value": "var(--kendo-spacing-2, 0.5rem)"
18429
+ },
18430
+ "kendo-column-menu-item-lg-padding-y": {
18431
+ "type": "String",
18432
+ "value": "var(--kendo-spacing-2\\.5, 0.625rem)"
18433
+ },
18434
+ "kendo-column-menu-sm-font-size": {
18435
+ "type": "String",
18436
+ "value": "var(--kendo-font-size, inherit)"
18437
+ },
18438
+ "kendo-column-menu-md-font-size": {
18439
+ "type": "String",
18440
+ "value": "var(--kendo-font-size, inherit)"
18441
+ },
18442
+ "kendo-column-menu-lg-font-size": {
18443
+ "type": "String",
18444
+ "value": "var(--kendo-font-size, inherit)"
18445
+ },
18446
+ "kendo-column-menu-sm-line-height": {
18447
+ "type": "String",
18448
+ "value": "var(--kendo-line-height, normal)"
18449
+ },
18450
+ "kendo-column-menu-md-line-height": {
18451
+ "type": "String",
18452
+ "value": "var(--kendo-line-height, normal)"
18453
+ },
18454
+ "kendo-column-menu-lg-line-height": {
18455
+ "type": "String",
18456
+ "value": "var(--kendo-line-height, normal)"
18457
+ },
18458
+ "kendo-column-menu-font-family": {
18459
+ "type": "String",
18460
+ "value": "var(--kendo-font-family, inherit)"
18461
+ },
18462
+ "kendo-column-menu-sizes": {
18463
+ "type": "Map",
18464
+ "value": "(sm: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-1\\.5, 0.375rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)), lg: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2\\.5, 0.625rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)))",
18465
+ "prettyValue": {
18466
+ "sm": {
18467
+ "padding-x": "var(--kendo-spacing-2, 0.5rem)",
18468
+ "padding-y": "var(--kendo-spacing-1\\.5, 0.375rem)",
18469
+ "font-size": "var(--kendo-font-size, inherit)",
18470
+ "line-height": "var(--kendo-line-height, normal)"
18471
+ },
18472
+ "md": {
18473
+ "padding-x": "var(--kendo-spacing-2, 0.5rem)",
18474
+ "padding-y": "var(--kendo-spacing-2, 0.5rem)",
18475
+ "font-size": "var(--kendo-font-size, inherit)",
18476
+ "line-height": "var(--kendo-line-height, normal)"
18477
+ },
18478
+ "lg": {
18479
+ "padding-x": "var(--kendo-spacing-2, 0.5rem)",
18480
+ "padding-y": "var(--kendo-spacing-2\\.5, 0.625rem)",
18481
+ "font-size": "var(--kendo-font-size, inherit)",
18482
+ "line-height": "var(--kendo-line-height, normal)"
18483
+ }
18484
+ }
18397
18485
  }
18398
18486
  }
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "10.3.2-dev.1",
6
+ "version": "10.4.0",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-fluent",
3
3
  "description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
4
- "version": "10.3.2-dev.1",
4
+ "version": "10.4.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -54,12 +54,12 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@progress/kendo-svg-icons": "^4.0.0",
57
- "@progress/kendo-theme-core": "10.3.2-dev.1",
58
- "@progress/kendo-theme-utils": "10.3.2-dev.1"
57
+ "@progress/kendo-theme-core": "10.4.0",
58
+ "@progress/kendo-theme-utils": "10.4.0"
59
59
  },
60
60
  "directories": {
61
61
  "doc": "docs",
62
62
  "lib": "lib"
63
63
  },
64
- "gitHead": "e5d03994478433e3ebee6e8050002d4960479017"
64
+ "gitHead": "1938734e5ab830898c160ff8b1263c537dd3a676"
65
65
  }
@@ -39,6 +39,9 @@
39
39
  .k-actions-end {
40
40
  justify-content: flex-end;
41
41
  }
42
+ .k-actions-justify {
43
+ justify-content: space-between;
44
+ }
42
45
  .k-actions-stretched > * {
43
46
  flex: 1 0 0%;
44
47
  }
@@ -50,5 +53,6 @@
50
53
  }
51
54
  .k-actions-vertical {
52
55
  flex-flow: column nowrap;
56
+ align-items: normal;
53
57
  }
54
58
  }
@@ -19,7 +19,6 @@
19
19
  @include kendo-popup--styles();
20
20
  @include kendo-action-sheet--layout();
21
21
  @include kendo-action-sheet--theme();
22
- @include kendo-utils--layout--overflow();
23
22
  @include kendo-utils--typography--text-align();
24
23
  }
25
24
  }
@@ -71,6 +71,8 @@
71
71
  line-height: var( --kendo-actionsheet-line-height, #{$kendo-actionsheet-line-height} );
72
72
  overflow: hidden;
73
73
  position: relative;
74
+ display: flex;
75
+ flex-flow: column nowrap;
74
76
 
75
77
  *,
76
78
  *::before,
@@ -91,10 +93,8 @@
91
93
  .k-actionsheet-header {
92
94
  padding-inline: var( --kendo-actionsheet-header-padding-x, #{$kendo-actionsheet-header-padding-x} );
93
95
  padding-block: var( --kendo-actionsheet-header-padding-y, #{$kendo-actionsheet-header-padding-y} );
94
- border-width: 0;
95
96
  border-bottom-width: var( --kendo-actionsheet-header-border-width, #{$kendo-actionsheet-header-border-width} );
96
- border-style: solid;
97
- border-color: transparent;
97
+ border-bottom-style: solid;
98
98
  box-sizing: border-box;
99
99
  font-size: var( --kendo-actionsheet-header-font-size, #{$kendo-actionsheet-header-font-size} );
100
100
  font-family: var( --kendo-actionsheet-header-font-family, #{$kendo-actionsheet-header-font-family} );
@@ -144,6 +144,8 @@
144
144
  // Actionsheet footer
145
145
  .k-actionsheet-footer {
146
146
  flex: none;
147
+ border-top-width: $kendo-actionsheet-footer-border-width;
148
+ border-top-style: solid;
147
149
  }
148
150
 
149
151
 
@@ -262,14 +264,9 @@
262
264
  width: 100%;
263
265
  font-size: $kendo-adaptive-actionsheet-font-size;
264
266
 
265
- // TMP: this should be moved to action sheet
266
- display: flex;
267
- flex-flow: column nowrap;
268
-
269
267
  .k-actionsheet-titlebar {
270
268
  padding-inline: var( --kendo-adaptive-actionsheet-header-padding-x, #{$kendo-adaptive-actionsheet-header-padding-x} );
271
269
  padding-block: var( --kendo-adaptive-actionsheet-header-padding-y, #{$kendo-adaptive-actionsheet-header-padding-y} );
272
- border-bottom-width: var( --kendo-adaptive-actionsheet-header-border-width, #{$kendo-adaptive-actionsheet-header-border-width} );
273
270
  }
274
271
 
275
272
  .k-actionsheet-content {
@@ -19,6 +19,12 @@
19
19
  border-color: var( --kendo-actionsheet-header-border, #{$kendo-actionsheet-header-border} );
20
20
  @include box-shadow( var( --kendo-actionsheet-header-shadow, #{$kendo-actionsheet-header-shadow} ) );
21
21
  }
22
+ .k-actionsheet-footer {
23
+ color: var( --kendo-actionsheet-footer-text, #{$kendo-actionsheet-footer-text} );
24
+ background-color: var( --kendo-actionsheet-footer-bg, #{$kendo-actionsheet-footer-bg} );
25
+ border-color: var( --kendo-actionsheet-footer-border, #{$kendo-actionsheet-footer-border} );
26
+ @include box-shadow( var( --kendo-actionsheet-footer-shadow, #{$kendo-actionsheet-footer-shadow} ) );
27
+ }
22
28
  .k-actionsheet-subtitle-text {
23
29
  color: var( --kendo-actionsheet-subtitle-text, #{$kendo-actionsheet-subtitle-text} );
24
30
  }
@@ -94,9 +100,4 @@
94
100
  border-color: var( --kendo-actionsheet-border, #{$kendo-actionsheet-border} );
95
101
  }
96
102
 
97
- // Adaptive Actionsheet
98
- .k-adaptive-actionsheet .k-actionsheet-titlebar {
99
- border-color: var( --kendo-adaptive-actionsheet-header-border, #{$kendo-adaptive-actionsheet-header-border} );
100
- }
101
-
102
103
  }
@@ -81,7 +81,7 @@ $kendo-actionsheet-header-bg: inherit !default;
81
81
  $kendo-actionsheet-header-text: inherit !default;
82
82
  /// Border color of the action sheet header.
83
83
  /// @group action-sheet
84
- $kendo-actionsheet-header-border: inherit !default;
84
+ $kendo-actionsheet-header-border: var( --kendo-component-border, initial ) !default;
85
85
  /// Box shadow of the action sheet header.
86
86
  /// @group action-sheet
87
87
  $kendo-actionsheet-header-shadow: none !default;
@@ -96,6 +96,23 @@ $kendo-actionsheet-subtitle-line-height: var( --kendo-line-height-sm, inherit )
96
96
  /// @group action-sheet
97
97
  $kendo-actionsheet-subtitle-text: var( --kendo-subtle-text, inherit ) !default;
98
98
 
99
+ /// Border width of the action sheet footer.
100
+ /// @group action-sheet
101
+ $kendo-actionsheet-footer-border-width: 1px !default;
102
+
103
+ /// Background color of the action sheet footer.
104
+ /// @group action-sheet
105
+ $kendo-actionsheet-footer-bg: null !default;
106
+ /// Text color of the action sheet footer.
107
+ /// @group action-sheet
108
+ $kendo-actionsheet-footer-text: null !default;
109
+ /// Border color of the action sheet footer.
110
+ /// @group action-sheet
111
+ $kendo-actionsheet-footer-border: var( --kendo-component-border, initial ) !default;
112
+ /// Box shadow of the action sheet footer.
113
+ /// @group action-sheet
114
+ $kendo-actionsheet-footer-shadow: null !default;
115
+
99
116
  /// Minimum height of the action sheet item.
100
117
  /// @group action-sheet
101
118
  $kendo-actionsheet-item-min-height: 40px !default;
@@ -182,18 +199,12 @@ $kendo-actionsheet-item-disabled-border: var( --kendo-disabled-border, inherit )
182
199
  /// Font size of the adaptive action sheet.
183
200
  $kendo-adaptive-actionsheet-font-size: $kendo-font-size-lg !default;
184
201
 
185
- /// Border width of the adaptive action sheet titlebar.
186
- /// @group action-sheet
187
- $kendo-adaptive-actionsheet-header-border-width: 1px !default;
188
202
  /// Vertical padding of the adaptive action sheet titlebar.
189
203
  /// @group action-sheet
190
204
  $kendo-adaptive-actionsheet-header-padding-y: k-spacing(4) !default;
191
205
  /// Horizontal padding of the adaptive action sheet titlebar.
192
206
  /// @group action-sheet
193
207
  $kendo-adaptive-actionsheet-header-padding-x: $kendo-adaptive-actionsheet-header-padding-y !default;
194
- /// Text color of the adaptive action sheet titlebar.
195
- /// @group action-sheet
196
- $kendo-adaptive-actionsheet-header-border: var( --kendo-component-border, initial ) !default;
197
208
 
198
209
  /// Vertical padding of the adaptive action sheet content.
199
210
  /// @group action-sheet
@@ -0,0 +1,16 @@
1
+ // Dependencies
2
+ @use "../core/_index.scss" as *;
3
+ @use "../icons/_index.scss" as *;
4
+
5
+ // Component
6
+ @forward "./_variables.scss";
7
+ @use "./_layout.scss" as *;
8
+ @use "./_theme.scss" as *;
9
+
10
+ // Expose
11
+ @mixin kendo-column-menu--styles() {
12
+ @include import-once( "column-menu" ) {
13
+ @include kendo-column-menu--layout();
14
+ @include kendo-column-menu--theme();
15
+ }
16
+ }
@@ -0,0 +1,31 @@
1
+ @use "sass:map";
2
+ @use "_variables.scss" as *;
3
+
4
+ @mixin kendo-column-menu--layout-base() {
5
+ .k-column-menu {}
6
+
7
+ // Sizes
8
+ @each $size, $value in $kendo-column-menu-sizes {
9
+ $_padding-x: map.get($value, padding-x);
10
+ $_padding-y: map.get($value, padding-y);
11
+ $_font-size: map.get($value, font-size);
12
+ $_line-height: map.get($value, line-height);
13
+
14
+ .k-column-menu-#{$size} {
15
+ font-size: $_font-size;
16
+ line-height: $_line-height;
17
+
18
+ .k-columnmenu-item,
19
+ .k-column-list-item {
20
+ padding-block: $_padding-y;
21
+ padding-inline: $_padding-x;
22
+ font-size: $_font-size;
23
+ line-height: $_line-height;
24
+ }
25
+ }
26
+ }
27
+ }
28
+
29
+ @mixin kendo-column-menu--layout() {
30
+ @include kendo-column-menu--layout-base();
31
+ }
@@ -0,0 +1,7 @@
1
+ @mixin kendo-column-menu--theme-base() {
2
+ .k-column-menu {}
3
+ }
4
+
5
+ @mixin kendo-column-menu--theme() {
6
+ @include kendo-column-menu--theme-base();
7
+ }
@@ -0,0 +1,41 @@
1
+ @use "../core/_index.scss" as *;
2
+
3
+ $kendo-column-menu-item-sm-padding-x: k-spacing(2) !default;
4
+ $kendo-column-menu-item-sm-padding-y: k-spacing(1.5) !default;
5
+
6
+ $kendo-column-menu-item-md-padding-x: k-spacing(2) !default;
7
+ $kendo-column-menu-item-md-padding-y: k-spacing(2) !default;
8
+
9
+ $kendo-column-menu-item-lg-padding-x: k-spacing(2) !default;
10
+ $kendo-column-menu-item-lg-padding-y: k-spacing(2.5) !default;
11
+
12
+ $kendo-column-menu-sm-font-size: var( --kendo-font-size, inherit ) !default;
13
+ $kendo-column-menu-md-font-size: var( --kendo-font-size, inherit ) !default;
14
+ $kendo-column-menu-lg-font-size: var( --kendo-font-size, inherit ) !default;
15
+
16
+ $kendo-column-menu-sm-line-height: var( --kendo-line-height, normal ) !default;
17
+ $kendo-column-menu-md-line-height: var( --kendo-line-height, normal ) !default;
18
+ $kendo-column-menu-lg-line-height: var( --kendo-line-height, normal ) !default;
19
+
20
+ $kendo-column-menu-font-family: var( --kendo-font-family, inherit ) !default;
21
+
22
+ $kendo-column-menu-sizes: (
23
+ sm: (
24
+ padding-x: $kendo-column-menu-item-sm-padding-x,
25
+ padding-y: $kendo-column-menu-item-sm-padding-y,
26
+ font-size: $kendo-column-menu-sm-font-size,
27
+ line-height: $kendo-column-menu-sm-line-height
28
+ ),
29
+ md: (
30
+ padding-x: $kendo-column-menu-item-md-padding-x,
31
+ padding-y: $kendo-column-menu-item-md-padding-y,
32
+ font-size: $kendo-column-menu-md-font-size,
33
+ line-height: $kendo-column-menu-md-line-height
34
+ ),
35
+ lg: (
36
+ padding-x: $kendo-column-menu-item-lg-padding-x,
37
+ padding-y: $kendo-column-menu-item-lg-padding-y,
38
+ font-size: $kendo-column-menu-lg-font-size,
39
+ line-height: $kendo-column-menu-lg-line-height
40
+ )
41
+ ) !default;
@@ -23,6 +23,7 @@
23
23
  @use "../list/_index.scss" as *;
24
24
  @use "../table/_index.scss" as *;
25
25
  @use "../tabstrip/_index.scss" as *;
26
+ @use "../column-menu/_index.scss" as *;
26
27
 
27
28
  // Component
28
29
  @forward "./_variables.scss";
@@ -1241,6 +1241,27 @@
1241
1241
  align-items: center;
1242
1242
  }
1243
1243
  }
1244
+
1245
+ .k-columnmenu-indicators {
1246
+ padding-inline: k-spacing(1);
1247
+ display: flex;
1248
+ align-items: center;
1249
+ justify-content: center;
1250
+ }
1251
+
1252
+ // TODO: Check if k-columnmenu-item should not be flex by default
1253
+ .k-columnmenu-item:has(> .k-columnmenu-item-actions, > .k-columnmenu-indicators) {
1254
+ display: flex;
1255
+ align-items: center;
1256
+ }
1257
+
1258
+ .k-columnmenu-drag-handle {
1259
+ margin-inline-end: k-spacing(1.5);
1260
+ display: inline-flex;
1261
+ align-items: center;
1262
+ justify-content: center;
1263
+ cursor: move;
1264
+ }
1244
1265
  }
1245
1266
  .k-column-menu-tabbed {
1246
1267
  border-radius: var( --kendo-tabstrip-item-border-radius, #{$kendo-tabstrip-item-border-radius} ) var( --kendo-tabstrip-item-border-radius, #{$kendo-tabstrip-item-border-radius} ) 0 0;
@@ -1314,7 +1335,8 @@
1314
1335
  }
1315
1336
  }
1316
1337
 
1317
- .k-columnmenu-item-wrapper + .k-columnmenu-item-wrapper {
1338
+ .k-columnmenu-item-wrapper + .k-columnmenu-item-wrapper,
1339
+ .k-column-menu-footer {
1318
1340
  border-top: 1px solid;
1319
1341
  border-top-color: var( --kendo-component-border, inherit );
1320
1342
  }
@@ -483,4 +483,7 @@
483
483
 
484
484
  }
485
485
 
486
+ .k-columnmenu-indicators {
487
+ @include fill( $color: var( --kendo-grid-sort-indicator-order-text, #{$kendo-grid-sort-indicator-order-text} ) );
488
+ }
486
489
  }
package/scss/index.scss CHANGED
@@ -115,6 +115,7 @@
115
115
  @forward "./orgchart/_index.scss";
116
116
  @forward "./signature/_index.scss";
117
117
  @forward "./otp/_index.scss";
118
+ @forward "./column-menu/_index.scss";
118
119
 
119
120
 
120
121
  // Use component modules
@@ -140,6 +141,7 @@
140
141
  @use "./table/index.scss" as *;
141
142
  @use "./virtual-scroller/index.scss" as *;
142
143
  @use "./no-data/index.scss" as *;
144
+ @use "./column-menu/_index.scss" as *;
143
145
 
144
146
 
145
147
  // Indicators
@@ -317,6 +319,7 @@
317
319
  @include kendo-table--styles();
318
320
  @include kendo-virtual-scroller--styles();
319
321
  @include kendo-no-data--styles();
322
+ @include kendo-column-menu--styles();
320
323
 
321
324
 
322
325
  // Indicators
@@ -166,6 +166,13 @@
166
166
  width: 100%;
167
167
  height: 100%;
168
168
  }
169
+
170
+ .k-text-widget-annotation .k-annotation-content {
171
+ position: absolute;
172
+ width: 100%;
173
+ height: 100%;
174
+ pointer-events: none;
175
+ }
169
176
  }
170
177
 
171
178
  .k-annotation-editor-layer {