@progress/kendo-theme-default 5.0.0-beta.2 → 5.0.0-beta.3
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.
- package/README.md +5 -8
- package/dist/all.css +1060 -935
- package/dist/all.scss +1766 -1499
- package/package.json +2 -2
- package/scss/_layout.scss +0 -0
- package/scss/adaptive/_layout.scss +0 -3
- package/scss/appbar/_layout.scss +19 -3
- package/scss/button/_layout.scss +1 -38
- package/scss/card/_variables.scss +4 -4
- package/scss/chat/_layout.scss +1 -3
- package/scss/chat/_theme.scss +0 -8
- package/scss/chat/_variables.scss +0 -2
- package/scss/checkbox/_index.scss +1 -1
- package/scss/checkbox/_layout.scss +44 -27
- package/scss/checkbox/_variables.scss +2 -8
- package/scss/color-preview/_layout.scss +23 -24
- package/scss/color-preview/_theme.scss +0 -14
- package/scss/coloreditor/_layout.scss +5 -1
- package/scss/coloreditor/_variables.scss +3 -3
- package/scss/combobox/_layout.scss +1 -1
- package/scss/combobox/_theme.scss +1 -1
- package/scss/combobox/_variables.scss +1 -31
- package/scss/daterangepicker/_layout.scss +16 -1
- package/scss/datetimepicker/_layout.scss +39 -2
- package/scss/editor/_layout.scss +24 -7
- package/scss/fab/_layout.scss +24 -58
- package/scss/fab/_theme.scss +43 -48
- package/scss/fab/_variables.scss +129 -72
- package/scss/fab/index.md +0 -0
- package/scss/forms/_layout.scss +4 -2
- package/scss/grid/_layout.scss +95 -98
- package/scss/grid/_variables.scss +7 -7
- package/scss/imageeditor/_layout.scss +4 -8
- package/scss/imageeditor/_variables.scss +1 -0
- package/scss/index.scss +1 -0
- package/scss/input/_layout.scss +17 -0
- package/scss/input/_variables.scss +3 -3
- package/scss/list/_index.scss +1 -0
- package/scss/list/_layout.scss +10 -2
- package/scss/listbox/_variables.scss +1 -1
- package/scss/listview/_layout.scss +2 -9
- package/scss/map/_layout.scss +17 -0
- package/scss/maskedtextbox/_layout.scss +1 -1
- package/scss/maskedtextbox/_theme.scss +1 -1
- package/scss/mediaplayer/_layout.scss +5 -0
- package/scss/menu/_layout.scss +58 -29
- package/scss/menu/_variables.scss +13 -1
- package/scss/multiselect/_layout.scss +4 -1
- package/scss/multiselect/_theme.scss +4 -1
- package/scss/numerictextbox/_layout.scss +12 -2
- package/scss/numerictextbox/_theme.scss +1 -1
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pager/_variables.scss +1 -1
- package/scss/pdf-viewer/_layout.scss +23 -16
- package/scss/pdf-viewer/_variables.scss +2 -5
- package/scss/radio/_index.scss +1 -1
- package/scss/radio/_layout.scss +43 -27
- package/scss/radio/_variables.scss +2 -8
- package/scss/scheduler/_layout.scss +1 -1
- package/scss/spreadsheet/_layout.scss +29 -20
- package/scss/table/_layout.scss +26 -5
- package/scss/table/_theme.scss +3 -2
- package/scss/table/_variables.scss +9 -9
- package/scss/tabstrip/_layout.scss +1 -1
- package/scss/toolbar/_layout.scss +29 -2
- package/scss/toolbar/_theme.scss +35 -7
- package/scss/toolbar/_variables.scss +2 -0
- package/scss/treeview/_layout.scss +108 -113
- package/scss/treeview/_theme.scss +38 -29
- package/scss/treeview/_variables.scss +34 -50
- package/scss/typography/_variables.scss +3 -3
- package/scss/virtual-scroller/_index.scss +10 -0
- package/scss/virtual-scroller/_layout.scss +35 -0
- package/scss/virtual-scroller/_theme.scss +3 -0
- package/scss/virtual-scroller/_variables.scss +1 -0
- package/scss/window/_variables.scss +1 -1
package/dist/all.scss
CHANGED
|
@@ -1532,8 +1532,8 @@ $enable-typography: false !default;
|
|
|
1532
1532
|
$font-size: 14px !default;
|
|
1533
1533
|
$font-size-xs: 10px !default;
|
|
1534
1534
|
$font-size-sm: 12px !default;
|
|
1535
|
-
$font-size-md:
|
|
1536
|
-
$font-size-lg:
|
|
1535
|
+
$font-size-md: $font-size !default;
|
|
1536
|
+
$font-size-lg: 16px !default;
|
|
1537
1537
|
$font-size-xl: 20px !default;
|
|
1538
1538
|
|
|
1539
1539
|
/// Font family across all components.
|
|
@@ -1548,7 +1548,7 @@ $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono",
|
|
|
1548
1548
|
/// @group typography
|
|
1549
1549
|
$line-height: (20 / 14) !default;
|
|
1550
1550
|
$line-height-xs: 1 !default;
|
|
1551
|
-
$line-height-sm: 1.
|
|
1551
|
+
$line-height-sm: 1.25 !default;
|
|
1552
1552
|
$line-height-md: $line-height !default;
|
|
1553
1553
|
$line-height-lg: 1.5 !default;
|
|
1554
1554
|
$line-height-em: $line-height * 1em !default;
|
|
@@ -5931,10 +5931,17 @@ $message-box-link-text-decoration: underline !default;
|
|
|
5931
5931
|
// #region @import "../common/_index.scss"; -> packages/default/scss/common/_index.scss
|
|
5932
5932
|
// File already imported_once. Skipping output.
|
|
5933
5933
|
// #endregion
|
|
5934
|
+
// #region @import "../checkbox/_index.scss"; -> packages/default/scss/checkbox/_index.scss
|
|
5935
|
+
// #region @import "../core/_index.scss"; -> packages/default/scss/core/_index.scss
|
|
5936
|
+
// File already imported_once. Skipping output.
|
|
5937
|
+
// #endregion
|
|
5934
5938
|
|
|
5935
5939
|
|
|
5936
|
-
//
|
|
5937
|
-
// #region @import "_variables.scss"; -> packages/default/scss/
|
|
5940
|
+
// Dependencies
|
|
5941
|
+
// #region @import "../typography/_variables.scss"; -> packages/default/scss/typography/_variables.scss
|
|
5942
|
+
// File already imported_once. Skipping output.
|
|
5943
|
+
// #endregion
|
|
5944
|
+
// #region @import "../list/_variables.scss"; -> packages/default/scss/list/_variables.scss
|
|
5938
5945
|
// List
|
|
5939
5946
|
|
|
5940
5947
|
/// Font size of the list component, if no size is set.
|
|
@@ -6185,6 +6192,574 @@ $kendo-list-group-item-shadow: null !default;
|
|
|
6185
6192
|
$kendo-list-no-data-text: $subtle-text !default;
|
|
6186
6193
|
|
|
6187
6194
|
// #endregion
|
|
6195
|
+
|
|
6196
|
+
|
|
6197
|
+
// Component
|
|
6198
|
+
// #region @import "_variables.scss"; -> packages/default/scss/checkbox/_variables.scss
|
|
6199
|
+
// Checkbox
|
|
6200
|
+
|
|
6201
|
+
/// The sizes of checkbox.
|
|
6202
|
+
/// @group checkbox
|
|
6203
|
+
$kendo-checkbox-sizes: (
|
|
6204
|
+
sm: map-get( $spacing, 3 ),
|
|
6205
|
+
md: map-get( $spacing, 4 ),
|
|
6206
|
+
lg: map-get( $spacing, 6 )
|
|
6207
|
+
) !default;
|
|
6208
|
+
|
|
6209
|
+
/// The border width of checkbox.
|
|
6210
|
+
/// @group checkbox
|
|
6211
|
+
$kendo-checkbox-border-width: 1px !default;
|
|
6212
|
+
/// The line height of checkbox.
|
|
6213
|
+
/// @group checkbox
|
|
6214
|
+
$kendo-checkbox-line-height: calc( #{map-get( $kendo-checkbox-sizes, "md" )} + #{$kendo-checkbox-border-width} ) !default;
|
|
6215
|
+
|
|
6216
|
+
/// The background of checkbox.
|
|
6217
|
+
/// @group checkbox
|
|
6218
|
+
$kendo-checkbox-bg: $white !default;
|
|
6219
|
+
/// The text of checkbox.
|
|
6220
|
+
/// @group checkbox
|
|
6221
|
+
$kendo-checkbox-text: transparent !default;
|
|
6222
|
+
/// The border of checkbox.
|
|
6223
|
+
/// @group checkbox
|
|
6224
|
+
$kendo-checkbox-border: $base-border !default;
|
|
6225
|
+
|
|
6226
|
+
/// The background of hovered checkbox.
|
|
6227
|
+
/// @group checkbox
|
|
6228
|
+
$kendo-checkbox-hover-bg: null !default;
|
|
6229
|
+
/// The text of hovered checkbox.
|
|
6230
|
+
/// @group checkbox
|
|
6231
|
+
$kendo-checkbox-hover-text: null !default;
|
|
6232
|
+
/// The border of hovered checkbox.
|
|
6233
|
+
/// @group checkbox
|
|
6234
|
+
$kendo-checkbox-hover-border: null !default;
|
|
6235
|
+
|
|
6236
|
+
/// The background of checked checkbox.
|
|
6237
|
+
/// @group checkbox
|
|
6238
|
+
$kendo-checkbox-checked-bg: $primary !default;
|
|
6239
|
+
/// The text of checked checkbox.
|
|
6240
|
+
/// @group checkbox
|
|
6241
|
+
$kendo-checkbox-checked-text: contrast-wcag( $kendo-checkbox-checked-bg ) !default;
|
|
6242
|
+
/// The border of checked checkbox.
|
|
6243
|
+
/// @group checkbox
|
|
6244
|
+
$kendo-checkbox-checked-border: $kendo-checkbox-checked-bg !default;
|
|
6245
|
+
|
|
6246
|
+
/// The background of indeterminate checkbox.
|
|
6247
|
+
/// @group checkbox
|
|
6248
|
+
$kendo-checkbox-indeterminate-bg: $kendo-checkbox-bg !default;
|
|
6249
|
+
/// The text of indeterminate checkbox.
|
|
6250
|
+
/// @group checkbox
|
|
6251
|
+
$kendo-checkbox-indeterminate-text: $kendo-checkbox-checked-bg !default;
|
|
6252
|
+
/// The border of indeterminate checkbox.
|
|
6253
|
+
/// @group checkbox
|
|
6254
|
+
$kendo-checkbox-indeterminate-border: $kendo-checkbox-border !default;
|
|
6255
|
+
|
|
6256
|
+
/// The border of focused checkbox.
|
|
6257
|
+
/// @group checkbox
|
|
6258
|
+
$kendo-checkbox-focus-border: null !default;
|
|
6259
|
+
/// The shadow of focused checkbox.
|
|
6260
|
+
/// @group checkbox
|
|
6261
|
+
$kendo-checkbox-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .06) !default;
|
|
6262
|
+
/// The border of focused and checked checkbox.
|
|
6263
|
+
/// @group checkbox
|
|
6264
|
+
$kendo-checkbox-focus-checked-border: null !default;
|
|
6265
|
+
/// The shadow of focused and checked checkbox.
|
|
6266
|
+
/// @group checkbox
|
|
6267
|
+
$kendo-checkbox-focus-checked-shadow: 0 0 0 2px rgba( $primary, .3 ) !default;
|
|
6268
|
+
|
|
6269
|
+
/// The background of disabled checkbox.
|
|
6270
|
+
/// @group checkbox
|
|
6271
|
+
$kendo-checkbox-disabled-bg: null !default;
|
|
6272
|
+
/// The text of disabled checkbox.
|
|
6273
|
+
/// @group checkbox
|
|
6274
|
+
$kendo-checkbox-disabled-text: null !default;
|
|
6275
|
+
/// The border of disabled checkbox.
|
|
6276
|
+
/// @group checkbox
|
|
6277
|
+
$kendo-checkbox-disabled-border: null !default;
|
|
6278
|
+
|
|
6279
|
+
/// The background of disabled and checked checkbox.
|
|
6280
|
+
/// @group checkbox
|
|
6281
|
+
$kendo-checkbox-disabled-checked-bg: null !default;
|
|
6282
|
+
/// The text of disabled and checked checkbox.
|
|
6283
|
+
/// @group checkbox
|
|
6284
|
+
$kendo-checkbox-disabled-checked-text: null !default;
|
|
6285
|
+
/// The border of disabled and checked checkbox.
|
|
6286
|
+
/// @group checkbox
|
|
6287
|
+
$kendo-checkbox-disabled-checked-border: null !default;
|
|
6288
|
+
|
|
6289
|
+
/// The background of invalid checkbox.
|
|
6290
|
+
/// @group checkbox
|
|
6291
|
+
$kendo-checkbox-invalid-bg: null !default;
|
|
6292
|
+
/// The text of invalid checkbox.
|
|
6293
|
+
/// @group checkbox
|
|
6294
|
+
$kendo-checkbox-invalid-text: $invalid-text !default;
|
|
6295
|
+
/// The border of invalid checkbox.
|
|
6296
|
+
/// @group checkbox
|
|
6297
|
+
$kendo-checkbox-invalid-border: $invalid-border !default;
|
|
6298
|
+
|
|
6299
|
+
|
|
6300
|
+
// Checkbox indicator
|
|
6301
|
+
|
|
6302
|
+
/// The icon type of checked checkbox.
|
|
6303
|
+
/// @group checkbox
|
|
6304
|
+
$kendo-checkbox-icon-type: glyph !default;
|
|
6305
|
+
|
|
6306
|
+
/// The glyph font family of checkbox.
|
|
6307
|
+
/// @group checkbox
|
|
6308
|
+
$kendo-checkbox-glyph-font-family: "WebComponentsIcons", monospace !default;
|
|
6309
|
+
/// The glyph of checked checkbox.
|
|
6310
|
+
/// @group checkbox
|
|
6311
|
+
$kendo-checkbox-checked-glyph: "\e118" !default;
|
|
6312
|
+
/// The glyph of indeterminate checkbox.
|
|
6313
|
+
/// @group checkbox
|
|
6314
|
+
$kendo-checkbox-indeterminate-glyph: "\e121" !default;
|
|
6315
|
+
|
|
6316
|
+
/// The image of checked checkbox.
|
|
6317
|
+
/// @group checkbox
|
|
6318
|
+
$kendo-checkbox-checked-image: null !default;
|
|
6319
|
+
/// The image of indeterminate checkbox.
|
|
6320
|
+
/// @group checkbox
|
|
6321
|
+
$kendo-checkbox-indeterminate-image: null !default;
|
|
6322
|
+
|
|
6323
|
+
|
|
6324
|
+
// Checkbox label
|
|
6325
|
+
|
|
6326
|
+
/// The horizontal margin of the checkbox inside a label.
|
|
6327
|
+
/// @group checkbox
|
|
6328
|
+
$kendo-checkbox-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
6329
|
+
|
|
6330
|
+
|
|
6331
|
+
// Checkbox list
|
|
6332
|
+
|
|
6333
|
+
/// The horizontal margin of list item of checkbox.
|
|
6334
|
+
/// @group checkbox
|
|
6335
|
+
$kendo-checkbox-list-spacing: map-get( $spacing, 4 ) !default;
|
|
6336
|
+
/// The horizontal list item padding of checkbox.
|
|
6337
|
+
/// @group checkbox
|
|
6338
|
+
$kendo-checkbox-list-item-padding-x: 0px !default;
|
|
6339
|
+
/// The vertical list item padding of checkbox.
|
|
6340
|
+
/// @group checkbox
|
|
6341
|
+
$kendo-checkbox-list-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
6342
|
+
|
|
6343
|
+
|
|
6344
|
+
// Checkbox ripple
|
|
6345
|
+
|
|
6346
|
+
/// The ripple size of checkbox.
|
|
6347
|
+
/// @group checkbox
|
|
6348
|
+
$kendo-checkbox-ripple-size: (
|
|
6349
|
+
sm: (map-get( $kendo-checkbox-sizes, "sm" ) * 3),
|
|
6350
|
+
md: (map-get( $kendo-checkbox-sizes, "md" ) * 3),
|
|
6351
|
+
lg: (map-get( $kendo-checkbox-sizes, "lg" ) * 3)
|
|
6352
|
+
) !default;
|
|
6353
|
+
/// The ripple margin of checkbox.
|
|
6354
|
+
/// @group checkbox
|
|
6355
|
+
$kendo-checkbox-ripple-margin: (
|
|
6356
|
+
sm: calc(-1 * (#{map-get( $kendo-checkbox-sizes, "sm" )} + 2 * #{$kendo-checkbox-border-width})),
|
|
6357
|
+
md: calc(-1 * (#{map-get( $kendo-checkbox-sizes, "md" )} + 2 * #{$kendo-checkbox-border-width})),
|
|
6358
|
+
lg: calc(-1 * (#{map-get( $kendo-checkbox-sizes, "lg" )} + 2 * #{$kendo-checkbox-border-width}))
|
|
6359
|
+
) !default;
|
|
6360
|
+
/// The ripple opacity of checkbox.
|
|
6361
|
+
/// @group checkbox
|
|
6362
|
+
$kendo-checkbox-ripple-opacity: .3 !default;
|
|
6363
|
+
|
|
6364
|
+
// #endregion
|
|
6365
|
+
// #region @import "_layout.scss"; -> packages/default/scss/checkbox/_layout.scss
|
|
6366
|
+
@include exports( "checkbox/layout" ) {
|
|
6367
|
+
|
|
6368
|
+
// Checkbox
|
|
6369
|
+
.k-checkbox {
|
|
6370
|
+
margin: 0;
|
|
6371
|
+
padding: 0;
|
|
6372
|
+
line-height: initial;
|
|
6373
|
+
border-width: $kendo-checkbox-border-width;
|
|
6374
|
+
border-style: solid;
|
|
6375
|
+
outline: 0;
|
|
6376
|
+
background-position: center;
|
|
6377
|
+
background-repeat: no-repeat;
|
|
6378
|
+
background-size: contain;
|
|
6379
|
+
display: inline-block;
|
|
6380
|
+
flex: none;
|
|
6381
|
+
vertical-align: middle;
|
|
6382
|
+
position: relative;
|
|
6383
|
+
cursor: pointer;
|
|
6384
|
+
-webkit-appearance: none;
|
|
6385
|
+
}
|
|
6386
|
+
|
|
6387
|
+
@each $name, $size in $kendo-checkbox-sizes {
|
|
6388
|
+
// Checkbox sizes
|
|
6389
|
+
.k-checkbox-#{$name} {
|
|
6390
|
+
width: $size;
|
|
6391
|
+
height: $size;
|
|
6392
|
+
|
|
6393
|
+
+ .k-checkbox-label {
|
|
6394
|
+
|
|
6395
|
+
.k-ripple {
|
|
6396
|
+
top: ($size / 2);
|
|
6397
|
+
left: ($size / 2);
|
|
6398
|
+
width: ($size * 5 / 2);
|
|
6399
|
+
height: ($size * 5 / 2);
|
|
6400
|
+
}
|
|
6401
|
+
}
|
|
6402
|
+
}
|
|
6403
|
+
|
|
6404
|
+
|
|
6405
|
+
// Checkbox indicator
|
|
6406
|
+
.k-checkbox-#{$name}::before {
|
|
6407
|
+
@if $kendo-checkbox-icon-type == "glyph" {
|
|
6408
|
+
content: $kendo-checkbox-checked-glyph;
|
|
6409
|
+
width: ($size - map-get( $spacing, thin ));
|
|
6410
|
+
height: ($size - map-get( $spacing, thin ));
|
|
6411
|
+
font-size: ($size - map-get( $spacing, thin ));
|
|
6412
|
+
font-family: $kendo-checkbox-glyph-font-family;
|
|
6413
|
+
line-height: 1;
|
|
6414
|
+
transform: scale(0) translate(-50%, -50%);
|
|
6415
|
+
overflow: hidden;
|
|
6416
|
+
position: absolute;
|
|
6417
|
+
top: 50%;
|
|
6418
|
+
left: 50%;
|
|
6419
|
+
}
|
|
6420
|
+
|
|
6421
|
+
@if $kendo-checkbox-icon-type == "marker" {
|
|
6422
|
+
content: "";
|
|
6423
|
+
width: ($size - map-get( $spacing, 1 ));
|
|
6424
|
+
height: ($size - map-get( $spacing, 1 ));
|
|
6425
|
+
background-color: currentColor;
|
|
6426
|
+
transform: scale(0) translate(-50%, -50%);
|
|
6427
|
+
overflow: hidden;
|
|
6428
|
+
position: absolute;
|
|
6429
|
+
top: 50%;
|
|
6430
|
+
left: 50%;
|
|
6431
|
+
}
|
|
6432
|
+
}
|
|
6433
|
+
}
|
|
6434
|
+
|
|
6435
|
+
|
|
6436
|
+
// Checked state
|
|
6437
|
+
.k-checkbox:checked,
|
|
6438
|
+
.k-checkbox.k-checked {
|
|
6439
|
+
@if $kendo-checkbox-icon-type == "image" {
|
|
6440
|
+
background-image: $kendo-checkbox-checked-image;
|
|
6441
|
+
}
|
|
6442
|
+
|
|
6443
|
+
@if $kendo-checkbox-icon-type == "glyph" {
|
|
6444
|
+
&::before {
|
|
6445
|
+
transform: scale(1) translate(-50%, -50%);
|
|
6446
|
+
}
|
|
6447
|
+
}
|
|
6448
|
+
|
|
6449
|
+
@if $kendo-checkbox-icon-type == "marker" {
|
|
6450
|
+
&::before {
|
|
6451
|
+
transform: scale(1) translate(-50%, -50%);
|
|
6452
|
+
}
|
|
6453
|
+
}
|
|
6454
|
+
}
|
|
6455
|
+
|
|
6456
|
+
// Indeterminate state
|
|
6457
|
+
.k-checkbox:indeterminate,
|
|
6458
|
+
.k-checkbox.k-indeterminate {
|
|
6459
|
+
@if $kendo-checkbox-icon-type == "image" {
|
|
6460
|
+
background-image: $kendo-checkbox-indeterminate-image;
|
|
6461
|
+
}
|
|
6462
|
+
|
|
6463
|
+
@if $kendo-checkbox-icon-type == "glyph" {
|
|
6464
|
+
&::before {
|
|
6465
|
+
content: $kendo-checkbox-indeterminate-glyph;
|
|
6466
|
+
transform: scale(1) translate(-50%, -50%);
|
|
6467
|
+
}
|
|
6468
|
+
}
|
|
6469
|
+
|
|
6470
|
+
@if $kendo-checkbox-icon-type == "marker" {
|
|
6471
|
+
&::before {
|
|
6472
|
+
width: $kendo-checkbox-maker-indeterminate-width;
|
|
6473
|
+
height: $kendo-checkbox-marker-indeterminate-height;
|
|
6474
|
+
transform: scale(1) translate(-50%, -50%);
|
|
6475
|
+
}
|
|
6476
|
+
}
|
|
6477
|
+
}
|
|
6478
|
+
|
|
6479
|
+
|
|
6480
|
+
// Disabled state
|
|
6481
|
+
.k-checkbox:disabled,
|
|
6482
|
+
.k-checkbox.k-disabled,
|
|
6483
|
+
.k-checkbox:disabled + .k-checkbox-label,
|
|
6484
|
+
.k-checkbox.k-disabled + .k-checkbox-label {
|
|
6485
|
+
@include disabled( $disabled-styling );
|
|
6486
|
+
}
|
|
6487
|
+
|
|
6488
|
+
|
|
6489
|
+
// Checkbox wrap
|
|
6490
|
+
.k-checkbox-wrap {
|
|
6491
|
+
flex: none;
|
|
6492
|
+
display: inline-flex;
|
|
6493
|
+
flex-flow: row nowrap;
|
|
6494
|
+
gap: 0;
|
|
6495
|
+
align-items: center;
|
|
6496
|
+
|
|
6497
|
+
&::before {
|
|
6498
|
+
content: "\200b";
|
|
6499
|
+
width: 0px;
|
|
6500
|
+
overflow: hidden;
|
|
6501
|
+
flex: none;
|
|
6502
|
+
display: inline-block;
|
|
6503
|
+
vertical-align: top;
|
|
6504
|
+
}
|
|
6505
|
+
}
|
|
6506
|
+
|
|
6507
|
+
|
|
6508
|
+
// Checkbox label
|
|
6509
|
+
.k-checkbox-label {
|
|
6510
|
+
margin: 0;
|
|
6511
|
+
padding: 0;
|
|
6512
|
+
line-height: $kendo-checkbox-line-height;
|
|
6513
|
+
display: inline-flex;
|
|
6514
|
+
align-items: flex-start;
|
|
6515
|
+
vertical-align: middle;
|
|
6516
|
+
position: relative;
|
|
6517
|
+
cursor: pointer;
|
|
6518
|
+
|
|
6519
|
+
.k-label {
|
|
6520
|
+
cursor: pointer;
|
|
6521
|
+
}
|
|
6522
|
+
|
|
6523
|
+
.k-ripple {
|
|
6524
|
+
right: auto;
|
|
6525
|
+
bottom: auto;
|
|
6526
|
+
transform: translate(-50%, -50%);
|
|
6527
|
+
border-radius: 50%;
|
|
6528
|
+
|
|
6529
|
+
// Hide ripple temporarily
|
|
6530
|
+
visibility: hidden !important; // sass-lint:disable-line no-important
|
|
6531
|
+
}
|
|
6532
|
+
|
|
6533
|
+
.k-ripple-blob {
|
|
6534
|
+
// sass-lint:disable-block no-important
|
|
6535
|
+
// use !important until ripple can apply these styles from the script
|
|
6536
|
+
top: 50% !important;
|
|
6537
|
+
left: 50% !important;
|
|
6538
|
+
width: 200% !important;
|
|
6539
|
+
height: 200% !important;
|
|
6540
|
+
}
|
|
6541
|
+
}
|
|
6542
|
+
.k-checkbox + .k-checkbox-label {
|
|
6543
|
+
display: inline;
|
|
6544
|
+
}
|
|
6545
|
+
.k-checkbox + .k-checkbox-label,
|
|
6546
|
+
.k-checkbox-label + .k-checkbox {
|
|
6547
|
+
margin-left: $kendo-checkbox-label-margin-x;
|
|
6548
|
+
}
|
|
6549
|
+
.k-checkbox-label > .k-checkbox {
|
|
6550
|
+
margin-right: $kendo-checkbox-label-margin-x;
|
|
6551
|
+
flex-shrink: 0;
|
|
6552
|
+
}
|
|
6553
|
+
kendo-label.k-checkbox-label > .k-checkbox:last-child {
|
|
6554
|
+
margin-right: 0;
|
|
6555
|
+
}
|
|
6556
|
+
kendo-label.k-checkbox-label > .k-label:first-child {
|
|
6557
|
+
margin-right: $kendo-checkbox-label-margin-x;
|
|
6558
|
+
}
|
|
6559
|
+
kendo-label.k-checkbox-label > .k-label {
|
|
6560
|
+
display: inline;
|
|
6561
|
+
}
|
|
6562
|
+
|
|
6563
|
+
|
|
6564
|
+
// Empty label
|
|
6565
|
+
.k-checkbox-label:empty {
|
|
6566
|
+
display: none !important; // sass-lint:disable-line no-important
|
|
6567
|
+
}
|
|
6568
|
+
|
|
6569
|
+
|
|
6570
|
+
// Label with no text
|
|
6571
|
+
.k-checkbox-label.k-no-text {
|
|
6572
|
+
min-width: 1px;
|
|
6573
|
+
}
|
|
6574
|
+
|
|
6575
|
+
|
|
6576
|
+
// Checkbox list
|
|
6577
|
+
.k-checkbox-list {
|
|
6578
|
+
margin: 0;
|
|
6579
|
+
padding: 0;
|
|
6580
|
+
display: flex;
|
|
6581
|
+
flex-flow: column nowrap;
|
|
6582
|
+
gap: 0;
|
|
6583
|
+
list-style: none;
|
|
6584
|
+
}
|
|
6585
|
+
.k-checkbox-item,
|
|
6586
|
+
.k-checkbox-list-item {
|
|
6587
|
+
padding: $kendo-checkbox-list-item-padding-y $kendo-checkbox-list-item-padding-x;
|
|
6588
|
+
display: flex;
|
|
6589
|
+
flex-flow: row nowrap;
|
|
6590
|
+
align-items: center;
|
|
6591
|
+
align-content: center;
|
|
6592
|
+
gap: map-get( $spacing, 1 );
|
|
6593
|
+
|
|
6594
|
+
.k-checkbox-label {
|
|
6595
|
+
line-height: inherit;
|
|
6596
|
+
}
|
|
6597
|
+
}
|
|
6598
|
+
.k-checkbox-list-horizontal,
|
|
6599
|
+
.k-checkbox-list.k-list-horizontal {
|
|
6600
|
+
display: flex;
|
|
6601
|
+
flex-flow: row wrap;
|
|
6602
|
+
gap: $kendo-checkbox-list-spacing;
|
|
6603
|
+
}
|
|
6604
|
+
|
|
6605
|
+
|
|
6606
|
+
// RTL
|
|
6607
|
+
[dir="rtl"] {
|
|
6608
|
+
.k-checkbox + .k-checkbox-label,
|
|
6609
|
+
.k-checkbox-label + .k-checkbox {
|
|
6610
|
+
margin-left: 0;
|
|
6611
|
+
margin-right: $kendo-checkbox-label-margin-x;
|
|
6612
|
+
}
|
|
6613
|
+
.k-checkbox-label > .k-checkbox {
|
|
6614
|
+
margin-right: 0;
|
|
6615
|
+
margin-left: $kendo-checkbox-label-margin-x;
|
|
6616
|
+
}
|
|
6617
|
+
kendo-label.k-checkbox-label > .k-checkbox:last-child {
|
|
6618
|
+
margin-left: 0;
|
|
6619
|
+
}
|
|
6620
|
+
kendo-label.k-checkbox-label > .k-label:first-child {
|
|
6621
|
+
margin-right: 0;
|
|
6622
|
+
margin-left: $kendo-checkbox-label-margin-x;
|
|
6623
|
+
}
|
|
6624
|
+
}
|
|
6625
|
+
|
|
6626
|
+
.k-ripple-container {
|
|
6627
|
+
@each $name, $size in $kendo-checkbox-sizes {
|
|
6628
|
+
.k-checkbox-#{$name}::after {
|
|
6629
|
+
content: "";
|
|
6630
|
+
display: block;
|
|
6631
|
+
position: absolute;
|
|
6632
|
+
left: 0;
|
|
6633
|
+
top: 0;
|
|
6634
|
+
width: map-get( $kendo-checkbox-ripple-size, $name );
|
|
6635
|
+
height: map-get( $kendo-checkbox-ripple-size, $name );
|
|
6636
|
+
margin-left: map-get( $kendo-checkbox-ripple-margin, $name );
|
|
6637
|
+
margin-top: map-get( $kendo-checkbox-ripple-margin, $name );
|
|
6638
|
+
border-radius: 100%;
|
|
6639
|
+
z-index: 1;
|
|
6640
|
+
transform: scale(0);
|
|
6641
|
+
}
|
|
6642
|
+
|
|
6643
|
+
.k-checkbox:disabled::after,
|
|
6644
|
+
.k-checkbox.k-disabled::after {
|
|
6645
|
+
display: none;
|
|
6646
|
+
}
|
|
6647
|
+
}
|
|
6648
|
+
}
|
|
6649
|
+
|
|
6650
|
+
}
|
|
6651
|
+
|
|
6652
|
+
// #endregion
|
|
6653
|
+
// #region @import "_theme.scss"; -> packages/default/scss/checkbox/_theme.scss
|
|
6654
|
+
@include exports("checkbox/theme") {
|
|
6655
|
+
|
|
6656
|
+
// Checkbox
|
|
6657
|
+
.k-checkbox {
|
|
6658
|
+
@include fill(
|
|
6659
|
+
$kendo-checkbox-text,
|
|
6660
|
+
$kendo-checkbox-bg,
|
|
6661
|
+
$kendo-checkbox-border
|
|
6662
|
+
);
|
|
6663
|
+
}
|
|
6664
|
+
|
|
6665
|
+
|
|
6666
|
+
// Hover state
|
|
6667
|
+
.k-checkbox:hover,
|
|
6668
|
+
.k-checkbox.k-hover {
|
|
6669
|
+
@include fill(
|
|
6670
|
+
$kendo-checkbox-hover-text,
|
|
6671
|
+
$kendo-checkbox-hover-bg,
|
|
6672
|
+
$kendo-checkbox-hover-border
|
|
6673
|
+
);
|
|
6674
|
+
}
|
|
6675
|
+
|
|
6676
|
+
|
|
6677
|
+
// Focus state
|
|
6678
|
+
.k-checkbox:focus,
|
|
6679
|
+
.k-checkbox.k-focus {
|
|
6680
|
+
@include fill( $border: $kendo-checkbox-focus-border );
|
|
6681
|
+
@include box-shadow( $kendo-checkbox-focus-shadow );
|
|
6682
|
+
}
|
|
6683
|
+
|
|
6684
|
+
|
|
6685
|
+
// Indeterminate
|
|
6686
|
+
.k-checkbox:indeterminate,
|
|
6687
|
+
.k-checkbox.k-indeterminate {
|
|
6688
|
+
@include fill(
|
|
6689
|
+
$kendo-checkbox-indeterminate-text,
|
|
6690
|
+
$kendo-checkbox-indeterminate-bg,
|
|
6691
|
+
$kendo-checkbox-indeterminate-border
|
|
6692
|
+
);
|
|
6693
|
+
}
|
|
6694
|
+
|
|
6695
|
+
|
|
6696
|
+
// Checked
|
|
6697
|
+
.k-checkbox:checked,
|
|
6698
|
+
.k-checkbox.k-checked {
|
|
6699
|
+
@include fill(
|
|
6700
|
+
$kendo-checkbox-checked-text,
|
|
6701
|
+
$kendo-checkbox-checked-bg,
|
|
6702
|
+
$kendo-checkbox-checked-border
|
|
6703
|
+
);
|
|
6704
|
+
}
|
|
6705
|
+
.k-checkbox:checked:focus,
|
|
6706
|
+
.k-checkbox.k-checked.k-focus {
|
|
6707
|
+
@include fill( $border: $kendo-checkbox-focus-checked-border );
|
|
6708
|
+
@include box-shadow( $kendo-checkbox-focus-checked-shadow );
|
|
6709
|
+
}
|
|
6710
|
+
|
|
6711
|
+
|
|
6712
|
+
// Disabled
|
|
6713
|
+
.k-checkbox:disabled,
|
|
6714
|
+
.k-checkbox.k-disabled {
|
|
6715
|
+
@include fill(
|
|
6716
|
+
$kendo-checkbox-disabled-text,
|
|
6717
|
+
$kendo-checkbox-disabled-bg,
|
|
6718
|
+
$kendo-checkbox-disabled-border
|
|
6719
|
+
);
|
|
6720
|
+
}
|
|
6721
|
+
.k-checkbox:checked:disabled,
|
|
6722
|
+
.k-checkbox:indeterminate:disabled,
|
|
6723
|
+
.k-checkbox.k-checked.k-disabled,
|
|
6724
|
+
.k-checkbox.k-indeterminate.k-disabled {
|
|
6725
|
+
@include fill(
|
|
6726
|
+
$kendo-checkbox-disabled-checked-text,
|
|
6727
|
+
$kendo-checkbox-disabled-checked-bg,
|
|
6728
|
+
$kendo-checkbox-disabled-checked-border
|
|
6729
|
+
);
|
|
6730
|
+
}
|
|
6731
|
+
|
|
6732
|
+
|
|
6733
|
+
// Invalid
|
|
6734
|
+
.k-checkbox:invalid,
|
|
6735
|
+
.k-checkbox.k-invalid {
|
|
6736
|
+
@include fill( $border: $kendo-checkbox-invalid-border );
|
|
6737
|
+
}
|
|
6738
|
+
.k-checkbox:invalid + .k-checkbox-label,
|
|
6739
|
+
.k-checkbox.k-invalid + .k-checkbox-label {
|
|
6740
|
+
@include fill( $color: $kendo-checkbox-invalid-text );
|
|
6741
|
+
}
|
|
6742
|
+
|
|
6743
|
+
|
|
6744
|
+
// Ripple
|
|
6745
|
+
.k-ripple-container {
|
|
6746
|
+
.k-checkbox::after {
|
|
6747
|
+
background: $kendo-checkbox-checked-bg;
|
|
6748
|
+
opacity: $kendo-checkbox-ripple-opacity;
|
|
6749
|
+
}
|
|
6750
|
+
}
|
|
6751
|
+
|
|
6752
|
+
}
|
|
6753
|
+
|
|
6754
|
+
// #endregion
|
|
6755
|
+
|
|
6756
|
+
// #endregion
|
|
6757
|
+
|
|
6758
|
+
|
|
6759
|
+
// Component
|
|
6760
|
+
// #region @import "_variables.scss"; -> packages/default/scss/list/_variables.scss
|
|
6761
|
+
// File already imported_once. Skipping output.
|
|
6762
|
+
// #endregion
|
|
6188
6763
|
// #region @import "_layout.scss"; -> packages/default/scss/list/_layout.scss
|
|
6189
6764
|
@include exports( "list/layout" ) {
|
|
6190
6765
|
|
|
@@ -6220,6 +6795,9 @@ $kendo-list-no-data-text: $subtle-text !default;
|
|
|
6220
6795
|
line-height: $kendo-list-header-line-height;
|
|
6221
6796
|
font-weight: $kendo-list-header-font-weight;
|
|
6222
6797
|
white-space: nowrap;
|
|
6798
|
+
display: flex;
|
|
6799
|
+
flex-flow: row nowrap;
|
|
6800
|
+
align-items: center;
|
|
6223
6801
|
flex: none;
|
|
6224
6802
|
overflow: hidden;
|
|
6225
6803
|
text-overflow: ellipsis;
|
|
@@ -6255,7 +6833,7 @@ $kendo-list-no-data-text: $subtle-text !default;
|
|
|
6255
6833
|
font-size: $kendo-list-item-font-size;
|
|
6256
6834
|
line-height: $kendo-list-item-line-height;
|
|
6257
6835
|
outline: none;
|
|
6258
|
-
cursor:
|
|
6836
|
+
cursor: pointer;
|
|
6259
6837
|
display: flex;
|
|
6260
6838
|
flex-flow: row nowrap;
|
|
6261
6839
|
align-items: center;
|
|
@@ -6266,6 +6844,10 @@ $kendo-list-no-data-text: $subtle-text !default;
|
|
|
6266
6844
|
transition-duration: 200ms;
|
|
6267
6845
|
transition-timing-function: ease;
|
|
6268
6846
|
|
|
6847
|
+
.k-checkbox-wrap {
|
|
6848
|
+
align-self: flex-start;
|
|
6849
|
+
}
|
|
6850
|
+
|
|
6269
6851
|
&.k-first::before {
|
|
6270
6852
|
content: "";
|
|
6271
6853
|
border-width: 1px 0 0;
|
|
@@ -6331,7 +6913,8 @@ $kendo-list-no-data-text: $subtle-text !default;
|
|
|
6331
6913
|
position: absolute;
|
|
6332
6914
|
width: 100%;
|
|
6333
6915
|
}
|
|
6334
|
-
.k-virtual-list .k-list-item-text
|
|
6916
|
+
.k-virtual-list .k-list-item-text,
|
|
6917
|
+
.k-virtual-list .k-list-header-text {
|
|
6335
6918
|
white-space: nowrap;
|
|
6336
6919
|
overflow: hidden;
|
|
6337
6920
|
text-overflow: ellipsis;
|
|
@@ -7859,7 +8442,7 @@ $kendo-button-group-focus-shadow: inset 0 0 0 2px rgba( $kendo-button-border, op
|
|
|
7859
8442
|
.k-button {
|
|
7860
8443
|
|
|
7861
8444
|
&::after {
|
|
7862
|
-
@include border-radius(
|
|
8445
|
+
@include border-radius( inherit );
|
|
7863
8446
|
content: "";
|
|
7864
8447
|
opacity: 0;
|
|
7865
8448
|
display: none;
|
|
@@ -7875,43 +8458,6 @@ $kendo-button-group-focus-shadow: inset 0 0 0 2px rgba( $kendo-button-border, op
|
|
|
7875
8458
|
}
|
|
7876
8459
|
}
|
|
7877
8460
|
|
|
7878
|
-
|
|
7879
|
-
|
|
7880
|
-
|
|
7881
|
-
@include exports( "button/ie-compat" ) {
|
|
7882
|
-
|
|
7883
|
-
.k-ie {
|
|
7884
|
-
|
|
7885
|
-
.k-button,
|
|
7886
|
-
.k-button-group {
|
|
7887
|
-
display: inline-block;
|
|
7888
|
-
overflow: visible; // IE9
|
|
7889
|
-
}
|
|
7890
|
-
|
|
7891
|
-
.k-button-icontext {
|
|
7892
|
-
|
|
7893
|
-
.k-icon,
|
|
7894
|
-
.k-image,
|
|
7895
|
-
.k-sprite {
|
|
7896
|
-
margin: 0 $icon-spacing 0 0;
|
|
7897
|
-
}
|
|
7898
|
-
|
|
7899
|
-
&.k-rtl,
|
|
7900
|
-
.k-rtl &,
|
|
7901
|
-
&[dir="rtl"],
|
|
7902
|
-
[dir="rtl"] & {
|
|
7903
|
-
.k-icon,
|
|
7904
|
-
.k-image,
|
|
7905
|
-
.k-sprite {
|
|
7906
|
-
margin: 0 0 0 $icon-spacing;
|
|
7907
|
-
}
|
|
7908
|
-
}
|
|
7909
|
-
}
|
|
7910
|
-
|
|
7911
|
-
}
|
|
7912
|
-
|
|
7913
|
-
}
|
|
7914
|
-
|
|
7915
8461
|
// #endregion
|
|
7916
8462
|
// #region @import "_theme.scss"; -> packages/default/scss/button/_theme.scss
|
|
7917
8463
|
@include exports( "button/theme" ) {
|
|
@@ -8231,17 +8777,17 @@ $kendo-input-line-height: $line-height !default;
|
|
|
8231
8777
|
|
|
8232
8778
|
$kendo-input-padding-x-sm: ($kendo-input-padding-x / 2) !default;
|
|
8233
8779
|
$kendo-input-padding-y-sm: ($kendo-input-padding-y / 2) !default;
|
|
8234
|
-
$kendo-input-font-size-sm: $font-size !default;
|
|
8780
|
+
$kendo-input-font-size-sm: $font-size-md !default;
|
|
8235
8781
|
$kendo-input-line-height-sm: $line-height-md !default;
|
|
8236
8782
|
|
|
8237
8783
|
$kendo-input-padding-x-md: $kendo-input-padding-x !default;
|
|
8238
8784
|
$kendo-input-padding-y-md: $kendo-input-padding-y !default;
|
|
8239
|
-
$kendo-input-font-size-md: $font-size !default;
|
|
8785
|
+
$kendo-input-font-size-md: $font-size-md !default;
|
|
8240
8786
|
$kendo-input-line-height-md: $line-height-md !default;
|
|
8241
8787
|
|
|
8242
8788
|
$kendo-input-padding-x-lg: ($kendo-input-padding-x * 1.5) !default;
|
|
8243
8789
|
$kendo-input-padding-y-lg: ($kendo-input-padding-y * 1.5) !default;
|
|
8244
|
-
$kendo-input-font-size-lg: $font-size !default;
|
|
8790
|
+
$kendo-input-font-size-lg: $font-size-md !default;
|
|
8245
8791
|
$kendo-input-line-height-lg: $line-height-md !default;
|
|
8246
8792
|
|
|
8247
8793
|
$kendo-input-sizes: (
|
|
@@ -8413,6 +8959,14 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
8413
8959
|
overflow: hidden;
|
|
8414
8960
|
text-overflow: ellipsis;
|
|
8415
8961
|
}
|
|
8962
|
+
.k-input-value-text::before {
|
|
8963
|
+
content: "\200b";
|
|
8964
|
+
width: 0px;
|
|
8965
|
+
overflow: hidden;
|
|
8966
|
+
flex: none;
|
|
8967
|
+
display: inline-block;
|
|
8968
|
+
vertical-align: top;
|
|
8969
|
+
}
|
|
8416
8970
|
|
|
8417
8971
|
|
|
8418
8972
|
// Input multiple values
|
|
@@ -8421,6 +8975,7 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
8421
8975
|
padding: $kendo-input-values-margin-y $kendo-input-values-margin-x;
|
|
8422
8976
|
cursor: text;
|
|
8423
8977
|
}
|
|
8978
|
+
.k-input-values > .k-searchbar,
|
|
8424
8979
|
.k-input-values > .k-input-inner {
|
|
8425
8980
|
margin: (-$kendo-input-values-margin-y) (-$kendo-input-values-margin-x);
|
|
8426
8981
|
}
|
|
@@ -8495,6 +9050,10 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
8495
9050
|
color: $kendo-input-clear-value-hover-text;
|
|
8496
9051
|
opacity: $kendo-input-clear-value-hover-opacity;
|
|
8497
9052
|
}
|
|
9053
|
+
.k-clear-value:focus-visible {
|
|
9054
|
+
outline: 1px dotted;
|
|
9055
|
+
outline-offset: -1px;
|
|
9056
|
+
}
|
|
8498
9057
|
|
|
8499
9058
|
|
|
8500
9059
|
// Input button
|
|
@@ -8510,6 +9069,10 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
8510
9069
|
min-width: auto !important; // sass-lint:disable-line no-important
|
|
8511
9070
|
min-height: auto !important; // sass-lint:disable-line no-important
|
|
8512
9071
|
}
|
|
9072
|
+
|
|
9073
|
+
&:focus {
|
|
9074
|
+
box-shadow: none;
|
|
9075
|
+
}
|
|
8513
9076
|
}
|
|
8514
9077
|
.k-picker .k-input-button {
|
|
8515
9078
|
color: inherit;
|
|
@@ -8950,41 +9513,11 @@ $floating-label-focus-text: null !default;
|
|
|
8950
9513
|
|
|
8951
9514
|
// Component
|
|
8952
9515
|
// #region @import "_variables.scss"; -> packages/default/scss/combobox/_variables.scss
|
|
8953
|
-
//
|
|
8954
|
-
$combobox-select-padding-x: 0px !default;
|
|
8955
|
-
$combobox-select-padding-y: 0px !default;
|
|
8956
|
-
|
|
8957
|
-
$combobox-bg: $kendo-input-bg !default;
|
|
8958
|
-
$combobox-text: $kendo-input-text !default;
|
|
8959
|
-
$combobox-border: $kendo-input-border !default;
|
|
8960
|
-
|
|
8961
|
-
$combobox-hovered-bg: $kendo-input-hover-bg !default;
|
|
8962
|
-
$combobox-hovered-text: $kendo-input-hover-text !default;
|
|
8963
|
-
$combobox-hovered-border: $kendo-input-hover-border !default;
|
|
8964
|
-
|
|
8965
|
-
$combobox-focused-bg: $kendo-input-focus-bg !default;
|
|
8966
|
-
$combobox-focused-text: $kendo-input-focus-text !default;
|
|
8967
|
-
$combobox-focused-border: $kendo-input-focus-border !default;
|
|
8968
|
-
$combobox-focused-shadow: $kendo-input-focus-shadow !default;
|
|
8969
|
-
|
|
8970
|
-
$combobox-select-bg: $kendo-button-bg !default;
|
|
8971
|
-
$combobox-select-text: $kendo-button-text !default;
|
|
8972
|
-
$combobox-select-border: $kendo-button-border !default;
|
|
8973
|
-
$combobox-select-gradient: $kendo-button-gradient !default;
|
|
8974
|
-
|
|
8975
|
-
$combobox-select-hovered-bg: $kendo-button-hover-bg !default;
|
|
8976
|
-
$combobox-select-hovered-text: $kendo-button-hover-text !default;
|
|
8977
|
-
$combobox-select-hovered-border: $kendo-button-hover-border !default;
|
|
8978
|
-
$combobox-select-hovered-gradient: $kendo-button-hover-gradient !default;
|
|
8979
|
-
|
|
8980
|
-
$combobox-select-pressed-bg: $kendo-button-active-bg !default;
|
|
8981
|
-
$combobox-select-pressed-text: $kendo-button-active-text !default;
|
|
8982
|
-
$combobox-select-pressed-border: $kendo-button-active-border !default;
|
|
8983
|
-
$combobox-select-pressed-gradient: $kendo-button-active-gradient !default;
|
|
9516
|
+
// Combobox
|
|
8984
9517
|
|
|
8985
9518
|
// #endregion
|
|
8986
9519
|
// #region @import "_layout.scss"; -> packages/default/scss/combobox/_layout.scss
|
|
8987
|
-
@include exports("combobox/layout") {
|
|
9520
|
+
@include exports( "combobox/layout" ) {
|
|
8988
9521
|
|
|
8989
9522
|
// Combobox
|
|
8990
9523
|
.k-combobox {}
|
|
@@ -8993,7 +9526,7 @@ $combobox-select-pressed-gradient: $kendo-button-active-gradient !default;
|
|
|
8993
9526
|
|
|
8994
9527
|
// #endregion
|
|
8995
9528
|
// #region @import "_theme.scss"; -> packages/default/scss/combobox/_theme.scss
|
|
8996
|
-
@include exports("combobox/theme") {
|
|
9529
|
+
@include exports( "combobox/theme" ) {
|
|
8997
9530
|
|
|
8998
9531
|
// Combobox
|
|
8999
9532
|
.k-combobox {}
|
|
@@ -9033,6 +9566,8 @@ $toolbar-shadow: null !default;
|
|
|
9033
9566
|
|
|
9034
9567
|
$toolbar-separator-border: inherit !default;
|
|
9035
9568
|
|
|
9569
|
+
$toolbar-input-width: 10em !default;
|
|
9570
|
+
|
|
9036
9571
|
// #endregion
|
|
9037
9572
|
// #region @import "../menu/_variables.scss"; -> packages/default/scss/menu/_variables.scss
|
|
9038
9573
|
// Menu
|
|
@@ -9070,7 +9605,7 @@ $menu-item-expanded-gradient: null !default;
|
|
|
9070
9605
|
|
|
9071
9606
|
$menu-item-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
9072
9607
|
|
|
9073
|
-
$menu-separator-spacing:
|
|
9608
|
+
$menu-separator-spacing: map-get( $spacing, 1 ) !default;
|
|
9074
9609
|
|
|
9075
9610
|
$menu-scroll-button-bg: $component-bg !default;
|
|
9076
9611
|
$menu-scroll-button-text: $link-text !default;
|
|
@@ -9150,6 +9685,18 @@ $kendo-menu-popup-item-padding-end-sm: calc( #{$kendo-menu-popup-item-padding-x-
|
|
|
9150
9685
|
$kendo-menu-popup-item-padding-end-md: calc( #{$kendo-menu-popup-item-padding-x-md * 2} + #{$icon-size} ) !default;
|
|
9151
9686
|
$kendo-menu-popup-item-padding-end-lg: calc( #{$kendo-menu-popup-item-padding-x-lg * 2} + #{$icon-size} ) !default;
|
|
9152
9687
|
|
|
9688
|
+
/// The start margin of the menu item expand icon.
|
|
9689
|
+
/// @group menu-popup-item
|
|
9690
|
+
$kendo-menu-popup-item-icon-margin-start-sm: $kendo-menu-popup-item-padding-x-sm !default;
|
|
9691
|
+
$kendo-menu-popup-item-icon-margin-start: $kendo-menu-popup-item-padding-x-md !default;
|
|
9692
|
+
$kendo-menu-popup-item-icon-margin-start-lg: $kendo-menu-popup-item-padding-x-lg !default;
|
|
9693
|
+
|
|
9694
|
+
/// The end margin of the menu item expand icon.
|
|
9695
|
+
/// @group menu-popup-item
|
|
9696
|
+
$kendo-menu-popup-item-icon-margin-end-sm: calc( -1 * (#{$kendo-menu-popup-item-padding-end-sm} - #{$kendo-menu-popup-item-padding-x-sm / 2}) ) !default;
|
|
9697
|
+
$kendo-menu-popup-item-icon-margin-end: calc( -1 * (#{$kendo-menu-popup-item-padding-end-md} - #{$kendo-menu-popup-item-padding-x-md / 2}) ) !default;
|
|
9698
|
+
$kendo-menu-popup-item-icon-margin-end-lg: calc( -1 * (#{$kendo-menu-popup-item-padding-end-lg} - #{$kendo-menu-popup-item-padding-x-lg / 2}) ) !default;
|
|
9699
|
+
|
|
9153
9700
|
/// The spacing between the menu items in popup.
|
|
9154
9701
|
/// @group menu-popup-item
|
|
9155
9702
|
$kendo-menu-popup-item-spacing: 0px !default;
|
|
@@ -9336,21 +9883,21 @@ $grid-sticky-selected-alt-bg: shade($grid-sticky-selected-bg, .4) !default;
|
|
|
9336
9883
|
$grid-sticky-hovered-bg: darken($grid-bg, 8%) !default;
|
|
9337
9884
|
$grid-sticky-selected-hovered-bg: shade($grid-sticky-selected-bg, .7) !default;
|
|
9338
9885
|
|
|
9339
|
-
$grid-
|
|
9886
|
+
$grid-column-menu-width: 230px !default;
|
|
9340
9887
|
|
|
9341
9888
|
$grid-filter-menu-check-all-border-bottom-width: 1px !default;
|
|
9342
9889
|
|
|
9343
9890
|
$grid-filter-menu-item-spacing-x: map-get( $spacing, 2 ) !default;
|
|
9344
9891
|
$grid-filter-menu-item-spacing-y: $grid-filter-menu-item-spacing-x !default;
|
|
9345
9892
|
|
|
9346
|
-
$grid-column-menu-popup-padding-x:
|
|
9347
|
-
$grid-column-menu-popup-padding-y:
|
|
9893
|
+
$grid-column-menu-popup-padding-x: null !default;
|
|
9894
|
+
$grid-column-menu-popup-padding-y: null !default;
|
|
9348
9895
|
|
|
9349
|
-
$grid-column-menu-item-padding-x: $padding-x !default;
|
|
9350
|
-
$grid-column-menu-item-padding-y: $padding-y !default;
|
|
9896
|
+
$grid-column-menu-item-padding-x: $kendo-menu-popup-item-padding-x-md !default;
|
|
9897
|
+
$grid-column-menu-item-padding-y: $kendo-menu-popup-item-padding-y-md !default;
|
|
9351
9898
|
|
|
9352
|
-
$grid-column-menu-list-item-padding-x: $padding-x !default;
|
|
9353
|
-
$grid-column-menu-list-item-padding-y: $padding-y-
|
|
9899
|
+
$grid-column-menu-list-item-padding-x: $kendo-list-item-padding-x-md !default;
|
|
9900
|
+
$grid-column-menu-list-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
9354
9901
|
|
|
9355
9902
|
$grid-column-menu-items-wrap-padding-x: 0 !default;
|
|
9356
9903
|
$grid-column-menu-items-wrap-padding-y: $padding-y-lg !default;
|
|
@@ -9411,20 +9958,20 @@ $kendo-table-sizes: (
|
|
|
9411
9958
|
sm: (
|
|
9412
9959
|
font-size: $font-size,
|
|
9413
9960
|
line-height: $line-height,
|
|
9414
|
-
cell-padding-x: map-get( $spacing,
|
|
9415
|
-
cell-padding-y: map-get( $spacing, 1)
|
|
9961
|
+
cell-padding-x: map-get( $spacing, 2 ),
|
|
9962
|
+
cell-padding-y: map-get( $spacing, 1 )
|
|
9416
9963
|
),
|
|
9417
9964
|
md: (
|
|
9418
9965
|
font-size: $font-size,
|
|
9419
9966
|
line-height: $line-height,
|
|
9420
|
-
cell-padding-x: map-get( $spacing, 2),
|
|
9421
|
-
cell-padding-y: map-get( $spacing, 2)
|
|
9967
|
+
cell-padding-x: map-get( $spacing, 2 ),
|
|
9968
|
+
cell-padding-y: map-get( $spacing, 2 )
|
|
9422
9969
|
),
|
|
9423
9970
|
lg: (
|
|
9424
9971
|
font-size: $font-size,
|
|
9425
9972
|
line-height: $line-height,
|
|
9426
|
-
cell-padding-x: map-get( $spacing,
|
|
9427
|
-
cell-padding-y: map-get( $spacing, 3)
|
|
9973
|
+
cell-padding-x: map-get( $spacing, 2 ),
|
|
9974
|
+
cell-padding-y: map-get( $spacing, 3 )
|
|
9428
9975
|
)
|
|
9429
9976
|
) !default;
|
|
9430
9977
|
|
|
@@ -9464,13 +10011,13 @@ $kendo-table-footer-border: $grid-footer-border !default;
|
|
|
9464
10011
|
|
|
9465
10012
|
/// Background color of group rows in table.
|
|
9466
10013
|
/// @group table
|
|
9467
|
-
$kendo-table-group-row-bg: $
|
|
10014
|
+
$kendo-table-group-row-bg: $kendo-table-header-bg !default;
|
|
9468
10015
|
/// Text color of group rows in table.
|
|
9469
10016
|
/// @group table
|
|
9470
|
-
$kendo-table-group-row-text: $
|
|
10017
|
+
$kendo-table-group-row-text: $kendo-table-header-text !default;
|
|
9471
10018
|
/// Border color of group rows in table.
|
|
9472
10019
|
/// @group table
|
|
9473
|
-
$kendo-table-group-row-border:
|
|
10020
|
+
$kendo-table-group-row-border: $kendo-table-header-border !default;
|
|
9474
10021
|
|
|
9475
10022
|
|
|
9476
10023
|
/// Background color of alternating rows in table.
|
|
@@ -9521,7 +10068,7 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
9521
10068
|
|
|
9522
10069
|
// #endregion
|
|
9523
10070
|
// #region @import "_layout.scss"; -> packages/default/scss/table/_layout.scss
|
|
9524
|
-
@include exports("table/layout") {
|
|
10071
|
+
@include exports( "table/layout" ) {
|
|
9525
10072
|
|
|
9526
10073
|
// Table
|
|
9527
10074
|
.k-table {
|
|
@@ -9553,12 +10100,11 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
9553
10100
|
// Table native parts
|
|
9554
10101
|
.k-table-thead,
|
|
9555
10102
|
.k-table-tbody,
|
|
9556
|
-
.k-table-tfoot
|
|
9557
|
-
text-align: inherit;
|
|
9558
|
-
}
|
|
10103
|
+
.k-table-tfoot,
|
|
9559
10104
|
.k-table-row,
|
|
9560
10105
|
.k-table-alt-row {
|
|
9561
10106
|
border-color: inherit;
|
|
10107
|
+
text-align: inherit;
|
|
9562
10108
|
}
|
|
9563
10109
|
.k-table-th,
|
|
9564
10110
|
.k-table-td {
|
|
@@ -9579,6 +10125,9 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
9579
10125
|
border-left-width: 0;
|
|
9580
10126
|
}
|
|
9581
10127
|
}
|
|
10128
|
+
.k-table-th {
|
|
10129
|
+
border-bottom-width: 1px;
|
|
10130
|
+
}
|
|
9582
10131
|
|
|
9583
10132
|
|
|
9584
10133
|
// Table header
|
|
@@ -9597,8 +10146,25 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
9597
10146
|
width: 100%;
|
|
9598
10147
|
border-width: 0 $kendo-table-cell-vertical-border-width 0 0;
|
|
9599
10148
|
border-style: solid;
|
|
10149
|
+
border-color: inherit;
|
|
9600
10150
|
overflow: hidden;
|
|
9601
10151
|
}
|
|
10152
|
+
.k-table-header,
|
|
10153
|
+
.k-table-header-wrap {
|
|
10154
|
+
> .k-table {
|
|
10155
|
+
margin-bottom: -1px;
|
|
10156
|
+
}
|
|
10157
|
+
}
|
|
10158
|
+
.k-table-group-sticky-header {
|
|
10159
|
+
flex: none;
|
|
10160
|
+
|
|
10161
|
+
.k-table-th {
|
|
10162
|
+
display: flex;
|
|
10163
|
+
flex-flow: row nowrap;
|
|
10164
|
+
align-items: center;
|
|
10165
|
+
align-content: center;
|
|
10166
|
+
}
|
|
10167
|
+
}
|
|
9602
10168
|
|
|
9603
10169
|
|
|
9604
10170
|
// Table list
|
|
@@ -9676,7 +10242,8 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
9676
10242
|
|
|
9677
10243
|
|
|
9678
10244
|
// Virtualization
|
|
9679
|
-
.k-virtual-table .k-table-row
|
|
10245
|
+
.k-virtual-table .k-table-row,
|
|
10246
|
+
.k-virtual-table .k-table-group-row {
|
|
9680
10247
|
position: absolute;
|
|
9681
10248
|
width: 100%;
|
|
9682
10249
|
}
|
|
@@ -9709,6 +10276,7 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
9709
10276
|
width: 100%;
|
|
9710
10277
|
border-width: 0 $kendo-table-cell-vertical-border-width 0 0;
|
|
9711
10278
|
border-style: solid;
|
|
10279
|
+
border-color: inherit;
|
|
9712
10280
|
overflow: hidden;
|
|
9713
10281
|
}
|
|
9714
10282
|
|
|
@@ -9778,7 +10346,7 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
9778
10346
|
|
|
9779
10347
|
// #endregion
|
|
9780
10348
|
// #region @import "_theme.scss"; -> packages/default/scss/table/_theme.scss
|
|
9781
|
-
@include exports("table/theme") {
|
|
10349
|
+
@include exports( "table/theme" ) {
|
|
9782
10350
|
|
|
9783
10351
|
// Table
|
|
9784
10352
|
.k-table,
|
|
@@ -9791,7 +10359,8 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
9791
10359
|
|
|
9792
10360
|
// Table header
|
|
9793
10361
|
.k-table-thead,
|
|
9794
|
-
.k-table-header
|
|
10362
|
+
.k-table-header,
|
|
10363
|
+
.k-table-group-sticky-header {
|
|
9795
10364
|
border-color: $kendo-table-header-border;
|
|
9796
10365
|
color: $kendo-table-header-text;
|
|
9797
10366
|
background-color: $kendo-table-header-bg;
|
|
@@ -9863,6 +10432,66 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
9863
10432
|
// #endregion
|
|
9864
10433
|
|
|
9865
10434
|
|
|
10435
|
+
// #endregion
|
|
10436
|
+
// #region @import "virtual-scroller/_index.scss"; -> packages/default/scss/virtual-scroller/_index.scss
|
|
10437
|
+
// #region @import "../core/_index.scss"; -> packages/default/scss/core/_index.scss
|
|
10438
|
+
// File already imported_once. Skipping output.
|
|
10439
|
+
// #endregion
|
|
10440
|
+
|
|
10441
|
+
|
|
10442
|
+
// Dependencies
|
|
10443
|
+
|
|
10444
|
+
|
|
10445
|
+
// Component
|
|
10446
|
+
// #region @import "_variables.scss"; -> packages/default/scss/virtual-scroller/_variables.scss
|
|
10447
|
+
// Virtual-scroller
|
|
10448
|
+
|
|
10449
|
+
// #endregion
|
|
10450
|
+
// #region @import "_layout.scss"; -> packages/default/scss/virtual-scroller/_layout.scss
|
|
10451
|
+
@include exports( "virtual-scroller/layout" ) {
|
|
10452
|
+
|
|
10453
|
+
// Virtual scroller
|
|
10454
|
+
.k-virtual-scroller {
|
|
10455
|
+
width: 100%;
|
|
10456
|
+
height: 100%;
|
|
10457
|
+
flex: 1 1 auto;
|
|
10458
|
+
overflow: auto;
|
|
10459
|
+
position: relative;
|
|
10460
|
+
}
|
|
10461
|
+
|
|
10462
|
+
|
|
10463
|
+
// Virtual scroller wrap
|
|
10464
|
+
.k-virtual-scroller-wrap {
|
|
10465
|
+
position: relative;
|
|
10466
|
+
z-index: 1;
|
|
10467
|
+
}
|
|
10468
|
+
|
|
10469
|
+
|
|
10470
|
+
// Virtual scroller content
|
|
10471
|
+
.k-virtual-scroller-content {
|
|
10472
|
+
position: absolute;
|
|
10473
|
+
width: 100%;
|
|
10474
|
+
top: 0;
|
|
10475
|
+
inset-inline-start: 0;
|
|
10476
|
+
}
|
|
10477
|
+
|
|
10478
|
+
|
|
10479
|
+
// Virtual scroller size
|
|
10480
|
+
.k-virtual-scroller-size {
|
|
10481
|
+
position: relative;
|
|
10482
|
+
z-index: 0;
|
|
10483
|
+
}
|
|
10484
|
+
|
|
10485
|
+
}
|
|
10486
|
+
|
|
10487
|
+
// #endregion
|
|
10488
|
+
// #region @import "_theme.scss"; -> packages/default/scss/virtual-scroller/_theme.scss
|
|
10489
|
+
@include exports( "virtual-scroller/theme" ) {
|
|
10490
|
+
|
|
10491
|
+
}
|
|
10492
|
+
|
|
10493
|
+
// #endregion
|
|
10494
|
+
|
|
9866
10495
|
// #endregion
|
|
9867
10496
|
|
|
9868
10497
|
|
|
@@ -10491,31 +11120,16 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
|
|
|
10491
11120
|
height: 100%;
|
|
10492
11121
|
border-width: $color-preview-border-width;
|
|
10493
11122
|
border-radius: $color-preview-border-radius;
|
|
11123
|
+
box-sizing: border-box;
|
|
10494
11124
|
border-style: solid;
|
|
10495
11125
|
display: inline-flex;
|
|
10496
11126
|
flex-direction: row;
|
|
10497
11127
|
flex-wrap: nowrap;
|
|
10498
11128
|
position: relative;
|
|
10499
11129
|
overflow: hidden;
|
|
10500
|
-
|
|
10501
|
-
> .k-color-preview-mask {
|
|
10502
|
-
width: 100%;
|
|
10503
|
-
height: 100%;
|
|
10504
|
-
position: absolute;
|
|
10505
|
-
top: 0;
|
|
10506
|
-
left: 0;
|
|
10507
|
-
}
|
|
10508
|
-
|
|
10509
|
-
&::before {
|
|
10510
|
-
content: "";
|
|
10511
|
-
width: 100%;
|
|
10512
|
-
height: 100%;
|
|
10513
|
-
display: block;
|
|
10514
|
-
position: relative;
|
|
10515
|
-
z-index: -1;
|
|
10516
|
-
}
|
|
10517
11130
|
}
|
|
10518
11131
|
|
|
11132
|
+
|
|
10519
11133
|
// Current Color
|
|
10520
11134
|
.k-coloreditor-current-color {
|
|
10521
11135
|
cursor: pointer;
|
|
@@ -10535,23 +11149,37 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
|
|
|
10535
11149
|
.k-color-preview-mask {
|
|
10536
11150
|
width: calc( #{$icon-size} - 2px );
|
|
10537
11151
|
height: 2px;
|
|
10538
|
-
position: static;
|
|
10539
|
-
}
|
|
10540
|
-
|
|
10541
|
-
&::before {
|
|
10542
|
-
display: none;
|
|
10543
11152
|
}
|
|
10544
11153
|
}
|
|
10545
11154
|
|
|
10546
11155
|
|
|
10547
|
-
//
|
|
10548
|
-
.k-
|
|
11156
|
+
// Color Preview Mask
|
|
11157
|
+
.k-color-preview-mask {
|
|
11158
|
+
width: 100%;
|
|
11159
|
+
height: 100%;
|
|
11160
|
+
position: relative;
|
|
11161
|
+
}
|
|
11162
|
+
.k-color-preview-mask::before {
|
|
10549
11163
|
content: "";
|
|
10550
11164
|
width: 100%;
|
|
10551
11165
|
height: 100%;
|
|
10552
11166
|
position: absolute;
|
|
10553
11167
|
top: 0;
|
|
10554
11168
|
left: 0;
|
|
11169
|
+
z-index: -1;
|
|
11170
|
+
background: $color-preview-transparent-color-image;
|
|
11171
|
+
background-size: contain;
|
|
11172
|
+
background-position: 0 0;
|
|
11173
|
+
}
|
|
11174
|
+
|
|
11175
|
+
|
|
11176
|
+
// No Color
|
|
11177
|
+
.k-no-color .k-color-preview-mask::before {
|
|
11178
|
+
content: "";
|
|
11179
|
+
background-color: $color-preview-no-color-bg;
|
|
11180
|
+
background-image: $color-preview-no-color-image;
|
|
11181
|
+
background-size: 100% 100%;
|
|
11182
|
+
background-position: 0 0;
|
|
10555
11183
|
}
|
|
10556
11184
|
|
|
10557
11185
|
}
|
|
@@ -10568,26 +11196,12 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
|
|
|
10568
11196
|
$color-preview-border
|
|
10569
11197
|
);
|
|
10570
11198
|
|
|
10571
|
-
&::before {
|
|
10572
|
-
background: $color-preview-transparent-color-image;
|
|
10573
|
-
background-size: contain;
|
|
10574
|
-
background-position: 0;
|
|
10575
|
-
}
|
|
10576
|
-
|
|
10577
11199
|
&:hover,
|
|
10578
11200
|
&.k-hover {
|
|
10579
11201
|
@include fill( $border: $color-preview-hover-border );
|
|
10580
11202
|
}
|
|
10581
11203
|
}
|
|
10582
11204
|
|
|
10583
|
-
// No Color
|
|
10584
|
-
.k-no-color::before {
|
|
10585
|
-
background-color: $color-preview-no-color-bg;
|
|
10586
|
-
background-image: $color-preview-no-color-image;
|
|
10587
|
-
background-size: 100% 100%;
|
|
10588
|
-
background-position: 0 0;
|
|
10589
|
-
}
|
|
10590
|
-
|
|
10591
11205
|
}
|
|
10592
11206
|
|
|
10593
11207
|
// #endregion
|
|
@@ -11437,13 +12051,20 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
11437
12051
|
.k-split-button {}
|
|
11438
12052
|
|
|
11439
12053
|
|
|
12054
|
+
// Input
|
|
12055
|
+
.k-input,
|
|
12056
|
+
.k-picker:not(.k-colorpicker) {
|
|
12057
|
+
width: $toolbar-input-width;
|
|
12058
|
+
}
|
|
12059
|
+
|
|
11440
12060
|
// Overflow anchor
|
|
11441
12061
|
.k-overflow-anchor {
|
|
11442
12062
|
@include border-radius( 0 );
|
|
11443
12063
|
margin: 0;
|
|
11444
12064
|
padding: $toolbar-padding-y;
|
|
11445
|
-
width:
|
|
12065
|
+
width: auto;
|
|
11446
12066
|
height: 100%;
|
|
12067
|
+
aspect-ratio: 1;
|
|
11447
12068
|
border-width: 0;
|
|
11448
12069
|
border-color: inherit;
|
|
11449
12070
|
box-sizing: border-box;
|
|
@@ -11475,6 +12096,7 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
11475
12096
|
flex: 1 0 0%;
|
|
11476
12097
|
}
|
|
11477
12098
|
|
|
12099
|
+
|
|
11478
12100
|
// Template
|
|
11479
12101
|
.k-toolbar-template {
|
|
11480
12102
|
align-self: center;
|
|
@@ -11495,6 +12117,7 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
11495
12117
|
|
|
11496
12118
|
// Angular specific
|
|
11497
12119
|
kendo-toolbar-renderer {
|
|
12120
|
+
display: inline-block;
|
|
11498
12121
|
border-color: inherit;
|
|
11499
12122
|
}
|
|
11500
12123
|
|
|
@@ -11502,6 +12125,14 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
11502
12125
|
// Overflow container
|
|
11503
12126
|
.k-overflow-container {
|
|
11504
12127
|
|
|
12128
|
+
> .k-item {
|
|
12129
|
+
border-color: inherit;
|
|
12130
|
+
}
|
|
12131
|
+
|
|
12132
|
+
.k-separator {
|
|
12133
|
+
margin: map-get( $spacing, 1 ) 0;
|
|
12134
|
+
}
|
|
12135
|
+
|
|
11505
12136
|
// Group
|
|
11506
12137
|
.k-overflow-tool-group {
|
|
11507
12138
|
display: block;
|
|
@@ -11509,13 +12140,23 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
11509
12140
|
|
|
11510
12141
|
// Button
|
|
11511
12142
|
.k-overflow-button {
|
|
12143
|
+
@include border-radius( 0 );
|
|
12144
|
+
padding: $kendo-list-item-padding-y-md $kendo-list-item-padding-x-md;
|
|
11512
12145
|
width: 100%;
|
|
12146
|
+
border-width: 0;
|
|
12147
|
+
color: inherit;
|
|
12148
|
+
background-color: transparent;
|
|
12149
|
+
background-image: none;
|
|
12150
|
+
line-height: inherit;
|
|
12151
|
+
display: flex;
|
|
12152
|
+
justify-content: flex-start;
|
|
11513
12153
|
}
|
|
11514
12154
|
|
|
11515
12155
|
// Button group
|
|
11516
12156
|
.k-button-group {
|
|
12157
|
+
@include box-shadow( none );
|
|
11517
12158
|
display: flex;
|
|
11518
|
-
flex-
|
|
12159
|
+
flex-flow: column nowrap;
|
|
11519
12160
|
|
|
11520
12161
|
.k-button {
|
|
11521
12162
|
margin: if( $kendo-button-border-width == 0, null, 0);
|
|
@@ -11606,13 +12247,6 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
11606
12247
|
@include box-shadow( $toolbar-shadow );
|
|
11607
12248
|
|
|
11608
12249
|
|
|
11609
|
-
// Overflow anchor
|
|
11610
|
-
.k-overflow-anchor {
|
|
11611
|
-
color: inherit;
|
|
11612
|
-
background: transparent;
|
|
11613
|
-
}
|
|
11614
|
-
|
|
11615
|
-
|
|
11616
12250
|
// Separator
|
|
11617
12251
|
.k-separator {
|
|
11618
12252
|
border-color: $toolbar-separator-border;
|
|
@@ -11624,6 +12258,41 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
11624
12258
|
|
|
11625
12259
|
}
|
|
11626
12260
|
|
|
12261
|
+
|
|
12262
|
+
// Overflow container
|
|
12263
|
+
.k-overflow-container {
|
|
12264
|
+
|
|
12265
|
+
.k-button {
|
|
12266
|
+
|
|
12267
|
+
// Hover state
|
|
12268
|
+
&:hover,
|
|
12269
|
+
&.k-state-hover {
|
|
12270
|
+
color: $kendo-list-item-hover-text;
|
|
12271
|
+
background: $kendo-list-item-hover-bg;
|
|
12272
|
+
}
|
|
12273
|
+
|
|
12274
|
+
// Active state
|
|
12275
|
+
&:active,
|
|
12276
|
+
&.k-state-active {
|
|
12277
|
+
color: $kendo-list-item-selected-text;
|
|
12278
|
+
background: $kendo-list-item-selected-bg;
|
|
12279
|
+
}
|
|
12280
|
+
|
|
12281
|
+
// Button focus state
|
|
12282
|
+
.k-button:focus,
|
|
12283
|
+
.k-button.k-state-focused {
|
|
12284
|
+
box-shadow: $kendo-list-item-focus-shadow;
|
|
12285
|
+
}
|
|
12286
|
+
|
|
12287
|
+
// Disabled state
|
|
12288
|
+
&:disabled,
|
|
12289
|
+
&.k-state-disabled {
|
|
12290
|
+
color: inherit;
|
|
12291
|
+
}
|
|
12292
|
+
}
|
|
12293
|
+
|
|
12294
|
+
}
|
|
12295
|
+
|
|
11627
12296
|
}
|
|
11628
12297
|
|
|
11629
12298
|
|
|
@@ -11781,7 +12450,7 @@ $window-titlebar-border-width: 0 0 1px !default;
|
|
|
11781
12450
|
$window-titlebar-border-style: solid !default;
|
|
11782
12451
|
|
|
11783
12452
|
$window-title-font-size: $font-size-lg !default;
|
|
11784
|
-
$window-title-line-height:
|
|
12453
|
+
$window-title-line-height: 1.25 !default;
|
|
11785
12454
|
|
|
11786
12455
|
$window-actions-gap: null !default;
|
|
11787
12456
|
|
|
@@ -11969,7 +12638,8 @@ $fieldset-legend-border: null !default;
|
|
|
11969
12638
|
border: 0;
|
|
11970
12639
|
|
|
11971
12640
|
> * {
|
|
11972
|
-
&:first-child
|
|
12641
|
+
&:not(.k-hidden):first-child,
|
|
12642
|
+
&.k-hidden + :not(.k-hidden) {
|
|
11973
12643
|
margin-top: 0;
|
|
11974
12644
|
}
|
|
11975
12645
|
}
|
|
@@ -11998,7 +12668,8 @@ $fieldset-legend-border: null !default;
|
|
|
11998
12668
|
|
|
11999
12669
|
> *,
|
|
12000
12670
|
.k-daterangepicker .k-textbox-container {
|
|
12001
|
-
&:first-child
|
|
12671
|
+
&:not(.k-hidden):first-child,
|
|
12672
|
+
&.k-hidden + :not(.k-hidden) {
|
|
12002
12673
|
margin-top: 0;
|
|
12003
12674
|
}
|
|
12004
12675
|
}
|
|
@@ -12468,769 +13139,208 @@ $fieldset-legend-border: null !default;
|
|
|
12468
13139
|
$tooltip-border
|
|
12469
13140
|
);
|
|
12470
13141
|
|
|
12471
|
-
.k-callout {
|
|
12472
|
-
color: $tooltip-bg;
|
|
12473
|
-
}
|
|
12474
|
-
}
|
|
12475
|
-
|
|
12476
|
-
|
|
12477
|
-
// Tooltip variants
|
|
12478
|
-
.k-tooltip-primary {
|
|
12479
|
-
@include fill(
|
|
12480
|
-
$tooltip-primary-text,
|
|
12481
|
-
$tooltip-primary-bg,
|
|
12482
|
-
$tooltip-primary-border
|
|
12483
|
-
);
|
|
12484
|
-
|
|
12485
|
-
.k-callout {
|
|
12486
|
-
color: $tooltip-primary-bg;
|
|
12487
|
-
}
|
|
12488
|
-
}
|
|
12489
|
-
.k-tooltip-info {
|
|
12490
|
-
@include fill(
|
|
12491
|
-
$tooltip-info-text,
|
|
12492
|
-
$tooltip-info-bg,
|
|
12493
|
-
$tooltip-info-border
|
|
12494
|
-
);
|
|
12495
|
-
|
|
12496
|
-
.k-callout {
|
|
12497
|
-
color: $tooltip-info-bg;
|
|
12498
|
-
}
|
|
12499
|
-
}
|
|
12500
|
-
.k-tooltip-success {
|
|
12501
|
-
@include fill(
|
|
12502
|
-
$tooltip-success-text,
|
|
12503
|
-
$tooltip-success-bg,
|
|
12504
|
-
$tooltip-success-border
|
|
12505
|
-
);
|
|
12506
|
-
|
|
12507
|
-
.k-callout {
|
|
12508
|
-
color: $tooltip-success-bg;
|
|
12509
|
-
}
|
|
12510
|
-
}
|
|
12511
|
-
.k-tooltip-warning {
|
|
12512
|
-
@include fill(
|
|
12513
|
-
$tooltip-warning-text,
|
|
12514
|
-
$tooltip-warning-bg,
|
|
12515
|
-
$tooltip-warning-border
|
|
12516
|
-
);
|
|
12517
|
-
|
|
12518
|
-
.k-callout {
|
|
12519
|
-
color: $tooltip-warning-bg;
|
|
12520
|
-
}
|
|
12521
|
-
}
|
|
12522
|
-
.k-tooltip-error {
|
|
12523
|
-
@include fill(
|
|
12524
|
-
$tooltip-error-text,
|
|
12525
|
-
$tooltip-error-bg,
|
|
12526
|
-
$tooltip-error-border
|
|
12527
|
-
);
|
|
12528
|
-
|
|
12529
|
-
.k-callout {
|
|
12530
|
-
color: $tooltip-error-bg;
|
|
12531
|
-
}
|
|
12532
|
-
}
|
|
12533
|
-
}
|
|
12534
|
-
|
|
12535
|
-
// #endregion
|
|
12536
|
-
|
|
12537
|
-
// #endregion
|
|
12538
|
-
// #region @import "../icons/_index.scss"; -> packages/default/scss/icons/_index.scss
|
|
12539
|
-
// File already imported_once. Skipping output.
|
|
12540
|
-
// #endregion
|
|
12541
|
-
|
|
12542
|
-
|
|
12543
|
-
// Component
|
|
12544
|
-
// #region @import "_variables.scss"; -> packages/default/scss/validator/_variables.scss
|
|
12545
|
-
|
|
12546
|
-
// #endregion
|
|
12547
|
-
// #region @import "_layout.scss"; -> packages/default/scss/validator/_layout.scss
|
|
12548
|
-
@include exports("validator/layout") {
|
|
12549
|
-
|
|
12550
|
-
.k-validator-tooltip {
|
|
12551
|
-
margin-top: calc( #{$tooltip-callout-size} + #{$tooltip-border-width} );
|
|
12552
|
-
width: auto;
|
|
12553
|
-
white-space: normal;
|
|
12554
|
-
display: flex;
|
|
12555
|
-
align-items: center;
|
|
12556
|
-
// NOTE: This works around popup / tooltip stackin issue
|
|
12557
|
-
z-index: 9999;
|
|
12558
|
-
|
|
12559
|
-
// .k-callout-n { inset-inline-start: 16px; }
|
|
12560
|
-
}
|
|
12561
|
-
.k-grid .k-validator-tooltip {
|
|
12562
|
-
max-width: 300px;
|
|
12563
|
-
}
|
|
12564
|
-
|
|
12565
|
-
}
|
|
12566
|
-
|
|
12567
|
-
// #endregion
|
|
12568
|
-
// #region @import "_theme.scss"; -> packages/default/scss/validator/_theme.scss
|
|
12569
|
-
@include exports( "validator/theme" ) {}
|
|
12570
|
-
|
|
12571
|
-
// #endregion
|
|
12572
|
-
|
|
12573
|
-
// #endregion
|
|
12574
|
-
// #region @import "floating-label/_index.scss"; -> packages/default/scss/floating-label/_index.scss
|
|
12575
|
-
// File already imported_once. Skipping output.
|
|
12576
|
-
// #endregion
|
|
12577
|
-
|
|
12578
|
-
|
|
12579
|
-
// Native forms
|
|
12580
|
-
// #region @import "button/_index.scss"; -> packages/default/scss/button/_index.scss
|
|
12581
|
-
// File already imported_once. Skipping output.
|
|
12582
|
-
// #endregion
|
|
12583
|
-
// #region @import "input/_index.scss"; -> packages/default/scss/input/_index.scss
|
|
12584
|
-
// File already imported_once. Skipping output.
|
|
12585
|
-
// #endregion
|
|
12586
|
-
// #region @import "textbox/_index.scss"; -> packages/default/scss/textbox/_index.scss
|
|
12587
|
-
// #region @import "../core/_index.scss"; -> packages/default/scss/core/_index.scss
|
|
12588
|
-
// File already imported_once. Skipping output.
|
|
12589
|
-
// #endregion
|
|
12590
|
-
|
|
12591
|
-
|
|
12592
|
-
// Dependencies
|
|
12593
|
-
// #region @import "../common/_index.scss"; -> packages/default/scss/common/_index.scss
|
|
12594
|
-
// File already imported_once. Skipping output.
|
|
12595
|
-
// #endregion
|
|
12596
|
-
// #region @import "../input/_index.scss"; -> packages/default/scss/input/_index.scss
|
|
12597
|
-
// File already imported_once. Skipping output.
|
|
12598
|
-
// #endregion
|
|
12599
|
-
// #region @import "../floating-label/_index.scss"; -> packages/default/scss/floating-label/_index.scss
|
|
12600
|
-
// File already imported_once. Skipping output.
|
|
12601
|
-
// #endregion
|
|
12602
|
-
|
|
12603
|
-
|
|
12604
|
-
// Component
|
|
12605
|
-
// #region @import "_variables.scss"; -> packages/default/scss/textbox/_variables.scss
|
|
12606
|
-
// Textbox
|
|
12607
|
-
|
|
12608
|
-
// #endregion
|
|
12609
|
-
// #region @import "_layout.scss"; -> packages/default/scss/textbox/_layout.scss
|
|
12610
|
-
@include exports( "textbox/layout" ) {
|
|
12611
|
-
|
|
12612
|
-
// Textbox
|
|
12613
|
-
.k-textbox {}
|
|
12614
|
-
|
|
12615
|
-
}
|
|
12616
|
-
|
|
12617
|
-
// #endregion
|
|
12618
|
-
// #region @import "_theme.scss"; -> packages/default/scss/textbox/_theme.scss
|
|
12619
|
-
@include exports("textbox/theme") {
|
|
12620
|
-
|
|
12621
|
-
// Textbox
|
|
12622
|
-
.k-textbox {}
|
|
12623
|
-
}
|
|
12624
|
-
|
|
12625
|
-
// #endregion
|
|
12626
|
-
|
|
12627
|
-
// #endregion
|
|
12628
|
-
// #region @import "textarea/_index.scss"; -> packages/default/scss/textarea/_index.scss
|
|
12629
|
-
// #region @import "../core/_index.scss"; -> packages/default/scss/core/_index.scss
|
|
12630
|
-
// File already imported_once. Skipping output.
|
|
12631
|
-
// #endregion
|
|
12632
|
-
|
|
12633
|
-
|
|
12634
|
-
// Dependencies
|
|
12635
|
-
// #region @import "../common/_index.scss"; -> packages/default/scss/common/_index.scss
|
|
12636
|
-
// File already imported_once. Skipping output.
|
|
12637
|
-
// #endregion
|
|
12638
|
-
// #region @import "../input/_index.scss"; -> packages/default/scss/input/_index.scss
|
|
12639
|
-
// File already imported_once. Skipping output.
|
|
12640
|
-
// #endregion
|
|
12641
|
-
// #region @import "../floating-label/_index.scss"; -> packages/default/scss/floating-label/_index.scss
|
|
12642
|
-
// File already imported_once. Skipping output.
|
|
12643
|
-
// #endregion
|
|
12644
|
-
|
|
12645
|
-
|
|
12646
|
-
// Component
|
|
12647
|
-
// #region @import "_variables.scss"; -> packages/default/scss/textarea/_variables.scss
|
|
12648
|
-
// Textarea
|
|
12649
|
-
|
|
12650
|
-
// #endregion
|
|
12651
|
-
// #region @import "_layout.scss"; -> packages/default/scss/textarea/_layout.scss
|
|
12652
|
-
@include exports( "textarea/layout" ) {
|
|
12653
|
-
|
|
12654
|
-
// Textarea
|
|
12655
|
-
.k-textarea {}
|
|
12656
|
-
|
|
12657
|
-
}
|
|
12658
|
-
|
|
12659
|
-
// #endregion
|
|
12660
|
-
// #region @import "_theme.scss"; -> packages/default/scss/textarea/_theme.scss
|
|
12661
|
-
@include exports("textarea/theme") {
|
|
12662
|
-
|
|
12663
|
-
// Textarea
|
|
12664
|
-
.k-textarea {}
|
|
12665
|
-
|
|
12666
|
-
}
|
|
12667
|
-
|
|
12668
|
-
// #endregion
|
|
12669
|
-
|
|
12670
|
-
// #endregion
|
|
12671
|
-
// #region @import "checkbox/_index.scss"; -> packages/default/scss/checkbox/_index.scss
|
|
12672
|
-
// #region @import "../core/_index.scss"; -> packages/default/scss/core/_index.scss
|
|
12673
|
-
// File already imported_once. Skipping output.
|
|
12674
|
-
// #endregion
|
|
12675
|
-
|
|
12676
|
-
|
|
12677
|
-
// Dependencies
|
|
12678
|
-
// #region @import "../common/_index.scss"; -> packages/default/scss/common/_index.scss
|
|
12679
|
-
// File already imported_once. Skipping output.
|
|
12680
|
-
// #endregion
|
|
12681
|
-
// #region @import "../list/_variables.scss"; -> packages/default/scss/list/_variables.scss
|
|
12682
|
-
// File already imported_once. Skipping output.
|
|
12683
|
-
// #endregion
|
|
12684
|
-
|
|
12685
|
-
|
|
12686
|
-
// Component
|
|
12687
|
-
// #region @import "_variables.scss"; -> packages/default/scss/checkbox/_variables.scss
|
|
12688
|
-
// Checkbox
|
|
12689
|
-
|
|
12690
|
-
/// The sizes of checkbox.
|
|
12691
|
-
/// @group checkbox
|
|
12692
|
-
$kendo-checkbox-sizes: (
|
|
12693
|
-
sm: map-get( $spacing, 3 ),
|
|
12694
|
-
md: map-get( $spacing, 4 ),
|
|
12695
|
-
lg: map-get( $spacing, 6 )
|
|
12696
|
-
) !default;
|
|
12697
|
-
|
|
12698
|
-
/// The border width of checkbox.
|
|
12699
|
-
/// @group checkbox
|
|
12700
|
-
$kendo-checkbox-border-width: 1px !default;
|
|
12701
|
-
/// The line height of checkbox.
|
|
12702
|
-
/// @group checkbox
|
|
12703
|
-
$kendo-checkbox-line-height: calc( #{map-get( $kendo-checkbox-sizes, "md" )} + #{$kendo-checkbox-border-width} ) !default;
|
|
12704
|
-
|
|
12705
|
-
/// The background of checkbox.
|
|
12706
|
-
/// @group checkbox
|
|
12707
|
-
$kendo-checkbox-bg: $white !default;
|
|
12708
|
-
/// The text of checkbox.
|
|
12709
|
-
/// @group checkbox
|
|
12710
|
-
$kendo-checkbox-text: transparent !default;
|
|
12711
|
-
/// The border of checkbox.
|
|
12712
|
-
/// @group checkbox
|
|
12713
|
-
$kendo-checkbox-border: $base-border !default;
|
|
12714
|
-
|
|
12715
|
-
/// The background of hovered checkbox.
|
|
12716
|
-
/// @group checkbox
|
|
12717
|
-
$kendo-checkbox-hover-bg: null !default;
|
|
12718
|
-
/// The text of hovered checkbox.
|
|
12719
|
-
/// @group checkbox
|
|
12720
|
-
$kendo-checkbox-hover-text: null !default;
|
|
12721
|
-
/// The border of hovered checkbox.
|
|
12722
|
-
/// @group checkbox
|
|
12723
|
-
$kendo-checkbox-hover-border: null !default;
|
|
12724
|
-
|
|
12725
|
-
/// The background of checked checkbox.
|
|
12726
|
-
/// @group checkbox
|
|
12727
|
-
$kendo-checkbox-checked-bg: $primary !default;
|
|
12728
|
-
/// The text of checked checkbox.
|
|
12729
|
-
/// @group checkbox
|
|
12730
|
-
$kendo-checkbox-checked-text: contrast-wcag( $kendo-checkbox-checked-bg ) !default;
|
|
12731
|
-
/// The border of checked checkbox.
|
|
12732
|
-
/// @group checkbox
|
|
12733
|
-
$kendo-checkbox-checked-border: $kendo-checkbox-checked-bg !default;
|
|
12734
|
-
|
|
12735
|
-
/// The background of indeterminate checkbox.
|
|
12736
|
-
/// @group checkbox
|
|
12737
|
-
$kendo-checkbox-indeterminate-bg: $kendo-checkbox-bg !default;
|
|
12738
|
-
/// The text of indeterminate checkbox.
|
|
12739
|
-
/// @group checkbox
|
|
12740
|
-
$kendo-checkbox-indeterminate-text: $kendo-checkbox-checked-bg !default;
|
|
12741
|
-
/// The border of indeterminate checkbox.
|
|
12742
|
-
/// @group checkbox
|
|
12743
|
-
$kendo-checkbox-indeterminate-border: $kendo-checkbox-border !default;
|
|
12744
|
-
|
|
12745
|
-
/// The border of focused checkbox.
|
|
12746
|
-
/// @group checkbox
|
|
12747
|
-
$kendo-checkbox-focus-border: null !default;
|
|
12748
|
-
/// The shadow of focused checkbox.
|
|
12749
|
-
/// @group checkbox
|
|
12750
|
-
$kendo-checkbox-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .06) !default;
|
|
12751
|
-
/// The border of focused and checked checkbox.
|
|
12752
|
-
/// @group checkbox
|
|
12753
|
-
$kendo-checkbox-focus-checked-border: null !default;
|
|
12754
|
-
/// The shadow of focused and checked checkbox.
|
|
12755
|
-
/// @group checkbox
|
|
12756
|
-
$kendo-checkbox-focus-checked-shadow: 0 0 0 2px rgba( $primary, .3 ) !default;
|
|
12757
|
-
|
|
12758
|
-
/// The background of disabled checkbox.
|
|
12759
|
-
/// @group checkbox
|
|
12760
|
-
$kendo-checkbox-disabled-bg: null !default;
|
|
12761
|
-
/// The text of disabled checkbox.
|
|
12762
|
-
/// @group checkbox
|
|
12763
|
-
$kendo-checkbox-disabled-text: null !default;
|
|
12764
|
-
/// The border of disabled checkbox.
|
|
12765
|
-
/// @group checkbox
|
|
12766
|
-
$kendo-checkbox-disabled-border: null !default;
|
|
12767
|
-
|
|
12768
|
-
/// The background of disabled and checked checkbox.
|
|
12769
|
-
/// @group checkbox
|
|
12770
|
-
$kendo-checkbox-disabled-checked-bg: null !default;
|
|
12771
|
-
/// The text of disabled and checked checkbox.
|
|
12772
|
-
/// @group checkbox
|
|
12773
|
-
$kendo-checkbox-disabled-checked-text: null !default;
|
|
12774
|
-
/// The border of disabled and checked checkbox.
|
|
12775
|
-
/// @group checkbox
|
|
12776
|
-
$kendo-checkbox-disabled-checked-border: null !default;
|
|
12777
|
-
|
|
12778
|
-
/// The background of invalid checkbox.
|
|
12779
|
-
/// @group checkbox
|
|
12780
|
-
$kendo-checkbox-invalid-bg: null !default;
|
|
12781
|
-
/// The text of invalid checkbox.
|
|
12782
|
-
/// @group checkbox
|
|
12783
|
-
$kendo-checkbox-invalid-text: $invalid-text !default;
|
|
12784
|
-
/// The border of invalid checkbox.
|
|
12785
|
-
/// @group checkbox
|
|
12786
|
-
$kendo-checkbox-invalid-border: $invalid-border !default;
|
|
12787
|
-
|
|
12788
|
-
|
|
12789
|
-
// Checkbox indicator
|
|
12790
|
-
|
|
12791
|
-
/// The icon type of checked checkbox.
|
|
12792
|
-
/// @group checkbox
|
|
12793
|
-
$kendo-checkbox-icon-type: glyph !default;
|
|
12794
|
-
|
|
12795
|
-
/// The glyph font family of checkbox.
|
|
12796
|
-
/// @group checkbox
|
|
12797
|
-
$kendo-checkbox-glyph-font-family: "WebComponentsIcons", monospace !default;
|
|
12798
|
-
/// The glyph of checked checkbox.
|
|
12799
|
-
/// @group checkbox
|
|
12800
|
-
$kendo-checkbox-checked-glyph: "\e118" !default;
|
|
12801
|
-
/// The glyph of indeterminate checkbox.
|
|
12802
|
-
/// @group checkbox
|
|
12803
|
-
$kendo-checkbox-indeterminate-glyph: "\e121" !default;
|
|
12804
|
-
|
|
12805
|
-
/// The image of checked checkbox.
|
|
12806
|
-
/// @group checkbox
|
|
12807
|
-
$kendo-checkbox-checked-image: null !default;
|
|
12808
|
-
/// The image of indeterminate checkbox.
|
|
12809
|
-
/// @group checkbox
|
|
12810
|
-
$kendo-checkbox-indeterminate-image: null !default;
|
|
12811
|
-
|
|
12812
|
-
|
|
12813
|
-
// Checkbox label
|
|
12814
|
-
|
|
12815
|
-
/// The horizontal margin of the checkbox inside a label.
|
|
12816
|
-
/// @group checkbox
|
|
12817
|
-
$kendo-checkbox-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
12818
|
-
|
|
12819
|
-
|
|
12820
|
-
// Checkbox list
|
|
12821
|
-
|
|
12822
|
-
/// The list margin checkbox.
|
|
12823
|
-
/// @group checkbox
|
|
12824
|
-
$kendo-checkbox-list-margin: 0px !default;
|
|
12825
|
-
/// The list padding checkbox.
|
|
12826
|
-
/// @group checkbox
|
|
12827
|
-
$kendo-checkbox-list-padding: 0px !default;
|
|
12828
|
-
/// The horizontal list item padding of checkbox.
|
|
12829
|
-
/// @group checkbox
|
|
12830
|
-
$kendo-checkbox-list-item-padding-x: 0px !default;
|
|
12831
|
-
/// The vertical list item padding of checkbox.
|
|
12832
|
-
/// @group checkbox
|
|
12833
|
-
$kendo-checkbox-list-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
12834
|
-
/// The horizontal margin of list item of checkbox.
|
|
12835
|
-
/// @group checkbox
|
|
12836
|
-
$kendo-checkbox-list-horizontal-item-margin-x: 32px !default;
|
|
12837
|
-
|
|
12838
|
-
|
|
12839
|
-
// Checkbox ripple
|
|
12840
|
-
|
|
12841
|
-
/// The ripple size of checkbox.
|
|
12842
|
-
/// @group checkbox
|
|
12843
|
-
$kendo-checkbox-ripple-size: (
|
|
12844
|
-
sm: (map-get( $kendo-checkbox-sizes, "sm" ) * 3),
|
|
12845
|
-
md: (map-get( $kendo-checkbox-sizes, "md" ) * 3),
|
|
12846
|
-
lg: (map-get( $kendo-checkbox-sizes, "lg" ) * 3)
|
|
12847
|
-
) !default;
|
|
12848
|
-
/// The ripple margin of checkbox.
|
|
12849
|
-
/// @group checkbox
|
|
12850
|
-
$kendo-checkbox-ripple-margin: (
|
|
12851
|
-
sm: calc(-1 * (#{map-get( $kendo-checkbox-sizes, "sm" )} + 2 * #{$kendo-checkbox-border-width})),
|
|
12852
|
-
md: calc(-1 * (#{map-get( $kendo-checkbox-sizes, "md" )} + 2 * #{$kendo-checkbox-border-width})),
|
|
12853
|
-
lg: calc(-1 * (#{map-get( $kendo-checkbox-sizes, "lg" )} + 2 * #{$kendo-checkbox-border-width}))
|
|
12854
|
-
) !default;
|
|
12855
|
-
/// The ripple opacity of checkbox.
|
|
12856
|
-
/// @group checkbox
|
|
12857
|
-
$kendo-checkbox-ripple-opacity: .3 !default;
|
|
12858
|
-
|
|
12859
|
-
// #endregion
|
|
12860
|
-
// #region @import "_layout.scss"; -> packages/default/scss/checkbox/_layout.scss
|
|
12861
|
-
@include exports( "checkbox/layout" ) {
|
|
12862
|
-
|
|
12863
|
-
// Checkbox
|
|
12864
|
-
.k-checkbox {
|
|
12865
|
-
margin: 0;
|
|
12866
|
-
padding: 0;
|
|
12867
|
-
line-height: initial;
|
|
12868
|
-
border-width: $kendo-checkbox-border-width;
|
|
12869
|
-
border-style: solid;
|
|
12870
|
-
outline: 0;
|
|
12871
|
-
background-position: center;
|
|
12872
|
-
background-repeat: no-repeat;
|
|
12873
|
-
background-size: contain;
|
|
12874
|
-
display: inline-block;
|
|
12875
|
-
vertical-align: middle;
|
|
12876
|
-
position: relative;
|
|
12877
|
-
cursor: pointer;
|
|
12878
|
-
-webkit-appearance: none;
|
|
12879
|
-
}
|
|
12880
|
-
|
|
12881
|
-
@each $name, $size in $kendo-checkbox-sizes {
|
|
12882
|
-
// Checkbox sizes
|
|
12883
|
-
.k-checkbox-#{$name} {
|
|
12884
|
-
width: $size;
|
|
12885
|
-
height: $size;
|
|
12886
|
-
|
|
12887
|
-
+ .k-checkbox-label {
|
|
12888
|
-
|
|
12889
|
-
.k-ripple {
|
|
12890
|
-
top: ($size / 2);
|
|
12891
|
-
left: ($size / 2);
|
|
12892
|
-
width: ($size * 5 / 2);
|
|
12893
|
-
height: ($size * 5 / 2);
|
|
12894
|
-
}
|
|
12895
|
-
}
|
|
12896
|
-
}
|
|
12897
|
-
|
|
12898
|
-
|
|
12899
|
-
// Checkbox indicator
|
|
12900
|
-
.k-checkbox-#{$name}::before {
|
|
12901
|
-
@if $kendo-checkbox-icon-type == "glyph" {
|
|
12902
|
-
content: $kendo-checkbox-checked-glyph;
|
|
12903
|
-
width: ($size - map-get( $spacing, thin ));
|
|
12904
|
-
height: ($size - map-get( $spacing, thin ));
|
|
12905
|
-
font-size: ($size - map-get( $spacing, thin ));
|
|
12906
|
-
font-family: $kendo-checkbox-glyph-font-family;
|
|
12907
|
-
line-height: 1;
|
|
12908
|
-
transform: scale(0) translate(-50%, -50%);
|
|
12909
|
-
overflow: hidden;
|
|
12910
|
-
position: absolute;
|
|
12911
|
-
top: 50%;
|
|
12912
|
-
left: 50%;
|
|
12913
|
-
}
|
|
12914
|
-
|
|
12915
|
-
@if $kendo-checkbox-icon-type == "marker" {
|
|
12916
|
-
content: "";
|
|
12917
|
-
width: ($size - map-get( $spacing, 1 ));
|
|
12918
|
-
height: ($size - map-get( $spacing, 1 ));
|
|
12919
|
-
background-color: currentColor;
|
|
12920
|
-
transform: scale(0) translate(-50%, -50%);
|
|
12921
|
-
overflow: hidden;
|
|
12922
|
-
position: absolute;
|
|
12923
|
-
top: 50%;
|
|
12924
|
-
left: 50%;
|
|
12925
|
-
}
|
|
13142
|
+
.k-callout {
|
|
13143
|
+
color: $tooltip-bg;
|
|
12926
13144
|
}
|
|
12927
13145
|
}
|
|
12928
13146
|
|
|
12929
13147
|
|
|
12930
|
-
//
|
|
12931
|
-
.k-
|
|
12932
|
-
|
|
12933
|
-
|
|
12934
|
-
|
|
12935
|
-
|
|
13148
|
+
// Tooltip variants
|
|
13149
|
+
.k-tooltip-primary {
|
|
13150
|
+
@include fill(
|
|
13151
|
+
$tooltip-primary-text,
|
|
13152
|
+
$tooltip-primary-bg,
|
|
13153
|
+
$tooltip-primary-border
|
|
13154
|
+
);
|
|
12936
13155
|
|
|
12937
|
-
|
|
12938
|
-
|
|
12939
|
-
transform: scale(1) translate(-50%, -50%);
|
|
12940
|
-
}
|
|
13156
|
+
.k-callout {
|
|
13157
|
+
color: $tooltip-primary-bg;
|
|
12941
13158
|
}
|
|
13159
|
+
}
|
|
13160
|
+
.k-tooltip-info {
|
|
13161
|
+
@include fill(
|
|
13162
|
+
$tooltip-info-text,
|
|
13163
|
+
$tooltip-info-bg,
|
|
13164
|
+
$tooltip-info-border
|
|
13165
|
+
);
|
|
12942
13166
|
|
|
12943
|
-
|
|
12944
|
-
|
|
12945
|
-
transform: scale(1) translate(-50%, -50%);
|
|
12946
|
-
}
|
|
13167
|
+
.k-callout {
|
|
13168
|
+
color: $tooltip-info-bg;
|
|
12947
13169
|
}
|
|
12948
13170
|
}
|
|
13171
|
+
.k-tooltip-success {
|
|
13172
|
+
@include fill(
|
|
13173
|
+
$tooltip-success-text,
|
|
13174
|
+
$tooltip-success-bg,
|
|
13175
|
+
$tooltip-success-border
|
|
13176
|
+
);
|
|
12949
13177
|
|
|
12950
|
-
|
|
12951
|
-
|
|
12952
|
-
.k-checkbox.k-indeterminate {
|
|
12953
|
-
@if $kendo-checkbox-icon-type == "image" {
|
|
12954
|
-
background-image: $kendo-checkbox-indeterminate-image;
|
|
13178
|
+
.k-callout {
|
|
13179
|
+
color: $tooltip-success-bg;
|
|
12955
13180
|
}
|
|
13181
|
+
}
|
|
13182
|
+
.k-tooltip-warning {
|
|
13183
|
+
@include fill(
|
|
13184
|
+
$tooltip-warning-text,
|
|
13185
|
+
$tooltip-warning-bg,
|
|
13186
|
+
$tooltip-warning-border
|
|
13187
|
+
);
|
|
12956
13188
|
|
|
12957
|
-
|
|
12958
|
-
|
|
12959
|
-
content: $kendo-checkbox-indeterminate-glyph;
|
|
12960
|
-
transform: scale(1) translate(-50%, -50%);
|
|
12961
|
-
}
|
|
13189
|
+
.k-callout {
|
|
13190
|
+
color: $tooltip-warning-bg;
|
|
12962
13191
|
}
|
|
13192
|
+
}
|
|
13193
|
+
.k-tooltip-error {
|
|
13194
|
+
@include fill(
|
|
13195
|
+
$tooltip-error-text,
|
|
13196
|
+
$tooltip-error-bg,
|
|
13197
|
+
$tooltip-error-border
|
|
13198
|
+
);
|
|
12963
13199
|
|
|
12964
|
-
|
|
12965
|
-
|
|
12966
|
-
width: $kendo-checkbox-maker-indeterminate-width;
|
|
12967
|
-
height: $kendo-checkbox-marker-indeterminate-height;
|
|
12968
|
-
transform: scale(1) translate(-50%, -50%);
|
|
12969
|
-
}
|
|
13200
|
+
.k-callout {
|
|
13201
|
+
color: $tooltip-error-bg;
|
|
12970
13202
|
}
|
|
12971
13203
|
}
|
|
13204
|
+
}
|
|
12972
13205
|
|
|
13206
|
+
// #endregion
|
|
12973
13207
|
|
|
12974
|
-
|
|
12975
|
-
|
|
12976
|
-
|
|
12977
|
-
|
|
12978
|
-
.k-checkbox.k-disabled + .k-checkbox-label {
|
|
12979
|
-
@include disabled( $disabled-styling );
|
|
12980
|
-
}
|
|
13208
|
+
// #endregion
|
|
13209
|
+
// #region @import "../icons/_index.scss"; -> packages/default/scss/icons/_index.scss
|
|
13210
|
+
// File already imported_once. Skipping output.
|
|
13211
|
+
// #endregion
|
|
12981
13212
|
|
|
12982
|
-
// Checkbox label
|
|
12983
|
-
.k-checkbox-label {
|
|
12984
|
-
margin: 0;
|
|
12985
|
-
padding: 0;
|
|
12986
|
-
line-height: $kendo-checkbox-line-height;
|
|
12987
|
-
display: inline-flex;
|
|
12988
|
-
align-items: flex-start;
|
|
12989
|
-
vertical-align: middle;
|
|
12990
|
-
position: relative;
|
|
12991
|
-
cursor: pointer;
|
|
12992
13213
|
|
|
12993
|
-
|
|
12994
|
-
|
|
12995
|
-
}
|
|
13214
|
+
// Component
|
|
13215
|
+
// #region @import "_variables.scss"; -> packages/default/scss/validator/_variables.scss
|
|
12996
13216
|
|
|
12997
|
-
|
|
12998
|
-
|
|
12999
|
-
|
|
13000
|
-
transform: translate(-50%, -50%);
|
|
13001
|
-
border-radius: 50%;
|
|
13217
|
+
// #endregion
|
|
13218
|
+
// #region @import "_layout.scss"; -> packages/default/scss/validator/_layout.scss
|
|
13219
|
+
@include exports("validator/layout") {
|
|
13002
13220
|
|
|
13003
|
-
|
|
13004
|
-
|
|
13005
|
-
|
|
13221
|
+
.k-validator-tooltip {
|
|
13222
|
+
margin-top: calc( #{$tooltip-callout-size} + #{$tooltip-border-width} );
|
|
13223
|
+
width: auto;
|
|
13224
|
+
white-space: normal;
|
|
13225
|
+
display: flex;
|
|
13226
|
+
align-items: center;
|
|
13227
|
+
// NOTE: This works around popup / tooltip stackin issue
|
|
13228
|
+
z-index: 9999;
|
|
13006
13229
|
|
|
13007
|
-
.k-
|
|
13008
|
-
// sass-lint:disable-block no-important
|
|
13009
|
-
// use !important until ripple can apply these styles from the script
|
|
13010
|
-
top: 50% !important;
|
|
13011
|
-
left: 50% !important;
|
|
13012
|
-
width: 200% !important;
|
|
13013
|
-
height: 200% !important;
|
|
13014
|
-
}
|
|
13015
|
-
}
|
|
13016
|
-
.k-checkbox + .k-checkbox-label {
|
|
13017
|
-
display: inline;
|
|
13018
|
-
}
|
|
13019
|
-
.k-checkbox + .k-checkbox-label,
|
|
13020
|
-
.k-checkbox-label + .k-checkbox {
|
|
13021
|
-
margin-left: $kendo-checkbox-label-margin-x;
|
|
13022
|
-
}
|
|
13023
|
-
.k-checkbox-label > .k-checkbox {
|
|
13024
|
-
margin-right: $kendo-checkbox-label-margin-x;
|
|
13025
|
-
flex-shrink: 0;
|
|
13026
|
-
}
|
|
13027
|
-
kendo-label.k-checkbox-label > .k-checkbox:last-child {
|
|
13028
|
-
margin-right: 0;
|
|
13029
|
-
}
|
|
13030
|
-
kendo-label.k-checkbox-label > .k-label:first-child {
|
|
13031
|
-
margin-right: $kendo-checkbox-label-margin-x;
|
|
13032
|
-
}
|
|
13033
|
-
kendo-label.k-checkbox-label > .k-label {
|
|
13034
|
-
display: inline;
|
|
13230
|
+
// .k-callout-n { inset-inline-start: 16px; }
|
|
13035
13231
|
}
|
|
13036
|
-
|
|
13037
|
-
|
|
13038
|
-
// Empty label
|
|
13039
|
-
.k-checkbox-label:empty {
|
|
13040
|
-
display: none;
|
|
13232
|
+
.k-grid .k-validator-tooltip {
|
|
13233
|
+
max-width: 300px;
|
|
13041
13234
|
}
|
|
13042
13235
|
|
|
13236
|
+
}
|
|
13043
13237
|
|
|
13044
|
-
|
|
13045
|
-
|
|
13046
|
-
|
|
13047
|
-
}
|
|
13048
|
-
|
|
13238
|
+
// #endregion
|
|
13239
|
+
// #region @import "_theme.scss"; -> packages/default/scss/validator/_theme.scss
|
|
13240
|
+
@include exports( "validator/theme" ) {}
|
|
13049
13241
|
|
|
13050
|
-
|
|
13051
|
-
.k-checkbox-list {
|
|
13052
|
-
margin: $kendo-checkbox-list-margin;
|
|
13053
|
-
padding: $kendo-checkbox-list-padding;
|
|
13054
|
-
list-style: none;
|
|
13242
|
+
// #endregion
|
|
13055
13243
|
|
|
13056
|
-
|
|
13057
|
-
|
|
13058
|
-
|
|
13059
|
-
|
|
13244
|
+
// #endregion
|
|
13245
|
+
// #region @import "floating-label/_index.scss"; -> packages/default/scss/floating-label/_index.scss
|
|
13246
|
+
// File already imported_once. Skipping output.
|
|
13247
|
+
// #endregion
|
|
13060
13248
|
|
|
13061
|
-
.k-list-horizontal {
|
|
13062
|
-
.k-checkbox-item {
|
|
13063
|
-
display: inline-block;
|
|
13064
|
-
margin: 0 $kendo-checkbox-list-horizontal-item-margin-x 0 0;
|
|
13065
13249
|
|
|
13066
|
-
|
|
13067
|
-
|
|
13068
|
-
|
|
13069
|
-
|
|
13070
|
-
|
|
13250
|
+
// Native forms
|
|
13251
|
+
// #region @import "button/_index.scss"; -> packages/default/scss/button/_index.scss
|
|
13252
|
+
// File already imported_once. Skipping output.
|
|
13253
|
+
// #endregion
|
|
13254
|
+
// #region @import "input/_index.scss"; -> packages/default/scss/input/_index.scss
|
|
13255
|
+
// File already imported_once. Skipping output.
|
|
13256
|
+
// #endregion
|
|
13257
|
+
// #region @import "textbox/_index.scss"; -> packages/default/scss/textbox/_index.scss
|
|
13258
|
+
// #region @import "../core/_index.scss"; -> packages/default/scss/core/_index.scss
|
|
13259
|
+
// File already imported_once. Skipping output.
|
|
13260
|
+
// #endregion
|
|
13071
13261
|
|
|
13072
13262
|
|
|
13073
|
-
|
|
13074
|
-
|
|
13075
|
-
|
|
13076
|
-
|
|
13077
|
-
|
|
13078
|
-
|
|
13079
|
-
|
|
13080
|
-
|
|
13081
|
-
|
|
13082
|
-
|
|
13083
|
-
}
|
|
13084
|
-
kendo-label.k-checkbox-label > .k-checkbox:last-child {
|
|
13085
|
-
margin-left: 0;
|
|
13086
|
-
}
|
|
13087
|
-
kendo-label.k-checkbox-label > .k-label:first-child {
|
|
13088
|
-
margin-right: 0;
|
|
13089
|
-
margin-left: $kendo-checkbox-label-margin-x;
|
|
13090
|
-
}
|
|
13263
|
+
// Dependencies
|
|
13264
|
+
// #region @import "../common/_index.scss"; -> packages/default/scss/common/_index.scss
|
|
13265
|
+
// File already imported_once. Skipping output.
|
|
13266
|
+
// #endregion
|
|
13267
|
+
// #region @import "../input/_index.scss"; -> packages/default/scss/input/_index.scss
|
|
13268
|
+
// File already imported_once. Skipping output.
|
|
13269
|
+
// #endregion
|
|
13270
|
+
// #region @import "../floating-label/_index.scss"; -> packages/default/scss/floating-label/_index.scss
|
|
13271
|
+
// File already imported_once. Skipping output.
|
|
13272
|
+
// #endregion
|
|
13091
13273
|
|
|
13092
|
-
.k-list-horizontal {
|
|
13093
|
-
.k-checkbox-item {
|
|
13094
|
-
margin-right: 0;
|
|
13095
|
-
margin-left: $kendo-checkbox-list-horizontal-item-margin-x;
|
|
13096
13274
|
|
|
13097
|
-
|
|
13098
|
-
|
|
13099
|
-
|
|
13100
|
-
}
|
|
13101
|
-
}
|
|
13102
|
-
}
|
|
13275
|
+
// Component
|
|
13276
|
+
// #region @import "_variables.scss"; -> packages/default/scss/textbox/_variables.scss
|
|
13277
|
+
// Textbox
|
|
13103
13278
|
|
|
13104
|
-
|
|
13105
|
-
|
|
13106
|
-
|
|
13107
|
-
content: "";
|
|
13108
|
-
display: block;
|
|
13109
|
-
position: absolute;
|
|
13110
|
-
left: 0;
|
|
13111
|
-
top: 0;
|
|
13112
|
-
width: map-get( $kendo-checkbox-ripple-size, $name );
|
|
13113
|
-
height: map-get( $kendo-checkbox-ripple-size, $name );
|
|
13114
|
-
margin-left: map-get( $kendo-checkbox-ripple-margin, $name );
|
|
13115
|
-
margin-top: map-get( $kendo-checkbox-ripple-margin, $name );
|
|
13116
|
-
border-radius: 100%;
|
|
13117
|
-
z-index: 1;
|
|
13118
|
-
transform: scale(0);
|
|
13119
|
-
}
|
|
13279
|
+
// #endregion
|
|
13280
|
+
// #region @import "_layout.scss"; -> packages/default/scss/textbox/_layout.scss
|
|
13281
|
+
@include exports( "textbox/layout" ) {
|
|
13120
13282
|
|
|
13121
|
-
|
|
13122
|
-
|
|
13123
|
-
display: none;
|
|
13124
|
-
}
|
|
13125
|
-
}
|
|
13126
|
-
}
|
|
13283
|
+
// Textbox
|
|
13284
|
+
.k-textbox {}
|
|
13127
13285
|
|
|
13128
13286
|
}
|
|
13129
13287
|
|
|
13130
13288
|
// #endregion
|
|
13131
|
-
// #region @import "_theme.scss"; -> packages/default/scss/
|
|
13132
|
-
@include exports("
|
|
13133
|
-
|
|
13134
|
-
// Checkbox
|
|
13135
|
-
.k-checkbox {
|
|
13136
|
-
@include fill(
|
|
13137
|
-
$kendo-checkbox-text,
|
|
13138
|
-
$kendo-checkbox-bg,
|
|
13139
|
-
$kendo-checkbox-border
|
|
13140
|
-
);
|
|
13141
|
-
}
|
|
13142
|
-
|
|
13143
|
-
|
|
13144
|
-
// Hover state
|
|
13145
|
-
.k-checkbox:hover,
|
|
13146
|
-
.k-checkbox.k-hover {
|
|
13147
|
-
@include fill(
|
|
13148
|
-
$kendo-checkbox-hover-text,
|
|
13149
|
-
$kendo-checkbox-hover-bg,
|
|
13150
|
-
$kendo-checkbox-hover-border
|
|
13151
|
-
);
|
|
13152
|
-
}
|
|
13289
|
+
// #region @import "_theme.scss"; -> packages/default/scss/textbox/_theme.scss
|
|
13290
|
+
@include exports("textbox/theme") {
|
|
13153
13291
|
|
|
13292
|
+
// Textbox
|
|
13293
|
+
.k-textbox {}
|
|
13294
|
+
}
|
|
13154
13295
|
|
|
13155
|
-
|
|
13156
|
-
.k-checkbox:focus,
|
|
13157
|
-
.k-checkbox.k-focus {
|
|
13158
|
-
@include fill( $border: $kendo-checkbox-focus-border );
|
|
13159
|
-
@include box-shadow( $kendo-checkbox-focus-shadow );
|
|
13160
|
-
}
|
|
13296
|
+
// #endregion
|
|
13161
13297
|
|
|
13298
|
+
// #endregion
|
|
13299
|
+
// #region @import "textarea/_index.scss"; -> packages/default/scss/textarea/_index.scss
|
|
13300
|
+
// #region @import "../core/_index.scss"; -> packages/default/scss/core/_index.scss
|
|
13301
|
+
// File already imported_once. Skipping output.
|
|
13302
|
+
// #endregion
|
|
13162
13303
|
|
|
13163
|
-
// Indeterminate
|
|
13164
|
-
.k-checkbox:indeterminate,
|
|
13165
|
-
.k-checkbox.k-indeterminate {
|
|
13166
|
-
@include fill(
|
|
13167
|
-
$kendo-checkbox-indeterminate-text,
|
|
13168
|
-
$kendo-checkbox-indeterminate-bg,
|
|
13169
|
-
$kendo-checkbox-indeterminate-border
|
|
13170
|
-
);
|
|
13171
|
-
}
|
|
13172
13304
|
|
|
13305
|
+
// Dependencies
|
|
13306
|
+
// #region @import "../common/_index.scss"; -> packages/default/scss/common/_index.scss
|
|
13307
|
+
// File already imported_once. Skipping output.
|
|
13308
|
+
// #endregion
|
|
13309
|
+
// #region @import "../input/_index.scss"; -> packages/default/scss/input/_index.scss
|
|
13310
|
+
// File already imported_once. Skipping output.
|
|
13311
|
+
// #endregion
|
|
13312
|
+
// #region @import "../floating-label/_index.scss"; -> packages/default/scss/floating-label/_index.scss
|
|
13313
|
+
// File already imported_once. Skipping output.
|
|
13314
|
+
// #endregion
|
|
13173
13315
|
|
|
13174
|
-
// Checked
|
|
13175
|
-
.k-checkbox:checked,
|
|
13176
|
-
.k-checkbox.k-checked {
|
|
13177
|
-
@include fill(
|
|
13178
|
-
$kendo-checkbox-checked-text,
|
|
13179
|
-
$kendo-checkbox-checked-bg,
|
|
13180
|
-
$kendo-checkbox-checked-border
|
|
13181
|
-
);
|
|
13182
|
-
}
|
|
13183
|
-
.k-checkbox:checked:focus,
|
|
13184
|
-
.k-checkbox.k-checked.k-focus {
|
|
13185
|
-
@include fill( $border: $kendo-checkbox-focus-checked-border );
|
|
13186
|
-
@include box-shadow( $kendo-checkbox-focus-checked-shadow );
|
|
13187
|
-
}
|
|
13188
13316
|
|
|
13317
|
+
// Component
|
|
13318
|
+
// #region @import "_variables.scss"; -> packages/default/scss/textarea/_variables.scss
|
|
13319
|
+
// Textarea
|
|
13189
13320
|
|
|
13190
|
-
|
|
13191
|
-
|
|
13192
|
-
|
|
13193
|
-
@include fill(
|
|
13194
|
-
$kendo-checkbox-disabled-text,
|
|
13195
|
-
$kendo-checkbox-disabled-bg,
|
|
13196
|
-
$kendo-checkbox-disabled-border
|
|
13197
|
-
);
|
|
13198
|
-
}
|
|
13199
|
-
.k-checkbox:checked:disabled,
|
|
13200
|
-
.k-checkbox:indeterminate:disabled,
|
|
13201
|
-
.k-checkbox.k-checked.k-disabled,
|
|
13202
|
-
.k-checkbox.k-indeterminate.k-disabled {
|
|
13203
|
-
@include fill(
|
|
13204
|
-
$kendo-checkbox-disabled-checked-text,
|
|
13205
|
-
$kendo-checkbox-disabled-checked-bg,
|
|
13206
|
-
$kendo-checkbox-disabled-checked-border
|
|
13207
|
-
);
|
|
13208
|
-
}
|
|
13321
|
+
// #endregion
|
|
13322
|
+
// #region @import "_layout.scss"; -> packages/default/scss/textarea/_layout.scss
|
|
13323
|
+
@include exports( "textarea/layout" ) {
|
|
13209
13324
|
|
|
13325
|
+
// Textarea
|
|
13326
|
+
.k-textarea {}
|
|
13210
13327
|
|
|
13211
|
-
|
|
13212
|
-
.k-checkbox:invalid,
|
|
13213
|
-
.k-checkbox.k-invalid {
|
|
13214
|
-
@include fill( $border: $kendo-checkbox-invalid-border );
|
|
13215
|
-
}
|
|
13216
|
-
.k-checkbox:invalid + .k-checkbox-label,
|
|
13217
|
-
.k-checkbox.k-invalid + .k-checkbox-label {
|
|
13218
|
-
@include fill( $color: $kendo-checkbox-invalid-text );
|
|
13219
|
-
}
|
|
13328
|
+
}
|
|
13220
13329
|
|
|
13330
|
+
// #endregion
|
|
13331
|
+
// #region @import "_theme.scss"; -> packages/default/scss/textarea/_theme.scss
|
|
13332
|
+
@include exports("textarea/theme") {
|
|
13221
13333
|
|
|
13222
|
-
//
|
|
13223
|
-
.k-
|
|
13224
|
-
.k-checkbox::after {
|
|
13225
|
-
background: $kendo-checkbox-checked-bg;
|
|
13226
|
-
opacity: $kendo-checkbox-ripple-opacity;
|
|
13227
|
-
}
|
|
13228
|
-
}
|
|
13334
|
+
// Textarea
|
|
13335
|
+
.k-textarea {}
|
|
13229
13336
|
|
|
13230
13337
|
}
|
|
13231
13338
|
|
|
13232
13339
|
// #endregion
|
|
13233
13340
|
|
|
13341
|
+
// #endregion
|
|
13342
|
+
// #region @import "checkbox/_index.scss"; -> packages/default/scss/checkbox/_index.scss
|
|
13343
|
+
// File already imported_once. Skipping output.
|
|
13234
13344
|
// #endregion
|
|
13235
13345
|
// #region @import "listbox/_index.scss"; -> packages/default/scss/listbox/_index.scss
|
|
13236
13346
|
// #region @import "../core/_index.scss"; -> packages/default/scss/core/_index.scss
|
|
@@ -13264,7 +13374,7 @@ $kendo-checkbox-ripple-opacity: .3 !default;
|
|
|
13264
13374
|
// Listbox
|
|
13265
13375
|
$listbox-margin: $padding-x !default;
|
|
13266
13376
|
$listbox-button-margin: $padding-x !default;
|
|
13267
|
-
$listbox-width:
|
|
13377
|
+
$listbox-width: 10em !default;
|
|
13268
13378
|
$listbox-default-height: 200px !default;
|
|
13269
13379
|
|
|
13270
13380
|
$listbox-border-width: 1px !default;
|
|
@@ -13757,7 +13867,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
13757
13867
|
|
|
13758
13868
|
|
|
13759
13869
|
// Dependencies
|
|
13760
|
-
// #region @import "../
|
|
13870
|
+
// #region @import "../typography/_variables.scss"; -> packages/default/scss/typography/_variables.scss
|
|
13761
13871
|
// File already imported_once. Skipping output.
|
|
13762
13872
|
// #endregion
|
|
13763
13873
|
// #region @import "../list/_variables.scss"; -> packages/default/scss/list/_variables.scss
|
|
@@ -13904,21 +14014,15 @@ $kendo-radio-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
|
13904
14014
|
|
|
13905
14015
|
// Radio list
|
|
13906
14016
|
|
|
13907
|
-
/// The list margin of radio button.
|
|
13908
|
-
/// @group radio
|
|
13909
|
-
$kendo-radio-list-margin: 0px !default;
|
|
13910
|
-
/// The list padding of radio button.
|
|
14017
|
+
/// The horizontal list item margin of radio button.
|
|
13911
14018
|
/// @group radio
|
|
13912
|
-
$kendo-radio-list-
|
|
14019
|
+
$kendo-radio-list-spacing: map-get( $spacing, 4 ) !default;
|
|
13913
14020
|
/// The horizontal list item padding of radio button.
|
|
13914
14021
|
/// @group radio
|
|
13915
14022
|
$kendo-radio-list-item-padding-x: 0px !default;
|
|
13916
14023
|
/// The vertical list item padding of radio button.
|
|
13917
14024
|
/// @group radio
|
|
13918
14025
|
$kendo-radio-list-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
13919
|
-
/// The horizontal list item margin of radio button.
|
|
13920
|
-
/// @group radio
|
|
13921
|
-
$kendo-radio-list-horizontal-item-margin-x: 32px !default;
|
|
13922
14026
|
|
|
13923
14027
|
|
|
13924
14028
|
// Radio ripple
|
|
@@ -13961,6 +14065,7 @@ $kendo-radio-ripple-opacity: .3 !default;
|
|
|
13961
14065
|
background-repeat: no-repeat;
|
|
13962
14066
|
background-size: contain;
|
|
13963
14067
|
display: inline-block;
|
|
14068
|
+
flex: none;
|
|
13964
14069
|
vertical-align: middle;
|
|
13965
14070
|
position: relative;
|
|
13966
14071
|
cursor: pointer;
|
|
@@ -14044,6 +14149,25 @@ $kendo-radio-ripple-opacity: .3 !default;
|
|
|
14044
14149
|
@include disabled( $disabled-styling );
|
|
14045
14150
|
}
|
|
14046
14151
|
|
|
14152
|
+
|
|
14153
|
+
// Radio wrap
|
|
14154
|
+
.k-radio-wrap {
|
|
14155
|
+
flex: none;
|
|
14156
|
+
display: inline-flex;
|
|
14157
|
+
flex-flow: row nowrap;
|
|
14158
|
+
gap: 0;
|
|
14159
|
+
align-items: center;
|
|
14160
|
+
|
|
14161
|
+
&::before {
|
|
14162
|
+
content: "\200b";
|
|
14163
|
+
width: 0px;
|
|
14164
|
+
overflow: hidden;
|
|
14165
|
+
flex: none;
|
|
14166
|
+
display: inline-block;
|
|
14167
|
+
vertical-align: top;
|
|
14168
|
+
}
|
|
14169
|
+
}
|
|
14170
|
+
|
|
14047
14171
|
.k-radio + .k-radio-label {
|
|
14048
14172
|
display: inline;
|
|
14049
14173
|
}
|
|
@@ -14065,7 +14189,7 @@ $kendo-radio-ripple-opacity: .3 !default;
|
|
|
14065
14189
|
|
|
14066
14190
|
// Hide empty label
|
|
14067
14191
|
&:empty {
|
|
14068
|
-
display: none;
|
|
14192
|
+
display: none !important; // sass-lint:disable-line no-important
|
|
14069
14193
|
}
|
|
14070
14194
|
|
|
14071
14195
|
.k-ripple {
|
|
@@ -14103,25 +14227,32 @@ $kendo-radio-ripple-opacity: .3 !default;
|
|
|
14103
14227
|
|
|
14104
14228
|
// Radio list
|
|
14105
14229
|
.k-radio-list {
|
|
14106
|
-
margin:
|
|
14107
|
-
padding:
|
|
14230
|
+
margin: 0;
|
|
14231
|
+
padding: 0;
|
|
14232
|
+
display: flex;
|
|
14233
|
+
flex-flow: column nowrap;
|
|
14234
|
+
gap: 0;
|
|
14108
14235
|
list-style: none;
|
|
14109
|
-
|
|
14110
|
-
.k-radio-item {
|
|
14111
|
-
padding: $kendo-radio-list-item-padding-y $kendo-radio-list-item-padding-x;
|
|
14112
|
-
}
|
|
14113
14236
|
}
|
|
14237
|
+
.k-radio-item,
|
|
14238
|
+
.k-radio-list-item {
|
|
14239
|
+
padding: $kendo-radio-list-item-padding-y $kendo-radio-list-item-padding-x;
|
|
14240
|
+
display: flex;
|
|
14241
|
+
flex-flow: row nowrap;
|
|
14242
|
+
align-items: center;
|
|
14243
|
+
align-content: center;
|
|
14244
|
+
gap: map-get( $spacing, 1 );
|
|
14114
14245
|
|
|
14115
|
-
|
|
14116
|
-
|
|
14117
|
-
display: inline-block;
|
|
14118
|
-
margin: 0 $kendo-radio-list-horizontal-item-margin-x 0 0;
|
|
14119
|
-
|
|
14120
|
-
&:last-child {
|
|
14121
|
-
margin-right: 0;
|
|
14122
|
-
}
|
|
14246
|
+
.k-radio-label {
|
|
14247
|
+
line-height: inherit;
|
|
14123
14248
|
}
|
|
14124
14249
|
}
|
|
14250
|
+
.k-radio-list-horizontal,
|
|
14251
|
+
.k-radio-list.k-list-horizontal {
|
|
14252
|
+
display: flex;
|
|
14253
|
+
flex-flow: row wrap;
|
|
14254
|
+
gap: $kendo-radio-list-spacing;
|
|
14255
|
+
}
|
|
14125
14256
|
|
|
14126
14257
|
// RTL
|
|
14127
14258
|
.k-rtl,
|
|
@@ -14143,17 +14274,6 @@ $kendo-radio-ripple-opacity: .3 !default;
|
|
|
14143
14274
|
margin-right: 0;
|
|
14144
14275
|
margin-left: $kendo-radio-label-margin-x;
|
|
14145
14276
|
}
|
|
14146
|
-
|
|
14147
|
-
.k-list-horizontal {
|
|
14148
|
-
.k-radio-item {
|
|
14149
|
-
margin-right: 0;
|
|
14150
|
-
margin-left: $kendo-radio-list-horizontal-item-margin-x;
|
|
14151
|
-
|
|
14152
|
-
&:last-child {
|
|
14153
|
-
margin-left: 0;
|
|
14154
|
-
}
|
|
14155
|
-
}
|
|
14156
|
-
}
|
|
14157
14277
|
}
|
|
14158
14278
|
|
|
14159
14279
|
.k-ripple-container {
|
|
@@ -16532,10 +16652,20 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
16532
16652
|
|
|
16533
16653
|
// #endregion
|
|
16534
16654
|
// #region @import "_layout.scss"; -> packages/default/scss/numerictextbox/_layout.scss
|
|
16535
|
-
@include exports("numerictextbox/layout") {
|
|
16655
|
+
@include exports( "numerictextbox/layout" ) {
|
|
16536
16656
|
|
|
16537
16657
|
// Numeric textbox
|
|
16538
|
-
.k-
|
|
16658
|
+
.k-numeric-textbox {
|
|
16659
|
+
|
|
16660
|
+
.k-input-inner {
|
|
16661
|
+
text-overflow: clip;
|
|
16662
|
+
}
|
|
16663
|
+
|
|
16664
|
+
}
|
|
16665
|
+
|
|
16666
|
+
|
|
16667
|
+
// Alias
|
|
16668
|
+
.k-numerictextbox { @extend .k-numeric-textbox; }
|
|
16539
16669
|
|
|
16540
16670
|
}
|
|
16541
16671
|
|
|
@@ -16544,7 +16674,7 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
16544
16674
|
@include exports( "numerictextbox/theme" ) {
|
|
16545
16675
|
|
|
16546
16676
|
// Numeric textbox
|
|
16547
|
-
.k-
|
|
16677
|
+
.k-numeric-textbox {}
|
|
16548
16678
|
|
|
16549
16679
|
}
|
|
16550
16680
|
|
|
@@ -16937,9 +17067,9 @@ $coloreditor-header-padding-y: $coloreditor-spacer !default;
|
|
|
16937
17067
|
$coloreditor-header-padding-x: $coloreditor-header-padding-y !default;
|
|
16938
17068
|
$coloreditor-header-actions-gap: ( $coloreditor-spacer / 1.5 ) !default;
|
|
16939
17069
|
|
|
16940
|
-
$coloreditor-preview-gap: ( $
|
|
16941
|
-
$coloreditor-color-preview-width:
|
|
16942
|
-
$coloreditor-color-preview-height:
|
|
17070
|
+
$coloreditor-preview-gap: map-get( $spacing, 1 ) !default;
|
|
17071
|
+
$coloreditor-color-preview-width: 32px !default;
|
|
17072
|
+
$coloreditor-color-preview-height: 12px !default;
|
|
16943
17073
|
|
|
16944
17074
|
$coloreditor-views-padding-y: $coloreditor-spacer !default;
|
|
16945
17075
|
$coloreditor-views-padding-x: $coloreditor-views-padding-y !default;
|
|
@@ -16975,8 +17105,12 @@ $coloreditor-views-gap: $coloreditor-spacer !default;
|
|
|
16975
17105
|
}
|
|
16976
17106
|
|
|
16977
17107
|
.k-coloreditor-preview {
|
|
16978
|
-
|
|
17108
|
+
display: flex;
|
|
17109
|
+
flex-flow: column nowrap;
|
|
17110
|
+
align-items: stretch;
|
|
17111
|
+
justify-content: center;
|
|
16979
17112
|
gap: $coloreditor-preview-gap;
|
|
17113
|
+
position: relative;
|
|
16980
17114
|
z-index: 1;
|
|
16981
17115
|
}
|
|
16982
17116
|
.k-coloreditor-preview .k-color-preview {
|
|
@@ -17263,8 +17397,45 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
|
|
|
17263
17397
|
// #region @import "_layout.scss"; -> packages/default/scss/datetimepicker/_layout.scss
|
|
17264
17398
|
@include exports( "datetimepicker/layout" ) {
|
|
17265
17399
|
|
|
17266
|
-
// Datetime
|
|
17267
|
-
.k-
|
|
17400
|
+
// Datetime selector
|
|
17401
|
+
.k-datetime-selector {
|
|
17402
|
+
display: flex;
|
|
17403
|
+
transition: transform .2s;
|
|
17404
|
+
}
|
|
17405
|
+
|
|
17406
|
+
// Wrap
|
|
17407
|
+
.k-datetime-wrap {
|
|
17408
|
+
width: $datetime-width;
|
|
17409
|
+
overflow: hidden;
|
|
17410
|
+
}
|
|
17411
|
+
|
|
17412
|
+
// Inner wrap
|
|
17413
|
+
.k-datetime-calendar-wrap,
|
|
17414
|
+
.k-datetime-time-wrap {
|
|
17415
|
+
text-align: center;
|
|
17416
|
+
flex: 0 0 $datetime-width;
|
|
17417
|
+
}
|
|
17418
|
+
|
|
17419
|
+
// Tabs
|
|
17420
|
+
.k-date-tab .k-datetime-selector {
|
|
17421
|
+
transform: translateX(0);
|
|
17422
|
+
}
|
|
17423
|
+
.k-time-tab .k-datetime-selector {
|
|
17424
|
+
transform: translateX(-100%);
|
|
17425
|
+
}
|
|
17426
|
+
|
|
17427
|
+
}
|
|
17428
|
+
|
|
17429
|
+
@include exports( "datetimepicker/layout/rtl" ) {
|
|
17430
|
+
|
|
17431
|
+
.k-datetimepicker {
|
|
17432
|
+
&[dir="rtl"],
|
|
17433
|
+
.k-rtl & {
|
|
17434
|
+
.k-time-tab .k-datetime-selector {
|
|
17435
|
+
transform: translateX(100%);
|
|
17436
|
+
}
|
|
17437
|
+
}
|
|
17438
|
+
}
|
|
17268
17439
|
|
|
17269
17440
|
}
|
|
17270
17441
|
|
|
@@ -17310,7 +17481,22 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
|
|
|
17310
17481
|
|
|
17311
17482
|
// #endregion
|
|
17312
17483
|
// #region @import "_layout.scss"; -> packages/default/scss/daterangepicker/_layout.scss
|
|
17313
|
-
@include exports("daterangepicker/layout") {
|
|
17484
|
+
@include exports( "daterangepicker/layout" ) {
|
|
17485
|
+
|
|
17486
|
+
// Daterange picker
|
|
17487
|
+
.k-daterange-picker {
|
|
17488
|
+
width: $kendo-input-default-width;
|
|
17489
|
+
display: flex;
|
|
17490
|
+
flex-flow: row nowrap;
|
|
17491
|
+
align-items: flex-start;
|
|
17492
|
+
gap: map-get( $spacing, 2 );
|
|
17493
|
+
}
|
|
17494
|
+
|
|
17495
|
+
|
|
17496
|
+
// Alias
|
|
17497
|
+
.k-daterangepicker {
|
|
17498
|
+
@extend .k-daterange-picker;
|
|
17499
|
+
}
|
|
17314
17500
|
|
|
17315
17501
|
}
|
|
17316
17502
|
|
|
@@ -17806,13 +17992,19 @@ $dropdownlist-focused-shadow: $kendo-input-focus-shadow !default;
|
|
|
17806
17992
|
|
|
17807
17993
|
// #endregion
|
|
17808
17994
|
// #region @import "_layout.scss"; -> packages/default/scss/multiselect/_layout.scss
|
|
17809
|
-
@include exports("multiselect/layout") {
|
|
17995
|
+
@include exports( "multiselect/layout" ) {
|
|
17996
|
+
|
|
17997
|
+
// Multiselect
|
|
17998
|
+
.k-multiselect {}
|
|
17810
17999
|
|
|
17811
18000
|
}
|
|
17812
18001
|
|
|
17813
18002
|
// #endregion
|
|
17814
18003
|
// #region @import "_theme.scss"; -> packages/default/scss/multiselect/_theme.scss
|
|
17815
|
-
@include exports("multiselect/theme") {
|
|
18004
|
+
@include exports( "multiselect/theme" ) {
|
|
18005
|
+
|
|
18006
|
+
// Multiselect
|
|
18007
|
+
.k-multiselect {}
|
|
17816
18008
|
|
|
17817
18009
|
}
|
|
17818
18010
|
|
|
@@ -17841,35 +18033,6 @@ $dropdownlist-focused-shadow: $kendo-input-focus-shadow !default;
|
|
|
17841
18033
|
// #region @import "_variables.scss"; -> packages/default/scss/treeview/_variables.scss
|
|
17842
18034
|
// Treeview
|
|
17843
18035
|
|
|
17844
|
-
/// The sizes of the treeview.
|
|
17845
|
-
/// @group treeview
|
|
17846
|
-
$kendo-treeview-sizes: (
|
|
17847
|
-
sm: (
|
|
17848
|
-
font-size: map-get( $spacing, 3),
|
|
17849
|
-
line-height: $line-height,
|
|
17850
|
-
item-padding-x: map-get( $spacing, thin ),
|
|
17851
|
-
item-padding-y: map-get( $spacing, 1 )
|
|
17852
|
-
),
|
|
17853
|
-
md: (
|
|
17854
|
-
font-size: $font-size,
|
|
17855
|
-
line-height: $line-height,
|
|
17856
|
-
item-padding-x: map-get( $spacing, 1 ),
|
|
17857
|
-
item-padding-y: map-get( $spacing, 2 )
|
|
17858
|
-
),
|
|
17859
|
-
lg: (
|
|
17860
|
-
font-size: map-get( $spacing, 4),
|
|
17861
|
-
line-height: $line-height,
|
|
17862
|
-
item-padding-x: map-get( $spacing, 2 ),
|
|
17863
|
-
item-padding-y: map-get( $spacing, 3 )
|
|
17864
|
-
)
|
|
17865
|
-
) !default;
|
|
17866
|
-
|
|
17867
|
-
/// The horizontal padding of the treeview.
|
|
17868
|
-
/// @group treeview
|
|
17869
|
-
$kendo-treeview-padding-x: 0px !default;
|
|
17870
|
-
/// The vertical padding of the treeview.
|
|
17871
|
-
/// @group treeview
|
|
17872
|
-
$kendo-treeview-padding-y: 0px !default;
|
|
17873
18036
|
/// The font family of the treeview.
|
|
17874
18037
|
/// @group treeview
|
|
17875
18038
|
$kendo-treeview-font-family: $font-family !default;
|
|
@@ -17897,6 +18060,31 @@ $kendo-treeview-item-border-width: 0px !default;
|
|
|
17897
18060
|
/// @group treeview
|
|
17898
18061
|
$kendo-treeview-item-border-radius: null !default;
|
|
17899
18062
|
|
|
18063
|
+
|
|
18064
|
+
/// The sizes of the treeview.
|
|
18065
|
+
/// @group treeview
|
|
18066
|
+
$kendo-treeview-sizes: (
|
|
18067
|
+
sm: (
|
|
18068
|
+
font-size: map-get( $spacing, 3),
|
|
18069
|
+
line-height: $line-height,
|
|
18070
|
+
item-padding-x: map-get( $spacing, thin ),
|
|
18071
|
+
item-padding-y: map-get( $spacing, 1 )
|
|
18072
|
+
),
|
|
18073
|
+
md: (
|
|
18074
|
+
font-size: $font-size,
|
|
18075
|
+
line-height: $line-height,
|
|
18076
|
+
item-padding-x: map-get( $spacing, 1 ),
|
|
18077
|
+
item-padding-y: map-get( $spacing, 2 )
|
|
18078
|
+
),
|
|
18079
|
+
lg: (
|
|
18080
|
+
font-size: map-get( $spacing, 4),
|
|
18081
|
+
line-height: $line-height,
|
|
18082
|
+
item-padding-x: map-get( $spacing, 2 ),
|
|
18083
|
+
item-padding-y: map-get( $spacing, 3 )
|
|
18084
|
+
)
|
|
18085
|
+
) !default;
|
|
18086
|
+
|
|
18087
|
+
|
|
17900
18088
|
/// The background of the treeview.
|
|
17901
18089
|
/// @group treeview
|
|
17902
18090
|
$kendo-treeview-bg: null !default;
|
|
@@ -17909,16 +18097,16 @@ $kendo-treeview-border: null !default;
|
|
|
17909
18097
|
|
|
17910
18098
|
/// The background of a hovered treeview item.
|
|
17911
18099
|
/// @group treeview
|
|
17912
|
-
$kendo-treeview-item-
|
|
18100
|
+
$kendo-treeview-item-hover-bg: $hovered-bg !default;
|
|
17913
18101
|
/// The text color of a hovered treeview item.
|
|
17914
18102
|
/// @group treeview
|
|
17915
|
-
$kendo-treeview-item-
|
|
18103
|
+
$kendo-treeview-item-hover-text: $hovered-text !default;
|
|
17916
18104
|
/// The border of a hovered treeview item.
|
|
17917
18105
|
/// @group treeview
|
|
17918
|
-
$kendo-treeview-item-
|
|
18106
|
+
$kendo-treeview-item-hover-border: null !default;
|
|
17919
18107
|
/// The gradient of a hovered treeview item.
|
|
17920
18108
|
/// @group treeview
|
|
17921
|
-
$kendo-treeview-item-
|
|
18109
|
+
$kendo-treeview-item-hover-gradient: null !default;
|
|
17922
18110
|
|
|
17923
18111
|
/// The background of a selected treeview item.
|
|
17924
18112
|
/// @group treeview
|
|
@@ -17935,27 +18123,15 @@ $kendo-treeview-item-selected-gradient: null !default;
|
|
|
17935
18123
|
|
|
17936
18124
|
/// The shadow of a focused treeview item.
|
|
17937
18125
|
/// @group treeview
|
|
17938
|
-
$kendo-treeview-item-
|
|
18126
|
+
$kendo-treeview-item-focus-shadow: $focused-shadow !default;
|
|
17939
18127
|
/// The shadow of a selected and focused treeview item.
|
|
17940
|
-
/// @group treeview
|
|
17941
|
-
$kendo-treeview-item-selected-focused-shadow: null !default;
|
|
17942
|
-
|
|
17943
|
-
/// The horizontal padding of the load more checkboxes.
|
|
17944
|
-
/// @group treeview
|
|
17945
|
-
$kendo-treeview-loadmore-checkboxes-padding-x: calc( #{$icon-spacing} + #{map-get( $kendo-checkbox-sizes, "md" )} + #{$kendo-treeview-indent} ) !default;
|
|
17946
|
-
/// The icon indent of the load more checkboxes.
|
|
17947
|
-
/// @group treeview
|
|
17948
|
-
$kendo-treeview-loadmore-checkboxes-icon-indent: calc( -1 * (#{$icon-spacing} + #{$kendo-treeview-indent}) ) !default;
|
|
17949
|
-
/// The horizontal margin of the load more checkboxes.
|
|
17950
|
-
/// @group treeview
|
|
17951
|
-
$kendo-treeview-loadmore-checkboxes-icon-margin-x: $icon-spacing !default;
|
|
17952
18128
|
|
|
17953
18129
|
/// The background of load more.
|
|
17954
18130
|
/// @group treeview
|
|
17955
18131
|
$kendo-treeview-loadmore-bg: transparent !default;
|
|
17956
18132
|
/// The text color of load more.
|
|
17957
18133
|
/// @group treeview
|
|
17958
|
-
$kendo-treeview-loadmore-text: $
|
|
18134
|
+
$kendo-treeview-loadmore-text: $link-text !default;
|
|
17959
18135
|
/// The border of load more.
|
|
17960
18136
|
/// @group treeview
|
|
17961
18137
|
$kendo-treeview-loadmore-border: null !default;
|
|
@@ -17965,7 +18141,7 @@ $kendo-treeview-loadmore-border: null !default;
|
|
|
17965
18141
|
$kendo-treeview-loadmore-hover-bg: transparent !default;
|
|
17966
18142
|
/// The text color of a hovered load more.
|
|
17967
18143
|
/// @group treeview
|
|
17968
|
-
$kendo-treeview-loadmore-hover-text: $
|
|
18144
|
+
$kendo-treeview-loadmore-hover-text: $link-hover-text !default;
|
|
17969
18145
|
/// The border of a hovered load more.
|
|
17970
18146
|
/// @group treeview
|
|
17971
18147
|
$kendo-treeview-loadmore-hover-border: null !default;
|
|
@@ -17975,21 +18151,21 @@ $kendo-treeview-loadmore-hover-border: null !default;
|
|
|
17975
18151
|
$kendo-treeview-loadmore-focus-bg: transparent !default;
|
|
17976
18152
|
/// The text color of a focused load more.
|
|
17977
18153
|
/// @group treeview
|
|
17978
|
-
$kendo-treeview-loadmore-focus-text: $
|
|
18154
|
+
$kendo-treeview-loadmore-focus-text: $link-hover-text !default;
|
|
17979
18155
|
/// The border of a focused load more.
|
|
17980
18156
|
/// @group treeview
|
|
17981
18157
|
$kendo-treeview-loadmore-focus-border: null !default;
|
|
17982
18158
|
/// The shadow of a focused load more.
|
|
17983
18159
|
/// @group treeview
|
|
17984
|
-
$kendo-treeview-loadmore-focus-shadow:
|
|
18160
|
+
$kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !default;
|
|
17985
18161
|
|
|
17986
18162
|
// #endregion
|
|
17987
18163
|
// #region @import "_layout.scss"; -> packages/default/scss/treeview/_layout.scss
|
|
17988
18164
|
@include exports("treeview/layout") {
|
|
17989
18165
|
|
|
17990
|
-
//
|
|
18166
|
+
// Treeview
|
|
17991
18167
|
.k-treeview {
|
|
17992
|
-
padding:
|
|
18168
|
+
padding: 0;
|
|
17993
18169
|
border-width: 0;
|
|
17994
18170
|
background: none;
|
|
17995
18171
|
box-sizing: border-box;
|
|
@@ -18001,161 +18177,156 @@ $kendo-treeview-loadmore-focus-shadow: none !default;
|
|
|
18001
18177
|
white-space: nowrap;
|
|
18002
18178
|
-webkit-touch-callout: none;
|
|
18003
18179
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
18180
|
+
}
|
|
18004
18181
|
|
|
18005
|
-
> .k-treeview-group {
|
|
18006
|
-
outline: 0;
|
|
18007
|
-
-webkit-touch-callout: none;
|
|
18008
|
-
-webkit-tap-highlight-color: $rgba-transparent;
|
|
18009
|
-
}
|
|
18010
18182
|
|
|
18011
|
-
|
|
18012
|
-
|
|
18013
|
-
|
|
18014
|
-
|
|
18015
|
-
|
|
18016
|
-
|
|
18017
|
-
|
|
18018
|
-
|
|
18183
|
+
// Treeview group
|
|
18184
|
+
.k-treeview-group,
|
|
18185
|
+
.k-treeview .k-group {
|
|
18186
|
+
margin: 0;
|
|
18187
|
+
padding: 0;
|
|
18188
|
+
list-style: none;
|
|
18189
|
+
position: relative;
|
|
18190
|
+
outline: 0;
|
|
18191
|
+
-webkit-touch-callout: none;
|
|
18192
|
+
-webkit-tap-highlight-color: $rgba-transparent;
|
|
18019
18193
|
|
|
18020
|
-
|
|
18021
|
-
|
|
18022
|
-
}
|
|
18194
|
+
&.ng-animating {
|
|
18195
|
+
overflow: hidden;
|
|
18023
18196
|
}
|
|
18197
|
+
}
|
|
18024
18198
|
|
|
18025
|
-
// Wrappers
|
|
18026
|
-
.k-treeview-top,
|
|
18027
|
-
.k-treeview-mid,
|
|
18028
|
-
.k-treeview-bot {
|
|
18029
|
-
display: flex;
|
|
18030
|
-
flex-direction: row;
|
|
18031
|
-
align-items: center;
|
|
18032
|
-
align-content: center;
|
|
18033
|
-
}
|
|
18034
18199
|
|
|
18035
|
-
|
|
18036
|
-
|
|
18037
|
-
|
|
18038
|
-
|
|
18039
|
-
|
|
18040
|
-
|
|
18041
|
-
|
|
18042
|
-
|
|
18200
|
+
// Treeview wrappers
|
|
18201
|
+
.k-treeview-top,
|
|
18202
|
+
.k-treeview-mid,
|
|
18203
|
+
.k-treeview-bot {
|
|
18204
|
+
display: flex;
|
|
18205
|
+
flex-direction: row;
|
|
18206
|
+
align-items: center;
|
|
18207
|
+
align-content: center;
|
|
18208
|
+
}
|
|
18043
18209
|
|
|
18044
|
-
// Link
|
|
18045
|
-
.k-treeview-leaf {
|
|
18046
|
-
@include border-radius( $kendo-treeview-item-border-radius );
|
|
18047
|
-
margin: 0;
|
|
18048
|
-
border: $kendo-treeview-item-border-width solid transparent;
|
|
18049
|
-
text-decoration: none;
|
|
18050
|
-
display: inline-flex;
|
|
18051
|
-
align-items: center;
|
|
18052
|
-
align-content: center;
|
|
18053
|
-
vertical-align: middle;
|
|
18054
|
-
position: relative;
|
|
18055
|
-
}
|
|
18056
|
-
.k-treeview-leaf.k-state-focused {
|
|
18057
|
-
z-index: 1;
|
|
18058
|
-
}
|
|
18059
18210
|
|
|
18060
|
-
|
|
18061
|
-
|
|
18062
|
-
|
|
18211
|
+
// Treeview item
|
|
18212
|
+
.k-treeview-item {
|
|
18213
|
+
outline-style: none;
|
|
18214
|
+
margin: 0;
|
|
18215
|
+
padding: 0 0 0 $kendo-treeview-indent;
|
|
18216
|
+
border-width: 0;
|
|
18217
|
+
display: block;
|
|
18218
|
+
}
|
|
18063
18219
|
|
|
18064
|
-
&:hover,
|
|
18065
|
-
&.k-state-hover,
|
|
18066
|
-
&:focus,
|
|
18067
|
-
&.k-state-focused {
|
|
18068
|
-
text-decoration: underline;
|
|
18069
|
-
}
|
|
18070
|
-
}
|
|
18071
|
-
.k-treeview-load-more-checkboxes-container {
|
|
18072
|
-
padding-left: $kendo-treeview-loadmore-checkboxes-padding-x;
|
|
18073
18220
|
|
|
18074
|
-
|
|
18075
|
-
|
|
18076
|
-
|
|
18077
|
-
|
|
18221
|
+
// Treeview toggle
|
|
18222
|
+
.k-treeview-toggle {
|
|
18223
|
+
flex: none;
|
|
18224
|
+
display: inline-flex;
|
|
18225
|
+
flex-flow: row nowrap;
|
|
18226
|
+
align-items: center;
|
|
18227
|
+
cursor: pointer;
|
|
18228
|
+
|
|
18229
|
+
+ .k-checkbox-wrap,
|
|
18230
|
+
+ .k-checkbox-wrapper {
|
|
18231
|
+
margin-left: $icon-spacing;
|
|
18078
18232
|
}
|
|
18233
|
+
}
|
|
18079
18234
|
|
|
18080
|
-
// Expand / collapse
|
|
18081
|
-
.k-i-expand,
|
|
18082
|
-
.k-i-collapse {
|
|
18083
|
-
margin-left: -$kendo-treeview-indent;
|
|
18084
|
-
cursor: pointer;
|
|
18085
18235
|
|
|
18086
|
-
|
|
18087
|
-
|
|
18088
|
-
|
|
18089
|
-
|
|
18236
|
+
// Loading icon
|
|
18237
|
+
.k-treeview-loading {
|
|
18238
|
+
margin-right: $icon-spacing;
|
|
18239
|
+
}
|
|
18090
18240
|
|
|
18091
|
-
|
|
18092
|
-
|
|
18241
|
+
|
|
18242
|
+
// Checkbox
|
|
18243
|
+
.k-treeview .k-checkbox-wrap,
|
|
18244
|
+
.k-treeview .k-checkbox-wrapper {
|
|
18245
|
+
margin-right: $icon-spacing;
|
|
18246
|
+
}
|
|
18247
|
+
|
|
18248
|
+
|
|
18249
|
+
// Treeview leaf
|
|
18250
|
+
.k-treeview-leaf {
|
|
18251
|
+
@include border-radius( $kendo-treeview-item-border-radius );
|
|
18252
|
+
border: $kendo-treeview-item-border-width solid transparent;
|
|
18253
|
+
text-decoration: none;
|
|
18254
|
+
display: inline-flex;
|
|
18255
|
+
align-items: center;
|
|
18256
|
+
align-content: center;
|
|
18257
|
+
vertical-align: middle;
|
|
18258
|
+
position: relative;
|
|
18259
|
+
|
|
18260
|
+
.k-icon,
|
|
18261
|
+
.k-image,
|
|
18262
|
+
.k-sprite {
|
|
18093
18263
|
margin-right: $icon-spacing;
|
|
18094
18264
|
}
|
|
18095
18265
|
|
|
18096
|
-
|
|
18097
|
-
|
|
18098
|
-
|
|
18099
|
-
position: absolute;
|
|
18100
|
-
transform: translate(-50%, -50%);
|
|
18101
|
-
z-index: 1000;
|
|
18266
|
+
&.k-state-focus,
|
|
18267
|
+
&.k-state-focused {
|
|
18268
|
+
z-index: 1;
|
|
18102
18269
|
}
|
|
18270
|
+
}
|
|
18103
18271
|
|
|
18104
|
-
|
|
18105
|
-
|
|
18106
|
-
|
|
18107
|
-
|
|
18108
|
-
|
|
18272
|
+
|
|
18273
|
+
// Treeview load more button
|
|
18274
|
+
.k-treeview .k-treeview-load-more-button {
|
|
18275
|
+
cursor: pointer;
|
|
18276
|
+
|
|
18277
|
+
&:hover,
|
|
18278
|
+
&.k-state-hover,
|
|
18279
|
+
&:focus,
|
|
18280
|
+
&.k-state-focus,
|
|
18281
|
+
&.k-state-focused {
|
|
18282
|
+
text-decoration: underline;
|
|
18109
18283
|
}
|
|
18110
18284
|
}
|
|
18111
18285
|
|
|
18112
|
-
.k-treeview-toggle {}
|
|
18113
|
-
|
|
18114
|
-
.k-treeview-leaf-text {}
|
|
18115
18286
|
|
|
18116
18287
|
// RTL
|
|
18117
18288
|
.k-rtl .k-treeview,
|
|
18118
18289
|
.k-treeview[dir="rtl"] {
|
|
18119
18290
|
|
|
18120
|
-
//
|
|
18291
|
+
// Treeview item
|
|
18121
18292
|
.k-treeview-item {
|
|
18122
18293
|
padding-left: 0;
|
|
18123
18294
|
padding-right: $kendo-treeview-indent;
|
|
18124
18295
|
}
|
|
18125
18296
|
|
|
18126
|
-
|
|
18127
|
-
|
|
18128
|
-
padding-right: $kendo-treeview-loadmore-checkboxes-padding-x;
|
|
18129
|
-
|
|
18130
|
-
.k-i-loading {
|
|
18131
|
-
margin-left: $kendo-treeview-loadmore-checkboxes-icon-margin-x;
|
|
18132
|
-
margin-right: $kendo-treeview-loadmore-checkboxes-icon-indent;
|
|
18133
|
-
}
|
|
18134
|
-
}
|
|
18135
|
-
|
|
18136
|
-
// Expand / collapse
|
|
18137
|
-
.k-i-expand,
|
|
18138
|
-
.k-i-collapse {
|
|
18297
|
+
// Treeview toggle
|
|
18298
|
+
.k-treeview-toggle {
|
|
18139
18299
|
margin-left: 0;
|
|
18140
18300
|
margin-right: -$kendo-treeview-indent;
|
|
18141
18301
|
|
|
18302
|
+
+ .k-checkbox-wrap,
|
|
18142
18303
|
+ .k-checkbox-wrapper {
|
|
18143
18304
|
margin-right: $icon-spacing;
|
|
18144
18305
|
}
|
|
18145
18306
|
}
|
|
18146
18307
|
|
|
18147
|
-
//
|
|
18148
|
-
.k-
|
|
18308
|
+
// Loading
|
|
18309
|
+
.k-treeview-loading {
|
|
18149
18310
|
margin-right: 0;
|
|
18150
18311
|
margin-left: $icon-spacing;
|
|
18151
18312
|
}
|
|
18152
18313
|
|
|
18153
|
-
//
|
|
18154
|
-
.k-
|
|
18155
|
-
.k-
|
|
18156
|
-
.k-treeview-leaf .k-sprite {
|
|
18157
|
-
margin-left: $icon-spacing;
|
|
18314
|
+
// Checkbox
|
|
18315
|
+
.k-checkbox-wrap,
|
|
18316
|
+
.k-checkbox-wrapper {
|
|
18158
18317
|
margin-right: 0;
|
|
18318
|
+
margin-left: $icon-spacing;
|
|
18319
|
+
}
|
|
18320
|
+
|
|
18321
|
+
// Treeview leaf
|
|
18322
|
+
.k-treeview-leaf,
|
|
18323
|
+
.k-in {
|
|
18324
|
+
.k-icon,
|
|
18325
|
+
.k-image,
|
|
18326
|
+
.k-sprite {
|
|
18327
|
+
margin-right: 0;
|
|
18328
|
+
margin-left: $icon-spacing;
|
|
18329
|
+
}
|
|
18159
18330
|
}
|
|
18160
18331
|
}
|
|
18161
18332
|
|
|
@@ -18180,30 +18351,42 @@ $kendo-treeview-loadmore-focus-shadow: none !default;
|
|
|
18180
18351
|
// #region @import "_theme.scss"; -> packages/default/scss/treeview/_theme.scss
|
|
18181
18352
|
@include exports("treeview/theme") {
|
|
18182
18353
|
|
|
18183
|
-
//
|
|
18354
|
+
// Treeview
|
|
18184
18355
|
.k-treeview {
|
|
18185
18356
|
@include fill(
|
|
18186
18357
|
$kendo-treeview-text,
|
|
18187
18358
|
$kendo-treeview-bg,
|
|
18188
18359
|
$kendo-treeview-border
|
|
18189
18360
|
);
|
|
18361
|
+
}
|
|
18190
18362
|
|
|
18191
18363
|
|
|
18192
|
-
|
|
18193
|
-
|
|
18364
|
+
// Treeview item
|
|
18365
|
+
.k-treeview-item {}
|
|
18194
18366
|
|
|
18195
18367
|
|
|
18196
|
-
|
|
18197
|
-
|
|
18198
|
-
|
|
18368
|
+
// Treeview leaf
|
|
18369
|
+
.k-treeview-leaf {
|
|
18370
|
+
|
|
18371
|
+
// Hover state
|
|
18372
|
+
&:hover,
|
|
18373
|
+
&.k-hover {
|
|
18199
18374
|
@include fill(
|
|
18200
|
-
$kendo-treeview-item-
|
|
18201
|
-
$kendo-treeview-item-
|
|
18202
|
-
$kendo-treeview-item-
|
|
18203
|
-
$kendo-treeview-item-
|
|
18375
|
+
$kendo-treeview-item-hover-text,
|
|
18376
|
+
$kendo-treeview-item-hover-bg,
|
|
18377
|
+
$kendo-treeview-item-hover-border,
|
|
18378
|
+
$kendo-treeview-item-hover-gradient
|
|
18204
18379
|
);
|
|
18205
18380
|
}
|
|
18206
|
-
|
|
18381
|
+
|
|
18382
|
+
// Focus state
|
|
18383
|
+
&:focus,
|
|
18384
|
+
&.k-focus {
|
|
18385
|
+
@include box-shadow( $kendo-treeview-item-focus-shadow );
|
|
18386
|
+
}
|
|
18387
|
+
|
|
18388
|
+
// Selected state
|
|
18389
|
+
&.k-selected {
|
|
18207
18390
|
@include fill(
|
|
18208
18391
|
$kendo-treeview-item-selected-text,
|
|
18209
18392
|
$kendo-treeview-item-selected-bg,
|
|
@@ -18211,24 +18394,20 @@ $kendo-treeview-loadmore-focus-shadow: none !default;
|
|
|
18211
18394
|
$kendo-treeview-item-selected-gradient
|
|
18212
18395
|
);
|
|
18213
18396
|
}
|
|
18214
|
-
|
|
18215
|
-
@include box-shadow( $kendo-treeview-item-focused-shadow );
|
|
18216
|
-
}
|
|
18217
|
-
.k-treeview-leaf.k-selected.k-focus {
|
|
18218
|
-
@include box-shadow( $kendo-treeview-item-selected-focused-shadow );
|
|
18219
|
-
}
|
|
18397
|
+
}
|
|
18220
18398
|
|
|
18221
|
-
// LoadMore button
|
|
18222
|
-
.k-treeview-load-more-button {
|
|
18223
|
-
@include fill(
|
|
18224
|
-
$kendo-treeview-loadmore-text,
|
|
18225
|
-
$kendo-treeview-loadmore-bg,
|
|
18226
|
-
$kendo-treeview-loadmore-border
|
|
18227
|
-
);
|
|
18228
|
-
}
|
|
18229
18399
|
|
|
18230
|
-
|
|
18231
|
-
|
|
18400
|
+
// Treeview load more button
|
|
18401
|
+
.k-treeview .k-treeview-load-more-button {
|
|
18402
|
+
@include fill(
|
|
18403
|
+
$kendo-treeview-loadmore-text,
|
|
18404
|
+
$kendo-treeview-loadmore-bg,
|
|
18405
|
+
$kendo-treeview-loadmore-border
|
|
18406
|
+
);
|
|
18407
|
+
|
|
18408
|
+
// Hover state
|
|
18409
|
+
&:hover,
|
|
18410
|
+
&.k-hover {
|
|
18232
18411
|
@include fill(
|
|
18233
18412
|
$kendo-treeview-loadmore-hover-text,
|
|
18234
18413
|
$kendo-treeview-loadmore-hover-bg,
|
|
@@ -18236,8 +18415,9 @@ $kendo-treeview-loadmore-focus-shadow: none !default;
|
|
|
18236
18415
|
);
|
|
18237
18416
|
}
|
|
18238
18417
|
|
|
18239
|
-
|
|
18240
|
-
|
|
18418
|
+
// Focus state
|
|
18419
|
+
&:focus,
|
|
18420
|
+
&.k-focus {
|
|
18241
18421
|
@include fill(
|
|
18242
18422
|
$kendo-treeview-loadmore-focus-text,
|
|
18243
18423
|
$kendo-treeview-loadmore-focus-bg,
|
|
@@ -18309,7 +18489,7 @@ $dropdowntree-filter-spacer: $dropdowntree-popup-spacer-y !default;
|
|
|
18309
18489
|
|
|
18310
18490
|
// #endregion
|
|
18311
18491
|
// #region @import "_layout.scss"; -> packages/default/scss/maskedtextbox/_layout.scss
|
|
18312
|
-
@include exports("maskedtextbox/layout") {
|
|
18492
|
+
@include exports( "maskedtextbox/layout" ) {
|
|
18313
18493
|
|
|
18314
18494
|
// Masked textbox
|
|
18315
18495
|
.k-maskedtextbox {}
|
|
@@ -18318,7 +18498,7 @@ $dropdowntree-filter-spacer: $dropdowntree-popup-spacer-y !default;
|
|
|
18318
18498
|
|
|
18319
18499
|
// #endregion
|
|
18320
18500
|
// #region @import "_theme.scss"; -> packages/default/scss/maskedtextbox/_theme.scss
|
|
18321
|
-
@include exports("maskedtextbox/theme") {
|
|
18501
|
+
@include exports( "maskedtextbox/theme" ) {
|
|
18322
18502
|
|
|
18323
18503
|
// Masked textbox
|
|
18324
18504
|
.k-maskedtextbox {}
|
|
@@ -19913,7 +20093,6 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
|
|
|
19913
20093
|
|
|
19914
20094
|
> * {
|
|
19915
20095
|
flex-shrink: 0;
|
|
19916
|
-
|
|
19917
20096
|
}
|
|
19918
20097
|
|
|
19919
20098
|
// Appbar section
|
|
@@ -19923,15 +20102,16 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
|
|
|
19923
20102
|
align-items: center;
|
|
19924
20103
|
}
|
|
19925
20104
|
|
|
20105
|
+
|
|
19926
20106
|
// Appbar Spacer
|
|
19927
20107
|
.k-appbar-spacer {
|
|
19928
20108
|
flex: 1 0 auto;
|
|
19929
20109
|
}
|
|
19930
|
-
|
|
19931
20110
|
.k-appbar-spacer-sized {
|
|
19932
20111
|
flex-grow: 0;
|
|
19933
20112
|
}
|
|
19934
20113
|
|
|
20114
|
+
|
|
19935
20115
|
// Separator
|
|
19936
20116
|
.k-appbar-separator {
|
|
19937
20117
|
margin: 0;
|
|
@@ -19941,12 +20121,24 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
|
|
|
19941
20121
|
border-width: 0 0 0 1px;
|
|
19942
20122
|
display: inline-block;
|
|
19943
20123
|
}
|
|
20124
|
+
|
|
20125
|
+
|
|
20126
|
+
// Input
|
|
20127
|
+
.k-input,
|
|
20128
|
+
.k-picker:not(.k-colorpicker) {
|
|
20129
|
+
width: 10em;
|
|
20130
|
+
}
|
|
20131
|
+
|
|
19944
20132
|
}
|
|
19945
20133
|
|
|
20134
|
+
|
|
20135
|
+
// Static appbar
|
|
19946
20136
|
.k-appbar-static {
|
|
19947
20137
|
position: static;
|
|
19948
20138
|
}
|
|
19949
20139
|
|
|
20140
|
+
|
|
20141
|
+
// Sticky appbar
|
|
19950
20142
|
.k-appbar-sticky {
|
|
19951
20143
|
width: 100%;
|
|
19952
20144
|
position: sticky;
|
|
@@ -19954,17 +20146,20 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
|
|
|
19954
20146
|
z-index: $appbar-zindex;
|
|
19955
20147
|
}
|
|
19956
20148
|
|
|
20149
|
+
|
|
20150
|
+
// Fixed appbar
|
|
19957
20151
|
.k-appbar-fixed {
|
|
19958
20152
|
width: 100%;
|
|
19959
20153
|
position: fixed;
|
|
19960
20154
|
z-index: 1;
|
|
19961
20155
|
}
|
|
19962
20156
|
|
|
20157
|
+
|
|
20158
|
+
// Appbar position
|
|
19963
20159
|
.k-appbar-top {
|
|
19964
20160
|
top: 0;
|
|
19965
20161
|
bottom: auto;
|
|
19966
20162
|
}
|
|
19967
|
-
|
|
19968
20163
|
.k-appbar-bottom {
|
|
19969
20164
|
top: auto;
|
|
19970
20165
|
bottom: 0;
|
|
@@ -19973,6 +20168,7 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
|
|
|
19973
20168
|
bottom: 0;
|
|
19974
20169
|
}
|
|
19975
20170
|
}
|
|
20171
|
+
|
|
19976
20172
|
}
|
|
19977
20173
|
|
|
19978
20174
|
// #endregion
|
|
@@ -20035,79 +20231,136 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
|
|
|
20035
20231
|
// Component
|
|
20036
20232
|
// #region @import "_variables.scss"; -> packages/default/scss/fab/_variables.scss
|
|
20037
20233
|
// Floating Action Button
|
|
20038
|
-
$fab-padding-x: map-get( $spacing, 4 ) !default;
|
|
20039
|
-
$fab-padding-y: $fab-padding-x !default;
|
|
20040
|
-
$fab-border-width: 1px !default;
|
|
20041
|
-
$fab-border-radius: $border-radius !default;
|
|
20042
|
-
$fab-font-family: $font-family !default;
|
|
20043
|
-
$fab-font-size: $font-size !default;
|
|
20044
|
-
$fab-line-height: $line-height !default;
|
|
20045
|
-
|
|
20046
|
-
$fab-padding-x-sm: ( $fab-padding-x / 2 ) !default;
|
|
20047
|
-
$fab-padding-y-sm: ( $fab-padding-y / 2 ) !default;
|
|
20048
|
-
|
|
20049
|
-
$fab-padding-x-md: $fab-padding-x !default;
|
|
20050
|
-
$fab-padding-y-md: $fab-padding-y !default;
|
|
20051
|
-
|
|
20052
|
-
$fab-padding-x-lg: ( $fab-padding-x * 1.5 ) !default;
|
|
20053
|
-
$fab-padding-y-lg: ( $fab-padding-y * 1.5 ) !default;
|
|
20054
|
-
|
|
20055
|
-
$fab-icon-width: 20px !default;
|
|
20056
|
-
$fab-icon-height: $fab-icon-width !default;
|
|
20057
|
-
$fab-icon-spacing: map-get( $spacing, 1 ) / 2 !default;
|
|
20058
|
-
|
|
20059
|
-
$fab-items-padding-x: 0px !default;
|
|
20060
|
-
$fab-items-padding-y: map-get( $spacing, 4 ) !default;
|
|
20061
|
-
|
|
20062
|
-
$fab-item-text-padding-x: map-get( $spacing, 1 ) !default;
|
|
20063
|
-
$fab-item-text-padding-y: $fab-item-text-padding-x !default;
|
|
20064
|
-
$fab-item-text-border-width: 1px !default;
|
|
20065
|
-
$fab-item-text-border-radius: 2px !default;
|
|
20066
|
-
$fab-item-text-font-size: $font-size-xs !default;
|
|
20067
|
-
$fab-item-text-line-height: 1.2 !default;
|
|
20068
|
-
|
|
20069
|
-
$fab-item-icon-padding-x: map-get( $spacing, 2 ) !default;
|
|
20070
|
-
$fab-item-icon-padding-y: $fab-item-icon-padding-x !default;
|
|
20071
|
-
$fab-item-icon-border-width: 0 !default;
|
|
20072
|
-
$fab-item-icon-border-radius: 50% !default;
|
|
20073
|
-
$fab-item-icon-width: 20px !default;
|
|
20074
|
-
$fab-item-icon-height: $fab-item-icon-width !default;
|
|
20075
|
-
|
|
20076
|
-
$fab-sizes: (
|
|
20077
|
-
sm: map-get( $spacing, 4 ),
|
|
20078
|
-
md: map-get( $spacing, 8 ),
|
|
20079
|
-
lg: map-get( $spacing, 16 )
|
|
20080
|
-
) !default;
|
|
20081
|
-
|
|
20082
|
-
$fab-theme-colors: $theme-colors !default;
|
|
20083
|
-
|
|
20084
|
-
$fab-shadow: 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .2) !default;
|
|
20085
|
-
$fab-disabled-shadow: 0 6px 10px try-tint( rgba(0, 0, 0, .14), .5 ), 0 1px 18px try-tint( rgba(0, 0, 0, .12), .5 ), 0 3px 5px try-tint( rgba(0, 0, 0, .2), .5 ) !default;
|
|
20086
|
-
$fab-active-shadow: null !default;
|
|
20087
|
-
|
|
20088
|
-
$fab-item-text: $component-text !default;
|
|
20089
|
-
$fab-item-bg: $component-bg !default;
|
|
20090
|
-
$fab-item-border: $component-border !default;
|
|
20091
|
-
|
|
20092
|
-
$fab-item-icon-text: $kendo-button-text !default;
|
|
20093
|
-
$fab-item-icon-bg: $kendo-button-bg !default;
|
|
20094
|
-
$fab-item-icon-border: $kendo-button-border !default;
|
|
20095
|
-
|
|
20096
|
-
$fab-item-shadow: $fab-shadow !default;
|
|
20097
|
-
$fab-item-disabled-shadow: $fab-disabled-shadow !default;
|
|
20098
|
-
$fab-item-active-shadow: $fab-active-shadow !default;
|
|
20099
|
-
|
|
20100
|
-
$fab-border-width-sm: $fab-border-width !default;
|
|
20101
|
-
$fab-line-height-sm: $fab-line-height !default;
|
|
20102
|
-
$fab-size-sm: calc( #{$fab-line-height-sm * 1em} + #{$fab-padding-y-sm * 2} + #{$fab-border-width-sm * 2} ) !default;
|
|
20103
20234
|
|
|
20104
|
-
|
|
20105
|
-
|
|
20106
|
-
$
|
|
20107
|
-
|
|
20108
|
-
|
|
20109
|
-
$fab-
|
|
20110
|
-
|
|
20235
|
+
/// Width of the border around the FAB.
|
|
20236
|
+
/// @group floating-action-button
|
|
20237
|
+
$kendo-fab-border-width: 1px !default;
|
|
20238
|
+
/// Border radius of the FAB.
|
|
20239
|
+
/// @group floating-action-button
|
|
20240
|
+
$kendo-fab-border-radius: $border-radius !default;
|
|
20241
|
+
|
|
20242
|
+
/// Font family of the FAB.
|
|
20243
|
+
/// @group floating-action-button
|
|
20244
|
+
$kendo-fab-font-family: $font-family !default;
|
|
20245
|
+
/// Font size of the FAB.
|
|
20246
|
+
/// @group floating-action-button
|
|
20247
|
+
$kendo-fab-font-size: $font-size !default;
|
|
20248
|
+
/// Line height of the FAB.
|
|
20249
|
+
/// @group floating-action-button
|
|
20250
|
+
$kendo-fab-line-height: $line-height !default;
|
|
20251
|
+
|
|
20252
|
+
/// Horizontal padding of the FAB.
|
|
20253
|
+
/// @group floating-action-button
|
|
20254
|
+
$kendo-fab-padding-x: map-get( $spacing, 4 ) !default;
|
|
20255
|
+
$kendo-fab-padding-x-sm: ( $kendo-fab-padding-x / 2 ) !default;
|
|
20256
|
+
$kendo-fab-padding-x-md: $kendo-fab-padding-x !default;
|
|
20257
|
+
$kendo-fab-padding-x-lg: ( $kendo-fab-padding-x * 1.5 ) !default;
|
|
20258
|
+
|
|
20259
|
+
/// Vertical padding of the FAB.
|
|
20260
|
+
/// @group floating-action-button
|
|
20261
|
+
$kendo-fab-padding-y: $kendo-fab-padding-x !default;
|
|
20262
|
+
$kendo-fab-padding-y-sm: ( $kendo-fab-padding-y / 2 ) !default;
|
|
20263
|
+
$kendo-fab-padding-y-md: $kendo-fab-padding-y !default;
|
|
20264
|
+
$kendo-fab-padding-y-lg: ( $kendo-fab-padding-y * 1.5 ) !default;
|
|
20265
|
+
|
|
20266
|
+
/// FAB icon width.
|
|
20267
|
+
/// @group floating-action-button
|
|
20268
|
+
$kendo-fab-icon-width: 20px !default;
|
|
20269
|
+
/// FAB icon height.
|
|
20270
|
+
/// @group floating-action-button
|
|
20271
|
+
$kendo-fab-icon-height: $kendo-fab-icon-width !default;
|
|
20272
|
+
/// FAB icon spacing.
|
|
20273
|
+
/// @group floating-action-button
|
|
20274
|
+
$kendo-fab-icon-spacing: map-get( $spacing, 1 ) / 2 !default;
|
|
20275
|
+
|
|
20276
|
+
/// FAB items horizontal padding.
|
|
20277
|
+
/// @group floating-action-button
|
|
20278
|
+
$kendo-fab-items-padding-x: 0px !default;
|
|
20279
|
+
/// FAB items vertical padding.
|
|
20280
|
+
/// @group floating-action-button
|
|
20281
|
+
$kendo-fab-items-padding-y: map-get( $spacing, 4 ) !default;
|
|
20282
|
+
|
|
20283
|
+
/// FAB item text horizontal padding.
|
|
20284
|
+
/// @group floating-action-button
|
|
20285
|
+
$kendo-fab-item-text-padding-x: map-get( $spacing, 1 ) !default;
|
|
20286
|
+
/// FAB item text vertical padding.
|
|
20287
|
+
/// @group floating-action-button
|
|
20288
|
+
$kendo-fab-item-text-padding-y: $kendo-fab-item-text-padding-x !default;
|
|
20289
|
+
/// Width of the FAB item text border.
|
|
20290
|
+
/// @group floating-action-button
|
|
20291
|
+
$kendo-fab-item-text-border-width: 1px !default;
|
|
20292
|
+
/// Border radius of the FAB item text.
|
|
20293
|
+
/// @group floating-action-button
|
|
20294
|
+
$kendo-fab-item-text-border-radius: 2px !default;
|
|
20295
|
+
/// Font size of the FAB item text.
|
|
20296
|
+
/// @group floating-action-button
|
|
20297
|
+
$kendo-fab-item-text-font-size: $font-size-xs !default;
|
|
20298
|
+
/// Line height of the FAB item text.
|
|
20299
|
+
/// @group floating-action-button
|
|
20300
|
+
$kendo-fab-item-text-line-height: 1.2 !default;
|
|
20301
|
+
|
|
20302
|
+
/// FAB item icon horizontal padding.
|
|
20303
|
+
/// @group floating-action-button
|
|
20304
|
+
$kendo-fab-item-icon-padding-x: map-get( $spacing, 2 ) !default;
|
|
20305
|
+
/// FAB item icon vertical padding.
|
|
20306
|
+
/// @group floating-action-button
|
|
20307
|
+
$kendo-fab-item-icon-padding-y: $kendo-fab-item-icon-padding-x !default;
|
|
20308
|
+
/// Width of the FAB item icon border.
|
|
20309
|
+
/// @group floating-action-button
|
|
20310
|
+
$kendo-fab-item-icon-border-width: 0 !default;
|
|
20311
|
+
/// Border radius of the FAB item icon.
|
|
20312
|
+
/// @group floating-action-button
|
|
20313
|
+
$kendo-fab-item-icon-border-radius: 50% !default;
|
|
20314
|
+
/// Width of the FAB item icon.
|
|
20315
|
+
/// @group floating-action-button
|
|
20316
|
+
$kendo-fab-item-icon-width: 20px !default;
|
|
20317
|
+
/// Height of the FAB item icon.
|
|
20318
|
+
/// @group floating-action-button
|
|
20319
|
+
$kendo-fab-item-icon-height: $kendo-fab-item-icon-width !default;
|
|
20320
|
+
|
|
20321
|
+
/// Theme colors map for the FAB.
|
|
20322
|
+
/// @group floating-action-button
|
|
20323
|
+
$kendo-fab-theme-colors: $theme-colors !default;
|
|
20324
|
+
|
|
20325
|
+
/// The base shadow of the FAB.
|
|
20326
|
+
/// @group floating-action-button
|
|
20327
|
+
$kendo-fab-shadow: 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .2) !default;
|
|
20328
|
+
/// The disabled shadow of the FAB.
|
|
20329
|
+
/// @group floating-action-button
|
|
20330
|
+
$kendo-fab-disabled-shadow: 0 6px 10px try-tint( rgba(0, 0, 0, .14), .5 ), 0 1px 18px try-tint( rgba(0, 0, 0, .12), .5 ), 0 3px 5px try-tint( rgba(0, 0, 0, .2), .5 ) !default;
|
|
20331
|
+
/// The active shadow of the FAB.
|
|
20332
|
+
/// @group floating-action-button
|
|
20333
|
+
$kendo-fab-active-shadow: null !default;
|
|
20334
|
+
|
|
20335
|
+
/// The base text color of the FAB item.
|
|
20336
|
+
/// @group floating-action-button
|
|
20337
|
+
$kendo-fab-item-text: $component-text !default;
|
|
20338
|
+
/// The base background color of the FAB item.
|
|
20339
|
+
/// @group floating-action-button
|
|
20340
|
+
$kendo-fab-item-bg: $component-bg !default;
|
|
20341
|
+
/// The base border color of the FAB item.
|
|
20342
|
+
/// @group floating-action-button
|
|
20343
|
+
$kendo-fab-item-border: $component-border !default;
|
|
20344
|
+
|
|
20345
|
+
/// The base text color of the FAB item icon.
|
|
20346
|
+
/// @group floating-action-button
|
|
20347
|
+
$kendo-fab-item-icon-text: $kendo-button-text !default;
|
|
20348
|
+
/// The base background color of the FAB item icon.
|
|
20349
|
+
/// @group floating-action-button
|
|
20350
|
+
$kendo-fab-item-icon-bg: $kendo-button-bg !default;
|
|
20351
|
+
/// The base border color of the FAB item icon.
|
|
20352
|
+
/// @group floating-action-button
|
|
20353
|
+
$kendo-fab-item-icon-border: $kendo-button-border !default;
|
|
20354
|
+
|
|
20355
|
+
/// The base shadow of the FAB item.
|
|
20356
|
+
/// @group floating-action-button
|
|
20357
|
+
$kendo-fab-item-shadow: $kendo-fab-shadow !default;
|
|
20358
|
+
/// The disabled shadow of the FAB item.
|
|
20359
|
+
/// @group floating-action-button
|
|
20360
|
+
$kendo-fab-item-disabled-shadow: $kendo-fab-disabled-shadow !default;
|
|
20361
|
+
/// The active shadow of the FAB item.
|
|
20362
|
+
/// @group floating-action-button
|
|
20363
|
+
$kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
20111
20364
|
|
|
20112
20365
|
// #endregion
|
|
20113
20366
|
// #region @import "_layout.scss"; -> packages/default/scss/fab/_layout.scss
|
|
@@ -20122,9 +20375,9 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20122
20375
|
box-sizing: border-box;
|
|
20123
20376
|
color: inherit;
|
|
20124
20377
|
background-color: transparent;
|
|
20125
|
-
font-size: $fab-font-size;
|
|
20126
|
-
line-height: $fab-line-height;
|
|
20127
|
-
font-family: $fab-font-family;
|
|
20378
|
+
font-size: $kendo-fab-font-size;
|
|
20379
|
+
line-height: $kendo-fab-line-height;
|
|
20380
|
+
font-family: $kendo-fab-font-family;
|
|
20128
20381
|
text-align: center;
|
|
20129
20382
|
white-space: nowrap;
|
|
20130
20383
|
display: inline-flex;
|
|
@@ -20143,73 +20396,39 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20143
20396
|
|
|
20144
20397
|
// FAB Icon
|
|
20145
20398
|
.k-fab-icon {
|
|
20146
|
-
width: $fab-icon-width;
|
|
20147
|
-
height: $fab-icon-height;
|
|
20399
|
+
width: $kendo-fab-icon-width;
|
|
20400
|
+
height: $kendo-fab-icon-height;
|
|
20148
20401
|
|
|
20149
20402
|
&:not(:only-child) {
|
|
20150
|
-
margin-right: $fab-icon-spacing;
|
|
20151
|
-
margin-left: -$fab-icon-spacing;
|
|
20403
|
+
margin-right: $kendo-fab-icon-spacing;
|
|
20404
|
+
margin-left: -$kendo-fab-icon-spacing;
|
|
20152
20405
|
}
|
|
20153
20406
|
}
|
|
20154
20407
|
|
|
20155
20408
|
|
|
20156
20409
|
// Sizes
|
|
20157
20410
|
.k-fab-sm {
|
|
20158
|
-
padding: $fab-padding-y-sm $fab-padding-x-sm;
|
|
20411
|
+
padding: $kendo-fab-padding-y-sm $kendo-fab-padding-x-sm;
|
|
20159
20412
|
}
|
|
20160
20413
|
.k-fab-md {
|
|
20161
|
-
padding: $fab-padding-y $fab-padding-x;
|
|
20414
|
+
padding: $kendo-fab-padding-y $kendo-fab-padding-x;
|
|
20162
20415
|
}
|
|
20163
20416
|
.k-fab-lg {
|
|
20164
|
-
padding: $fab-padding-y-lg $fab-padding-x-lg;
|
|
20417
|
+
padding: $kendo-fab-padding-y-lg $kendo-fab-padding-x-lg;
|
|
20165
20418
|
}
|
|
20166
20419
|
|
|
20167
|
-
|
|
20168
20420
|
// Shapes
|
|
20169
|
-
.k-fab-
|
|
20170
|
-
border-radius: 0;
|
|
20171
|
-
|
|
20172
|
-
&.k-fab-sm {
|
|
20173
|
-
width: $fab-size-sm;
|
|
20174
|
-
height: $fab-size-sm;
|
|
20175
|
-
}
|
|
20176
|
-
&.k-fab-md {
|
|
20177
|
-
width: $fab-size-md;
|
|
20178
|
-
height: $fab-size-md;
|
|
20179
|
-
}
|
|
20180
|
-
&.k-fab-lg {
|
|
20181
|
-
width: $fab-size-lg;
|
|
20182
|
-
height: $fab-size-lg;
|
|
20183
|
-
}
|
|
20184
|
-
}
|
|
20185
|
-
.k-fab-circle {
|
|
20186
|
-
border-radius: 50%;
|
|
20421
|
+
.k-fab-rectangle { }
|
|
20187
20422
|
|
|
20188
|
-
|
|
20189
|
-
|
|
20190
|
-
height: $fab-size-sm;
|
|
20191
|
-
}
|
|
20192
|
-
&.k-fab-md {
|
|
20193
|
-
width: $fab-size-md;
|
|
20194
|
-
height: $fab-size-md;
|
|
20195
|
-
}
|
|
20196
|
-
&.k-fab-lg {
|
|
20197
|
-
width: $fab-size-lg;
|
|
20198
|
-
height: $fab-size-lg;
|
|
20199
|
-
}
|
|
20200
|
-
}
|
|
20201
|
-
.k-fab-pill {
|
|
20202
|
-
border-radius: 5rem;
|
|
20203
|
-
}
|
|
20204
|
-
.k-fab-rounded {
|
|
20205
|
-
@include border-radius( $fab-border-radius );
|
|
20423
|
+
.k-fab-square {
|
|
20424
|
+
aspect-ratio: 1;
|
|
20206
20425
|
}
|
|
20207
20426
|
|
|
20208
20427
|
|
|
20209
20428
|
// Items
|
|
20210
20429
|
.k-fab-items {
|
|
20211
20430
|
margin: 0;
|
|
20212
|
-
padding: $fab-items-padding-y $fab-items-padding-x;
|
|
20431
|
+
padding: $kendo-fab-items-padding-y $kendo-fab-items-padding-x;
|
|
20213
20432
|
display: flex;
|
|
20214
20433
|
}
|
|
20215
20434
|
|
|
@@ -20254,19 +20473,19 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20254
20473
|
}
|
|
20255
20474
|
|
|
20256
20475
|
.k-fab-item-text {
|
|
20257
|
-
padding: $fab-item-text-padding-y $fab-item-text-padding-x;
|
|
20258
|
-
border-width: $fab-item-text-border-width;
|
|
20259
|
-
border-radius: $fab-item-text-border-radius;
|
|
20260
|
-
font-size: $fab-item-text-font-size;
|
|
20261
|
-
line-height: $fab-item-text-line-height;
|
|
20476
|
+
padding: $kendo-fab-item-text-padding-y $kendo-fab-item-text-padding-x;
|
|
20477
|
+
border-width: $kendo-fab-item-text-border-width;
|
|
20478
|
+
border-radius: $kendo-fab-item-text-border-radius;
|
|
20479
|
+
font-size: $kendo-fab-item-text-font-size;
|
|
20480
|
+
line-height: $kendo-fab-item-text-line-height;
|
|
20262
20481
|
}
|
|
20263
20482
|
|
|
20264
20483
|
.k-fab-item-icon {
|
|
20265
|
-
width: $fab-item-icon-width;
|
|
20266
|
-
height: $fab-item-icon-height;
|
|
20267
|
-
padding: $fab-item-icon-padding-y $fab-item-icon-padding-x;
|
|
20268
|
-
border-width: $fab-item-icon-border-width;
|
|
20269
|
-
border-radius: $fab-item-icon-border-radius;
|
|
20484
|
+
width: $kendo-fab-item-icon-width;
|
|
20485
|
+
height: $kendo-fab-item-icon-height;
|
|
20486
|
+
padding: $kendo-fab-item-icon-padding-y $kendo-fab-item-icon-padding-x;
|
|
20487
|
+
border-width: $kendo-fab-item-icon-border-width;
|
|
20488
|
+
border-radius: $kendo-fab-item-icon-border-radius;
|
|
20270
20489
|
box-sizing: content-box;
|
|
20271
20490
|
outline: none;
|
|
20272
20491
|
}
|
|
@@ -20307,11 +20526,11 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20307
20526
|
@include exports( "fab/theme" ) {
|
|
20308
20527
|
|
|
20309
20528
|
// Normal state
|
|
20310
|
-
@each $name, $color in $fab-theme-colors {
|
|
20311
|
-
.k-fab-#{$name} {
|
|
20312
|
-
@include box-shadow($fab-shadow);
|
|
20313
|
-
outline: $fab-border-width solid $color;
|
|
20314
|
-
outline-offset: -$fab-border-width;
|
|
20529
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
20530
|
+
.k-fab-solid-#{$name} {
|
|
20531
|
+
@include box-shadow($kendo-fab-shadow);
|
|
20532
|
+
outline: $kendo-fab-border-width solid $color;
|
|
20533
|
+
outline-offset: -$kendo-fab-border-width;
|
|
20315
20534
|
border-color: $color;
|
|
20316
20535
|
color: contrast-wcag( $color );
|
|
20317
20536
|
background-color: $color;
|
|
@@ -20319,20 +20538,18 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20319
20538
|
}
|
|
20320
20539
|
|
|
20321
20540
|
// Hover state
|
|
20322
|
-
@each $name, $color in $fab-theme-colors {
|
|
20323
|
-
.k-
|
|
20324
|
-
.k-
|
|
20325
|
-
.k-fab-#{$name}:hover {
|
|
20541
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
20542
|
+
.k-hover.k-fab-solid-#{$name},
|
|
20543
|
+
.k-fab-solid-#{$name}:hover {
|
|
20326
20544
|
border-color: try-shade( $color, .5 );
|
|
20327
20545
|
background-color: try-shade( $color, .5 );
|
|
20328
20546
|
}
|
|
20329
20547
|
}
|
|
20330
20548
|
|
|
20331
20549
|
// Focus state
|
|
20332
|
-
@each $name, $color in $fab-theme-colors {
|
|
20333
|
-
.k-fab-#{$name}.k-
|
|
20334
|
-
.k-fab-#{$name}
|
|
20335
|
-
.k-fab-#{$name}:focus {
|
|
20550
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
20551
|
+
.k-fab-solid-#{$name}.k-focus,
|
|
20552
|
+
.k-fab-solid-#{$name}:focus {
|
|
20336
20553
|
outline-style: solid;
|
|
20337
20554
|
outline-width: 2px;
|
|
20338
20555
|
outline-color: rgba( $color, .3 );
|
|
@@ -20340,21 +20557,21 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20340
20557
|
}
|
|
20341
20558
|
|
|
20342
20559
|
// Active state
|
|
20343
|
-
@each $name, $color in $fab-theme-colors {
|
|
20344
|
-
.k-
|
|
20345
|
-
.k-
|
|
20346
|
-
.k-fab-#{$name}:active {
|
|
20347
|
-
@include box-shadow($fab-active-shadow);
|
|
20560
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
20561
|
+
.k-active.k-fab-solid-#{$name},
|
|
20562
|
+
.k-selected.k-fab-solid-#{$name},
|
|
20563
|
+
.k-fab-solid-#{$name}:active {
|
|
20564
|
+
@include box-shadow($kendo-fab-active-shadow);
|
|
20348
20565
|
border-color: try-shade( $color, 1.5);
|
|
20349
20566
|
background-color: try-shade( $color, 1.5);
|
|
20350
20567
|
}
|
|
20351
20568
|
}
|
|
20352
20569
|
|
|
20353
20570
|
// Disabled state
|
|
20354
|
-
@each $name, $color in $fab-theme-colors {
|
|
20355
|
-
.k-
|
|
20356
|
-
.k-fab-#{$name}:disabled {
|
|
20357
|
-
@include box-shadow($fab-disabled-shadow);
|
|
20571
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
20572
|
+
.k-disabled.k-fab-solid-#{$name},
|
|
20573
|
+
.k-fab-solid-#{$name}:disabled {
|
|
20574
|
+
@include box-shadow($kendo-fab-disabled-shadow);
|
|
20358
20575
|
background-color: try-tint( $color, 5 );
|
|
20359
20576
|
color: try-tint( contrast-wcag( $color ), 5 );
|
|
20360
20577
|
opacity: 1;
|
|
@@ -20364,62 +20581,59 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20364
20581
|
// Items
|
|
20365
20582
|
.k-fab-item-text {
|
|
20366
20583
|
@include fill(
|
|
20367
|
-
$fab-item-text,
|
|
20368
|
-
$fab-item-bg,
|
|
20369
|
-
$fab-item-border
|
|
20584
|
+
$kendo-fab-item-text,
|
|
20585
|
+
$kendo-fab-item-bg,
|
|
20586
|
+
$kendo-fab-item-border
|
|
20370
20587
|
);
|
|
20371
|
-
@include box-shadow($fab-item-shadow);
|
|
20588
|
+
@include box-shadow($kendo-fab-item-shadow);
|
|
20372
20589
|
|
|
20373
20590
|
}
|
|
20374
20591
|
.k-fab-item-icon {
|
|
20375
20592
|
@include fill(
|
|
20376
|
-
$fab-item-icon-text,
|
|
20377
|
-
$fab-item-icon-bg,
|
|
20378
|
-
$fab-item-icon-border
|
|
20593
|
+
$kendo-fab-item-icon-text,
|
|
20594
|
+
$kendo-fab-item-icon-bg,
|
|
20595
|
+
$kendo-fab-item-icon-border
|
|
20379
20596
|
);
|
|
20380
|
-
@include box-shadow($fab-item-shadow);
|
|
20381
|
-
outline: $fab-border-width solid rgba(0, 0, 0, .08);
|
|
20382
|
-
outline-offset: -$fab-border-width;
|
|
20597
|
+
@include box-shadow($kendo-fab-item-shadow);
|
|
20598
|
+
outline: $kendo-fab-border-width solid rgba(0, 0, 0, .08);
|
|
20599
|
+
outline-offset: -$kendo-fab-border-width;
|
|
20383
20600
|
}
|
|
20384
20601
|
|
|
20385
20602
|
// Hover state
|
|
20386
|
-
.k-fab-item.k-
|
|
20387
|
-
.k-fab-item.k-state-hovered .k-fab-item-icon
|
|
20603
|
+
.k-fab-item.k-hover .k-fab-item-icon,
|
|
20388
20604
|
.k-fab-item:hover .k-fab-item-icon {
|
|
20389
|
-
border-color: try-shade( $fab-item-icon-border, .5 );
|
|
20390
|
-
background-color: try-shade( $fab-item-icon-bg, .5 );
|
|
20605
|
+
border-color: try-shade( $kendo-fab-item-icon-border, .5 );
|
|
20606
|
+
background-color: try-shade( $kendo-fab-item-icon-bg, .5 );
|
|
20391
20607
|
}
|
|
20392
20608
|
|
|
20393
20609
|
// Focus state
|
|
20394
20610
|
.k-fab-item:focus .k-fab-item-text,
|
|
20395
20611
|
.k-fab-item:focus .k-fab-item-icon,
|
|
20396
|
-
.k-fab-item.k-
|
|
20397
|
-
.k-fab-item.k-
|
|
20398
|
-
.k-fab-item.k-state-focused .k-fab-item-text,
|
|
20399
|
-
.k-fab-item.k-state-focused .k-fab-item-icon {
|
|
20612
|
+
.k-fab-item.k-focus .k-fab-item-text,
|
|
20613
|
+
.k-fab-item.k-focus .k-fab-item-icon {
|
|
20400
20614
|
outline-style: solid;
|
|
20401
20615
|
outline-width: 2px;
|
|
20402
20616
|
outline-color: rgba(0, 0, 0, .08);
|
|
20403
20617
|
}
|
|
20404
20618
|
|
|
20405
20619
|
// Active state
|
|
20406
|
-
.k-fab-item.k-
|
|
20620
|
+
.k-fab-item.k-active .k-fab-item-icon,
|
|
20407
20621
|
.k-fab-item:active .k-fab-item-icon {
|
|
20408
|
-
@include box-shadow($fab-item-active-shadow);
|
|
20409
|
-
border-color: try-shade( $fab-item-icon-border, 1);
|
|
20410
|
-
background-color: try-shade( $fab-item-icon-bg, 1);
|
|
20622
|
+
@include box-shadow($kendo-fab-item-active-shadow);
|
|
20623
|
+
border-color: try-shade( $kendo-fab-item-icon-border, 1);
|
|
20624
|
+
background-color: try-shade( $kendo-fab-item-icon-bg, 1);
|
|
20411
20625
|
}
|
|
20412
20626
|
|
|
20413
20627
|
// Disabled state
|
|
20414
|
-
.k-fab-item.k-
|
|
20628
|
+
.k-fab-item.k-disabled,
|
|
20415
20629
|
.k-fab-item:disabled {
|
|
20416
20630
|
opacity: 1;
|
|
20417
20631
|
|
|
20418
20632
|
.k-fab-item-text,
|
|
20419
20633
|
.k-fab-item-icon {
|
|
20420
|
-
@include box-shadow($fab-item-disabled-shadow);
|
|
20421
|
-
background-color: try-tint( $fab-item-bg, 5 );
|
|
20422
|
-
color: try-tint( $fab-item-text, 5 );
|
|
20634
|
+
@include box-shadow($kendo-fab-item-disabled-shadow);
|
|
20635
|
+
background-color: try-tint( $kendo-fab-item-bg, 5 );
|
|
20636
|
+
color: try-tint( $kendo-fab-item-text, 5 );
|
|
20423
20637
|
}
|
|
20424
20638
|
}
|
|
20425
20639
|
|
|
@@ -20485,8 +20699,12 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20485
20699
|
|
|
20486
20700
|
// Menu item
|
|
20487
20701
|
.k-menu-item {
|
|
20702
|
+
box-sizing: border-box;
|
|
20488
20703
|
border-width: 0;
|
|
20489
20704
|
outline: 0;
|
|
20705
|
+
display: flex;
|
|
20706
|
+
flex-flow: column nowrap;
|
|
20707
|
+
flex: none;
|
|
20490
20708
|
position: relative;
|
|
20491
20709
|
user-select: none;
|
|
20492
20710
|
}
|
|
@@ -20508,28 +20726,34 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20508
20726
|
outline: 0;
|
|
20509
20727
|
color: inherit;
|
|
20510
20728
|
display: flex;
|
|
20511
|
-
flex-
|
|
20729
|
+
flex-flow: row nowrap;
|
|
20512
20730
|
flex: 1 1 auto;
|
|
20731
|
+
gap: $menu-item-icon-spacing;
|
|
20513
20732
|
align-items: center;
|
|
20514
20733
|
position: relative;
|
|
20515
20734
|
white-space: nowrap;
|
|
20516
20735
|
cursor: pointer;
|
|
20736
|
+
}
|
|
20517
20737
|
|
|
20518
|
-
|
|
20519
|
-
|
|
20520
|
-
|
|
20521
|
-
|
|
20522
|
-
|
|
20738
|
+
|
|
20739
|
+
// Menu item text
|
|
20740
|
+
.k-menu-link-text {
|
|
20741
|
+
display: flex;
|
|
20742
|
+
flex-flow: row nowrap;
|
|
20743
|
+
flex: 1 1 auto;
|
|
20744
|
+
overflow: hidden;
|
|
20745
|
+
text-overflow: ellipsis;
|
|
20523
20746
|
}
|
|
20524
20747
|
|
|
20525
20748
|
|
|
20526
20749
|
// Expand arrow
|
|
20527
20750
|
.k-menu-expand-arrow {
|
|
20528
|
-
margin:
|
|
20529
|
-
|
|
20530
|
-
|
|
20531
|
-
|
|
20532
|
-
|
|
20751
|
+
margin-inline-end: -$icon-spacing;
|
|
20752
|
+
display: inline-flex;
|
|
20753
|
+
flex-flow: row wrap;
|
|
20754
|
+
align-items: center;
|
|
20755
|
+
flex: none;
|
|
20756
|
+
position: relative;
|
|
20533
20757
|
}
|
|
20534
20758
|
|
|
20535
20759
|
|
|
@@ -20564,6 +20788,14 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20564
20788
|
padding-right: $kendo-menu-popup-item-padding-end;
|
|
20565
20789
|
}
|
|
20566
20790
|
|
|
20791
|
+
.k-menu-expand-arrow {
|
|
20792
|
+
margin: 0;
|
|
20793
|
+
position: absolute;
|
|
20794
|
+
top: 50%;
|
|
20795
|
+
transform: translateY(-50%);
|
|
20796
|
+
right: $icon-spacing;
|
|
20797
|
+
}
|
|
20798
|
+
|
|
20567
20799
|
> .k-separator {
|
|
20568
20800
|
margin: $menu-separator-spacing 0;
|
|
20569
20801
|
height: 0;
|
|
@@ -20602,12 +20834,20 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20602
20834
|
margin-top: $kendo-menu-popup-item-spacing;
|
|
20603
20835
|
}
|
|
20604
20836
|
|
|
20837
|
+
.k-menu-expand-arrow {
|
|
20838
|
+
margin: 0;
|
|
20839
|
+
position: absolute;
|
|
20840
|
+
top: 50%;
|
|
20841
|
+
transform: translateY(-50%);
|
|
20842
|
+
right: $icon-spacing;
|
|
20843
|
+
}
|
|
20844
|
+
|
|
20605
20845
|
.k-separator {
|
|
20606
20846
|
margin: $menu-separator-spacing 0;
|
|
20607
20847
|
height: 0;
|
|
20608
20848
|
border-width: 1px 0 0;
|
|
20609
20849
|
border-style: solid;
|
|
20610
|
-
border-color: $
|
|
20850
|
+
border-color: $component-border;
|
|
20611
20851
|
display: block;
|
|
20612
20852
|
}
|
|
20613
20853
|
}
|
|
@@ -20627,6 +20867,11 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20627
20867
|
padding: $kendo-menu-popup-item-padding-y-sm $kendo-menu-popup-item-padding-x-sm;
|
|
20628
20868
|
padding-inline-end: $kendo-menu-popup-item-padding-end-sm;
|
|
20629
20869
|
}
|
|
20870
|
+
|
|
20871
|
+
.k-menu-expand-arrow {
|
|
20872
|
+
margin-inline-start: $kendo-menu-popup-item-icon-margin-start-sm;
|
|
20873
|
+
margin-inline-end: $kendo-menu-popup-item-icon-margin-end-sm;
|
|
20874
|
+
}
|
|
20630
20875
|
}
|
|
20631
20876
|
.k-menu-group-md {
|
|
20632
20877
|
font-size: $kendo-menu-popup-font-size-md;
|
|
@@ -20642,6 +20887,11 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20642
20887
|
padding: $kendo-menu-popup-item-padding-y-md $kendo-menu-popup-item-padding-x-md;
|
|
20643
20888
|
padding-inline-end: $kendo-menu-popup-item-padding-end-md;
|
|
20644
20889
|
}
|
|
20890
|
+
|
|
20891
|
+
.k-menu-expand-arrow {
|
|
20892
|
+
margin-inline-start: $kendo-menu-popup-item-icon-margin-start;
|
|
20893
|
+
margin-inline-end: $kendo-menu-popup-item-icon-margin-end;
|
|
20894
|
+
}
|
|
20645
20895
|
}
|
|
20646
20896
|
.k-menu-group-lg {
|
|
20647
20897
|
font-size: $kendo-menu-popup-font-size-lg;
|
|
@@ -20657,6 +20907,11 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20657
20907
|
padding: $kendo-menu-popup-item-padding-y-lg $kendo-menu-popup-item-padding-x-lg;
|
|
20658
20908
|
padding-inline-end: $kendo-menu-popup-item-padding-end-lg;
|
|
20659
20909
|
}
|
|
20910
|
+
|
|
20911
|
+
.k-menu-expand-arrow {
|
|
20912
|
+
margin-inline-start: $kendo-menu-popup-item-icon-margin-start-lg;
|
|
20913
|
+
margin-inline-end: $kendo-menu-popup-item-icon-margin-end-lg;
|
|
20914
|
+
}
|
|
20660
20915
|
}
|
|
20661
20916
|
|
|
20662
20917
|
|
|
@@ -20685,11 +20940,14 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20685
20940
|
.k-context-menu-popup {
|
|
20686
20941
|
z-index: 12000;
|
|
20687
20942
|
|
|
20688
|
-
> .k-popup:not(.k-menu-popup),
|
|
20689
20943
|
.k-context-menu {
|
|
20690
|
-
border: 0;
|
|
20944
|
+
border-width: 0;
|
|
20691
20945
|
}
|
|
20692
20946
|
}
|
|
20947
|
+
.k-popup .k-context-menu,
|
|
20948
|
+
.k-context-menu-popup .k-context-menu {
|
|
20949
|
+
border-width: 0;
|
|
20950
|
+
}
|
|
20693
20951
|
|
|
20694
20952
|
|
|
20695
20953
|
// Scrolling
|
|
@@ -20748,21 +21006,6 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20748
21006
|
.k-rtl,
|
|
20749
21007
|
[dir="rtl"] {
|
|
20750
21008
|
|
|
20751
|
-
.k-menu-link {
|
|
20752
|
-
> .k-icon:not(.k-menu-expand-arrow),
|
|
20753
|
-
> .k-image,
|
|
20754
|
-
> .k-sprite {
|
|
20755
|
-
margin-left: $menu-item-icon-spacing;
|
|
20756
|
-
margin-right: 0;
|
|
20757
|
-
}
|
|
20758
|
-
}
|
|
20759
|
-
|
|
20760
|
-
.k-menu-expand-arrow {
|
|
20761
|
-
right: unset;
|
|
20762
|
-
left: $icon-spacing;
|
|
20763
|
-
}
|
|
20764
|
-
|
|
20765
|
-
|
|
20766
21009
|
// Orientation -- horizontal
|
|
20767
21010
|
.k-menu-horizontal {
|
|
20768
21011
|
|
|
@@ -22196,15 +22439,15 @@ $card-footer-text: $header-text !default;
|
|
|
22196
22439
|
$card-footer-border: $header-border !default;
|
|
22197
22440
|
|
|
22198
22441
|
$card-title-margin-bottom: map-get( $spacing, sm ) !default;
|
|
22199
|
-
$card-title-font-size: $font-size
|
|
22200
|
-
$card-title-font-family:
|
|
22201
|
-
$card-title-line-height:
|
|
22442
|
+
$card-title-font-size: $h5-font-size !default;
|
|
22443
|
+
$card-title-font-family: null !default;
|
|
22444
|
+
$card-title-line-height: 1.25 !default;
|
|
22202
22445
|
$card-title-font-weight: $font-weight-normal !default;
|
|
22203
22446
|
$card-title-letter-spacing: null !default;
|
|
22204
22447
|
|
|
22205
22448
|
$card-subtitle-margin-bottom: map-get( $spacing, sm ) !default;
|
|
22206
22449
|
$card-subtitle-font-size: $font-size-sm !default;
|
|
22207
|
-
$card-subtitle-font-family:
|
|
22450
|
+
$card-subtitle-font-family: null !default;
|
|
22208
22451
|
$card-subtitle-line-height: normal !default;
|
|
22209
22452
|
$card-subtitle-font-weight: $font-weight-normal !default;
|
|
22210
22453
|
$card-subtitle-letter-spacing: null !default;
|
|
@@ -23604,7 +23847,7 @@ $pager-number-focus-opacity: .12 !default;
|
|
|
23604
23847
|
$pager-number-focus-bg: transparent !default;
|
|
23605
23848
|
$pager-number-focus-shadow: inset 0 0 0 2px rgba($pager-number-selected-bg, $pager-number-focus-opacity) !default;
|
|
23606
23849
|
|
|
23607
|
-
$pager-input-width:
|
|
23850
|
+
$pager-input-width: 5em !default;
|
|
23608
23851
|
$pager-dropdown-width: 5em !default;
|
|
23609
23852
|
|
|
23610
23853
|
// #endregion
|
|
@@ -24769,7 +25012,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
24769
25012
|
.k-tabstrip-items {
|
|
24770
25013
|
outline: 0;
|
|
24771
25014
|
display: flex;
|
|
24772
|
-
flex-
|
|
25015
|
+
flex-flow: row wrap;
|
|
24773
25016
|
flex: 0 0 auto;
|
|
24774
25017
|
|
|
24775
25018
|
.k-item {
|
|
@@ -26637,9 +26880,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
26637
26880
|
}
|
|
26638
26881
|
}
|
|
26639
26882
|
|
|
26640
|
-
.k-grid .k-grid-search {
|
|
26641
|
-
width: 100%;
|
|
26642
|
-
}
|
|
26643
26883
|
}
|
|
26644
26884
|
|
|
26645
26885
|
.k-grid.k-grid-mobile {
|
|
@@ -27945,14 +28185,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
27945
28185
|
padding: 4px 8px;
|
|
27946
28186
|
}
|
|
27947
28187
|
|
|
27948
|
-
.k-grid-columnmenu-popup {
|
|
27949
|
-
width: 230px;
|
|
27950
|
-
|
|
27951
|
-
&.k-popup {
|
|
27952
|
-
padding: $grid-column-menu-popup-padding-y $grid-column-menu-popup-padding-x;
|
|
27953
|
-
}
|
|
27954
|
-
}
|
|
27955
|
-
|
|
27956
28188
|
// Filter row
|
|
27957
28189
|
.k-filter-row {
|
|
27958
28190
|
line-height: $form-line-height;
|
|
@@ -28425,83 +28657,83 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28425
28657
|
|
|
28426
28658
|
@include exports( "filtermenu/layout" ) {
|
|
28427
28659
|
|
|
28428
|
-
|
|
28429
|
-
.k-
|
|
28430
|
-
|
|
28431
|
-
.k-filter-menu-container {
|
|
28432
|
-
width: $grid-filter-menu-width;
|
|
28433
|
-
}
|
|
28660
|
+
// Filter menu
|
|
28661
|
+
.k-filter-menu-popup {
|
|
28662
|
+
width: $grid-column-menu-width;
|
|
28434
28663
|
}
|
|
28664
|
+
.k-filter-menu {
|
|
28665
|
+
box-sizing: border-box;
|
|
28666
|
+
}
|
|
28667
|
+
.k-filter-menu-container {
|
|
28668
|
+
padding: map-get( $spacing, 2 );
|
|
28669
|
+
box-sizing: border-box;
|
|
28670
|
+
display: flex;
|
|
28671
|
+
flex-flow: column nowrap;
|
|
28672
|
+
align-items: stretch;
|
|
28673
|
+
gap: map-get( $spacing, 2 );
|
|
28435
28674
|
|
|
28436
|
-
|
|
28437
|
-
|
|
28438
|
-
|
|
28439
|
-
.k-popup .k-grid-filter-popup {
|
|
28440
|
-
.k-multicheck-wrap {
|
|
28441
|
-
padding: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x 0;
|
|
28442
|
-
|
|
28443
|
-
.k-item {
|
|
28444
|
-
padding: $grid-column-menu-list-item-padding-y 0;
|
|
28445
|
-
}
|
|
28446
|
-
|
|
28447
|
-
.k-check-all-wrap {
|
|
28448
|
-
padding-bottom: ($grid-column-menu-list-item-padding-y * 2);
|
|
28449
|
-
border-bottom-width: $grid-filter-menu-check-all-border-bottom-width;
|
|
28450
|
-
border-bottom-style: solid;
|
|
28451
|
-
}
|
|
28675
|
+
.k-filter-and {
|
|
28676
|
+
width: min-content;
|
|
28677
|
+
align-self: start;
|
|
28452
28678
|
}
|
|
28453
28679
|
|
|
28454
|
-
.k-
|
|
28455
|
-
|
|
28680
|
+
.k-actions {
|
|
28681
|
+
margin: 0;
|
|
28682
|
+
padding: 0;
|
|
28456
28683
|
}
|
|
28457
28684
|
|
|
28458
|
-
|
|
28459
|
-
|
|
28685
|
+
// Angular specific
|
|
28686
|
+
kendo-numeric-filter-menu,
|
|
28687
|
+
kendo-grid-string-filter-menu,
|
|
28688
|
+
kendo-grid-date-filter-menu,
|
|
28689
|
+
kendo-grid-filter-menu-input-wrapper {
|
|
28690
|
+
display: flex;
|
|
28691
|
+
flex-flow: column nowrap;
|
|
28692
|
+
align-items: stretch;
|
|
28693
|
+
gap: map-get( $spacing, 2 );
|
|
28460
28694
|
}
|
|
28461
28695
|
}
|
|
28696
|
+
.k-ie .k-filter-menu-container {
|
|
28697
|
+
> * { margin-top: map-get( $spacing, 2 ); }
|
|
28698
|
+
> :first-child { margin-top: 0; }
|
|
28462
28699
|
|
|
28463
|
-
|
|
28464
|
-
|
|
28465
|
-
|
|
28466
|
-
|
|
28467
|
-
|
|
28468
|
-
.k-filter-menu-container {
|
|
28469
|
-
box-sizing: border-box;
|
|
28700
|
+
// Angular specific
|
|
28701
|
+
.k-filter-and,
|
|
28702
|
+
kendo-grid-filter-menu-input-wrapper > * {
|
|
28703
|
+
margin-top: map-get( $spacing, 2 );
|
|
28470
28704
|
}
|
|
28471
|
-
|
|
28472
|
-
|
|
28473
|
-
.k-textbox,
|
|
28474
|
-
.k-dropdown,
|
|
28475
|
-
.k-numerictextbox,
|
|
28476
|
-
.k-radio-list,
|
|
28477
|
-
.k-datepicker,
|
|
28478
|
-
.k-input {
|
|
28479
|
-
margin: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x 0;
|
|
28480
|
-
width: calc( 100% - ( 2 * #{$grid-filter-menu-item-spacing-x} ) );
|
|
28481
|
-
box-sizing: border-box;
|
|
28482
|
-
display: flex;
|
|
28483
|
-
}
|
|
28484
|
-
|
|
28485
|
-
.k-switch {
|
|
28486
|
-
margin: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x 0;
|
|
28487
|
-
box-sizing: border-box;
|
|
28488
|
-
display: flex;
|
|
28705
|
+
kendo-grid-filter-menu-input-wrapper > :first-child {
|
|
28706
|
+
margin-top: 0;
|
|
28489
28707
|
}
|
|
28708
|
+
}
|
|
28490
28709
|
|
|
28491
|
-
|
|
28492
|
-
|
|
28493
|
-
}
|
|
28710
|
+
.k-filter-menu.k-popup,
|
|
28711
|
+
.k-grid-filter-popup.k-popup {
|
|
28494
28712
|
|
|
28495
|
-
.k-
|
|
28496
|
-
width:
|
|
28497
|
-
display: inline-flex;
|
|
28713
|
+
.k-filter-menu-container {
|
|
28714
|
+
width: $grid-column-menu-width;
|
|
28498
28715
|
}
|
|
28499
28716
|
}
|
|
28500
28717
|
|
|
28501
|
-
.k-multicheck-wrap {
|
|
28718
|
+
.k-popup .k-multicheck-wrap {
|
|
28719
|
+
margin: 0;
|
|
28720
|
+
padding: 0;
|
|
28502
28721
|
max-height: 300px;
|
|
28722
|
+
font-size: $kendo-list-font-size;
|
|
28723
|
+
line-height: $kendo-list-line-height;
|
|
28503
28724
|
white-space: nowrap;
|
|
28504
28725
|
overflow: auto;
|
|
28726
|
+
list-style: none;
|
|
28727
|
+
|
|
28728
|
+
.k-item,
|
|
28729
|
+
.k-check-all-wrap {
|
|
28730
|
+
padding: $grid-column-menu-list-item-padding-y $grid-column-menu-list-item-padding-x;
|
|
28731
|
+
|
|
28732
|
+
> .k-checkbox-label {
|
|
28733
|
+
line-height: inherit;
|
|
28734
|
+
display: block;
|
|
28735
|
+
}
|
|
28736
|
+
}
|
|
28505
28737
|
}
|
|
28506
28738
|
|
|
28507
28739
|
.k-filter-selected-items {
|
|
@@ -28525,17 +28757,48 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28525
28757
|
.k-detail-row {
|
|
28526
28758
|
display: none !important;
|
|
28527
28759
|
}
|
|
28528
|
-
|
|
28529
|
-
input.k-input,
|
|
28530
|
-
span.k-input,
|
|
28531
|
-
input.k-textbox {
|
|
28532
|
-
width: 0 !important;
|
|
28533
|
-
}
|
|
28534
28760
|
}
|
|
28535
28761
|
|
|
28536
28762
|
}
|
|
28537
28763
|
|
|
28538
28764
|
@include exports("columnmenu/layout") {
|
|
28765
|
+
|
|
28766
|
+
// Column menu
|
|
28767
|
+
.k-column-menu-popup,
|
|
28768
|
+
.k-grid-columnmenu-popup {
|
|
28769
|
+
width: $grid-column-menu-width;
|
|
28770
|
+
box-sizing: border-box;
|
|
28771
|
+
|
|
28772
|
+
&.k-popup {
|
|
28773
|
+
padding: $grid-column-menu-popup-padding-y $grid-column-menu-popup-padding-x;
|
|
28774
|
+
}
|
|
28775
|
+
.k-popup > & {
|
|
28776
|
+
width: 100%;
|
|
28777
|
+
}
|
|
28778
|
+
|
|
28779
|
+
.k-actions {
|
|
28780
|
+
margin: 0;
|
|
28781
|
+
}
|
|
28782
|
+
|
|
28783
|
+
}
|
|
28784
|
+
.k-column-menu {
|
|
28785
|
+
box-sizing: border-box;
|
|
28786
|
+
|
|
28787
|
+
.k-menu:not(.k-context-menu) {
|
|
28788
|
+
font-weight: 400;
|
|
28789
|
+
}
|
|
28790
|
+
|
|
28791
|
+
.k-expander {
|
|
28792
|
+
border: 0;
|
|
28793
|
+
background: inherit;
|
|
28794
|
+
|
|
28795
|
+
.k-columnmenu-item {
|
|
28796
|
+
display: flex;
|
|
28797
|
+
align-items: center;
|
|
28798
|
+
}
|
|
28799
|
+
}
|
|
28800
|
+
}
|
|
28801
|
+
|
|
28539
28802
|
.k-column-list {
|
|
28540
28803
|
padding: 0;
|
|
28541
28804
|
margin: 0;
|
|
@@ -28580,16 +28843,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28580
28843
|
overflow: hidden;
|
|
28581
28844
|
}
|
|
28582
28845
|
|
|
28583
|
-
.k-filter-menu,
|
|
28584
|
-
.k-column-list-wrapper,
|
|
28585
|
-
.k-columnmenu-item-content {
|
|
28586
|
-
|
|
28587
|
-
.k-actions {
|
|
28588
|
-
margin-top: ($grid-filter-menu-item-spacing-y / 2);
|
|
28589
|
-
padding: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x;
|
|
28590
|
-
}
|
|
28591
|
-
}
|
|
28592
|
-
|
|
28593
28846
|
.k-column-menu-group-header {
|
|
28594
28847
|
padding: $grid-column-menu-group-header-padding-y $grid-column-menu-group-header-padding-x;
|
|
28595
28848
|
display: flex;
|
|
@@ -28608,22 +28861,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28608
28861
|
flex: 1 1 auto;
|
|
28609
28862
|
}
|
|
28610
28863
|
|
|
28611
|
-
.k-column-menu {
|
|
28612
|
-
.k-menu:not(.k-context-menu) {
|
|
28613
|
-
font-weight: 400;
|
|
28614
|
-
}
|
|
28615
|
-
|
|
28616
|
-
.k-expander {
|
|
28617
|
-
border: 0;
|
|
28618
|
-
background: inherit;
|
|
28619
|
-
|
|
28620
|
-
.k-columnmenu-item {
|
|
28621
|
-
display: flex;
|
|
28622
|
-
align-items: center;
|
|
28623
|
-
}
|
|
28624
|
-
}
|
|
28625
|
-
}
|
|
28626
|
-
|
|
28627
28864
|
[dir="rtl"],
|
|
28628
28865
|
.k-rtl {
|
|
28629
28866
|
.k-columnmenu-item > .k-icon {
|
|
@@ -29191,7 +29428,7 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
29191
29428
|
.k-listview {
|
|
29192
29429
|
margin: 0;
|
|
29193
29430
|
padding: 0;
|
|
29194
|
-
border-width:
|
|
29431
|
+
border-width: 0;
|
|
29195
29432
|
border-style: solid;
|
|
29196
29433
|
box-sizing: border-box;
|
|
29197
29434
|
outline: 0;
|
|
@@ -29211,7 +29448,6 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
29211
29448
|
// Header
|
|
29212
29449
|
.k-listview-header {
|
|
29213
29450
|
border-width: 0;
|
|
29214
|
-
border-bottom-width: $listview-border-width;
|
|
29215
29451
|
border-style: solid;
|
|
29216
29452
|
border-color: inherit;
|
|
29217
29453
|
}
|
|
@@ -29220,7 +29456,7 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
29220
29456
|
}
|
|
29221
29457
|
|
|
29222
29458
|
|
|
29223
|
-
// Listview
|
|
29459
|
+
// Listview content
|
|
29224
29460
|
.k-listview-content {
|
|
29225
29461
|
margin: 0;
|
|
29226
29462
|
padding: 0;
|
|
@@ -29275,7 +29511,6 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
29275
29511
|
// Listview footer
|
|
29276
29512
|
.k-listview-footer {
|
|
29277
29513
|
border-width: 0;
|
|
29278
|
-
border-top-width: $listview-border-width;
|
|
29279
29514
|
border-style: solid;
|
|
29280
29515
|
border-color: inherit;
|
|
29281
29516
|
}
|
|
@@ -29287,14 +29522,9 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
29287
29522
|
// Listview pager
|
|
29288
29523
|
.k-listview-pager {
|
|
29289
29524
|
border-width: 0;
|
|
29290
|
-
border-top-width: $listview-border-width;
|
|
29291
29525
|
border-color: inherit;
|
|
29292
29526
|
font: inherit;
|
|
29293
29527
|
}
|
|
29294
|
-
.k-listview-pager-top {
|
|
29295
|
-
border-top-width: 0;
|
|
29296
|
-
border-bottom-width: $listview-border-width;
|
|
29297
|
-
}
|
|
29298
29528
|
.k-listview-bordered > .k-listview-pager-top {
|
|
29299
29529
|
border-bottom-width: $listview-border-width;
|
|
29300
29530
|
}
|
|
@@ -29563,14 +29793,10 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
29563
29793
|
width: auto;
|
|
29564
29794
|
min-width: $form-line-height * 1em;
|
|
29565
29795
|
}
|
|
29566
|
-
|
|
29567
|
-
|
|
29568
|
-
|
|
29569
|
-
|
|
29570
|
-
width: 6 * $spacer;
|
|
29571
|
-
}
|
|
29572
|
-
[data-tool="format"] {
|
|
29573
|
-
width: 4 * $spacer;
|
|
29796
|
+
|
|
29797
|
+
.k-input,
|
|
29798
|
+
.k-picker:not(.k-colorpicker) {
|
|
29799
|
+
width: 5em;
|
|
29574
29800
|
}
|
|
29575
29801
|
}
|
|
29576
29802
|
|
|
@@ -29732,6 +29958,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
29732
29958
|
font-family: Arial, Verdana, Sans-serif;
|
|
29733
29959
|
flex: 1;
|
|
29734
29960
|
position: relative;
|
|
29961
|
+
overflow: hidden;
|
|
29735
29962
|
|
|
29736
29963
|
// disabled cells in the Spreadsheet should allow navigation if link is used
|
|
29737
29964
|
.k-state-disabled {
|
|
@@ -30090,33 +30317,45 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
30090
30317
|
}
|
|
30091
30318
|
|
|
30092
30319
|
// Details
|
|
30093
|
-
.k-details
|
|
30320
|
+
.k-details,
|
|
30321
|
+
.k-expander {
|
|
30094
30322
|
padding: 0;
|
|
30095
30323
|
border-width: 1px 0 0;
|
|
30096
30324
|
border-style: solid;
|
|
30097
30325
|
border-color: inherit;
|
|
30098
30326
|
}
|
|
30099
|
-
.k-
|
|
30100
|
-
|
|
30327
|
+
.k-expander {
|
|
30328
|
+
border: 0;
|
|
30329
|
+
background: inherit;
|
|
30330
|
+
}
|
|
30331
|
+
.k-details-summary,
|
|
30332
|
+
.k-columnmenu-item {
|
|
30333
|
+
padding: $kendo-menu-popup-item-padding-y-md $kendo-menu-popup-item-padding-x-md;
|
|
30334
|
+
display: flex;
|
|
30335
|
+
align-items: center;
|
|
30101
30336
|
cursor: pointer;
|
|
30102
30337
|
|
|
30103
30338
|
> .k-icon {
|
|
30104
30339
|
margin-right: $padding-y;
|
|
30105
30340
|
}
|
|
30106
30341
|
}
|
|
30107
|
-
.k-details-content
|
|
30108
|
-
|
|
30109
|
-
|
|
30110
|
-
|
|
30111
|
-
|
|
30112
|
-
|
|
30113
|
-
}
|
|
30342
|
+
.k-details-content,
|
|
30343
|
+
.k-columnmenu-item-content {
|
|
30344
|
+
padding: map-get( $spacing, 2 );
|
|
30345
|
+
display: flex;
|
|
30346
|
+
flex-flow: column nowrap;
|
|
30347
|
+
gap: map-get( $spacing, 2 );
|
|
30114
30348
|
|
|
30115
30349
|
.k-filter-and {
|
|
30116
|
-
width:
|
|
30117
|
-
|
|
30350
|
+
width: min-content;
|
|
30351
|
+
align-self: flex-start;
|
|
30118
30352
|
}
|
|
30119
30353
|
}
|
|
30354
|
+
|
|
30355
|
+
.k-actions {
|
|
30356
|
+
margin: 0;
|
|
30357
|
+
padding: 0;
|
|
30358
|
+
}
|
|
30120
30359
|
}
|
|
30121
30360
|
|
|
30122
30361
|
}
|
|
@@ -33303,6 +33542,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
33303
33542
|
}
|
|
33304
33543
|
|
|
33305
33544
|
// Toolbar
|
|
33545
|
+
.k-editor-toolbar,
|
|
33306
33546
|
.k-editor > .k-toolbar {
|
|
33307
33547
|
border-width: 0 0 $toolbar-border-width 0;
|
|
33308
33548
|
flex-shrink: 0;
|
|
@@ -33330,13 +33570,10 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
33330
33570
|
top: 0;
|
|
33331
33571
|
right: 0;
|
|
33332
33572
|
visibility: hidden;
|
|
33333
|
-
|
|
33334
|
-
|
|
33335
|
-
|
|
33336
|
-
|
|
33337
|
-
width: $toolbar-inner-calc-size;
|
|
33338
|
-
height: $toolbar-inner-calc-size;
|
|
33339
|
-
position: relative;
|
|
33573
|
+
|
|
33574
|
+
.k-overflow-anchor {
|
|
33575
|
+
position: relative;
|
|
33576
|
+
}
|
|
33340
33577
|
}
|
|
33341
33578
|
|
|
33342
33579
|
.k-editor-export {
|
|
@@ -33454,6 +33691,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
33454
33691
|
}
|
|
33455
33692
|
}
|
|
33456
33693
|
|
|
33694
|
+
|
|
33457
33695
|
// Find and replace dialog
|
|
33458
33696
|
.k-editor-find-replace {
|
|
33459
33697
|
.k-content {
|
|
@@ -33710,6 +33948,24 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
33710
33948
|
}
|
|
33711
33949
|
}
|
|
33712
33950
|
|
|
33951
|
+
// Generic widgets
|
|
33952
|
+
.k-numerictextbox {
|
|
33953
|
+
width: 10em;
|
|
33954
|
+
|
|
33955
|
+
& + .k-dropdown-list {
|
|
33956
|
+
width: 5em;
|
|
33957
|
+
}
|
|
33958
|
+
|
|
33959
|
+
& + .k-colorpicker,
|
|
33960
|
+
& + .k-dropdown-list {
|
|
33961
|
+
margin-left: map-get( $spacing, 2 );
|
|
33962
|
+
}
|
|
33963
|
+
}
|
|
33964
|
+
|
|
33965
|
+
.k-colorpicker {
|
|
33966
|
+
vertical-align: middle;
|
|
33967
|
+
}
|
|
33968
|
+
|
|
33713
33969
|
.k-edit-field > .k-checkbox {
|
|
33714
33970
|
position: relative; // fix scrolling
|
|
33715
33971
|
}
|
|
@@ -33978,6 +34234,7 @@ $imageeditor-content-border-width: 1px !default;
|
|
|
33978
34234
|
|
|
33979
34235
|
$imageeditor-action-pane-padding-y: map-get( $spacing, 8 ) !default;
|
|
33980
34236
|
$imageeditor-action-pane-padding-x: map-get( $spacing, 4 ) !default;
|
|
34237
|
+
$imageeditor-action-pane-width: if( $imageeditor-content-border-width == null, 240px, calc(240px + #{$imageeditor-content-border-width}) );
|
|
33981
34238
|
|
|
33982
34239
|
$imageeditor-crop-border-width: 1px !default;
|
|
33983
34240
|
$imageeditor-crop-border-style: dashed !default;
|
|
@@ -34059,16 +34316,16 @@ $imageeditor-crop-overlay-bg: rgba(black, .3) !default;
|
|
|
34059
34316
|
|
|
34060
34317
|
// Action Pane
|
|
34061
34318
|
.k-imageeditor-action-pane {
|
|
34319
|
+
padding: $imageeditor-action-pane-padding-y $imageeditor-action-pane-padding-x;
|
|
34320
|
+
width: $imageeditor-action-pane-width;
|
|
34062
34321
|
border-width: 0;
|
|
34063
34322
|
border-left-width: $imageeditor-content-border-width;
|
|
34064
34323
|
border-style: solid;
|
|
34065
34324
|
border-color: inherit;
|
|
34066
|
-
|
|
34325
|
+
box-sizing: border-box;
|
|
34326
|
+
flex: none;
|
|
34067
34327
|
overflow-y: auto;
|
|
34068
34328
|
}
|
|
34069
|
-
.k-imageeditor-action-pane > .k-form {
|
|
34070
|
-
padding: $imageeditor-action-pane-padding-y $imageeditor-action-pane-padding-x;
|
|
34071
|
-
}
|
|
34072
34329
|
|
|
34073
34330
|
|
|
34074
34331
|
// Crop Tool
|
|
@@ -34158,10 +34415,6 @@ $imageeditor-crop-overlay-bg: rgba(black, .3) !default;
|
|
|
34158
34415
|
flex-direction: row;
|
|
34159
34416
|
align-self: flex-start;
|
|
34160
34417
|
}
|
|
34161
|
-
|
|
34162
|
-
.k-imageeditor-action-pane {
|
|
34163
|
-
flex: 0 0 auto;
|
|
34164
|
-
}
|
|
34165
34418
|
}
|
|
34166
34419
|
|
|
34167
34420
|
}
|
|
@@ -36530,7 +36783,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
36530
36783
|
.k-widget.k-recur-month,
|
|
36531
36784
|
.k-widget.k-recur-weekday,
|
|
36532
36785
|
.k-widget.k-recur-weekday-offset {
|
|
36533
|
-
width:
|
|
36786
|
+
width: 10em;
|
|
36534
36787
|
}
|
|
36535
36788
|
|
|
36536
36789
|
}
|
|
@@ -37046,8 +37299,6 @@ $chat-message-box-text: $kendo-input-text !default;
|
|
|
37046
37299
|
$chat-message-box-border: inherit !default;
|
|
37047
37300
|
$chat-message-box-focus-shadow: 0 0 40px rgba( $kendo-input-text, .1 ) !default;
|
|
37048
37301
|
|
|
37049
|
-
$chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
37050
|
-
|
|
37051
37302
|
// #endregion
|
|
37052
37303
|
// #region @import "_layout.scss"; -> packages/default/scss/chat/_layout.scss
|
|
37053
37304
|
@include exports("chat/layout") {
|
|
@@ -37340,6 +37591,7 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
|
37340
37591
|
.k-input {}
|
|
37341
37592
|
|
|
37342
37593
|
.k-button {
|
|
37594
|
+
border-width: 0;
|
|
37343
37595
|
flex-shrink: 0;
|
|
37344
37596
|
|
|
37345
37597
|
svg {
|
|
@@ -37494,9 +37746,6 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
|
37494
37746
|
}
|
|
37495
37747
|
|
|
37496
37748
|
.k-button {
|
|
37497
|
-
border-color: transparent;
|
|
37498
|
-
color: inherit;
|
|
37499
|
-
background: none;
|
|
37500
37749
|
flex: none;
|
|
37501
37750
|
}
|
|
37502
37751
|
|
|
@@ -37703,14 +37952,6 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
|
37703
37952
|
$chat-toolbar-bg,
|
|
37704
37953
|
$chat-toolbar-border
|
|
37705
37954
|
);
|
|
37706
|
-
|
|
37707
|
-
.k-scroll-button {
|
|
37708
|
-
@include fill( $bg: $chat-bg );
|
|
37709
|
-
@include box-shadow( $chat-toolbar-box-scroll-button-shadow );
|
|
37710
|
-
}
|
|
37711
|
-
.k-scroll-button:hover {
|
|
37712
|
-
@include fill( $bg: $chat-bg );
|
|
37713
|
-
}
|
|
37714
37955
|
}
|
|
37715
37956
|
|
|
37716
37957
|
}
|
|
@@ -37810,6 +38051,11 @@ $mediaplayer-titlebar-gradient: rgba( $mediaplayer-text, .7 ), rgba( $mediaplaye
|
|
|
37810
38051
|
width: 100% !important;
|
|
37811
38052
|
// sass-lint:enable no-important
|
|
37812
38053
|
box-shadow: none;
|
|
38054
|
+
|
|
38055
|
+
|
|
38056
|
+
.k-dropdown-list {
|
|
38057
|
+
width: auto;
|
|
38058
|
+
}
|
|
37813
38059
|
}
|
|
37814
38060
|
.k-mediaplayer-time-wrap {
|
|
37815
38061
|
flex: 1;
|
|
@@ -38526,11 +38772,8 @@ $pdf-viewer-page-text: $component-text !default;
|
|
|
38526
38772
|
$pdf-viewer-page-border: $component-border !default;
|
|
38527
38773
|
$pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
|
|
38528
38774
|
|
|
38529
|
-
$pdf-viewer-search-dialog-
|
|
38530
|
-
$pdf-viewer-search-dialog-
|
|
38531
|
-
$pdf-viewer-search-dialog-textbox-padding-x: $kendo-input-padding-y !default;
|
|
38532
|
-
$pdf-viewer-search-dialog-input-button-height: $line-height-em !default;
|
|
38533
|
-
$pdf-viewer-search-dialog-matches-width: 4.5em !default;
|
|
38775
|
+
$pdf-viewer-search-dialog-padding: $toolbar-padding-x !default;
|
|
38776
|
+
$pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
|
|
38534
38777
|
|
|
38535
38778
|
$pdf-viewer-selection-line-height: $line-height-sm !default;
|
|
38536
38779
|
|
|
@@ -38626,38 +38869,45 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
38626
38869
|
|
|
38627
38870
|
// Search
|
|
38628
38871
|
.k-pdf-viewer-search-dialog {
|
|
38629
|
-
padding: $pdf-viewer-search-dialog-
|
|
38872
|
+
padding: $pdf-viewer-search-dialog-padding;
|
|
38630
38873
|
|
|
38631
38874
|
.k-search-container {
|
|
38632
38875
|
display: flex;
|
|
38876
|
+
gap: $pdf-viewer-search-dialog-spacing;
|
|
38877
|
+
flex-flow: row nowrap;
|
|
38633
38878
|
flex: 0 0 auto;
|
|
38634
38879
|
justify-content: flex-start;
|
|
38635
38880
|
align-items: center;
|
|
38636
38881
|
|
|
38637
|
-
.k-
|
|
38638
|
-
|
|
38639
|
-
|
|
38640
|
-
justify-content: center;
|
|
38882
|
+
.k-search-dialog-draghandle {
|
|
38883
|
+
cursor: move;
|
|
38884
|
+
margin-left: 0;
|
|
38641
38885
|
}
|
|
38642
38886
|
|
|
38643
|
-
.k-
|
|
38644
|
-
|
|
38645
|
-
|
|
38646
|
-
margin: 0 $pdf-viewer-search-dialog-spacing 0 $pdf-viewer-search-dialog-button-spacing;
|
|
38647
|
-
vertical-align: middle;
|
|
38648
|
-
}
|
|
38887
|
+
.k-textbox {
|
|
38888
|
+
width: 10em;
|
|
38889
|
+
flex: none;
|
|
38649
38890
|
|
|
38650
|
-
|
|
38651
|
-
|
|
38891
|
+
.k-button {
|
|
38892
|
+
border-width: 0;
|
|
38893
|
+
}
|
|
38652
38894
|
}
|
|
38653
38895
|
|
|
38654
|
-
.k-search-
|
|
38655
|
-
|
|
38656
|
-
margin-left: 0;
|
|
38896
|
+
.k-search-matches {
|
|
38897
|
+
flex: 1 1 auto;
|
|
38657
38898
|
}
|
|
38658
38899
|
}
|
|
38659
38900
|
}
|
|
38660
38901
|
|
|
38902
|
+
|
|
38903
|
+
// IE
|
|
38904
|
+
.k-ie .k-pdf-viewer-search-dialog {
|
|
38905
|
+
|
|
38906
|
+
.k-search-container > * + * {
|
|
38907
|
+
margin-left: $pdf-viewer-search-dialog-spacing;
|
|
38908
|
+
}
|
|
38909
|
+
}
|
|
38910
|
+
|
|
38661
38911
|
}
|
|
38662
38912
|
|
|
38663
38913
|
// #endregion
|
|
@@ -40139,21 +40389,38 @@ $map-marker-fill: $primary !default;
|
|
|
40139
40389
|
|
|
40140
40390
|
|
|
40141
40391
|
// Buttons
|
|
40392
|
+
.k-button {
|
|
40393
|
+
padding: 0;
|
|
40394
|
+
width: auto;
|
|
40395
|
+
height: auto;
|
|
40396
|
+
line-height: 1;
|
|
40397
|
+
box-shadow: none;
|
|
40398
|
+
position: absolute;
|
|
40399
|
+
|
|
40400
|
+
.k-icon {
|
|
40401
|
+
min-width: 0;
|
|
40402
|
+
min-height: 0;
|
|
40403
|
+
}
|
|
40404
|
+
}
|
|
40405
|
+
.k-navigator-n,
|
|
40142
40406
|
.k-navigator-up {
|
|
40143
40407
|
transform: translateX(-50%);
|
|
40144
40408
|
top: $map-navigator-padding;
|
|
40145
40409
|
left: 50%;
|
|
40146
40410
|
}
|
|
40411
|
+
.k-navigator-e,
|
|
40147
40412
|
.k-navigator-right {
|
|
40148
40413
|
transform: translateY(-50%);
|
|
40149
40414
|
right: $map-navigator-padding;
|
|
40150
40415
|
top: 50%;
|
|
40151
40416
|
}
|
|
40417
|
+
.k-navigator-s,
|
|
40152
40418
|
.k-navigator-down {
|
|
40153
40419
|
transform: translateX(-50%);
|
|
40154
40420
|
bottom: $map-navigator-padding;
|
|
40155
40421
|
left: 50%;
|
|
40156
40422
|
}
|
|
40423
|
+
.k-navigator-w,
|
|
40157
40424
|
.k-navigator-left {
|
|
40158
40425
|
transform: translateY(-50%);
|
|
40159
40426
|
left: $map-navigator-padding;
|
|
@@ -40291,10 +40558,10 @@ $orgchart-card-shadow: $card-shadow !default;
|
|
|
40291
40558
|
$orgchart-card-focus-shadow: $card-focus-shadow !default;
|
|
40292
40559
|
|
|
40293
40560
|
$orgchart-card-title-margin-bottom: 0px !default;
|
|
40294
|
-
$orgchart-card-title-font-size:
|
|
40561
|
+
$orgchart-card-title-font-size: null !default;
|
|
40295
40562
|
|
|
40296
40563
|
$orgchart-card-subtitle-margin-bottom: 0px !default;
|
|
40297
|
-
$orgchart-card-subtitle-font-size:
|
|
40564
|
+
$orgchart-card-subtitle-font-size: null !default;
|
|
40298
40565
|
|
|
40299
40566
|
$orgchart-card-body-border-width: 2px 0 0 !default;
|
|
40300
40567
|
$orgchart-card-body-border-color: transparent !default;
|