@progress/kendo-theme-default 5.6.1-dev.5 → 5.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +770 -930
- package/dist/all.scss +398 -649
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +3 -3
- package/scss/action-sheet/_theme.scss +0 -3
- package/scss/adaptive/_layout.scss +2 -1
- package/scss/adaptive/_theme.scss +0 -2
- package/scss/badge/_layout.scss +18 -69
- package/scss/badge/_theme.scss +2 -2
- package/scss/badge/_variables.scss +70 -35
- package/scss/bottom-navigation/_layout.scss +0 -1
- package/scss/bottom-navigation/_theme.scss +0 -8
- package/scss/breadcrumb/_theme.scss +0 -5
- package/scss/button/_variables.scss +1 -1
- package/scss/calendar/_layout.scss +0 -1
- package/scss/calendar/_theme.scss +9 -22
- package/scss/card/_layout.scss +6 -5
- package/scss/card/_theme.scss +11 -27
- package/scss/card/_variables.scss +0 -10
- package/scss/chat/_layout.scss +0 -3
- package/scss/chat/_theme.scss +0 -2
- package/scss/coloreditor/_theme.scss +0 -1
- package/scss/colorgradient/_layout.scss +1 -1
- package/scss/colorgradient/_theme.scss +3 -5
- package/scss/colorpalette/_layout.scss +0 -4
- package/scss/colorpalette/_theme.scss +0 -5
- package/scss/common/_base.scss +1 -3
- package/scss/dataviz/_layout.scss +1 -1
- package/scss/dataviz/_theme.scss +1 -1
- package/scss/drawer/_theme.scss +0 -5
- package/scss/editor/_layout.scss +2 -3
- package/scss/editor/_theme.scss +1 -3
- package/scss/expansion-panel/_theme.scss +0 -4
- package/scss/filemanager/_theme.scss +0 -1
- package/scss/floating-label/_layout.scss +0 -7
- package/scss/floating-label/_theme.scss +1 -2
- package/scss/forms/_variables.scss +1 -1
- package/scss/gantt/_layout.scss +2 -5
- package/scss/gantt/_theme.scss +0 -7
- package/scss/grid/_layout.scss +3 -1
- package/scss/grid/_theme.scss +7 -62
- package/scss/input/_layout.scss +2 -4
- package/scss/listview/_theme.scss +0 -2
- package/scss/loader/_theme.scss +5 -2
- package/scss/notification/_layout.scss +4 -2
- package/scss/notification/_theme.scss +2 -1
- package/scss/orgchart/_theme.scss +1 -5
- package/scss/pager/_layout.scss +4 -3
- package/scss/pager/_theme.scss +1 -13
- package/scss/panelbar/_layout.scss +4 -0
- package/scss/panelbar/_theme.scss +5 -54
- package/scss/pdf-viewer/_index.scss +3 -0
- package/scss/pdf-viewer/_layout.scss +80 -28
- package/scss/pdf-viewer/_theme.scss +21 -0
- package/scss/pdf-viewer/_variables.scss +14 -1
- package/scss/pivotgrid/_theme.scss +7 -11
- package/scss/popover/_layout.scss +10 -5
- package/scss/popover/_theme.scss +8 -6
- package/scss/popover/_variables.scss +0 -5
- package/scss/progressbar/_layout.scss +0 -12
- package/scss/progressbar/_theme.scss +0 -1
- package/scss/radio/_layout.scss +0 -1
- package/scss/radio/_theme.scss +0 -5
- package/scss/rating/_layout.scss +1 -1
- package/scss/rating/_theme.scss +0 -6
- package/scss/scheduler/_layout.scss +2 -5
- package/scss/scheduler/_theme.scss +1 -12
- package/scss/scrollview/_theme.scss +0 -4
- package/scss/signature/_layout.scss +9 -6
- package/scss/signature/_variables.scss +23 -21
- package/scss/slider/_layout.scss +2 -3
- package/scss/slider/_theme.scss +0 -3
- package/scss/splitter/_layout.scss +1 -1
- package/scss/splitter/_theme.scss +0 -4
- package/scss/spreadsheet/_layout.scss +1 -4
- package/scss/spreadsheet/_theme.scss +1 -7
- package/scss/stepper/_theme.scss +0 -1
- package/scss/tabstrip/_layout.scss +0 -7
- package/scss/tabstrip/_theme.scss +0 -6
- package/scss/taskboard/_layout.scss +1 -3
- package/scss/taskboard/_theme.scss +6 -13
- package/scss/tilelayout/_theme.scss +0 -3
- package/scss/timeline/_theme.scss +0 -2
- package/scss/timeselector/_layout.scss +0 -1
- package/scss/timeselector/_theme.scss +0 -1
- package/scss/toolbar/_layout.scss +6 -0
- package/scss/toolbar/_theme.scss +7 -0
- package/scss/treelist/_layout.scss +0 -1
- package/scss/typography/_variables.scss +1 -1
- package/scss/upload/_layout.scss +0 -1
- package/scss/upload/_theme.scss +0 -3
- package/scss/utils/_position.scss +3 -0
- package/scss/utils/_theme-colors.scss +14 -48
- package/scss/window/_theme.scss +0 -1
- package/scss/wizard/_layout.scss +0 -1
- package/scss/wizard/_theme.scss +2 -2
package/dist/all.scss
CHANGED
|
@@ -1512,7 +1512,7 @@ $line-height-xs: 1 !default;
|
|
|
1512
1512
|
$line-height-sm: 1.25 !default;
|
|
1513
1513
|
$line-height-md: $line-height !default;
|
|
1514
1514
|
$line-height-lg: 1.5 !default;
|
|
1515
|
-
$line-height-em: $line-height * 1em !default;
|
|
1515
|
+
$line-height-em: calc( #{$line-height} * 1em ) !default;
|
|
1516
1516
|
|
|
1517
1517
|
|
|
1518
1518
|
// Font weight
|
|
@@ -1744,7 +1744,6 @@ $display4-letter-spacing: null !default;
|
|
|
1744
1744
|
@include exports( "common/disabled" ) {
|
|
1745
1745
|
|
|
1746
1746
|
// Disabled state
|
|
1747
|
-
.k-state-disabled,
|
|
1748
1747
|
.k-disabled,
|
|
1749
1748
|
.k-widget[disabled],
|
|
1750
1749
|
.k-disabled {
|
|
@@ -1759,8 +1758,7 @@ $display4-letter-spacing: null !default;
|
|
|
1759
1758
|
|
|
1760
1759
|
// Nested disabled
|
|
1761
1760
|
[disabled],
|
|
1762
|
-
.k-disabled
|
|
1763
|
-
.k-state-disabled {
|
|
1761
|
+
.k-disabled {
|
|
1764
1762
|
opacity: 1;
|
|
1765
1763
|
filter: grayscale(0);
|
|
1766
1764
|
}
|
|
@@ -3945,6 +3943,9 @@ $display4-letter-spacing: null !default;
|
|
|
3945
3943
|
@each $pos in (static, relative, absolute, fixed, sticky) {
|
|
3946
3944
|
.k-#{$pos},
|
|
3947
3945
|
.k-pos-#{$pos} { position: $pos !important; } // sass-lint:disable-line brace-style no-important
|
|
3946
|
+
|
|
3947
|
+
.\!k-#{$pos},
|
|
3948
|
+
.\!k-pos-#{$pos} { position: $pos !important; } // sass-lint:disable-line brace-style no-important
|
|
3948
3949
|
}
|
|
3949
3950
|
|
|
3950
3951
|
/// @name k-pos-top
|
|
@@ -4454,18 +4455,28 @@ $display4-letter-spacing: null !default;
|
|
|
4454
4455
|
@include exports( "common/decoration/color" ) {
|
|
4455
4456
|
|
|
4456
4457
|
// sass-lint:disable-block no-important
|
|
4458
|
+
// sass-lint:disable-block class-name-format
|
|
4457
4459
|
// stylelint-disable block-opening-brace-space-before
|
|
4458
4460
|
|
|
4459
4461
|
.k-text-base,
|
|
4460
4462
|
.k-color-base {
|
|
4461
4463
|
color: $base-text;
|
|
4462
4464
|
}
|
|
4465
|
+
.\!k-text-base,
|
|
4466
|
+
.\!k-color-base {
|
|
4467
|
+
color: $base-text !important;
|
|
4468
|
+
}
|
|
4463
4469
|
|
|
4464
4470
|
.k-color-inherit { color: inherit; }
|
|
4471
|
+
.\!k-color-inherit { color: inherit !important; }
|
|
4465
4472
|
|
|
4466
4473
|
@each $name, $color in $kendo-theme-colors {
|
|
4467
4474
|
.k-text-#{$name},
|
|
4468
4475
|
.k-color-#{$name} {
|
|
4476
|
+
color: $color;
|
|
4477
|
+
}
|
|
4478
|
+
.\!k-text-#{$name},
|
|
4479
|
+
.\!k-color-#{$name} {
|
|
4469
4480
|
color: $color !important;
|
|
4470
4481
|
}
|
|
4471
4482
|
}
|
|
@@ -4476,60 +4487,16 @@ $display4-letter-spacing: null !default;
|
|
|
4476
4487
|
@include exports( "common/decoration/background" ) {
|
|
4477
4488
|
|
|
4478
4489
|
// sass-lint:disable-block no-important
|
|
4490
|
+
// sass-lint:disable-block class-name-format
|
|
4479
4491
|
|
|
4480
4492
|
@each $name, $bg-color in $kendo-theme-colors {
|
|
4481
4493
|
.k-bg-#{$name} {
|
|
4482
|
-
background-color: $bg-color
|
|
4494
|
+
background-color: $bg-color;
|
|
4483
4495
|
}
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
}
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
@mixin variant( $base ) {
|
|
4490
|
-
background-color: tint($base, 10);
|
|
4491
|
-
color: shade($base, 6);
|
|
4492
|
-
border-color: tint($base, 9);
|
|
4493
|
-
}
|
|
4494
|
-
|
|
4495
|
-
@include exports( "common/decoration/variant" ) {
|
|
4496
|
-
|
|
4497
|
-
@each $name, $variant in $kendo-theme-colors {
|
|
4498
|
-
.k-state-#{$name} {
|
|
4499
|
-
@include variant( $variant );
|
|
4496
|
+
.\!k-bg-#{$name} {
|
|
4497
|
+
background-color: $bg-color !important;
|
|
4500
4498
|
}
|
|
4501
4499
|
}
|
|
4502
|
-
}
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
@include exports( "common/decoration/legacy" ) {
|
|
4506
|
-
|
|
4507
|
-
.k-info-colored {
|
|
4508
|
-
color: #50607f;
|
|
4509
|
-
border-color: #d0d9df;
|
|
4510
|
-
background-color: #f0f9ff;
|
|
4511
|
-
}
|
|
4512
|
-
|
|
4513
|
-
.k-success-colored {
|
|
4514
|
-
color: #507f50;
|
|
4515
|
-
border-color: #d0dfd0;
|
|
4516
|
-
background-color: #f0fff0;
|
|
4517
|
-
}
|
|
4518
|
-
|
|
4519
|
-
.k-error-colored {
|
|
4520
|
-
color: #7f5050;
|
|
4521
|
-
border-color: #dfd0d0;
|
|
4522
|
-
background-color: #fff0f0;
|
|
4523
|
-
}
|
|
4524
|
-
|
|
4525
|
-
.k-shadow {
|
|
4526
|
-
// Shadow moved to popup/_layout.scss due to variable flow
|
|
4527
|
-
// box-shadow: $popup-shadow;
|
|
4528
|
-
}
|
|
4529
|
-
|
|
4530
|
-
.k-inset {
|
|
4531
|
-
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .03), inset 0 4px 5px 0 rgba(0, 0, 0, .04);
|
|
4532
|
-
}
|
|
4533
4500
|
|
|
4534
4501
|
}
|
|
4535
4502
|
|
|
@@ -7669,41 +7636,76 @@ $popup-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04) !d
|
|
|
7669
7636
|
// Component
|
|
7670
7637
|
// #region @import "_variables.scss"; -> packages/default/scss/badge/_variables.scss
|
|
7671
7638
|
// Badge
|
|
7672
|
-
|
|
7673
|
-
|
|
7674
|
-
|
|
7675
|
-
$badge-border-
|
|
7676
|
-
|
|
7677
|
-
|
|
7678
|
-
|
|
7679
|
-
$badge-
|
|
7680
|
-
|
|
7681
|
-
|
|
7682
|
-
|
|
7683
|
-
|
|
7684
|
-
$badge-
|
|
7685
|
-
|
|
7686
|
-
$badge-padding-x-
|
|
7687
|
-
$badge-padding-
|
|
7688
|
-
|
|
7689
|
-
|
|
7690
|
-
|
|
7691
|
-
$badge-
|
|
7692
|
-
|
|
7693
|
-
$badge-
|
|
7694
|
-
$badge-
|
|
7695
|
-
|
|
7696
|
-
|
|
7697
|
-
|
|
7698
|
-
$badge-
|
|
7699
|
-
$badge-
|
|
7700
|
-
$
|
|
7701
|
-
$badge-
|
|
7702
|
-
|
|
7703
|
-
$
|
|
7704
|
-
|
|
7705
|
-
$badge-
|
|
7706
|
-
$badge-
|
|
7639
|
+
|
|
7640
|
+
/// Width of the border around the badge.
|
|
7641
|
+
/// @group badge
|
|
7642
|
+
$kendo-badge-border-width: 1px !default;
|
|
7643
|
+
|
|
7644
|
+
/// Border radius of the badge.
|
|
7645
|
+
/// @group badge
|
|
7646
|
+
$kendo-badge-border-radius: $kendo-border-radius-md !default;
|
|
7647
|
+
|
|
7648
|
+
|
|
7649
|
+
/// Horizontal padding of the badge.
|
|
7650
|
+
/// @group badge
|
|
7651
|
+
$kendo-badge-padding-x: map-get( $spacing, 1 ) !default;
|
|
7652
|
+
$kendo-badge-padding-x-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
7653
|
+
$kendo-badge-padding-x-md: map-get( $spacing, 1 ) !default;
|
|
7654
|
+
$kendo-badge-padding-x-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
|
|
7655
|
+
|
|
7656
|
+
/// Vertical padding of the badge.
|
|
7657
|
+
/// @group badge
|
|
7658
|
+
$kendo-badge-padding-y: map-get( $spacing, 1 ) !default;
|
|
7659
|
+
$kendo-badge-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
7660
|
+
$kendo-badge-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
7661
|
+
$kendo-badge-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
|
|
7662
|
+
|
|
7663
|
+
/// Font sizes of the badge.
|
|
7664
|
+
/// @group badge
|
|
7665
|
+
$kendo-badge-font-size: $font-size-xs !default;
|
|
7666
|
+
$kendo-badge-font-size-sm: $font-size-xs !default;
|
|
7667
|
+
$kendo-badge-font-size-md: $font-size-xs !default;
|
|
7668
|
+
$kendo-badge-font-size-lg: $font-size-xs !default;
|
|
7669
|
+
|
|
7670
|
+
/// Line heights used along with $font-size.
|
|
7671
|
+
/// @group badge
|
|
7672
|
+
$kendo-badge-line-height: 1 !default;
|
|
7673
|
+
$kendo-badge-line-height-sm: $kendo-badge-line-height !default;
|
|
7674
|
+
$kendo-badge-line-height-md: $kendo-badge-line-height !default;
|
|
7675
|
+
$kendo-badge-line-height-lg: $kendo-badge-line-height !default;
|
|
7676
|
+
|
|
7677
|
+
/// Badge min width used for circle badge.
|
|
7678
|
+
/// @group badge
|
|
7679
|
+
$kendo-badge-min-width: calc( #{$kendo-badge-line-height * 1em} + #{$kendo-badge-padding-y * 2} + #{$kendo-badge-border-width * 2}) !default;
|
|
7680
|
+
$kendo-badge-min-width-sm: calc( #{$kendo-badge-line-height-sm * 1em} + #{$kendo-badge-padding-y-sm * 2} + #{$kendo-badge-border-width * 2} ) !default;
|
|
7681
|
+
$kendo-badge-min-width-md: calc( #{$kendo-badge-line-height-md * 1em} + #{$kendo-badge-padding-y-md * 2} + #{$kendo-badge-border-width * 2} ) !default;
|
|
7682
|
+
$kendo-badge-min-width-lg: calc( #{$kendo-badge-line-height-lg * 1em} + #{$kendo-badge-padding-y-lg * 2} + #{$kendo-badge-border-width * 2} ) !default;
|
|
7683
|
+
|
|
7684
|
+
/// Sizes map for the badge.
|
|
7685
|
+
/// @group badge
|
|
7686
|
+
$kendo-badge-sizes: (
|
|
7687
|
+
sm: (
|
|
7688
|
+
padding-x: $kendo-badge-padding-x-sm,
|
|
7689
|
+
padding-y: $kendo-badge-padding-y-sm,
|
|
7690
|
+
font-size: $kendo-badge-font-size-sm,
|
|
7691
|
+
line-height: $kendo-badge-line-height-sm,
|
|
7692
|
+
min-width: $kendo-badge-min-width-sm
|
|
7693
|
+
),
|
|
7694
|
+
md: (
|
|
7695
|
+
padding-x: $kendo-badge-padding-x-md,
|
|
7696
|
+
padding-y: $kendo-badge-padding-y-md,
|
|
7697
|
+
font-size: $kendo-badge-font-size-md,
|
|
7698
|
+
line-height: $kendo-badge-line-height-md,
|
|
7699
|
+
min-width: $kendo-badge-min-width-md
|
|
7700
|
+
),
|
|
7701
|
+
lg: (
|
|
7702
|
+
padding-x: $kendo-badge-padding-x-lg,
|
|
7703
|
+
padding-y: $kendo-badge-padding-y-lg,
|
|
7704
|
+
font-size: $kendo-badge-font-size-lg,
|
|
7705
|
+
line-height: $kendo-badge-line-height-lg,
|
|
7706
|
+
min-width: $kendo-badge-min-width-lg
|
|
7707
|
+
)
|
|
7708
|
+
) !default;
|
|
7707
7709
|
|
|
7708
7710
|
// #endregion
|
|
7709
7711
|
// #region @import "_layout.scss"; -> packages/default/scss/badge/_layout.scss
|
|
@@ -7711,7 +7713,7 @@ $badge-dot-size-lg: 12px !default;
|
|
|
7711
7713
|
|
|
7712
7714
|
.k-badge {
|
|
7713
7715
|
padding: 0;
|
|
7714
|
-
border-width:
|
|
7716
|
+
border-width: $kendo-badge-border-width;
|
|
7715
7717
|
border-style: solid;
|
|
7716
7718
|
border-color: transparent;
|
|
7717
7719
|
box-sizing: border-box;
|
|
@@ -7761,74 +7763,23 @@ $badge-dot-size-lg: 12px !default;
|
|
|
7761
7763
|
|
|
7762
7764
|
|
|
7763
7765
|
// Badge sizes
|
|
7764
|
-
|
|
7765
|
-
|
|
7766
|
-
|
|
7767
|
-
|
|
7768
|
-
|
|
7769
|
-
|
|
7770
|
-
&:empty { padding: $badge-padding-y-sm; }
|
|
7771
|
-
}
|
|
7772
|
-
.k-badge-md {
|
|
7773
|
-
padding: $badge-padding-y $badge-padding-x;
|
|
7774
|
-
border-width: $badge-border-width;
|
|
7775
|
-
font-size: $badge-font-size;
|
|
7776
|
-
line-height: $badge-line-height;
|
|
7777
|
-
|
|
7778
|
-
&:empty { padding: $badge-padding-y; }
|
|
7779
|
-
}
|
|
7780
|
-
.k-badge-lg {
|
|
7781
|
-
padding: $badge-padding-y-lg $badge-padding-x-lg;
|
|
7782
|
-
border-width: $badge-border-width-lg;
|
|
7783
|
-
font-size: $badge-font-size-lg;
|
|
7784
|
-
line-height: $badge-line-height-lg;
|
|
7785
|
-
|
|
7786
|
-
&:empty { padding: $badge-padding-y-lg; }
|
|
7787
|
-
}
|
|
7788
|
-
|
|
7789
|
-
|
|
7790
|
-
// Badge shapes
|
|
7791
|
-
.k-badge-rounded {
|
|
7792
|
-
&.k-badge-sm { @include border-radius( $badge-border-radius-sm ); }
|
|
7793
|
-
&.k-badge-md { @include border-radius( $badge-border-radius ); }
|
|
7794
|
-
&.k-badge-lg { @include border-radius( $badge-border-radius-lg ); }
|
|
7795
|
-
}
|
|
7796
|
-
.k-badge-pill {
|
|
7797
|
-
border-radius: 5rem;
|
|
7798
|
-
}
|
|
7799
|
-
.k-badge-circle {
|
|
7800
|
-
padding: 0 !important; // sass-lint:disable-line no-important
|
|
7801
|
-
border-radius: 100%;
|
|
7766
|
+
@each $size, $size-props in $kendo-badge-sizes {
|
|
7767
|
+
$_padding-x: map-get( $size-props, padding-x );
|
|
7768
|
+
$_padding-y: map-get( $size-props, padding-y );
|
|
7769
|
+
$_font-size: map-get( $size-props, font-size );
|
|
7770
|
+
$_line-height: map-get( $size-props, line-height );
|
|
7771
|
+
$_min-width: map-get( $size-props, min-width );
|
|
7802
7772
|
|
|
7803
|
-
|
|
7804
|
-
|
|
7805
|
-
|
|
7806
|
-
|
|
7807
|
-
|
|
7808
|
-
width: $badge-size;
|
|
7809
|
-
height: $badge-size;
|
|
7810
|
-
}
|
|
7811
|
-
&.k-badge-lg {
|
|
7812
|
-
width: $badge-size-lg;
|
|
7813
|
-
height: $badge-size-lg;
|
|
7814
|
-
}
|
|
7815
|
-
}
|
|
7816
|
-
.k-badge-dot {
|
|
7817
|
-
padding: 0 !important; // sass-lint:disable-line no-important
|
|
7818
|
-
border-radius: 100%;
|
|
7819
|
-
font-size: 0;
|
|
7773
|
+
.k-badge-#{$size} {
|
|
7774
|
+
padding: $_padding-y $_padding-x;
|
|
7775
|
+
font-size: $_font-size;
|
|
7776
|
+
line-height: $_line-height;
|
|
7777
|
+
min-width: $_min-width;
|
|
7820
7778
|
|
|
7821
|
-
|
|
7822
|
-
|
|
7823
|
-
|
|
7824
|
-
|
|
7825
|
-
&.k-badge-md {
|
|
7826
|
-
width: $badge-dot-size;
|
|
7827
|
-
height: $badge-dot-size;
|
|
7828
|
-
}
|
|
7829
|
-
&.k-badge-lg {
|
|
7830
|
-
width: $badge-dot-size-lg;
|
|
7831
|
-
height: $badge-dot-size-lg;
|
|
7779
|
+
&:empty {
|
|
7780
|
+
padding: $_padding-y;
|
|
7781
|
+
min-width: auto;
|
|
7782
|
+
}
|
|
7832
7783
|
}
|
|
7833
7784
|
}
|
|
7834
7785
|
|
|
@@ -7909,7 +7860,7 @@ $badge-dot-size-lg: 12px !default;
|
|
|
7909
7860
|
|
|
7910
7861
|
// Solid badges
|
|
7911
7862
|
@each $name, $color in $kendo-theme-colors {
|
|
7912
|
-
.k-badge-solid
|
|
7863
|
+
.k-badge-solid-#{$name} {
|
|
7913
7864
|
border-color: $color;
|
|
7914
7865
|
color: contrast-wcag( $color );
|
|
7915
7866
|
background-color: $color;
|
|
@@ -7923,7 +7874,7 @@ $badge-dot-size-lg: 12px !default;
|
|
|
7923
7874
|
}
|
|
7924
7875
|
|
|
7925
7876
|
@each $name, $color in $kendo-theme-colors {
|
|
7926
|
-
.k-badge-outline
|
|
7877
|
+
.k-badge-outline-#{$name} {
|
|
7927
7878
|
color: $color;
|
|
7928
7879
|
}
|
|
7929
7880
|
}
|
|
@@ -7979,7 +7930,7 @@ $kendo-button-font-size-md: $font-size-md !default;
|
|
|
7979
7930
|
$kendo-button-line-height-md: $line-height-md !default;
|
|
7980
7931
|
|
|
7981
7932
|
$kendo-button-padding-x-lg: map-get( $spacing, 3 ) !default;
|
|
7982
|
-
$kendo-button-padding-y-lg: map-get( $spacing, 2 );
|
|
7933
|
+
$kendo-button-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
7983
7934
|
$kendo-button-font-size-lg: $font-size-lg !default;
|
|
7984
7935
|
$kendo-button-line-height-lg: $line-height-lg !default;
|
|
7985
7936
|
|
|
@@ -9062,8 +9013,7 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
9062
9013
|
@include disabled( $disabled-styling );
|
|
9063
9014
|
|
|
9064
9015
|
[disabled] &,
|
|
9065
|
-
.k-disabled
|
|
9066
|
-
.k-state-disabled & {
|
|
9016
|
+
.k-disabled & {
|
|
9067
9017
|
opacity: 1;
|
|
9068
9018
|
filter: grayscale(0);
|
|
9069
9019
|
}
|
|
@@ -9084,8 +9034,7 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
9084
9034
|
@include disabled( $disabled-styling );
|
|
9085
9035
|
|
|
9086
9036
|
[disabled] &,
|
|
9087
|
-
.k-disabled
|
|
9088
|
-
.k-state-disabled & {
|
|
9037
|
+
.k-disabled & {
|
|
9089
9038
|
opacity: 1;
|
|
9090
9039
|
filter: grayscale(0);
|
|
9091
9040
|
}
|
|
@@ -10000,7 +9949,6 @@ $floating-label-focus-text: null !default;
|
|
|
10000
9949
|
width: auto;
|
|
10001
9950
|
}
|
|
10002
9951
|
|
|
10003
|
-
&.k-state-empty,
|
|
10004
9952
|
&.k-empty {
|
|
10005
9953
|
> .k-label {
|
|
10006
9954
|
top: $floating-label-offset-y;
|
|
@@ -10011,8 +9959,6 @@ $floating-label-focus-text: null !default;
|
|
|
10011
9959
|
}
|
|
10012
9960
|
|
|
10013
9961
|
> .k-label,
|
|
10014
|
-
// &:focus-within > .k-label,
|
|
10015
|
-
&.k-state-focused > .k-label,
|
|
10016
9962
|
&.k-focus > .k-label {
|
|
10017
9963
|
top: $floating-label-focus-offset-y;
|
|
10018
9964
|
left: $floating-label-focus-offset-x;
|
|
@@ -10024,7 +9970,6 @@ $floating-label-focus-text: null !default;
|
|
|
10024
9970
|
transform: scale( $floating-label-focus-scale );
|
|
10025
9971
|
}
|
|
10026
9972
|
|
|
10027
|
-
&.k-state-empty:not(.k-state-focused) ::placeholder,
|
|
10028
9973
|
&.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
10029
9974
|
color: transparent;
|
|
10030
9975
|
}
|
|
@@ -10038,7 +9983,6 @@ $floating-label-focus-text: null !default;
|
|
|
10038
9983
|
transition: transform $floating-label-transition, color $floating-label-transition, top $floating-label-transition, right $floating-label-transition;
|
|
10039
9984
|
}
|
|
10040
9985
|
|
|
10041
|
-
&.k-state-empty,
|
|
10042
9986
|
&.k-empty {
|
|
10043
9987
|
> .k-label {
|
|
10044
9988
|
left: auto;
|
|
@@ -10047,8 +9991,6 @@ $floating-label-focus-text: null !default;
|
|
|
10047
9991
|
}
|
|
10048
9992
|
|
|
10049
9993
|
> .k-label,
|
|
10050
|
-
// &:focus-within > .k-label,
|
|
10051
|
-
&.k-state-focused > .k-label,
|
|
10052
9994
|
&.k-focus > .k-label {
|
|
10053
9995
|
left: auto;
|
|
10054
9996
|
right: $floating-label-focus-offset-x;
|
|
@@ -10076,8 +10018,7 @@ $floating-label-focus-text: null !default;
|
|
|
10076
10018
|
);
|
|
10077
10019
|
}
|
|
10078
10020
|
|
|
10079
|
-
&.k-focus > .k-label
|
|
10080
|
-
&.k-state-focused > .k-label {
|
|
10021
|
+
&.k-focus > .k-label {
|
|
10081
10022
|
@include fill(
|
|
10082
10023
|
$color: $floating-label-focus-text,
|
|
10083
10024
|
$bg: $floating-label-focus-bg
|
|
@@ -12390,8 +12331,11 @@ $loader-container-font-size-lg: $font-size-lg !default;
|
|
|
12390
12331
|
}
|
|
12391
12332
|
|
|
12392
12333
|
.k-loader-container-inner {
|
|
12393
|
-
|
|
12394
|
-
|
|
12334
|
+
// sass-lint:disable-block no-important
|
|
12335
|
+
// sass-lint:disable-block class-name-format
|
|
12336
|
+
.k-text-secondary,
|
|
12337
|
+
.\!k-text-secondary {
|
|
12338
|
+
color: $loader-secondary-bg !important;
|
|
12395
12339
|
}
|
|
12396
12340
|
}
|
|
12397
12341
|
|
|
@@ -13263,6 +13207,12 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
13263
13207
|
align-items: center;
|
|
13264
13208
|
}
|
|
13265
13209
|
|
|
13210
|
+
// Template item
|
|
13211
|
+
.k-toolbar-item:focus {
|
|
13212
|
+
text-decoration: none;
|
|
13213
|
+
outline: 0;
|
|
13214
|
+
}
|
|
13215
|
+
|
|
13266
13216
|
}
|
|
13267
13217
|
|
|
13268
13218
|
|
|
@@ -13424,6 +13374,13 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
13424
13374
|
}
|
|
13425
13375
|
|
|
13426
13376
|
|
|
13377
|
+
// Template item
|
|
13378
|
+
.k-toolbar-item:focus,
|
|
13379
|
+
.k-toolbar-item.k-focus {
|
|
13380
|
+
@include box-shadow( $kendo-button-focus-shadow );
|
|
13381
|
+
}
|
|
13382
|
+
|
|
13383
|
+
|
|
13427
13384
|
// Button group
|
|
13428
13385
|
.k-button-group {}
|
|
13429
13386
|
|
|
@@ -13676,7 +13633,7 @@ $form-spacer: $padding-x * 2 !default;
|
|
|
13676
13633
|
|
|
13677
13634
|
$form-font-size: $font-size !default;
|
|
13678
13635
|
$form-line-height: $line-height !default;
|
|
13679
|
-
$form-line-height-em: $form-line-height * 1em !default;
|
|
13636
|
+
$form-line-height-em: calc( #{$form-line-height} * 1em ) !default;
|
|
13680
13637
|
$form-line-height-sm: $line-height-sm !default;
|
|
13681
13638
|
$form-line-height-lg: $line-height-lg !default;
|
|
13682
13639
|
|
|
@@ -14964,7 +14921,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
14964
14921
|
|
|
14965
14922
|
|
|
14966
14923
|
// Selection
|
|
14967
|
-
> .k-state-selected,
|
|
14968
14924
|
> .k-selected {
|
|
14969
14925
|
border-width: 0;
|
|
14970
14926
|
border-style: solid;
|
|
@@ -15035,7 +14991,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15035
14991
|
flex-direction: row;
|
|
15036
14992
|
}
|
|
15037
14993
|
|
|
15038
|
-
> .k-state-selected,
|
|
15039
14994
|
> .k-selected {
|
|
15040
14995
|
width: 0;
|
|
15041
14996
|
width: calc( var( --kendo-progressbar-progress, 0 ) * 1% ); // sass-lint:disable-line no-duplicate-properties
|
|
@@ -15062,7 +15017,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15062
15017
|
// Horizontal reverse
|
|
15063
15018
|
&.k-progressbar-reverse {
|
|
15064
15019
|
|
|
15065
|
-
> .k-state-selected,
|
|
15066
15020
|
> .k-selected {
|
|
15067
15021
|
flex-direction: row-reverse;
|
|
15068
15022
|
justify-self: flex-end;
|
|
@@ -15087,7 +15041,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15087
15041
|
writing-mode: vertical-lr;
|
|
15088
15042
|
}
|
|
15089
15043
|
|
|
15090
|
-
> .k-state-selected,
|
|
15091
15044
|
> .k-selected {
|
|
15092
15045
|
height: 0;
|
|
15093
15046
|
height: calc( var( --kendo-progressbar-progress, 0 ) * 1% ); // sass-lint:disable-line no-duplicate-properties
|
|
@@ -15117,7 +15070,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15117
15070
|
&.k-progressbar-reverse {
|
|
15118
15071
|
flex-direction: column;
|
|
15119
15072
|
|
|
15120
|
-
> .k-state-selected,
|
|
15121
15073
|
> .k-selected {
|
|
15122
15074
|
flex-direction: column;
|
|
15123
15075
|
align-self: flex-start;
|
|
@@ -15129,7 +15081,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15129
15081
|
// Indeterminate
|
|
15130
15082
|
.k-progressbar-indeterminate {
|
|
15131
15083
|
.k-progress-status-wrap,
|
|
15132
|
-
.k-state-selected,
|
|
15133
15084
|
.k-selected,
|
|
15134
15085
|
.k-item {
|
|
15135
15086
|
display: none;
|
|
@@ -15140,9 +15091,7 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15140
15091
|
// Blazor specific
|
|
15141
15092
|
.telerik-blazor.k-progressbar-horizontal {
|
|
15142
15093
|
|
|
15143
|
-
> .k-state-selected,
|
|
15144
15094
|
> .k-selected,
|
|
15145
|
-
> .k-state-selected > .k-progress-status-wrap,
|
|
15146
15095
|
> .k-selected > .k-progress-status-wrap {
|
|
15147
15096
|
transition: width .1s ease-in-out;
|
|
15148
15097
|
}
|
|
@@ -15171,7 +15120,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15171
15120
|
display: -ms-inline-grid;
|
|
15172
15121
|
|
|
15173
15122
|
> .k-progress-status-wrap,
|
|
15174
|
-
> .k-state-selected,
|
|
15175
15123
|
> .k-selected {
|
|
15176
15124
|
-ms-grid-column: 1;
|
|
15177
15125
|
-ms-grid-row: 1;
|
|
@@ -15181,7 +15129,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15181
15129
|
-ms-grid-columns: 1fr;
|
|
15182
15130
|
-ms-grid-rows: $progressbar-height;
|
|
15183
15131
|
|
|
15184
|
-
&.k-progressbar-reverse > .k-state-selected,
|
|
15185
15132
|
&.k-progressbar-reverse > .k-selected {
|
|
15186
15133
|
-ms-grid-column-align: end;
|
|
15187
15134
|
}
|
|
@@ -15190,12 +15137,10 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15190
15137
|
-ms-grid-columns: $progressbar-height;
|
|
15191
15138
|
-ms-grid-rows: 1fr;
|
|
15192
15139
|
|
|
15193
|
-
> .k-state-selected,
|
|
15194
15140
|
> .k-selected {
|
|
15195
15141
|
-ms-grid-row-align: end;
|
|
15196
15142
|
}
|
|
15197
15143
|
|
|
15198
|
-
&.k-progressbar-reverse > .k-state-selected,
|
|
15199
15144
|
&.k-progressbar-reverse > .k-selected {
|
|
15200
15145
|
-ms-grid-row-align: start;
|
|
15201
15146
|
}
|
|
@@ -15258,7 +15203,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15258
15203
|
.k-progressbar {
|
|
15259
15204
|
@include fill( $progressbar-text, $progressbar-bg, $progressbar-border, $progressbar-gradient );
|
|
15260
15205
|
|
|
15261
|
-
.k-state-selected,
|
|
15262
15206
|
.k-selected {
|
|
15263
15207
|
@include fill( $progressbar-fill-text, $progressbar-fill-bg, $progressbar-fill-border, $progressbar-fill-gradient );
|
|
15264
15208
|
}
|
|
@@ -15638,7 +15582,6 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15638
15582
|
}
|
|
15639
15583
|
|
|
15640
15584
|
.k-radio:focus,
|
|
15641
|
-
.k-radio.k-state-focus,
|
|
15642
15585
|
.k-radio.k-focus {
|
|
15643
15586
|
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
15644
15587
|
|
|
@@ -15699,7 +15642,6 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15699
15642
|
|
|
15700
15643
|
// Hover state
|
|
15701
15644
|
.k-radio:hover,
|
|
15702
|
-
.k-radio.k-state-hover,
|
|
15703
15645
|
.k-radio.k-hover {
|
|
15704
15646
|
@include fill(
|
|
15705
15647
|
$kendo-radio-hover-text,
|
|
@@ -15711,7 +15653,6 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15711
15653
|
|
|
15712
15654
|
// Focus state
|
|
15713
15655
|
.k-radio:focus,
|
|
15714
|
-
.k-radio.k-state-focus,
|
|
15715
15656
|
.k-radio.k-focus {
|
|
15716
15657
|
@include fill( $border: $kendo-radio-focus-border );
|
|
15717
15658
|
@include box-shadow( $kendo-radio-focus-shadow );
|
|
@@ -15720,13 +15661,11 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15720
15661
|
|
|
15721
15662
|
// Invalid state
|
|
15722
15663
|
.k-radio.k-invalid,
|
|
15723
|
-
.k-radio.k-state-invalid,
|
|
15724
15664
|
.k-radio.ng-invalid.ng-touched,
|
|
15725
15665
|
.k-radio.ng-invalid.ng-dirty {
|
|
15726
15666
|
@include fill( $border: $kendo-radio-invalid-border );
|
|
15727
15667
|
}
|
|
15728
15668
|
.k-radio.k-invalid + .k-radio-label,
|
|
15729
|
-
.k-radio.k-state-invalid + .k-radio-label,
|
|
15730
15669
|
.k-radio.ng-invalid.ng-touched + .k-radio-label,
|
|
15731
15670
|
.k-radio.ng-invalid.ng-dirty + .k-radio-label {
|
|
15732
15671
|
@include fill( $color: $kendo-radio-invalid-text );
|
|
@@ -15743,7 +15682,6 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15743
15682
|
);
|
|
15744
15683
|
}
|
|
15745
15684
|
.k-radio:checked:focus,
|
|
15746
|
-
.k-radio.k-checked.k-state-focus,
|
|
15747
15685
|
.k-radio.k-checked.k-focus {
|
|
15748
15686
|
@include fill( $border: $kendo-radio-focus-checked-border );
|
|
15749
15687
|
@include box-shadow( $kendo-radio-focus-checked-shadow );
|
|
@@ -15911,7 +15849,6 @@ $slider-disabled-opacity: null !default;
|
|
|
15911
15849
|
}
|
|
15912
15850
|
|
|
15913
15851
|
|
|
15914
|
-
&.k-state-disabled,
|
|
15915
15852
|
&.k-disabled {
|
|
15916
15853
|
.k-tick,
|
|
15917
15854
|
.k-slider-track,
|
|
@@ -16205,8 +16142,8 @@ $slider-disabled-opacity: null !default;
|
|
|
16205
16142
|
left: auto;
|
|
16206
16143
|
}
|
|
16207
16144
|
|
|
16208
|
-
.k-button .k-
|
|
16209
|
-
.k-button .k-
|
|
16145
|
+
.k-button-increase .k-icon,
|
|
16146
|
+
.k-button-decrease .k-icon {
|
|
16210
16147
|
transform: scaleX(-1);
|
|
16211
16148
|
}
|
|
16212
16149
|
}
|
|
@@ -16365,20 +16302,17 @@ $slider-disabled-opacity: null !default;
|
|
|
16365
16302
|
}
|
|
16366
16303
|
|
|
16367
16304
|
&:focus,
|
|
16368
|
-
&.k-state-focused,
|
|
16369
16305
|
&.k-focus {
|
|
16370
16306
|
@include box-shadow( $slider-draghandle-focused-shadow );
|
|
16371
16307
|
}
|
|
16372
16308
|
}
|
|
16373
16309
|
|
|
16374
|
-
&.k-state-focused,
|
|
16375
16310
|
&.k-focus {
|
|
16376
16311
|
.k-draghandle {
|
|
16377
16312
|
@include box-shadow( $slider-draghandle-focused-shadow );
|
|
16378
16313
|
}
|
|
16379
16314
|
}
|
|
16380
16315
|
|
|
16381
|
-
&.k-state-disabled,
|
|
16382
16316
|
&.k-disabled {
|
|
16383
16317
|
opacity: $slider-disabled-opacity;
|
|
16384
16318
|
}
|
|
@@ -17027,7 +16961,6 @@ $kendo-calendar-sizes: (
|
|
|
17027
16961
|
}
|
|
17028
16962
|
|
|
17029
16963
|
// // styles are applied to the k-link element inside
|
|
17030
|
-
// .k-state-selected,
|
|
17031
16964
|
// .k-selected {
|
|
17032
16965
|
// color: inherit;
|
|
17033
16966
|
// background: transparent;
|
|
@@ -17152,10 +17085,8 @@ $kendo-calendar-sizes: (
|
|
|
17152
17085
|
|
|
17153
17086
|
&:hover,
|
|
17154
17087
|
&.k-hover,
|
|
17155
|
-
&.k-state-hover,
|
|
17156
17088
|
&:focus,
|
|
17157
|
-
&.k-focus
|
|
17158
|
-
&.k-state-focus {
|
|
17089
|
+
&.k-focus {
|
|
17159
17090
|
color: $calendar-today-nav-hover-text;
|
|
17160
17091
|
}
|
|
17161
17092
|
}
|
|
@@ -17176,8 +17107,7 @@ $kendo-calendar-sizes: (
|
|
|
17176
17107
|
.k-calendar-cell-inner {
|
|
17177
17108
|
box-shadow: inset 0 0 0 1px $calendar-today-color;
|
|
17178
17109
|
}
|
|
17179
|
-
&.k-focus .k-calendar-cell-inner
|
|
17180
|
-
&.k-state-focused .k-calendar-cell-inner {
|
|
17110
|
+
&.k-focus .k-calendar-cell-inner {
|
|
17181
17111
|
box-shadow: inset 0 0 0 1px $calendar-today-color, $calendar-cell-focused-shadow;
|
|
17182
17112
|
}
|
|
17183
17113
|
} @else if $calendar-today-style == color {
|
|
@@ -17211,8 +17141,7 @@ $kendo-calendar-sizes: (
|
|
|
17211
17141
|
|
|
17212
17142
|
// Interactive states
|
|
17213
17143
|
.k-calendar-td:hover .k-calendar-cell-inner,
|
|
17214
|
-
.k-calendar-td.k-hover .k-calendar-cell-inner
|
|
17215
|
-
.k-calendar-td.k-state-hover .k-calendar-cell-inner {
|
|
17144
|
+
.k-calendar-td.k-hover .k-calendar-cell-inner {
|
|
17216
17145
|
@include fill(
|
|
17217
17146
|
$calendar-cell-hover-text,
|
|
17218
17147
|
$calendar-cell-hover-bg,
|
|
@@ -17220,8 +17149,7 @@ $kendo-calendar-sizes: (
|
|
|
17220
17149
|
$calendar-cell-hover-gradient
|
|
17221
17150
|
);
|
|
17222
17151
|
}
|
|
17223
|
-
.k-calendar-td.k-selected .k-calendar-cell-inner
|
|
17224
|
-
.k-calendar-td.k-state-selected .k-calendar-cell-inner {
|
|
17152
|
+
.k-calendar-td.k-selected .k-calendar-cell-inner {
|
|
17225
17153
|
@include fill(
|
|
17226
17154
|
$calendar-cell-selected-text,
|
|
17227
17155
|
$calendar-cell-selected-bg,
|
|
@@ -17230,8 +17158,7 @@ $kendo-calendar-sizes: (
|
|
|
17230
17158
|
);
|
|
17231
17159
|
}
|
|
17232
17160
|
.k-calendar-td.k-selected:hover .k-calendar-cell-inner,
|
|
17233
|
-
.k-calendar-td.k-selected.k-hover .k-calendar-cell-inner
|
|
17234
|
-
.k-calendar-td.k-state-selected:hover .k-calendar-cell-inner {
|
|
17161
|
+
.k-calendar-td.k-selected.k-hover .k-calendar-cell-inner {
|
|
17235
17162
|
@include fill(
|
|
17236
17163
|
$calendar-cell-selected-hover-text,
|
|
17237
17164
|
$calendar-cell-selected-hover-bg,
|
|
@@ -17240,14 +17167,11 @@ $kendo-calendar-sizes: (
|
|
|
17240
17167
|
);
|
|
17241
17168
|
}
|
|
17242
17169
|
.k-calendar-td:focus .k-calendar-cell-inner,
|
|
17243
|
-
.k-calendar-td.k-focus .k-calendar-cell-inner
|
|
17244
|
-
.k-calendar-td.k-state-focus .k-calendar-cell-inner,
|
|
17245
|
-
.k-calendar-td.k-state-focused .k-calendar-cell-inner {
|
|
17170
|
+
.k-calendar-td.k-focus .k-calendar-cell-inner {
|
|
17246
17171
|
box-shadow: $calendar-cell-focused-shadow;
|
|
17247
17172
|
}
|
|
17248
17173
|
.k-calendar-td.k-selected:focus .k-calendar-cell-inner,
|
|
17249
|
-
.k-calendar-td.k-selected.k-focus .k-calendar-cell-inner
|
|
17250
|
-
.k-calendar-td.k-state-selected.k-state-focus .k-calendar-cell-inner {
|
|
17174
|
+
.k-calendar-td.k-selected.k-focus .k-calendar-cell-inner {
|
|
17251
17175
|
box-shadow: $calendar-cell-selected-focus-shadow;
|
|
17252
17176
|
}
|
|
17253
17177
|
|
|
@@ -17261,8 +17185,7 @@ $kendo-calendar-sizes: (
|
|
|
17261
17185
|
box-shadow: inset -1px 0 $calendar-navigation-border;
|
|
17262
17186
|
|
|
17263
17187
|
li:hover,
|
|
17264
|
-
li.k-hover
|
|
17265
|
-
li.k-state-hover {
|
|
17188
|
+
li.k-hover {
|
|
17266
17189
|
color: $calendar-today-nav-hover-text;
|
|
17267
17190
|
}
|
|
17268
17191
|
}
|
|
@@ -17285,7 +17208,6 @@ $kendo-calendar-sizes: (
|
|
|
17285
17208
|
// Invalid
|
|
17286
17209
|
&.k-invalid,
|
|
17287
17210
|
&.k-invalid:hover,
|
|
17288
|
-
&.k-state-invalid,
|
|
17289
17211
|
&.ng-invalid.ng-touched,
|
|
17290
17212
|
&.ng-invalid.ng-dirty {
|
|
17291
17213
|
border-color: $invalid-border;
|
|
@@ -17333,9 +17255,7 @@ $kendo-calendar-sizes: (
|
|
|
17333
17255
|
}
|
|
17334
17256
|
|
|
17335
17257
|
.k-range-start.k-active,
|
|
17336
|
-
.k-range-
|
|
17337
|
-
.k-range-end.k-active,
|
|
17338
|
-
.k-range-end.k-state-active {
|
|
17258
|
+
.k-range-end.k-active {
|
|
17339
17259
|
.k-calendar-cell-inner {
|
|
17340
17260
|
box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .2);
|
|
17341
17261
|
}
|
|
@@ -17568,7 +17488,6 @@ $kendo-time-selector-sizes: (
|
|
|
17568
17488
|
display: block;
|
|
17569
17489
|
}
|
|
17570
17490
|
|
|
17571
|
-
&.k-state-focused,
|
|
17572
17491
|
&.k-focus {
|
|
17573
17492
|
&::before,
|
|
17574
17493
|
&::after {
|
|
@@ -17740,7 +17659,6 @@ $kendo-time-selector-sizes: (
|
|
|
17740
17659
|
color: $time-list-title-text;
|
|
17741
17660
|
}
|
|
17742
17661
|
|
|
17743
|
-
&.k-state-focused,
|
|
17744
17662
|
&.k-focus {
|
|
17745
17663
|
.k-title {
|
|
17746
17664
|
color: $time-list-title-focus-text;
|
|
@@ -18043,18 +17961,14 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
18043
17961
|
-ms-high-contrast-adjust: none;
|
|
18044
17962
|
|
|
18045
17963
|
&:hover,
|
|
18046
|
-
&.k-state-hover,
|
|
18047
17964
|
&.k-hover {
|
|
18048
17965
|
position: relative;
|
|
18049
17966
|
z-index: 101;
|
|
18050
17967
|
}
|
|
18051
17968
|
|
|
18052
17969
|
&:focus,
|
|
18053
|
-
&.k-state-focus,
|
|
18054
17970
|
&.k-focus,
|
|
18055
|
-
&.k-state-selected,
|
|
18056
17971
|
&.k-selected,
|
|
18057
|
-
&.k-state-selected:hover,
|
|
18058
17972
|
&.k-selected:hover {
|
|
18059
17973
|
position: relative;
|
|
18060
17974
|
z-index: 100;
|
|
@@ -18071,20 +17985,15 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
18071
17985
|
.k-colorpalette-tile {
|
|
18072
17986
|
|
|
18073
17987
|
&:focus,
|
|
18074
|
-
&.k-state-focus,
|
|
18075
17988
|
&.k-focus {
|
|
18076
17989
|
@include box-shadow( $colorpalette-tile-focus-shadow );
|
|
18077
17990
|
}
|
|
18078
17991
|
|
|
18079
17992
|
&:hover,
|
|
18080
|
-
&.k-state-hover,
|
|
18081
17993
|
&.k-hover {
|
|
18082
17994
|
@include box-shadow( $colorpalette-tile-hover-shadow );
|
|
18083
17995
|
}
|
|
18084
17996
|
|
|
18085
|
-
&.k-state-selected,
|
|
18086
|
-
&.k-selected,
|
|
18087
|
-
&.k-state-selected:hover,
|
|
18088
17997
|
&.k-selected,
|
|
18089
17998
|
&.k-selected:hover {
|
|
18090
17999
|
@include box-shadow( $colorpalette-tile-selected-shadow );
|
|
@@ -18407,7 +18316,7 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
|
|
|
18407
18316
|
}
|
|
18408
18317
|
|
|
18409
18318
|
// Needed for the double check icons
|
|
18410
|
-
.k-
|
|
18319
|
+
.k-icon + .k-icon {
|
|
18411
18320
|
margin-left: -13px;
|
|
18412
18321
|
}
|
|
18413
18322
|
}
|
|
@@ -18450,7 +18359,6 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
|
|
|
18450
18359
|
}
|
|
18451
18360
|
|
|
18452
18361
|
.k-colorgradient:focus,
|
|
18453
|
-
.k-colorgradient.k-state-focus,
|
|
18454
18362
|
.k-colorgradient.k-focus {
|
|
18455
18363
|
@include fill( $border: $colorgradient-focus-border );
|
|
18456
18364
|
@include box-shadow( $colorgradient-focus-shadow );
|
|
@@ -18471,16 +18379,15 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
|
|
|
18471
18379
|
@include box-shadow( $colorgradient-draghandle-shadow );
|
|
18472
18380
|
|
|
18473
18381
|
&:focus,
|
|
18474
|
-
&.k-state-focus,
|
|
18475
18382
|
&.k-focus {
|
|
18476
18383
|
@include fill( $bg: transparent, $border: $white );
|
|
18477
18384
|
@include box-shadow( $colorgradient-draghandle-focus-shadow );
|
|
18478
18385
|
}
|
|
18479
18386
|
|
|
18480
|
-
&:active,
|
|
18481
18387
|
&:hover,
|
|
18482
|
-
&.k-
|
|
18483
|
-
&.k-
|
|
18388
|
+
&.k-hover,
|
|
18389
|
+
&.k-active,
|
|
18390
|
+
&:active {
|
|
18484
18391
|
@include fill( $bg: transparent, $border: $white );
|
|
18485
18392
|
@include box-shadow( $colorgradient-draghandle-hover-shadow );
|
|
18486
18393
|
}
|
|
@@ -18670,7 +18577,6 @@ $coloreditor-views-gap: $coloreditor-spacer !default;
|
|
|
18670
18577
|
}
|
|
18671
18578
|
|
|
18672
18579
|
.k-coloreditor:focus,
|
|
18673
|
-
.k-coloreditor.k-state-focus,
|
|
18674
18580
|
.k-coloreditor.k-focus {
|
|
18675
18581
|
@include fill( $border: $coloreditor-focus-border );
|
|
18676
18582
|
@include box-shadow( $coloreditor-focus-shadow );
|
|
@@ -19890,7 +19796,7 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19890
19796
|
box-sizing: border-box;
|
|
19891
19797
|
}
|
|
19892
19798
|
|
|
19893
|
-
&.k-
|
|
19799
|
+
&.k-readonly {
|
|
19894
19800
|
pointer-events: none;
|
|
19895
19801
|
}
|
|
19896
19802
|
}
|
|
@@ -19967,7 +19873,6 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19967
19873
|
color: $component-text;
|
|
19968
19874
|
|
|
19969
19875
|
&:focus,
|
|
19970
|
-
&.k-state-focused,
|
|
19971
19876
|
&.k-focus {
|
|
19972
19877
|
|
|
19973
19878
|
.k-rating-item {
|
|
@@ -19975,7 +19880,6 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19975
19880
|
text-shadow: $rating-icon-focused-shadow;
|
|
19976
19881
|
}
|
|
19977
19882
|
|
|
19978
|
-
&.k-state-selected > .k-icon,
|
|
19979
19883
|
&.k-selected > .k-icon {
|
|
19980
19884
|
text-shadow: $rating-icon-focused-selected-shadow;
|
|
19981
19885
|
}
|
|
@@ -19986,19 +19890,16 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19986
19890
|
.k-rating-item {
|
|
19987
19891
|
color: $rating-icon-text;
|
|
19988
19892
|
|
|
19989
|
-
&.k-state-selected,
|
|
19990
19893
|
&.k-selected {
|
|
19991
19894
|
color: $rating-icon-selected-text;
|
|
19992
19895
|
|
|
19993
19896
|
&:focus,
|
|
19994
|
-
&.k-state-focused,
|
|
19995
19897
|
&.k-focus {
|
|
19996
19898
|
color: $rating-icon-focused-text;
|
|
19997
19899
|
}
|
|
19998
19900
|
}
|
|
19999
19901
|
|
|
20000
19902
|
&:hover,
|
|
20001
|
-
&.k-state-hover,
|
|
20002
19903
|
&.k-hover {
|
|
20003
19904
|
color: $rating-icon-hover-text;
|
|
20004
19905
|
cursor: pointer;
|
|
@@ -20006,7 +19907,6 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
20006
19907
|
}
|
|
20007
19908
|
}
|
|
20008
19909
|
|
|
20009
|
-
|
|
20010
19910
|
// #endregion
|
|
20011
19911
|
|
|
20012
19912
|
// #endregion
|
|
@@ -21209,7 +21109,6 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
21209
21109
|
z-index: 1;
|
|
21210
21110
|
}
|
|
21211
21111
|
input[disabled],
|
|
21212
|
-
input.k-state-disabled,
|
|
21213
21112
|
input.k-disabled {
|
|
21214
21113
|
visibility: hidden;
|
|
21215
21114
|
}
|
|
@@ -21254,12 +21153,10 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
21254
21153
|
|
|
21255
21154
|
.k-file {
|
|
21256
21155
|
|
|
21257
|
-
&.k-state-focused,
|
|
21258
21156
|
&.k-focus {
|
|
21259
21157
|
box-shadow: inset $upload-focused-shadow;
|
|
21260
21158
|
}
|
|
21261
21159
|
|
|
21262
|
-
.k-upload-action.k-state-focused,
|
|
21263
21160
|
.k-upload-action.k-focus {
|
|
21264
21161
|
box-shadow: $upload-focused-shadow;
|
|
21265
21162
|
}
|
|
@@ -21351,7 +21248,6 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
21351
21248
|
}
|
|
21352
21249
|
|
|
21353
21250
|
// Invalid,
|
|
21354
|
-
&.k-state-invalid,
|
|
21355
21251
|
&.k-invalid,
|
|
21356
21252
|
&.ng-invalid.ng-touched,
|
|
21357
21253
|
&.ng-invalid.ng-dirty {
|
|
@@ -22368,7 +22264,6 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22368
22264
|
|
|
22369
22265
|
// Hover state
|
|
22370
22266
|
&:hover,
|
|
22371
|
-
&.k-state-hover,
|
|
22372
22267
|
&.k-hover {
|
|
22373
22268
|
@include fill(
|
|
22374
22269
|
$actionsheet-item-hover-text,
|
|
@@ -22382,7 +22277,6 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22382
22277
|
|
|
22383
22278
|
// Focus state
|
|
22384
22279
|
&:focus,
|
|
22385
|
-
&.k-state-focus,
|
|
22386
22280
|
&.k-focus {
|
|
22387
22281
|
@include fill(
|
|
22388
22282
|
$actionsheet-item-focus-text,
|
|
@@ -22396,7 +22290,6 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22396
22290
|
|
|
22397
22291
|
// Disabed state
|
|
22398
22292
|
&:disabled,
|
|
22399
|
-
&.k-state-disabled,
|
|
22400
22293
|
&.k-disabled {
|
|
22401
22294
|
@include fill(
|
|
22402
22295
|
$actionsheet-item-disabled-text,
|
|
@@ -22635,7 +22528,6 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22635
22528
|
|
|
22636
22529
|
.k-window {
|
|
22637
22530
|
&:focus,
|
|
22638
|
-
&.k-state-focused,
|
|
22639
22531
|
&.k-focus {
|
|
22640
22532
|
@include box-shadow( $window-focused-shadow );
|
|
22641
22533
|
}
|
|
@@ -23108,33 +23000,28 @@ $drawer-selected-hover-text: $selected-hover-text !default;
|
|
|
23108
23000
|
.k-drawer-item {
|
|
23109
23001
|
|
|
23110
23002
|
&:hover,
|
|
23111
|
-
&.k-state-hover,
|
|
23112
23003
|
&.k-hover {
|
|
23113
23004
|
color: $drawer-hovered-text;
|
|
23114
23005
|
background-color: $drawer-hovered-bg;
|
|
23115
23006
|
}
|
|
23116
23007
|
|
|
23117
23008
|
&:focus,
|
|
23118
|
-
&.k-state-focused,
|
|
23119
23009
|
&.k-focus {
|
|
23120
23010
|
background-color: $drawer-focused-bg;
|
|
23121
23011
|
box-shadow: $drawer-focused-shadow;
|
|
23122
23012
|
|
|
23123
23013
|
&:hover,
|
|
23124
|
-
&.k-state-hover,
|
|
23125
23014
|
&.k-hover {
|
|
23126
23015
|
color: $drawer-hovered-text;
|
|
23127
23016
|
background-color: $drawer-hovered-bg;
|
|
23128
23017
|
}
|
|
23129
23018
|
}
|
|
23130
23019
|
|
|
23131
|
-
&.k-state-selected,
|
|
23132
23020
|
&.k-selected {
|
|
23133
23021
|
color: $drawer-selected-text;
|
|
23134
23022
|
background-color: $drawer-selected-bg;
|
|
23135
23023
|
|
|
23136
23024
|
&:hover,
|
|
23137
|
-
&.k-state-hover,
|
|
23138
23025
|
&.k-hover {
|
|
23139
23026
|
color: $drawer-selected-hover-text;
|
|
23140
23027
|
background-color: $drawer-selected-hover-bg;
|
|
@@ -23262,7 +23149,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
23262
23149
|
flex: none;
|
|
23263
23150
|
}
|
|
23264
23151
|
|
|
23265
|
-
> .k-i-close
|
|
23152
|
+
> .k-i-close,
|
|
23153
|
+
> .k-i-x {
|
|
23266
23154
|
margin-right: 0;
|
|
23267
23155
|
margin-left: $notification-icon-spacing;
|
|
23268
23156
|
flex: none;
|
|
@@ -23285,7 +23173,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
23285
23173
|
margin-left: $notification-icon-spacing;
|
|
23286
23174
|
}
|
|
23287
23175
|
|
|
23288
|
-
> .k-i-close
|
|
23176
|
+
> .k-i-close,
|
|
23177
|
+
> .k-i-x {
|
|
23289
23178
|
margin-left: 0;
|
|
23290
23179
|
margin-right: $notification-icon-spacing;
|
|
23291
23180
|
}
|
|
@@ -23307,7 +23196,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
23307
23196
|
);
|
|
23308
23197
|
}
|
|
23309
23198
|
.k-notification-wrap {
|
|
23310
|
-
> .k-i-close
|
|
23199
|
+
> .k-i-close,
|
|
23200
|
+
> .k-i-x {
|
|
23311
23201
|
color: inherit;
|
|
23312
23202
|
}
|
|
23313
23203
|
}
|
|
@@ -23441,16 +23331,6 @@ $card-deck-scroll-button-offset: -$kendo-button-border-width !default;
|
|
|
23441
23331
|
$card-callout-width: 20px !default;
|
|
23442
23332
|
$card-callout-height: 20px !default;
|
|
23443
23333
|
|
|
23444
|
-
$card-callout-box-shadow-n: null !default;
|
|
23445
|
-
$card-callout-box-shadow-e: null !default;
|
|
23446
|
-
$card-callout-box-shadow-s: null !default;
|
|
23447
|
-
$card-callout-box-shadow-w: null !default;
|
|
23448
|
-
|
|
23449
|
-
$card-focus-callout-box-shadow-n: 1px -1px 4px 0 rgba( black, .06) !default;
|
|
23450
|
-
$card-focus-callout-box-shadow-e: 2px -1px 4px 0 rgba( black, .06) !default;
|
|
23451
|
-
$card-focus-callout-box-shadow-s: 2px -2px 4px 0 rgba( black, .06) !default;
|
|
23452
|
-
$card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
|
|
23453
|
-
|
|
23454
23334
|
// #endregion
|
|
23455
23335
|
// #region @import "_layout.scss"; -> packages/default/scss/card/_layout.scss
|
|
23456
23336
|
@include exports("card/layout") {
|
|
@@ -23494,6 +23374,7 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
|
|
|
23494
23374
|
display: flex;
|
|
23495
23375
|
flex-direction: inherit;
|
|
23496
23376
|
overflow: hidden;
|
|
23377
|
+
position: relative;
|
|
23497
23378
|
}
|
|
23498
23379
|
|
|
23499
23380
|
|
|
@@ -23784,7 +23665,7 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
|
|
|
23784
23665
|
margin: 0;
|
|
23785
23666
|
width: $card-callout-width;
|
|
23786
23667
|
height: $card-callout-height;
|
|
23787
|
-
border-width: $card-border-width
|
|
23668
|
+
border-width: $card-border-width;
|
|
23788
23669
|
border-style: solid;
|
|
23789
23670
|
box-sizing: border-box;
|
|
23790
23671
|
position: absolute;
|
|
@@ -23793,22 +23674,22 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
|
|
|
23793
23674
|
.k-card-callout.k-callout-n {
|
|
23794
23675
|
top: 0;
|
|
23795
23676
|
left: 50%;
|
|
23796
|
-
transform: translate(-50%, -50%) rotate(
|
|
23677
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
23797
23678
|
}
|
|
23798
23679
|
.k-card-callout.k-callout-e {
|
|
23799
23680
|
top: 50%;
|
|
23800
23681
|
right: 0;
|
|
23801
|
-
transform: translate(50%, -50%) rotate(
|
|
23682
|
+
transform: translate(50%, -50%) rotate(-45deg);
|
|
23802
23683
|
}
|
|
23803
23684
|
.k-card-callout.k-callout-s {
|
|
23804
23685
|
bottom: 0;
|
|
23805
23686
|
left: 50%;
|
|
23806
|
-
transform: translate(-50%, 50%) rotate(
|
|
23687
|
+
transform: translate(-50%, 50%) rotate(45deg);
|
|
23807
23688
|
}
|
|
23808
23689
|
.k-card-callout.k-callout-w {
|
|
23809
23690
|
top: 50%;
|
|
23810
23691
|
left: 0;
|
|
23811
|
-
transform: translate(-50%, -50%) rotate(
|
|
23692
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
23812
23693
|
}
|
|
23813
23694
|
|
|
23814
23695
|
}
|
|
@@ -23862,9 +23743,13 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
|
|
|
23862
23743
|
);
|
|
23863
23744
|
@include box-shadow( $card-shadow );
|
|
23864
23745
|
|
|
23746
|
+
.k-card-inner {
|
|
23747
|
+
background-color: inherit;
|
|
23748
|
+
border-color: inherit;
|
|
23749
|
+
}
|
|
23750
|
+
|
|
23865
23751
|
&:focus,
|
|
23866
|
-
&.k-focus
|
|
23867
|
-
&.k-state-focus {
|
|
23752
|
+
&.k-focus {
|
|
23868
23753
|
@include fill(
|
|
23869
23754
|
$card-focus-text,
|
|
23870
23755
|
$card-focus-bg,
|
|
@@ -23873,8 +23758,7 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
|
|
|
23873
23758
|
@include box-shadow( $card-focus-shadow );
|
|
23874
23759
|
}
|
|
23875
23760
|
|
|
23876
|
-
&.k-selected
|
|
23877
|
-
&.k-state-selected {
|
|
23761
|
+
&.k-selected {
|
|
23878
23762
|
@include box-shadow( $card-focus-shadow );
|
|
23879
23763
|
}
|
|
23880
23764
|
}
|
|
@@ -23926,10 +23810,8 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
|
|
|
23926
23810
|
|
|
23927
23811
|
|
|
23928
23812
|
.k-card-wrap {
|
|
23929
|
-
&.k-state-focused,
|
|
23930
|
-
&.k-focus,
|
|
23931
23813
|
&:focus,
|
|
23932
|
-
&.k-
|
|
23814
|
+
&.k-focus,
|
|
23933
23815
|
&.k-selected {
|
|
23934
23816
|
> .k-card {
|
|
23935
23817
|
@include box-shadow( $card-focus-shadow );
|
|
@@ -23941,28 +23823,11 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
|
|
|
23941
23823
|
// Card callout
|
|
23942
23824
|
.k-card-callout {
|
|
23943
23825
|
@include fill(
|
|
23944
|
-
$bg:
|
|
23945
|
-
$border:
|
|
23826
|
+
$bg: inherit,
|
|
23827
|
+
$border: inherit
|
|
23946
23828
|
);
|
|
23947
|
-
}
|
|
23948
|
-
|
|
23949
|
-
.k-card-callout.k-callout-n { @include box-shadow( $card-callout-box-shadow-n ); }
|
|
23950
|
-
.k-card-callout.k-callout-e { @include box-shadow( $card-callout-box-shadow-e ); }
|
|
23951
|
-
.k-card-callout.k-callout-s { @include box-shadow( $card-callout-box-shadow-s ); }
|
|
23952
|
-
.k-card-callout.k-callout-w { @include box-shadow( $card-callout-box-shadow-w ); }
|
|
23953
23829
|
|
|
23954
|
-
|
|
23955
|
-
.k-card.k-focus .k-card-callout,
|
|
23956
|
-
.k-card.k-state-focus .k-card-callout {
|
|
23957
|
-
@include fill(
|
|
23958
|
-
$bg: $card-focus-bg,
|
|
23959
|
-
$border: $card-focus-border
|
|
23960
|
-
);
|
|
23961
|
-
|
|
23962
|
-
&.k-callout-n { @include box-shadow( $card-focus-callout-box-shadow-n ); }
|
|
23963
|
-
&.k-callout-e { @include box-shadow( $card-focus-callout-box-shadow-e ); }
|
|
23964
|
-
&.k-callout-s { @include box-shadow( $card-focus-callout-box-shadow-s ); }
|
|
23965
|
-
&.k-callout-w { @include box-shadow( $card-focus-callout-box-shadow-w ); }
|
|
23830
|
+
@include box-shadow( inherit );
|
|
23966
23831
|
}
|
|
23967
23832
|
|
|
23968
23833
|
}
|
|
@@ -24009,11 +23874,6 @@ $popover-callout-border-style: $popover-border-style !default;
|
|
|
24009
23874
|
$popover-callout-bg: $popover-bg !default;
|
|
24010
23875
|
$popover-callout-border: $popover-border !default;
|
|
24011
23876
|
|
|
24012
|
-
$popover-callout-shadow-n: null !default;
|
|
24013
|
-
$popover-callout-shadow-e: rgba( black, .03 ) 2px -1px 4px 0px !default;
|
|
24014
|
-
$popover-callout-shadow-s: rgba( black, .06 ) 2px -2px 4px 0px !default;
|
|
24015
|
-
$popover-callout-shadow-w: rgba( black, .03 ) 2px -1px 4px 0px !default;
|
|
24016
|
-
|
|
24017
23877
|
// #endregion
|
|
24018
23878
|
// #region @import "_layout.scss"; -> packages/default/scss/popover/_layout.scss
|
|
24019
23879
|
@include exports("popover/layout") {
|
|
@@ -24042,6 +23902,11 @@ $popover-callout-shadow-w: rgba( black, .03 ) 2px -1px 4px 0px !default;
|
|
|
24042
23902
|
}
|
|
24043
23903
|
}
|
|
24044
23904
|
|
|
23905
|
+
.k-popover-inner {
|
|
23906
|
+
position: relative;
|
|
23907
|
+
border-radius: inherit;
|
|
23908
|
+
}
|
|
23909
|
+
|
|
24045
23910
|
// Header
|
|
24046
23911
|
.k-popover-header {
|
|
24047
23912
|
@include border-top-radius( $popover-border-radius );
|
|
@@ -24068,32 +23933,32 @@ $popover-callout-shadow-w: rgba( black, .03 ) 2px -1px 4px 0px !default;
|
|
|
24068
23933
|
margin: 0;
|
|
24069
23934
|
width: $popover-callout-width;
|
|
24070
23935
|
height: $popover-callout-height;
|
|
24071
|
-
border-width: $popover-callout-border-width
|
|
23936
|
+
border-width: $popover-callout-border-width;
|
|
24072
23937
|
border-style: $popover-callout-border-style;
|
|
24073
23938
|
position: absolute;
|
|
24074
23939
|
|
|
24075
23940
|
&.k-callout-n {
|
|
24076
23941
|
top: 0;
|
|
24077
23942
|
left: 50%;
|
|
24078
|
-
transform: translate(-50%, -50%) rotate(
|
|
23943
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
24079
23944
|
}
|
|
24080
23945
|
|
|
24081
23946
|
&.k-callout-e {
|
|
24082
23947
|
top: 50%;
|
|
24083
23948
|
right: 0;
|
|
24084
|
-
transform: translate(50%, -50%) rotate(
|
|
23949
|
+
transform: translate(50%, -50%) rotate(-45deg);
|
|
24085
23950
|
}
|
|
24086
23951
|
|
|
24087
23952
|
&.k-callout-s {
|
|
24088
23953
|
bottom: 0;
|
|
24089
23954
|
left: 50%;
|
|
24090
|
-
transform: translate(-50%, 50%) rotate(
|
|
23955
|
+
transform: translate(-50%, 50%) rotate(45deg);
|
|
24091
23956
|
}
|
|
24092
23957
|
|
|
24093
23958
|
&.k-callout-w {
|
|
24094
23959
|
top: 50%;
|
|
24095
23960
|
left: 0;
|
|
24096
|
-
transform: translate(-50%, -50%) rotate(
|
|
23961
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
24097
23962
|
}
|
|
24098
23963
|
}
|
|
24099
23964
|
|
|
@@ -24114,6 +23979,11 @@ $popover-callout-shadow-w: rgba( black, .03 ) 2px -1px 4px 0px !default;
|
|
|
24114
23979
|
);
|
|
24115
23980
|
}
|
|
24116
23981
|
|
|
23982
|
+
.k-popover-inner {
|
|
23983
|
+
background-color: inherit;
|
|
23984
|
+
border-color: inherit;
|
|
23985
|
+
}
|
|
23986
|
+
|
|
24117
23987
|
// Header
|
|
24118
23988
|
.k-popover-header {
|
|
24119
23989
|
@include fill(
|
|
@@ -24126,14 +23996,11 @@ $popover-callout-shadow-w: rgba( black, .03 ) 2px -1px 4px 0px !default;
|
|
|
24126
23996
|
// Callout
|
|
24127
23997
|
.k-popover-callout {
|
|
24128
23998
|
@include fill(
|
|
24129
|
-
$bg:
|
|
24130
|
-
$border:
|
|
23999
|
+
$bg: inherit,
|
|
24000
|
+
$border: inherit
|
|
24131
24001
|
);
|
|
24132
24002
|
|
|
24133
|
-
|
|
24134
|
-
&.k-callout-e { @include box-shadow( $popover-callout-shadow-e ); }
|
|
24135
|
-
&.k-callout-s { @include box-shadow( $popover-callout-shadow-s ); }
|
|
24136
|
-
&.k-callout-w { @include box-shadow( $popover-callout-shadow-w ); }
|
|
24003
|
+
@include box-shadow( inherit )
|
|
24137
24004
|
}
|
|
24138
24005
|
|
|
24139
24006
|
}
|
|
@@ -24368,7 +24235,6 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
24368
24235
|
outline: 0;
|
|
24369
24236
|
}
|
|
24370
24237
|
}
|
|
24371
|
-
.k-bottom-nav-item.k-state-disabled,
|
|
24372
24238
|
.k-bottom-nav-item.k-disabled {
|
|
24373
24239
|
background-color: initial;
|
|
24374
24240
|
}
|
|
@@ -24412,15 +24278,11 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
24412
24278
|
$bg: $color
|
|
24413
24279
|
);
|
|
24414
24280
|
|
|
24415
|
-
.k-bottom-nav-item.k-state-focus,
|
|
24416
|
-
.k-bottom-nav-item.k-focus,
|
|
24417
|
-
.k-bottom-nav-item.k-state-focused,
|
|
24418
24281
|
.k-bottom-nav-item.k-focus,
|
|
24419
24282
|
.k-bottom-nav-item:focus {
|
|
24420
24283
|
@include fill( $bg: rgba(true-mix( $color, contrast-wcag( $color ), 35%), .2));
|
|
24421
24284
|
}
|
|
24422
24285
|
|
|
24423
|
-
.k-bottom-nav-item.k-state-selected,
|
|
24424
24286
|
.k-bottom-nav-item.k-selected {
|
|
24425
24287
|
@include fill( $color: contrast-wcag( $color ) );
|
|
24426
24288
|
}
|
|
@@ -24435,16 +24297,12 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
24435
24297
|
$bottom-nav-flat-border
|
|
24436
24298
|
);
|
|
24437
24299
|
|
|
24438
|
-
.k-bottom-nav-item.k-state-focus,
|
|
24439
|
-
.k-bottom-nav-item.k-focus,
|
|
24440
|
-
.k-bottom-nav-item.k-state-focused,
|
|
24441
24300
|
.k-bottom-nav-item.k-focus,
|
|
24442
24301
|
.k-bottom-nav-item:focus {
|
|
24443
24302
|
@include fill( $bg: rgba($bottom-nav-flat-text, .05) );
|
|
24444
24303
|
}
|
|
24445
24304
|
|
|
24446
24305
|
@each $name, $color in $kendo-theme-colors {
|
|
24447
|
-
&.k-bottom-nav-#{$name} .k-bottom-nav-item.k-state-selected,
|
|
24448
24306
|
&.k-bottom-nav-#{$name} .k-bottom-nav-item.k-selected {
|
|
24449
24307
|
@if $name == "secondary" or $name == "light" {
|
|
24450
24308
|
@include fill( $color: try-shade($color, 3) );
|
|
@@ -24699,7 +24557,6 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24699
24557
|
);
|
|
24700
24558
|
|
|
24701
24559
|
&:focus,
|
|
24702
|
-
&.k-state-focused,
|
|
24703
24560
|
&.k-focus {
|
|
24704
24561
|
@include box-shadow( $breadcrumb-focused-shadow );
|
|
24705
24562
|
}
|
|
@@ -24716,7 +24573,6 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24716
24573
|
|
|
24717
24574
|
// Hovered state
|
|
24718
24575
|
&:hover,
|
|
24719
|
-
&.k-state-hover,
|
|
24720
24576
|
&.k-hover {
|
|
24721
24577
|
@include fill(
|
|
24722
24578
|
$breadcrumb-link-hovered-text,
|
|
@@ -24727,7 +24583,6 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24727
24583
|
|
|
24728
24584
|
// Focused state
|
|
24729
24585
|
&:focus,
|
|
24730
|
-
&.k-state-focused,
|
|
24731
24586
|
&.k-focus {
|
|
24732
24587
|
@include fill(
|
|
24733
24588
|
$breadcrumb-link-focused-text,
|
|
@@ -24749,7 +24604,6 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24749
24604
|
|
|
24750
24605
|
// Hovered state
|
|
24751
24606
|
&:hover,
|
|
24752
|
-
&.k-state-hover,
|
|
24753
24607
|
&.k-hover {
|
|
24754
24608
|
@include fill(
|
|
24755
24609
|
$breadcrumb-root-link-hovered-text,
|
|
@@ -24760,7 +24614,6 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24760
24614
|
|
|
24761
24615
|
// Focused state
|
|
24762
24616
|
&:focus,
|
|
24763
|
-
&.k-state-focused,
|
|
24764
24617
|
&.k-focus {
|
|
24765
24618
|
@include fill(
|
|
24766
24619
|
$breadcrumb-root-link-focused-text,
|
|
@@ -24907,7 +24760,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
24907
24760
|
|
|
24908
24761
|
// Focused state
|
|
24909
24762
|
&:focus,
|
|
24910
|
-
&.k-state-focus,
|
|
24911
24763
|
&.k-focus {
|
|
24912
24764
|
z-index: 3;
|
|
24913
24765
|
}
|
|
@@ -24916,6 +24768,10 @@ $pager-dropdown-width: 5em !default;
|
|
|
24916
24768
|
.k-rtl &,
|
|
24917
24769
|
&[dir="rtl"],
|
|
24918
24770
|
[dir="rtl"] & {
|
|
24771
|
+
.k-i-caret-alt-to-left,
|
|
24772
|
+
.k-i-caret-alt-to-right,
|
|
24773
|
+
.k-i-caret-alt-left,
|
|
24774
|
+
.k-i-caret-alt-right,
|
|
24919
24775
|
.k-i-arrow-end-left,
|
|
24920
24776
|
.k-i-arrow-60-left,
|
|
24921
24777
|
.k-i-arrow-60-right,
|
|
@@ -24957,7 +24813,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
24957
24813
|
&:hover {
|
|
24958
24814
|
z-index: 2;
|
|
24959
24815
|
}
|
|
24960
|
-
&.k-state-disabled,
|
|
24961
24816
|
&.k-disabled {
|
|
24962
24817
|
color: inherit;
|
|
24963
24818
|
}
|
|
@@ -25007,7 +24862,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25007
24862
|
}
|
|
25008
24863
|
|
|
25009
24864
|
// Selected state
|
|
25010
|
-
.k-state-selected,
|
|
25011
24865
|
.k-selected {
|
|
25012
24866
|
cursor: inherit;
|
|
25013
24867
|
z-index: 2;
|
|
@@ -25152,9 +25006,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25152
25006
|
);
|
|
25153
25007
|
|
|
25154
25008
|
&:focus,
|
|
25155
|
-
&.k-focus,
|
|
25156
|
-
&.k-state-focus,
|
|
25157
|
-
&.k-state-focused,
|
|
25158
25009
|
&.k-focus {
|
|
25159
25010
|
@include fill( $bg: $pager-focus-bg );
|
|
25160
25011
|
@include box-shadow( $pager-focus-shadow );
|
|
@@ -25170,7 +25021,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25170
25021
|
);
|
|
25171
25022
|
|
|
25172
25023
|
&:hover,
|
|
25173
|
-
&.k-state-hover,
|
|
25174
25024
|
&.k-hover {
|
|
25175
25025
|
@include fill(
|
|
25176
25026
|
$pager-item-hover-text,
|
|
@@ -25179,7 +25029,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25179
25029
|
);
|
|
25180
25030
|
}
|
|
25181
25031
|
|
|
25182
|
-
&.k-state-selected,
|
|
25183
25032
|
&.k-selected {
|
|
25184
25033
|
@include fill(
|
|
25185
25034
|
$pager-item-selected-text,
|
|
@@ -25189,7 +25038,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25189
25038
|
}
|
|
25190
25039
|
|
|
25191
25040
|
&:focus,
|
|
25192
|
-
&.k-state-focus,
|
|
25193
25041
|
&.k-focus {
|
|
25194
25042
|
background-color: $pager-item-focus-bg;
|
|
25195
25043
|
@include box-shadow( $pager-item-focus-shadow );
|
|
@@ -25213,7 +25061,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25213
25061
|
);
|
|
25214
25062
|
|
|
25215
25063
|
&:hover,
|
|
25216
|
-
&.k-state-hover,
|
|
25217
25064
|
&.k-hover {
|
|
25218
25065
|
@include fill(
|
|
25219
25066
|
$pager-number-hover-text,
|
|
@@ -25223,13 +25070,11 @@ $pager-dropdown-width: 5em !default;
|
|
|
25223
25070
|
}
|
|
25224
25071
|
|
|
25225
25072
|
&:focus,
|
|
25226
|
-
&.k-state-focus,
|
|
25227
25073
|
&.k-focus {
|
|
25228
25074
|
background-color: $pager-number-focus-bg;
|
|
25229
25075
|
@include box-shadow( $pager-number-focus-shadow );
|
|
25230
25076
|
}
|
|
25231
25077
|
|
|
25232
|
-
&.k-state-selected,
|
|
25233
25078
|
&.k-selected {
|
|
25234
25079
|
@include fill(
|
|
25235
25080
|
$pager-number-selected-text,
|
|
@@ -25262,7 +25107,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25262
25107
|
);
|
|
25263
25108
|
|
|
25264
25109
|
&:hover,
|
|
25265
|
-
&.k-state-hover,
|
|
25266
25110
|
&.k-hover {
|
|
25267
25111
|
@include fill(
|
|
25268
25112
|
$dropdownlist-hovered-text,
|
|
@@ -25272,7 +25116,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
25272
25116
|
}
|
|
25273
25117
|
}
|
|
25274
25118
|
|
|
25275
|
-
&.k-
|
|
25119
|
+
&.k-expanded {
|
|
25276
25120
|
@include fill(
|
|
25277
25121
|
$popup-text,
|
|
25278
25122
|
$popup-bg,
|
|
@@ -25283,7 +25127,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25283
25127
|
.k-link {
|
|
25284
25128
|
|
|
25285
25129
|
&:hover,
|
|
25286
|
-
&.k-state-hover,
|
|
25287
25130
|
&.k-hover {
|
|
25288
25131
|
@include fill(
|
|
25289
25132
|
$kendo-list-item-hover-text,
|
|
@@ -25291,7 +25134,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25291
25134
|
);
|
|
25292
25135
|
}
|
|
25293
25136
|
|
|
25294
|
-
&.k-state-selected,
|
|
25295
25137
|
&.k-selected {
|
|
25296
25138
|
@include fill(
|
|
25297
25139
|
$kendo-list-item-selected-text,
|
|
@@ -25888,7 +25730,6 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25888
25730
|
$bg: $stepper-progressbar-bg
|
|
25889
25731
|
);
|
|
25890
25732
|
|
|
25891
|
-
.k-state-selected,
|
|
25892
25733
|
.k-selected {
|
|
25893
25734
|
@include fill(
|
|
25894
25735
|
$color: $stepper-progressbar-fill-text,
|
|
@@ -26136,13 +25977,11 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26136
25977
|
position: relative;
|
|
26137
25978
|
z-index: 1;
|
|
26138
25979
|
|
|
26139
|
-
&.k-state-active,
|
|
26140
25980
|
&.k-active {
|
|
26141
25981
|
display: block;
|
|
26142
25982
|
}
|
|
26143
25983
|
|
|
26144
25984
|
&:focus,
|
|
26145
|
-
&.k-state-focused,
|
|
26146
25985
|
&.k-focus {
|
|
26147
25986
|
outline-width: 1px;
|
|
26148
25987
|
outline-style: dotted;
|
|
@@ -26231,7 +26070,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26231
26070
|
margin-left: $tabstrip-item-gap;
|
|
26232
26071
|
}
|
|
26233
26072
|
|
|
26234
|
-
.k-item.k-state-active,
|
|
26235
26073
|
.k-item.k-active {
|
|
26236
26074
|
border-bottom-color: transparent;
|
|
26237
26075
|
}
|
|
@@ -26261,7 +26099,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26261
26099
|
margin-left: $tabstrip-item-gap;
|
|
26262
26100
|
}
|
|
26263
26101
|
|
|
26264
|
-
.k-item.k-state-active,
|
|
26265
26102
|
.k-item.k-active {
|
|
26266
26103
|
border-top-color: transparent;
|
|
26267
26104
|
}
|
|
@@ -26295,7 +26132,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26295
26132
|
margin-top: $tabstrip-item-gap;
|
|
26296
26133
|
}
|
|
26297
26134
|
|
|
26298
|
-
.k-item.k-state-active,
|
|
26299
26135
|
.k-item.k-active {
|
|
26300
26136
|
border-right-color: transparent;
|
|
26301
26137
|
}
|
|
@@ -26331,7 +26167,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26331
26167
|
margin-top: $tabstrip-item-gap;
|
|
26332
26168
|
}
|
|
26333
26169
|
|
|
26334
|
-
.k-item.k-state-active,
|
|
26335
26170
|
.k-item.k-active {
|
|
26336
26171
|
border-left-color: transparent;
|
|
26337
26172
|
}
|
|
@@ -26377,7 +26212,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26377
26212
|
border-left-width: $tabstrip-indicator-size;
|
|
26378
26213
|
}
|
|
26379
26214
|
}
|
|
26380
|
-
.k-item.k-state-active::after,
|
|
26381
26215
|
.k-item.k-active::after {
|
|
26382
26216
|
display: block;
|
|
26383
26217
|
}
|
|
@@ -26448,7 +26282,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26448
26282
|
);
|
|
26449
26283
|
|
|
26450
26284
|
&:hover,
|
|
26451
|
-
&.k-state-hover,
|
|
26452
26285
|
&.k-hover {
|
|
26453
26286
|
@include fill(
|
|
26454
26287
|
$tabstrip-item-hovered-text,
|
|
@@ -26459,9 +26292,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26459
26292
|
}
|
|
26460
26293
|
|
|
26461
26294
|
&:active,
|
|
26462
|
-
&.k-state-active,
|
|
26463
26295
|
&.k-active,
|
|
26464
|
-
&.k-state-selected,
|
|
26465
26296
|
&.k-selected {
|
|
26466
26297
|
@include fill(
|
|
26467
26298
|
$tabstrip-item-selected-text,
|
|
@@ -26472,7 +26303,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26472
26303
|
}
|
|
26473
26304
|
|
|
26474
26305
|
&:focus,
|
|
26475
|
-
&.k-state-focused,
|
|
26476
26306
|
&.k-focus {
|
|
26477
26307
|
@include box-shadow( $tabstrip-item-focused-shadow );
|
|
26478
26308
|
}
|
|
@@ -26495,7 +26325,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26495
26325
|
);
|
|
26496
26326
|
|
|
26497
26327
|
&:focus,
|
|
26498
|
-
&.k-state-focused,
|
|
26499
26328
|
&.k-focus {
|
|
26500
26329
|
outline-color: $tabstrip-content-border-focused;
|
|
26501
26330
|
}
|
|
@@ -26506,7 +26335,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26506
26335
|
@if ($tabstrip-indicator-size) {
|
|
26507
26336
|
|
|
26508
26337
|
.k-tabstrip-items-wrapper {
|
|
26509
|
-
.k-item.k-state-active::after,
|
|
26510
26338
|
.k-item.k-active::after {
|
|
26511
26339
|
border-color: $tabstrip-indicator-color;
|
|
26512
26340
|
}
|
|
@@ -26597,7 +26425,6 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
26597
26425
|
justify-content: space-between;
|
|
26598
26426
|
|
|
26599
26427
|
&:focus,
|
|
26600
|
-
&.k-state-focused,
|
|
26601
26428
|
&.k-focus {
|
|
26602
26429
|
outline-width: 1px;
|
|
26603
26430
|
outline-style: dotted;
|
|
@@ -26689,20 +26516,20 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
26689
26516
|
// #endregion
|
|
26690
26517
|
// #region @import "_theme.scss"; -> packages/default/scss/wizard/_theme.scss
|
|
26691
26518
|
@include exports("wizard/theme") {
|
|
26519
|
+
|
|
26692
26520
|
.k-wizard-step {
|
|
26693
26521
|
&:focus,
|
|
26694
|
-
&.k-state-focused,
|
|
26695
26522
|
&.k-focus {
|
|
26696
26523
|
outline-color: $wizard-step-border-focused;
|
|
26697
26524
|
}
|
|
26698
26525
|
|
|
26699
26526
|
.k-ie &:focus,
|
|
26700
|
-
.k-ie &.k-state-focused,
|
|
26701
26527
|
.k-ie &.k-focus {
|
|
26702
26528
|
@include box-shadow($wizard-focused-shadow);
|
|
26703
26529
|
outline: none;
|
|
26704
26530
|
}
|
|
26705
26531
|
}
|
|
26532
|
+
|
|
26706
26533
|
}
|
|
26707
26534
|
|
|
26708
26535
|
// #endregion
|
|
@@ -26862,7 +26689,6 @@ $expander-content-padding-y: $padding-y * 4 !default;
|
|
|
26862
26689
|
$expander-border
|
|
26863
26690
|
);
|
|
26864
26691
|
|
|
26865
|
-
&.k-state-focus,
|
|
26866
26692
|
&.k-focus {
|
|
26867
26693
|
box-shadow: $expander-focus-shadow;
|
|
26868
26694
|
}
|
|
@@ -26877,13 +26703,10 @@ $expander-content-padding-y: $padding-y * 4 !default;
|
|
|
26877
26703
|
outline: none;
|
|
26878
26704
|
|
|
26879
26705
|
&:hover,
|
|
26880
|
-
&.k-state-hover,
|
|
26881
26706
|
&.k-hover {
|
|
26882
26707
|
background-color: $expander-header-hover-bg;
|
|
26883
26708
|
}
|
|
26884
26709
|
|
|
26885
|
-
// Should be removed
|
|
26886
|
-
&.k-state-focused,
|
|
26887
26710
|
&.k-focus {
|
|
26888
26711
|
background-color: $expander-header-focused-bg;
|
|
26889
26712
|
box-shadow: $expander-header-focused-shadow;
|
|
@@ -27126,6 +26949,10 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27126
26949
|
}
|
|
27127
26950
|
}
|
|
27128
26951
|
|
|
26952
|
+
// Panelbar item
|
|
26953
|
+
.k-panelbar-item {
|
|
26954
|
+
outline-style: none;
|
|
26955
|
+
}
|
|
27129
26956
|
|
|
27130
26957
|
// Panelbar content
|
|
27131
26958
|
.k-panelbar-content {
|
|
@@ -27224,7 +27051,6 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27224
27051
|
> .k-item,
|
|
27225
27052
|
> .k-panelbar-header {
|
|
27226
27053
|
|
|
27227
|
-
&.k-state-expanded.k-level-0 > .k-link,
|
|
27228
27054
|
&.k-expanded.k-level-0 > .k-link {
|
|
27229
27055
|
@include fill(
|
|
27230
27056
|
$panelbar-header-expanded-text,
|
|
@@ -27251,7 +27077,6 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27251
27077
|
|
|
27252
27078
|
// Hover
|
|
27253
27079
|
> .k-link:hover,
|
|
27254
|
-
> .k-link.k-state-hover,
|
|
27255
27080
|
> .k-link.k-hover {
|
|
27256
27081
|
@include fill(
|
|
27257
27082
|
$panelbar-header-hovered-text,
|
|
@@ -27263,9 +27088,6 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27263
27088
|
|
|
27264
27089
|
// Focus
|
|
27265
27090
|
> .k-link:focus,
|
|
27266
|
-
> .k-link.k-state-focus,
|
|
27267
|
-
> .k-link.k-focus,
|
|
27268
|
-
> .k-link.k-state-focused,
|
|
27269
27091
|
> .k-link.k-focus {
|
|
27270
27092
|
@include fill(
|
|
27271
27093
|
$panelbar-header-focused-text,
|
|
@@ -27278,7 +27100,6 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27278
27100
|
|
|
27279
27101
|
// Focus & Hover
|
|
27280
27102
|
> .k-link:focus:hover,
|
|
27281
|
-
> .k-link.k-state-focus.k-state-hover,
|
|
27282
27103
|
> .k-link.k-focus.k-hover {
|
|
27283
27104
|
@include fill(
|
|
27284
27105
|
$panelbar-header-hovered-focused-text,
|
|
@@ -27289,7 +27110,6 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27289
27110
|
}
|
|
27290
27111
|
|
|
27291
27112
|
// Selected
|
|
27292
|
-
> .k-link.k-state-selected,
|
|
27293
27113
|
> .k-link.k-selected {
|
|
27294
27114
|
@include fill(
|
|
27295
27115
|
$panelbar-header-selected-text,
|
|
@@ -27305,9 +27125,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27305
27125
|
}
|
|
27306
27126
|
|
|
27307
27127
|
// Selected Hover
|
|
27308
|
-
> .k-link.k-state-selected:hover,
|
|
27309
27128
|
> .k-link.k-selected:hover,
|
|
27310
|
-
> .k-link.k-state-selected.k-state-hover,
|
|
27311
27129
|
> .k-link.k-selected.k-hover {
|
|
27312
27130
|
@include fill(
|
|
27313
27131
|
$panelbar-header-selected-hovered-text,
|
|
@@ -27318,12 +27136,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27318
27136
|
}
|
|
27319
27137
|
|
|
27320
27138
|
// Selected Focus
|
|
27321
|
-
> .k-link.k-state-selected:focus,
|
|
27322
27139
|
> .k-link.k-selected:focus,
|
|
27323
|
-
> .k-link.k-
|
|
27324
|
-
> .k-link.k-selected.k-focus,
|
|
27325
|
-
> .k-link.k-state-selected.k-state-focused,
|
|
27326
|
-
> .k-link.k-selected.k-focused {
|
|
27140
|
+
> .k-link.k-selected.k-focus {
|
|
27327
27141
|
@include fill(
|
|
27328
27142
|
$panelbar-header-selected-focused-text,
|
|
27329
27143
|
$panelbar-header-selected-focused-bg,
|
|
@@ -27333,12 +27147,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27333
27147
|
}
|
|
27334
27148
|
|
|
27335
27149
|
// Selected Focus & Hover
|
|
27336
|
-
> .k-link.k-state-selected:hover:focus,
|
|
27337
27150
|
> .k-link.k-selected:hover:focus,
|
|
27338
|
-
> .k-link.k-
|
|
27339
|
-
> .k-link.k-selected.k-hover.k-state-focus,
|
|
27340
|
-
> .k-link.k-state-selected.k-state-hover.k-state-focused,
|
|
27341
|
-
> .k-link.k-selected.k-hover.k-state-focused {
|
|
27151
|
+
> .k-link.k-selected.k-hover.k-focus {
|
|
27342
27152
|
@include fill(
|
|
27343
27153
|
$panelbar-header-selected-hovered-focused-text,
|
|
27344
27154
|
$panelbar-header-selected-hovered-focused-bg,
|
|
@@ -27355,10 +27165,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27355
27165
|
|
|
27356
27166
|
// Hover
|
|
27357
27167
|
> .k-item > .k-link:hover,
|
|
27358
|
-
> .k-item > .k-link.k-state-hover,
|
|
27359
27168
|
> .k-item > .k-link.k-hover,
|
|
27360
27169
|
> .k-panelbar-item > .k-link:hover,
|
|
27361
|
-
> .k-panelbar-item > .k-link.k-state-hover,
|
|
27362
27170
|
> .k-panelbar-item > .k-link.k-hover {
|
|
27363
27171
|
@include fill(
|
|
27364
27172
|
$panelbar-item-hovered-text,
|
|
@@ -27370,14 +27178,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27370
27178
|
|
|
27371
27179
|
// Focus
|
|
27372
27180
|
> .k-item > .k-link:focus,
|
|
27373
|
-
> .k-item > .k-link.k-state-focus,
|
|
27374
|
-
> .k-item > .k-link.k-focus,
|
|
27375
|
-
> .k-item > .k-link.k-state-focused,
|
|
27376
27181
|
> .k-item > .k-link.k-focus,
|
|
27377
27182
|
> .k-panelbar-item > .k-link:focus,
|
|
27378
|
-
> .k-panelbar-item > .k-link.k-state-focus,
|
|
27379
|
-
> .k-panelbar-item > .k-link.k-focus,
|
|
27380
|
-
> .k-panelbar-item > .k-link.k-state-focused,
|
|
27381
27183
|
> .k-panelbar-item > .k-link.k-focus {
|
|
27382
27184
|
@include fill(
|
|
27383
27185
|
$panelbar-item-focused-text,
|
|
@@ -27390,10 +27192,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27390
27192
|
|
|
27391
27193
|
// Focus & Hover
|
|
27392
27194
|
> .k-item > .k-link:focus:hover,
|
|
27393
|
-
> .k-item > .k-link.k-state-focus.k-state-hover,
|
|
27394
27195
|
> .k-item > .k-link.k-focus.k-hover,
|
|
27395
27196
|
> .k-panelbar-item > .k-link:focus:hover,
|
|
27396
|
-
> .k-panelbar-item > .k-link.k-state-focus.k-state-hover,
|
|
27397
27197
|
> .k-panelbar-item > .k-link.k-focus.k-hover {
|
|
27398
27198
|
@include fill(
|
|
27399
27199
|
$panelbar-item-hovered-focused-text,
|
|
@@ -27404,9 +27204,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27404
27204
|
}
|
|
27405
27205
|
|
|
27406
27206
|
// Selected
|
|
27407
|
-
> .k-item > .k-link.k-state-selected,
|
|
27408
27207
|
> .k-item > .k-link.k-selected,
|
|
27409
|
-
> .k-panelbar-item > .k-link.k-state-selected,
|
|
27410
27208
|
> .k-panelbar-item > .k-link.k-selected {
|
|
27411
27209
|
@include fill(
|
|
27412
27210
|
$panelbar-item-selected-text,
|
|
@@ -27417,13 +27215,9 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27417
27215
|
}
|
|
27418
27216
|
|
|
27419
27217
|
// Selected Hover
|
|
27420
|
-
> .k-item > .k-link.k-state-selected:hover,
|
|
27421
27218
|
> .k-item > .k-link.k-selected:hover,
|
|
27422
|
-
> .k-item > .k-link.k-state-selected.k-state-hover,
|
|
27423
27219
|
> .k-item > .k-link.k-selected.k-hover,
|
|
27424
|
-
> .k-panelbar-item > .k-link.k-state-selected:hover,
|
|
27425
27220
|
> .k-panelbar-item > .k-link.k-selected:hover,
|
|
27426
|
-
> .k-panelbar-item > .k-link.k-state-selected.k-state-hover,
|
|
27427
27221
|
> .k-panelbar-item > .k-link.k-selected.k-hover {
|
|
27428
27222
|
@include fill(
|
|
27429
27223
|
$panelbar-item-selected-hovered-text,
|
|
@@ -27434,18 +27228,10 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27434
27228
|
}
|
|
27435
27229
|
|
|
27436
27230
|
// Selected Focus
|
|
27437
|
-
> .k-item > .k-link.k-state-selected:focus,
|
|
27438
27231
|
> .k-item > .k-link.k-selected:focus,
|
|
27439
|
-
> .k-item > .k-link.k-state-selected.k-state-focus,
|
|
27440
27232
|
> .k-item > .k-link.k-selected.k-focus,
|
|
27441
|
-
> .k-item > .k-link.k-state-selected.k-state-focused,
|
|
27442
|
-
> .k-item > .k-link.k-selected.k-focused,
|
|
27443
|
-
> .k-panelbar-item > .k-link.k-state-selected:focus,
|
|
27444
27233
|
> .k-panelbar-item > .k-link.k-selected:focus,
|
|
27445
|
-
> .k-panelbar-item > .k-link.k-
|
|
27446
|
-
> .k-panelbar-item > .k-link.k-selected.k-focus,
|
|
27447
|
-
> .k-item > .k-link.k-state-selected.k-state-focused,
|
|
27448
|
-
> .k-item > .k-link.k-selected.k-focused {
|
|
27234
|
+
> .k-panelbar-item > .k-link.k-selected.k-focus {
|
|
27449
27235
|
@include fill(
|
|
27450
27236
|
$panelbar-item-selected-focused-text,
|
|
27451
27237
|
$panelbar-item-selected-focused-bg,
|
|
@@ -27455,18 +27241,10 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27455
27241
|
}
|
|
27456
27242
|
|
|
27457
27243
|
// Selected Focus & Hover
|
|
27458
|
-
> .k-item > .k-link.k-state-selected:focus:hover,
|
|
27459
27244
|
> .k-item > .k-link.k-selected:focus:hover,
|
|
27460
|
-
> .k-item > .k-link.k-
|
|
27461
|
-
> .k-item > .k-link.k-selected.k-focus.k-state-hover,
|
|
27462
|
-
> .k-item > .k-link.k-state-selected.k-state-focused.k-state-hover,
|
|
27463
|
-
> .k-item > .k-link.k-selected.k-focused.k-state-hover,
|
|
27464
|
-
> .k-panelbar-item > .k-link.k-state-selected:focus:hover,
|
|
27245
|
+
> .k-item > .k-link.k-selected.k-focus.k-hover,
|
|
27465
27246
|
> .k-panelbar-item > .k-link.k-selected:focus:hover,
|
|
27466
|
-
> .k-panelbar-item > .k-link.k-
|
|
27467
|
-
> .k-panelbar-item > .k-link.k-selected.k-focus.k-state-hover,
|
|
27468
|
-
> .k-item > .k-link.k-state-selected.k-state-focused.k-state-hover,
|
|
27469
|
-
> .k-item > .k-link.k-selected.k-focused.k-state-hover {
|
|
27247
|
+
> .k-panelbar-item > .k-link.k-selected.k-focus.k-hover {
|
|
27470
27248
|
@include fill(
|
|
27471
27249
|
$panelbar-item-selected-hovered-focused-text,
|
|
27472
27250
|
$panelbar-item-selected-hovered-focused-bg,
|
|
@@ -27701,7 +27479,7 @@ $splitbar-selected-text: $selected-text !default;
|
|
|
27701
27479
|
|
|
27702
27480
|
.k-pane,
|
|
27703
27481
|
.k-pane-flex {
|
|
27704
|
-
&.k-
|
|
27482
|
+
&.k-hidden,
|
|
27705
27483
|
&[hidden] {
|
|
27706
27484
|
// sass-lint:disable-block no-important
|
|
27707
27485
|
// hidden panes need to be zero-width to allow pane animation
|
|
@@ -27747,7 +27525,6 @@ $splitbar-selected-text: $selected-text !default;
|
|
|
27747
27525
|
background-color: $splitbar-bg;
|
|
27748
27526
|
}
|
|
27749
27527
|
.k-splitbar:hover,
|
|
27750
|
-
.k-splitbar.k-state-hover,
|
|
27751
27528
|
.k-splitbar.k-hover,
|
|
27752
27529
|
.k-splitbar-horizontal-hover,
|
|
27753
27530
|
.k-splitbar-vertical-hover {
|
|
@@ -27755,9 +27532,6 @@ $splitbar-selected-text: $selected-text !default;
|
|
|
27755
27532
|
background-color: $splitbar-hover-bg;
|
|
27756
27533
|
}
|
|
27757
27534
|
.k-splitbar:focus,
|
|
27758
|
-
.k-splitbar.k-state-focus,
|
|
27759
|
-
.k-splitbar.k-focus,
|
|
27760
|
-
.k-splitbar.k-state-focused,
|
|
27761
27535
|
.k-splitbar.k-focus {
|
|
27762
27536
|
color: $splitbar-selected-text;
|
|
27763
27537
|
background: $splitbar-selected-bg;
|
|
@@ -27862,9 +27636,6 @@ $tilelayout-hint-border: $component-border !default;
|
|
|
27862
27636
|
}
|
|
27863
27637
|
|
|
27864
27638
|
.k-tilelayout-item:focus,
|
|
27865
|
-
.k-tilelayout-item.k-focus,
|
|
27866
|
-
.k-tilelayout-item.k-state-focus,
|
|
27867
|
-
.k-tilelayout-item.k-state-focused,
|
|
27868
27639
|
.k-tilelayout-item.k-focus {
|
|
27869
27640
|
@include box-shadow($tilelayout-card-focus-shadow);
|
|
27870
27641
|
}
|
|
@@ -28277,7 +28048,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28277
28048
|
border-radius: 50%;
|
|
28278
28049
|
}
|
|
28279
28050
|
|
|
28280
|
-
.k-i-reload
|
|
28051
|
+
.k-i-reload,
|
|
28052
|
+
.k-i-arrow-rotate-cw {
|
|
28281
28053
|
font-size: 1em;
|
|
28282
28054
|
margin-right: .5em;
|
|
28283
28055
|
}
|
|
@@ -28537,12 +28309,10 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28537
28309
|
|
|
28538
28310
|
.k-column-menu {
|
|
28539
28311
|
|
|
28540
|
-
.k-listgroup-item.k-state-selected,
|
|
28541
28312
|
.k-listgroup-item.k-selected {
|
|
28542
28313
|
color: $adaptive-grid-sort-text;
|
|
28543
28314
|
background: none;
|
|
28544
28315
|
}
|
|
28545
|
-
.k-listgroup-item.k-state-selected .k-link,
|
|
28546
28316
|
.k-listgroup-item.k-selected .k-link {
|
|
28547
28317
|
color: inherit;
|
|
28548
28318
|
}
|
|
@@ -29285,7 +29055,9 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29285
29055
|
|
|
29286
29056
|
.k-cell-inner > .k-link > .k-icon {
|
|
29287
29057
|
&.k-i-sort-desc-sm,
|
|
29288
|
-
&.k-i-sort-asc-sm
|
|
29058
|
+
&.k-i-sort-asc-sm,
|
|
29059
|
+
&.k-i-sort-asc-small,
|
|
29060
|
+
&.k-i-sort-desc-small {
|
|
29289
29061
|
vertical-align: text-top;
|
|
29290
29062
|
margin-inline-start: $grid-sorted-icon-spacing;
|
|
29291
29063
|
}
|
|
@@ -30161,33 +29933,28 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30161
29933
|
}
|
|
30162
29934
|
|
|
30163
29935
|
// Hover state
|
|
30164
|
-
tbody>tr:not(.k-detail-row):hover,
|
|
30165
|
-
tbody>tr:not(.k-detail-row).k-
|
|
30166
|
-
tbody>tr:not(.k-detail-row).k-hover {
|
|
29936
|
+
tbody > tr:not(.k-detail-row):hover,
|
|
29937
|
+
tbody > tr:not(.k-detail-row).k-hover {
|
|
30167
29938
|
color: $grid-hovered-text;
|
|
30168
29939
|
background-color: $grid-hovered-bg;
|
|
30169
29940
|
}
|
|
30170
29941
|
|
|
30171
29942
|
// Selected state
|
|
30172
|
-
td.k-state-selected,
|
|
30173
29943
|
td.k-selected,
|
|
30174
|
-
tr.k-state-selected > td,
|
|
30175
29944
|
tr.k-selected > td {
|
|
30176
29945
|
color: $grid-selected-text;
|
|
30177
29946
|
background-color: $grid-selected-bg;
|
|
30178
29947
|
}
|
|
30179
29948
|
|
|
30180
29949
|
// Focused state
|
|
30181
|
-
td
|
|
29950
|
+
td:focus,
|
|
30182
29951
|
td.k-focus,
|
|
30183
|
-
th.k-state-focused,
|
|
30184
|
-
th.k-focus,
|
|
30185
29952
|
th:focus,
|
|
29953
|
+
th.k-focus,
|
|
30186
29954
|
.k-master-row > td:focus,
|
|
30187
29955
|
.k-grouping-row > td:focus,
|
|
30188
29956
|
.k-detail-row > td:focus,
|
|
30189
29957
|
.k-group-footer > td:focus,
|
|
30190
|
-
.k-grid-pager.k-state-focused,
|
|
30191
29958
|
.k-grid-pager.k-focus {
|
|
30192
29959
|
box-shadow: $grid-focused-shadow;
|
|
30193
29960
|
}
|
|
@@ -30231,20 +29998,16 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30231
29998
|
}
|
|
30232
29999
|
|
|
30233
30000
|
// Selected state
|
|
30234
|
-
.k-state-selected td,
|
|
30235
30001
|
.k-selected td {
|
|
30236
30002
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
30237
30003
|
}
|
|
30238
30004
|
|
|
30239
|
-
.k-state-selected.k-alt td,
|
|
30240
30005
|
.k-selected.k-alt td {
|
|
30241
30006
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
30242
30007
|
}
|
|
30243
30008
|
|
|
30244
30009
|
// Selected hover
|
|
30245
|
-
.k-state-selected:hover td,
|
|
30246
30010
|
.k-selected:hover td,
|
|
30247
|
-
.k-state-selected.k-state-hover td,
|
|
30248
30011
|
.k-selected.k-hover td {
|
|
30249
30012
|
@include fill( $bg: $grid-sticky-selected-hovered-bg );
|
|
30250
30013
|
}
|
|
@@ -30273,6 +30036,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30273
30036
|
|
|
30274
30037
|
.k-i-sort-asc-sm,
|
|
30275
30038
|
.k-i-sort-desc-sm,
|
|
30039
|
+
.k-i-sort-asc-small,
|
|
30040
|
+
.k-i-sort-desc-small,
|
|
30276
30041
|
.k-sort-order {
|
|
30277
30042
|
color: $grid-sorting-indicator-text;
|
|
30278
30043
|
}
|
|
@@ -30286,12 +30051,9 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30286
30051
|
background-color: $kendo-button-hover-bg;
|
|
30287
30052
|
}
|
|
30288
30053
|
&:focus,
|
|
30289
|
-
&.k-
|
|
30290
|
-
&.k-focus,
|
|
30291
|
-
&.k-state-border-down {
|
|
30054
|
+
&.k-focus {
|
|
30292
30055
|
box-shadow: inset 0 0 0 2px rgba( 0, 0, 0, .1 );
|
|
30293
30056
|
}
|
|
30294
|
-
&.k-state-active,
|
|
30295
30057
|
&.k-active {
|
|
30296
30058
|
color: $selected-text;
|
|
30297
30059
|
background-color: $selected-bg;
|
|
@@ -30347,20 +30109,14 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30347
30109
|
}
|
|
30348
30110
|
|
|
30349
30111
|
// Selected state
|
|
30350
|
-
&.k-state-selected .k-grid-content-sticky,
|
|
30351
30112
|
&.k-selected .k-grid-content-sticky,
|
|
30352
|
-
&.k-state-selected .k-grid-row-sticky,
|
|
30353
30113
|
&.k-selected .k-grid-row-sticky,
|
|
30354
|
-
td.k-grid-content-sticky.k-state-selected,
|
|
30355
30114
|
td.k-grid-content-sticky.k-selected {
|
|
30356
30115
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
30357
30116
|
}
|
|
30358
30117
|
|
|
30359
|
-
&.k-state-selected.k-alt .k-grid-content-sticky,
|
|
30360
30118
|
&.k-selected.k-alt .k-grid-content-sticky,
|
|
30361
|
-
&.k-state-selected.k-alt .k-grid-row-sticky,
|
|
30362
30119
|
&.k-selected.k-alt .k-grid-row-sticky,
|
|
30363
|
-
&.k-alt td.k-grid-content-sticky.k-state-selected,
|
|
30364
30120
|
&.k-alt td.k-grid-content-sticky.k-selected {
|
|
30365
30121
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
30366
30122
|
}
|
|
@@ -30369,26 +30125,18 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30369
30125
|
// Hovered state
|
|
30370
30126
|
&:hover .k-grid-content-sticky,
|
|
30371
30127
|
&:hover .k-grid-row-sticky,
|
|
30372
|
-
&.k-state-hover .k-grid-content-sticky,
|
|
30373
30128
|
&.k-hover .k-grid-content-sticky,
|
|
30374
|
-
&.k-state-hover .k-grid-row-sticky,
|
|
30375
30129
|
&.k-hover .k-grid-row-sticky {
|
|
30376
30130
|
background-color: $grid-sticky-hovered-bg;
|
|
30377
30131
|
}
|
|
30378
30132
|
|
|
30379
30133
|
|
|
30380
30134
|
// Selected hover
|
|
30381
|
-
&.k-state-selected:hover .k-grid-content-sticky,
|
|
30382
30135
|
&.k-selected:hover .k-grid-content-sticky,
|
|
30383
|
-
&.k-state-selected:hover .k-grid-row-sticky,
|
|
30384
30136
|
&.k-selected:hover .k-grid-row-sticky,
|
|
30385
|
-
&.k-state-selected.k-state-hover .k-grid-content-sticky,
|
|
30386
30137
|
&.k-selected.k-hover .k-grid-content-sticky,
|
|
30387
|
-
&.k-state-selected.k-state-hover .k-grid-row-sticky,
|
|
30388
30138
|
&.k-selected.k-hover .k-grid-row-sticky,
|
|
30389
|
-
&:hover td.k-grid-content-sticky.k-state-selected,
|
|
30390
30139
|
&:hover td.k-grid-content-sticky.k-selected,
|
|
30391
|
-
&.k-state-hover td.k-grid-content-sticky.k-state-selected,
|
|
30392
30140
|
&.k-hover td.k-grid-content-sticky.k-selected {
|
|
30393
30141
|
background-color: $grid-sticky-selected-hovered-bg;
|
|
30394
30142
|
}
|
|
@@ -30402,7 +30150,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30402
30150
|
background-color: $grid-sticky-bg;
|
|
30403
30151
|
|
|
30404
30152
|
&:hover,
|
|
30405
|
-
&.k-state-hover,
|
|
30406
30153
|
&.k-hover {
|
|
30407
30154
|
background-color: $grid-sticky-hovered-bg;
|
|
30408
30155
|
}
|
|
@@ -30416,7 +30163,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30416
30163
|
}
|
|
30417
30164
|
|
|
30418
30165
|
&:hover td,
|
|
30419
|
-
&.k-state-hover td,
|
|
30420
30166
|
&.k-hover td {
|
|
30421
30167
|
background-color: $grid-sticky-hovered-bg;
|
|
30422
30168
|
}
|
|
@@ -30428,66 +30174,43 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30428
30174
|
}
|
|
30429
30175
|
|
|
30430
30176
|
// Selected state
|
|
30431
|
-
tr.k-state-selected .k-grid-content-sticky,
|
|
30432
30177
|
tr.k-selected .k-grid-content-sticky,
|
|
30433
|
-
.k-state-selected.k-grid-row-sticky td,
|
|
30434
30178
|
.k-selected.k-grid-row-sticky td,
|
|
30435
|
-
.k-grid-row-sticky td.k-state-selected,
|
|
30436
30179
|
.k-grid-row-sticky td.k-selected,
|
|
30437
|
-
.k-state-selected.k-grid-content-sticky,
|
|
30438
30180
|
.k-selected.k-grid-content-sticky {
|
|
30439
30181
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
30440
30182
|
}
|
|
30441
30183
|
|
|
30442
|
-
tr.k-state-selected.k-alt .k-grid-content-sticky,
|
|
30443
30184
|
tr.k-selected.k-alt .k-grid-content-sticky,
|
|
30444
|
-
.k-state-selected.k-alt.k-grid-row-sticky td,
|
|
30445
30185
|
.k-selected.k-alt.k-grid-row-sticky td,
|
|
30446
|
-
.k-alt .k-state-selected.k-grid-content-sticky,
|
|
30447
30186
|
.k-alt .k-selected.k-grid-content-sticky {
|
|
30448
30187
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
30449
30188
|
}
|
|
30450
30189
|
|
|
30451
30190
|
// Hover state
|
|
30452
30191
|
tr:hover .k-grid-content-sticky,
|
|
30453
|
-
tr.k-state-hover .k-grid-content-sticky,
|
|
30454
30192
|
tr.k-hover .k-grid-content-sticky,
|
|
30455
30193
|
.k-grid-row-sticky:hover td,
|
|
30456
|
-
.k-grid-row-sticky.k-state-hover td,
|
|
30457
30194
|
.k-grid-row-sticky.k-hover td,
|
|
30458
30195
|
.k-grid-row-sticky.k-alt:hover td,
|
|
30459
|
-
.k-grid-row-sticky.k-alt.k-state-hover td,
|
|
30460
30196
|
.k-grid-row-sticky.k-alt.k-hover td,
|
|
30461
30197
|
.k-alt:hover .k-grid-content-sticky,
|
|
30462
|
-
.k-alt.k-state-hover .k-grid-content-sticky,
|
|
30463
30198
|
.k-alt.k-hover .k-grid-content-sticky {
|
|
30464
30199
|
background-color: $grid-sticky-hovered-bg;
|
|
30465
30200
|
}
|
|
30466
30201
|
|
|
30467
30202
|
// Selected + Hover
|
|
30468
|
-
tr.k-state-selected:hover .k-grid-content-sticky,
|
|
30469
30203
|
tr.k-selected:hover .k-grid-content-sticky,
|
|
30470
|
-
tr.k-state-selected.k-state-hover .k-grid-content-sticky,
|
|
30471
30204
|
tr.k-selected.k-hover .k-grid-content-sticky,
|
|
30472
|
-
.k-state-selected.k-grid-row-sticky:hover td,
|
|
30473
30205
|
.k-selected.k-grid-row-sticky:hover td,
|
|
30474
|
-
.k-state-selected.k-grid-row-sticky.k-state-hover td,
|
|
30475
30206
|
.k-selected.k-grid-row-sticky.k-hover td,
|
|
30476
|
-
.k-state-selected.k-alt.k-grid-row-sticky:hover td,
|
|
30477
30207
|
.k-selected.k-alt.k-grid-row-sticky:hover td,
|
|
30478
|
-
.k-state-selected.k-alt.k-grid-row-sticky.k-state-hover td,
|
|
30479
30208
|
.k-selected.k-alt.k-grid-row-sticky.k-hover td,
|
|
30480
|
-
tr.k-state-selected.k-alt:hover .k-grid-content-sticky,
|
|
30481
30209
|
tr.k-selected.k-alt:hover .k-grid-content-sticky,
|
|
30482
|
-
tr.k-state-selected.k-alt.k-state-hover .k-grid-content-sticky,
|
|
30483
30210
|
tr.k-selected.k-alt.k-hover .k-grid-content-sticky,
|
|
30484
|
-
.k-grid-row-sticky:hover td.k-state-selected,
|
|
30485
30211
|
.k-grid-row-sticky:hover td.k-selected,
|
|
30486
|
-
.k-grid-row-sticky.k-state-hover td.k-state-selected,
|
|
30487
30212
|
.k-grid-row-sticky.k-hover td.k-selected,
|
|
30488
|
-
tr:hover .k-grid-content-sticky.k-state-selected,
|
|
30489
30213
|
tr:hover .k-grid-content-sticky.k-selected,
|
|
30490
|
-
tr.k-state-hover .k-grid-content-sticky.k-state-selected,
|
|
30491
30214
|
tr.k-hover .k-grid-content-sticky.k-selected {
|
|
30492
30215
|
background-color: $grid-sticky-selected-hovered-bg;
|
|
30493
30216
|
}
|
|
@@ -30499,7 +30222,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30499
30222
|
}
|
|
30500
30223
|
|
|
30501
30224
|
&:hover .k-grid-content-sticky,
|
|
30502
|
-
&.k-state-hover .k-grid-content-sticky,
|
|
30503
30225
|
&.k-hover .k-grid-content-sticky {
|
|
30504
30226
|
@include fill( $bg: $grid-sticky-hovered-bg );
|
|
30505
30227
|
}
|
|
@@ -30513,13 +30235,11 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30513
30235
|
);
|
|
30514
30236
|
}
|
|
30515
30237
|
.k-columnmenu-item:focus,
|
|
30516
|
-
.k-columnmenu-item.k-state-focus,
|
|
30517
30238
|
.k-columnmenu-item.k-focus {
|
|
30518
30239
|
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
30519
30240
|
}
|
|
30520
30241
|
|
|
30521
30242
|
.k-columnmenu-item {
|
|
30522
|
-
&.k-state-selected,
|
|
30523
30243
|
&.k-selected {
|
|
30524
30244
|
@include fill(
|
|
30525
30245
|
$kendo-list-item-selected-text,
|
|
@@ -30545,7 +30265,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30545
30265
|
);
|
|
30546
30266
|
|
|
30547
30267
|
&:hover,
|
|
30548
|
-
&.k-state-hover,
|
|
30549
30268
|
&.k-hover {
|
|
30550
30269
|
@include fill(
|
|
30551
30270
|
$kendo-list-item-hover-text,
|
|
@@ -30553,7 +30272,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30553
30272
|
);
|
|
30554
30273
|
}
|
|
30555
30274
|
|
|
30556
|
-
&.k-state-selected,
|
|
30557
30275
|
&.k-selected {
|
|
30558
30276
|
@include fill(
|
|
30559
30277
|
$kendo-list-item-selected-text,
|
|
@@ -30562,7 +30280,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30562
30280
|
}
|
|
30563
30281
|
|
|
30564
30282
|
&:focus,
|
|
30565
|
-
&.k-state-focused,
|
|
30566
30283
|
&.k-focus {
|
|
30567
30284
|
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
30568
30285
|
}
|
|
@@ -30798,7 +30515,6 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
30798
30515
|
// Listview content
|
|
30799
30516
|
.k-listview-content {
|
|
30800
30517
|
|
|
30801
|
-
> .k-state-focused,
|
|
30802
30518
|
> .k-focus {
|
|
30803
30519
|
@include fill(
|
|
30804
30520
|
$listview-item-focus-text,
|
|
@@ -30808,7 +30524,6 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
30808
30524
|
@include box-shadow( $listview-item-focus-shadow );
|
|
30809
30525
|
}
|
|
30810
30526
|
|
|
30811
|
-
> .k-state-selected,
|
|
30812
30527
|
> .k-selected {
|
|
30813
30528
|
@include fill(
|
|
30814
30529
|
$listview-item-selected-text,
|
|
@@ -31017,7 +30732,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31017
30732
|
[data-tool="merge"],
|
|
31018
30733
|
[data-tool="freeze"] {
|
|
31019
30734
|
width: auto;
|
|
31020
|
-
min-width: $form-line-height * 1em;
|
|
30735
|
+
min-width: calc( #{$form-line-height} * 1em );
|
|
31021
30736
|
}
|
|
31022
30737
|
|
|
31023
30738
|
.k-color-picker {
|
|
@@ -31186,7 +30901,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31186
30901
|
overflow: hidden;
|
|
31187
30902
|
|
|
31188
30903
|
// disabled cells in the Spreadsheet should allow navigation if link is used
|
|
31189
|
-
.k-state-disabled,
|
|
31190
30904
|
.k-disabled {
|
|
31191
30905
|
pointer-events: auto;
|
|
31192
30906
|
}
|
|
@@ -31748,7 +31462,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31748
31462
|
background-position: 50% 50%;
|
|
31749
31463
|
|
|
31750
31464
|
&:hover div,
|
|
31751
|
-
&.k-state-hovered div,
|
|
31752
31465
|
&.k-hover div {
|
|
31753
31466
|
margin: 0;
|
|
31754
31467
|
align-self: center;
|
|
@@ -31814,7 +31527,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31814
31527
|
.k-spreadsheet-insert-image-dialog {
|
|
31815
31528
|
.k-spreadsheet-has-image {
|
|
31816
31529
|
&:hover,
|
|
31817
|
-
&.k-state-hovered,
|
|
31818
31530
|
&.k-hover {
|
|
31819
31531
|
border-radius: $spreadsheet-insert-image-dialog-preview-overlay-border-radius;
|
|
31820
31532
|
}
|
|
@@ -31991,7 +31703,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31991
31703
|
);
|
|
31992
31704
|
}
|
|
31993
31705
|
|
|
31994
|
-
&.k-state-active,
|
|
31995
31706
|
&.k-active {
|
|
31996
31707
|
@include fill(
|
|
31997
31708
|
$kendo-button-active-text,
|
|
@@ -32009,7 +31720,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
32009
31720
|
> .k-menu,
|
|
32010
31721
|
> .k-menu:not(.k-context-menu) {
|
|
32011
31722
|
|
|
32012
|
-
.k-item
|
|
31723
|
+
.k-item:hover,
|
|
32013
31724
|
.k-item.k-hover {
|
|
32014
31725
|
@include fill(
|
|
32015
31726
|
$kendo-list-item-hover-text,
|
|
@@ -32040,7 +31751,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
32040
31751
|
.k-button {}
|
|
32041
31752
|
|
|
32042
31753
|
.k-button:hover,
|
|
32043
|
-
.k-button.k-state-hover,
|
|
32044
31754
|
.k-button.k-hover {
|
|
32045
31755
|
@include fill(
|
|
32046
31756
|
$kendo-list-item-hover-text,
|
|
@@ -32048,9 +31758,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
32048
31758
|
);
|
|
32049
31759
|
}
|
|
32050
31760
|
.k-button:active,
|
|
32051
|
-
.k-button.k-state-active,
|
|
32052
31761
|
.k-button.k-active,
|
|
32053
|
-
.k-button.k-state-selected,
|
|
32054
31762
|
.k-button.k-selected {
|
|
32055
31763
|
@include fill(
|
|
32056
31764
|
$kendo-list-item-selected-text,
|
|
@@ -32072,13 +31780,11 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
32072
31780
|
|
|
32073
31781
|
.k-spreadsheet-has-image {
|
|
32074
31782
|
&:hover,
|
|
32075
|
-
&.k-state-hovered,
|
|
32076
31783
|
&.k-hover {
|
|
32077
31784
|
box-shadow: $spreadsheet-insert-image-dialog-preview-overlay-shadow;
|
|
32078
31785
|
}
|
|
32079
31786
|
|
|
32080
31787
|
&:hover div,
|
|
32081
|
-
&.k-state-hovered div,
|
|
32082
31788
|
&.k-hover div {
|
|
32083
31789
|
color: $spreadsheet-insert-image-dialog-overlay-hovered-text;
|
|
32084
31790
|
}
|
|
@@ -33032,15 +32738,12 @@ $pivotgrid-remove-text: null !default;
|
|
|
33032
32738
|
|
|
33033
32739
|
|
|
33034
32740
|
// Hover state
|
|
33035
|
-
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-state-hover,
|
|
33036
|
-
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-hover,
|
|
33037
32741
|
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row:hover,
|
|
33038
|
-
.k-pivotgrid-
|
|
33039
|
-
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row.k-hover,
|
|
32742
|
+
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-hover,
|
|
33040
32743
|
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row:hover,
|
|
33041
|
-
.k-pivotgrid-
|
|
33042
|
-
.k-pivotgrid-values tbody > .k-pivotgrid-row
|
|
33043
|
-
.k-pivotgrid-values tbody > .k-pivotgrid-row
|
|
32744
|
+
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row.k-hover,
|
|
32745
|
+
.k-pivotgrid-values tbody > .k-pivotgrid-row:hover,
|
|
32746
|
+
.k-pivotgrid-values tbody > .k-pivotgrid-row.k-hover {
|
|
33044
32747
|
@include fill (
|
|
33045
32748
|
$pivotgrid-hover-text,
|
|
33046
32749
|
$pivotgrid-hover-bg,
|
|
@@ -33049,9 +32752,10 @@ $pivotgrid-remove-text: null !default;
|
|
|
33049
32752
|
}
|
|
33050
32753
|
|
|
33051
32754
|
// Focus state
|
|
33052
|
-
.k-pivotgrid-cell.k-state-focus,
|
|
33053
|
-
.k-pivotgrid-cell.k-focus,
|
|
33054
32755
|
.k-pivotgrid-cell:focus,
|
|
32756
|
+
.k-pivotgrid-cell.k-focus,
|
|
32757
|
+
.k-pivotgrid-empty-cell:focus,
|
|
32758
|
+
.k-pivotgrid-empty-cell.k-focus,
|
|
33055
32759
|
.k-master-row > .k-pivotgrid-cell:focus,
|
|
33056
32760
|
.k-grouping-row > .k-pivotgrid-cell:focus,
|
|
33057
32761
|
.k-detail-row > .k-pivotgrid-cell:focus,
|
|
@@ -33060,9 +32764,7 @@ $pivotgrid-remove-text: null !default;
|
|
|
33060
32764
|
}
|
|
33061
32765
|
|
|
33062
32766
|
// Selected state
|
|
33063
|
-
.k-pivotgrid-cell.k-state-selected,
|
|
33064
32767
|
.k-pivotgrid-cell.k-selected,
|
|
33065
|
-
.k-pivotgrid-row.k-state-selected > .k-pivotgrid-cell,
|
|
33066
32768
|
.k-pivotgrid-row.k-selected > .k-pivotgrid-cell {
|
|
33067
32769
|
@include fill (
|
|
33068
32770
|
$pivotgrid-selected-text,
|
|
@@ -33291,7 +32993,6 @@ $treelist-footer-row-border-width: 1px !default;
|
|
|
33291
32993
|
}
|
|
33292
32994
|
|
|
33293
32995
|
.k-treelist-dragging,
|
|
33294
|
-
.k-treelist-dragging .k-state-hover,
|
|
33295
32996
|
.k-treelist-dragging .k-hover {
|
|
33296
32997
|
cursor: default;
|
|
33297
32998
|
}
|
|
@@ -34007,7 +33708,6 @@ $filemanager-preview-icon-border: null !default;
|
|
|
34007
33708
|
);
|
|
34008
33709
|
}
|
|
34009
33710
|
|
|
34010
|
-
&.k-state-selected .k-file-icon,
|
|
34011
33711
|
&.k-selected .k-file-icon {
|
|
34012
33712
|
@include fill(
|
|
34013
33713
|
inherit,
|
|
@@ -34374,10 +34074,8 @@ $taskboard-drag-placeholder-border: $component-border !default;
|
|
|
34374
34074
|
|
|
34375
34075
|
&:focus,
|
|
34376
34076
|
&.k-focus,
|
|
34377
|
-
&.k-state-focus,
|
|
34378
34077
|
&:hover,
|
|
34379
|
-
&.k-hover
|
|
34380
|
-
&.k-state-hover {
|
|
34078
|
+
&.k-hover {
|
|
34381
34079
|
text-decoration: underline;
|
|
34382
34080
|
}
|
|
34383
34081
|
}
|
|
@@ -34466,7 +34164,6 @@ $taskboard-drag-placeholder-border: $component-border !default;
|
|
|
34466
34164
|
);
|
|
34467
34165
|
}
|
|
34468
34166
|
.k-taskboard-column:focus,
|
|
34469
|
-
.k-taskboard-column.k-state-focus,
|
|
34470
34167
|
.k-taskboard-column.k-focus {
|
|
34471
34168
|
@include fill(
|
|
34472
34169
|
$taskboard-column-focus-text,
|
|
@@ -34505,39 +34202,33 @@ $taskboard-drag-placeholder-border: $component-border !default;
|
|
|
34505
34202
|
@include fill( $color: $taskboard-card-header-text );
|
|
34506
34203
|
|
|
34507
34204
|
&:focus,
|
|
34508
|
-
&.k-focus
|
|
34509
|
-
&.k-state-focus {
|
|
34205
|
+
&.k-focus {
|
|
34510
34206
|
@include fill( $color: $taskboard-card-header-focus-text );
|
|
34511
34207
|
}
|
|
34512
34208
|
|
|
34513
34209
|
&:hover,
|
|
34514
|
-
&.k-hover
|
|
34515
|
-
&.k-state-hover {
|
|
34210
|
+
&.k-hover {
|
|
34516
34211
|
@include fill( $color: $taskboard-card-header-hover-text );
|
|
34517
34212
|
}
|
|
34518
34213
|
}
|
|
34519
34214
|
|
|
34520
34215
|
&:focus,
|
|
34521
|
-
&.k-focus
|
|
34522
|
-
&.k-state-focus {
|
|
34216
|
+
&.k-focus {
|
|
34523
34217
|
@include fill( $border: $taskboard-card-focus-border );
|
|
34524
34218
|
@include box-shadow( $taskboard-card-focus-shadow );
|
|
34525
34219
|
}
|
|
34526
34220
|
|
|
34527
34221
|
&:hover,
|
|
34528
|
-
&.k-hover
|
|
34529
|
-
&.k-state-hover {
|
|
34222
|
+
&.k-hover {
|
|
34530
34223
|
@include fill( $border: $taskboard-card-hover-border );
|
|
34531
34224
|
}
|
|
34532
34225
|
|
|
34533
|
-
&.k-selected
|
|
34534
|
-
&.k-state-selected {
|
|
34226
|
+
&.k-selected {
|
|
34535
34227
|
@include fill( $border: $taskboard-card-selected-border );
|
|
34536
34228
|
@include box-shadow( $taskboard-card-selected-shadow );
|
|
34537
34229
|
}
|
|
34538
34230
|
|
|
34539
|
-
&.k-disabled
|
|
34540
|
-
&.k-state-disabled {
|
|
34231
|
+
&.k-disabled {
|
|
34541
34232
|
@include disabled( $disabled-styling );
|
|
34542
34233
|
}
|
|
34543
34234
|
}
|
|
@@ -34666,7 +34357,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
34666
34357
|
pointer-events: auto;
|
|
34667
34358
|
}
|
|
34668
34359
|
|
|
34669
|
-
.k-editor-content.k-state-focused,
|
|
34670
34360
|
.k-editor-content.k-focus {
|
|
34671
34361
|
outline-width: 1px;
|
|
34672
34362
|
outline-style: dashed;
|
|
@@ -34922,7 +34612,8 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
34922
34612
|
border-bottom-color: inherit;
|
|
34923
34613
|
cursor: se-resize;
|
|
34924
34614
|
|
|
34925
|
-
.k-i-arrow-45-down-right
|
|
34615
|
+
.k-i-arrow-45-down-right,
|
|
34616
|
+
.k-i-caret-br {
|
|
34926
34617
|
display: none;
|
|
34927
34618
|
}
|
|
34928
34619
|
}
|
|
@@ -35120,7 +34811,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35120
34811
|
display: block;
|
|
35121
34812
|
margin: auto;
|
|
35122
34813
|
|
|
35123
|
-
&.k-state-selected,
|
|
35124
34814
|
&.k-selected {
|
|
35125
34815
|
color: inherit;
|
|
35126
34816
|
border-width: 0;
|
|
@@ -35340,7 +35030,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35340
35030
|
|
|
35341
35031
|
kendo-editor {
|
|
35342
35032
|
&.k-readonly {
|
|
35343
|
-
.k-editor-content.k-state-focused,
|
|
35344
35033
|
.k-editor-content.k-focus {
|
|
35345
35034
|
outline-color: $body-text;
|
|
35346
35035
|
}
|
|
@@ -35378,7 +35067,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35378
35067
|
|
|
35379
35068
|
// Hover & Actve state
|
|
35380
35069
|
&:hover,
|
|
35381
|
-
&.k-
|
|
35070
|
+
&.k-active,
|
|
35382
35071
|
&.k-active {
|
|
35383
35072
|
border-color: $panel-border;
|
|
35384
35073
|
}
|
|
@@ -35396,7 +35085,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35396
35085
|
|
|
35397
35086
|
// Insert table
|
|
35398
35087
|
.k-ct-popup {
|
|
35399
|
-
.k-state-selected,
|
|
35400
35088
|
.k-selected {
|
|
35401
35089
|
@include fill( $selected-text, $selected-bg, $selected-border, none );
|
|
35402
35090
|
}
|
|
@@ -35900,7 +35588,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
35900
35588
|
}
|
|
35901
35589
|
|
|
35902
35590
|
&.k-gantt-planned .k-grid-content tr {
|
|
35903
|
-
height: calc( #{$line-height-em * 1.7
|
|
35591
|
+
height: calc( #{$line-height-em} * 1.7 + #{$grid-cell-padding-y * 2} + #{$grid-cell-horizontal-border-width} );
|
|
35904
35592
|
}
|
|
35905
35593
|
|
|
35906
35594
|
// Layout
|
|
@@ -35945,7 +35633,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
35945
35633
|
}
|
|
35946
35634
|
}
|
|
35947
35635
|
|
|
35948
|
-
tr.k-state-selected > td:last-child,
|
|
35949
35636
|
tr.k-selected > td:last-child {
|
|
35950
35637
|
background: transparent;
|
|
35951
35638
|
}
|
|
@@ -36124,7 +35811,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36124
35811
|
padding: 0 !important; // sass-lint:disable-line no-important
|
|
36125
35812
|
}
|
|
36126
35813
|
.k-grid-header tr {
|
|
36127
|
-
height: calc( #{$line-height-em * 2
|
|
35814
|
+
height: calc( #{$line-height-em} * 2 + #{$grid-header-padding-y * 4} + 2px );
|
|
36128
35815
|
vertical-align: bottom;
|
|
36129
35816
|
}
|
|
36130
35817
|
.k-grid-content {
|
|
@@ -36215,7 +35902,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36215
35902
|
border-color: currentColor;
|
|
36216
35903
|
position: absolute;
|
|
36217
35904
|
}
|
|
36218
|
-
.k-gantt-line.k-state-selected,
|
|
36219
35905
|
.k-gantt-line.k-selected {
|
|
36220
35906
|
z-index: 3;
|
|
36221
35907
|
}
|
|
@@ -36289,7 +35975,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36289
35975
|
transform: translate(-50%, -50%);
|
|
36290
35976
|
}
|
|
36291
35977
|
.k-task-dot:hover::before,
|
|
36292
|
-
.k-task-dot.k-state-hover::before,
|
|
36293
35978
|
.k-task-dot.k-hover::before {
|
|
36294
35979
|
border-width: 1px;
|
|
36295
35980
|
}
|
|
@@ -36760,7 +36445,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36760
36445
|
$border: $gantt-milestone-border
|
|
36761
36446
|
);
|
|
36762
36447
|
}
|
|
36763
|
-
.k-task-milestone.k-state-selected .k-task-milestone-content,
|
|
36764
36448
|
.k-task-milestone.k-selected .k-task-milestone-content {
|
|
36765
36449
|
@include fill(
|
|
36766
36450
|
$bg: $gantt-milestone-selected-bg,
|
|
@@ -36775,7 +36459,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36775
36459
|
stroke: $gantt-line-fill;
|
|
36776
36460
|
}
|
|
36777
36461
|
|
|
36778
|
-
polyline.k-state-selected,
|
|
36779
36462
|
polyline.k-selected {
|
|
36780
36463
|
stroke: $gantt-line-selected-fill;
|
|
36781
36464
|
}
|
|
@@ -36829,7 +36512,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36829
36512
|
);
|
|
36830
36513
|
}
|
|
36831
36514
|
.k-task-dot:hover::before,
|
|
36832
|
-
.k-task-dot.k-state-hover::before,
|
|
36833
36515
|
.k-task-dot.k-hover::before {
|
|
36834
36516
|
@include fill(
|
|
36835
36517
|
$bg: $gantt-dot-hover-bg,
|
|
@@ -36855,7 +36537,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36855
36537
|
);
|
|
36856
36538
|
}
|
|
36857
36539
|
}
|
|
36858
|
-
.k-task-milestone.k-state-selected,
|
|
36859
36540
|
.k-task-milestone.k-selected {
|
|
36860
36541
|
background-image: none;
|
|
36861
36542
|
@include fill(
|
|
@@ -36886,7 +36567,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36886
36567
|
.k-task-advanced .k-task-summary-complete {
|
|
36887
36568
|
color: $gantt-advanced-bg;
|
|
36888
36569
|
}
|
|
36889
|
-
.k-task-summary.k-state-selected,
|
|
36890
36570
|
.k-task-summary.k-selected {
|
|
36891
36571
|
color: $gantt-summary-selected-bg;
|
|
36892
36572
|
|
|
@@ -36930,7 +36610,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36930
36610
|
$bg: $gantt-advanced-bg
|
|
36931
36611
|
);
|
|
36932
36612
|
}
|
|
36933
|
-
.k-task-single.k-state-selected,
|
|
36934
36613
|
.k-task-single.k-selected {
|
|
36935
36614
|
@include fill(
|
|
36936
36615
|
$gantt-task-selected-text,
|
|
@@ -36947,7 +36626,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36947
36626
|
.k-gantt-line {
|
|
36948
36627
|
color: $gantt-line-fill;
|
|
36949
36628
|
}
|
|
36950
|
-
.k-gantt-line.k-state-selected,
|
|
36951
36629
|
.k-gantt-line.k-selected {
|
|
36952
36630
|
color: $gantt-line-selected-fill;
|
|
36953
36631
|
}
|
|
@@ -37603,7 +37281,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37603
37281
|
}
|
|
37604
37282
|
|
|
37605
37283
|
&:hover,
|
|
37606
|
-
&.k-state-hover,
|
|
37607
37284
|
&.k-hover {
|
|
37608
37285
|
.k-event-delete {
|
|
37609
37286
|
opacity: 1;
|
|
@@ -37669,7 +37346,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37669
37346
|
|
|
37670
37347
|
// Hover
|
|
37671
37348
|
&:hover,
|
|
37672
|
-
&.k-state-hover,
|
|
37673
37349
|
&.k-hover {
|
|
37674
37350
|
.k-event-actions .k-event-delete,
|
|
37675
37351
|
.k-resize-handle {
|
|
@@ -37927,11 +37603,9 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37927
37603
|
opacity: .5;
|
|
37928
37604
|
visibility: hidden;
|
|
37929
37605
|
}
|
|
37930
|
-
.k-state-hover .k-task > .k-event-delete,
|
|
37931
37606
|
.k-hover .k-task > .k-event-delete,
|
|
37932
37607
|
.k-scheduler-content tr:hover .k-event-delete,
|
|
37933
37608
|
.k-scheduler-content .k-scheduler-row:hover .k-event-delete,
|
|
37934
|
-
.k-scheduler-content .k-scheduler-row.k-state-hover .k-event-delete,
|
|
37935
37609
|
.k-scheduler-content .k-scheduler-row.k-hover .k-event-delete {
|
|
37936
37610
|
visibility: visible;
|
|
37937
37611
|
}
|
|
@@ -38005,7 +37679,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38005
37679
|
position: relative;
|
|
38006
37680
|
}
|
|
38007
37681
|
|
|
38008
|
-
td.k-state-selected,
|
|
38009
37682
|
td.k-selected {
|
|
38010
37683
|
background-color: inherit;
|
|
38011
37684
|
}
|
|
@@ -38214,6 +37887,8 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38214
37887
|
|
|
38215
37888
|
.k-scheduler,
|
|
38216
37889
|
&.k-scheduler {
|
|
37890
|
+
.k-i-caret-alt-left,
|
|
37891
|
+
.k-i-caret-alt-right,
|
|
38217
37892
|
.k-i-arrow-60-left,
|
|
38218
37893
|
.k-i-arrow-60-right,
|
|
38219
37894
|
.k-current-time-arrow-right {
|
|
@@ -38350,9 +38025,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38350
38025
|
);
|
|
38351
38026
|
}
|
|
38352
38027
|
|
|
38353
|
-
.k-scheduler-layout td.k-state-selected,
|
|
38354
38028
|
.k-scheduler-layout td.k-selected,
|
|
38355
|
-
.k-scheduler-layout .k-scheduler-cell.k-state-selected,
|
|
38356
38029
|
.k-scheduler-layout .k-scheduler-cell.k-selected {
|
|
38357
38030
|
background-color: rgba($selected-bg, .25);
|
|
38358
38031
|
}
|
|
@@ -38375,7 +38048,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38375
38048
|
);
|
|
38376
38049
|
@include box-shadow( $scheduler-event-shadow );
|
|
38377
38050
|
|
|
38378
|
-
|
|
38051
|
+
&:hover,
|
|
38379
38052
|
&.k-hover {
|
|
38380
38053
|
@include fill(
|
|
38381
38054
|
$scheduler-event-hover-text,
|
|
@@ -38386,7 +38059,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38386
38059
|
@include box-shadow( $scheduler-event-hover-shadow );
|
|
38387
38060
|
}
|
|
38388
38061
|
|
|
38389
|
-
&.k-state-selected,
|
|
38390
38062
|
&.k-selected {
|
|
38391
38063
|
@include fill(
|
|
38392
38064
|
$scheduler-event-selected-text,
|
|
@@ -38453,10 +38125,8 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38453
38125
|
|
|
38454
38126
|
// Hover
|
|
38455
38127
|
.k-scheduler-content tr:hover,
|
|
38456
|
-
.k-scheduler-content tr.k-state-hover,
|
|
38457
38128
|
.k-scheduler-content tr.k-hover,
|
|
38458
38129
|
.k-scheduler-content .k-scheduler-row:hover,
|
|
38459
|
-
.k-scheduler-content .k-scheduler-row.k-state-hover,
|
|
38460
38130
|
.k-scheduler-content .k-scheduler-row.k-hover {
|
|
38461
38131
|
@include fill(
|
|
38462
38132
|
$hovered-text,
|
|
@@ -38468,9 +38138,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38468
38138
|
|
|
38469
38139
|
.k-scheduler-content tr:hover .k-scheduler-datecolumn,
|
|
38470
38140
|
.k-scheduler-content tr:hover .k-scheduler-groupcolumn,
|
|
38471
|
-
.k-scheduler-content tr.k-state-hover .k-scheduler-datecolumn,
|
|
38472
38141
|
.k-scheduler-content tr.k-hover .k-scheduler-datecolumn,
|
|
38473
|
-
.k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn,
|
|
38474
38142
|
.k-scheduler-content tr.k-hover .k-scheduler-groupcolumn {
|
|
38475
38143
|
@include fill(
|
|
38476
38144
|
$scheduler-text,
|
|
@@ -38480,13 +38148,10 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38480
38148
|
}
|
|
38481
38149
|
|
|
38482
38150
|
// Selected
|
|
38483
|
-
.k-scheduler-content tr.k-state-selected,
|
|
38484
38151
|
.k-scheduler-content tr.k-selected {
|
|
38485
38152
|
background-color: rgba($selected-bg, .25);
|
|
38486
38153
|
}
|
|
38487
|
-
.k-scheduler-content tr.k-state-selected .k-scheduler-datecolumn,
|
|
38488
38154
|
.k-scheduler-content tr.k-selected .k-scheduler-datecolumn,
|
|
38489
|
-
.k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn,
|
|
38490
38155
|
.k-scheduler-content tr.k-selected .k-scheduler-groupcolumn {
|
|
38491
38156
|
background-color: $scheduler-bg;
|
|
38492
38157
|
}
|
|
@@ -38504,7 +38169,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38504
38169
|
@include fill( $bg: $scheduler-yearview-indicator-bg );
|
|
38505
38170
|
}
|
|
38506
38171
|
|
|
38507
|
-
.k-state-selected .k-day-indicator,
|
|
38508
38172
|
.k-selected .k-day-indicator {
|
|
38509
38173
|
@include fill( $bg: $scheduler-yearview-indicator-selected-bg );
|
|
38510
38174
|
}
|
|
@@ -38805,7 +38469,6 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
38805
38469
|
|
|
38806
38470
|
|
|
38807
38471
|
// Message states
|
|
38808
|
-
.k-message.k-state-selected,
|
|
38809
38472
|
.k-message.k-selected {
|
|
38810
38473
|
margin-bottom: $chat-item-spacing-y;
|
|
38811
38474
|
border: 0;
|
|
@@ -38934,7 +38597,6 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
38934
38597
|
align-items: center;
|
|
38935
38598
|
|
|
38936
38599
|
&:focus,
|
|
38937
|
-
&.k-state-focus,
|
|
38938
38600
|
&.k-focus,
|
|
38939
38601
|
&:focus-within {
|
|
38940
38602
|
outline: 0;
|
|
@@ -39015,7 +38677,6 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
39015
38677
|
flex: 0 0 auto;
|
|
39016
38678
|
}
|
|
39017
38679
|
|
|
39018
|
-
&.k-state-selected,
|
|
39019
38680
|
&.k-selected {
|
|
39020
38681
|
background: none;
|
|
39021
38682
|
}
|
|
@@ -39249,7 +38910,6 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
39249
38910
|
.k-bubble:hover {
|
|
39250
38911
|
@include box-shadow( $chat-bubble-hover-shadow );
|
|
39251
38912
|
}
|
|
39252
|
-
.k-state-selected .k-bubble,
|
|
39253
38913
|
.k-selected .k-bubble {
|
|
39254
38914
|
@include box-shadow( $chat-bubble-selected-shadow );
|
|
39255
38915
|
}
|
|
@@ -39265,7 +38925,6 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
39265
38925
|
.k-alt .k-bubble:hover {
|
|
39266
38926
|
@include box-shadow( $chat-alt-bubble-hover-shadow );
|
|
39267
38927
|
}
|
|
39268
|
-
.k-alt .k-state-selected .k-bubble,
|
|
39269
38928
|
.k-alt .k-selected .k-bubble {
|
|
39270
38929
|
@include box-shadow( $chat-alt-bubble-selected-shadow );
|
|
39271
38930
|
}
|
|
@@ -40052,7 +39711,6 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
40052
39711
|
color: $body-text;
|
|
40053
39712
|
}
|
|
40054
39713
|
|
|
40055
|
-
.k-timeline-arrow.k-state-disabled,
|
|
40056
39714
|
.k-timeline-arrow.k-disabled {
|
|
40057
39715
|
opacity: 1; // The arrow button in disabled mode should have a solid background
|
|
40058
39716
|
color: $timeline-track-arrow-disabled-text;
|
|
@@ -40073,7 +39731,6 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
40073
39731
|
background-color: $timeline-flag-bg;
|
|
40074
39732
|
}
|
|
40075
39733
|
|
|
40076
|
-
.k-timeline-track-item.k-state-focus .k-timeline-circle,
|
|
40077
39734
|
.k-timeline-track-item.k-focus .k-timeline-circle {
|
|
40078
39735
|
@include box-shadow( $timeline-track-item-focus-shadow );
|
|
40079
39736
|
}
|
|
@@ -40092,6 +39749,9 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
40092
39749
|
// #region @import "../common/_index.scss"; -> packages/default/scss/common/_index.scss
|
|
40093
39750
|
// File already imported_once. Skipping output.
|
|
40094
39751
|
// #endregion
|
|
39752
|
+
// #region @import "../button/_variables.scss"; -> packages/default/scss/button/_variables.scss
|
|
39753
|
+
// File already imported_once. Skipping output.
|
|
39754
|
+
// #endregion
|
|
40095
39755
|
// #region @import "../combobox/_index.scss"; -> packages/default/scss/combobox/_index.scss
|
|
40096
39756
|
// File already imported_once. Skipping output.
|
|
40097
39757
|
// #endregion
|
|
@@ -40107,6 +39767,12 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
40107
39767
|
// #region @import "../icons/_index.scss"; -> packages/default/scss/icons/_index.scss
|
|
40108
39768
|
// File already imported_once. Skipping output.
|
|
40109
39769
|
// #endregion
|
|
39770
|
+
// #region @import "../dropzone/_index.scss"; -> packages/default/scss/dropzone/_index.scss
|
|
39771
|
+
// File already imported_once. Skipping output.
|
|
39772
|
+
// #endregion
|
|
39773
|
+
// #region @import "../window/_index.scss"; -> packages/default/scss/window/_index.scss
|
|
39774
|
+
// File already imported_once. Skipping output.
|
|
39775
|
+
// #endregion
|
|
40110
39776
|
|
|
40111
39777
|
|
|
40112
39778
|
// Component
|
|
@@ -40137,12 +39803,25 @@ $pdf-viewer-page-text: $component-text !default;
|
|
|
40137
39803
|
$pdf-viewer-page-border: $component-border !default;
|
|
40138
39804
|
$pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
|
|
40139
39805
|
|
|
40140
|
-
$pdf-viewer-search-dialog-padding: $toolbar-padding-x !default;
|
|
39806
|
+
$pdf-viewer-search-dialog-padding-x: $toolbar-padding-x !default;
|
|
39807
|
+
$pdf-viewer-search-dialog-padding-y: calc( #{$toolbar-padding-x} * 2 ) !default;
|
|
40141
39808
|
$pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
|
|
40142
39809
|
|
|
39810
|
+
$pdf-viewer-search-panel-border-width: 1px !default;
|
|
39811
|
+
$pdf-viewer-search-panel-border-radius: 0 !default;
|
|
39812
|
+
$pdf-viewer-search-panel-bg: $component-bg !default;
|
|
39813
|
+
$pdf-viewer-search-panel-text: $component-text !default;
|
|
39814
|
+
$pdf-viewer-search-panel-border: $component-border !default;
|
|
39815
|
+
$pdf-viewer-search-panel-shadow: $window-shadow !default;
|
|
39816
|
+
$pdf-viewer-search-panel-matches-spacing: $padding-x-sm !default;
|
|
39817
|
+
|
|
40143
39818
|
$pdf-viewer-selection-line-height: $line-height-sm !default;
|
|
40144
39819
|
|
|
40145
39820
|
$pdf-viewer-search-highlight-bg: $body-text !default;
|
|
39821
|
+
$pdf-viewer-search-highlight-mark-bg: yellow !default;
|
|
39822
|
+
|
|
39823
|
+
$pdf-viewer-icon-text: $dropzone-icon-text !default;
|
|
39824
|
+
$pdf-viewer-icon-size: calc( #{$icon-size} * 3 ) !default;
|
|
40146
39825
|
|
|
40147
39826
|
// #endregion
|
|
40148
39827
|
// #region @import "_layout.scss"; -> packages/default/scss/pdf-viewer/_layout.scss
|
|
@@ -40152,6 +39831,7 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40152
39831
|
border-width: $pdf-viewer-border-width;
|
|
40153
39832
|
border-style: solid;
|
|
40154
39833
|
box-sizing: border-box;
|
|
39834
|
+
position: relative;
|
|
40155
39835
|
outline: 0;
|
|
40156
39836
|
font-family: $pdf-viewer-font-family;
|
|
40157
39837
|
font-size: $pdf-viewer-font-size;
|
|
@@ -40182,11 +39862,14 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40182
39862
|
|
|
40183
39863
|
|
|
40184
39864
|
// Canvas
|
|
40185
|
-
.k-
|
|
39865
|
+
.k-canvas {
|
|
39866
|
+
display: flex;
|
|
39867
|
+
flex-direction: column;
|
|
40186
39868
|
flex: 1 1 auto;
|
|
40187
39869
|
outline: none;
|
|
40188
39870
|
|
|
40189
|
-
.k-enable-text-select
|
|
39871
|
+
.k-enable-text-select,
|
|
39872
|
+
&.k-enable-text-select {
|
|
40190
39873
|
-webkit-user-select: text;
|
|
40191
39874
|
-moz-user-select: text;
|
|
40192
39875
|
-ms-user-select: text;
|
|
@@ -40194,16 +39877,22 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40194
39877
|
cursor: text;
|
|
40195
39878
|
}
|
|
40196
39879
|
|
|
40197
|
-
.k-enable-panning
|
|
39880
|
+
.k-enable-panning,
|
|
39881
|
+
&.k-enable-panning {
|
|
40198
39882
|
cursor: grab;
|
|
40199
39883
|
}
|
|
40200
|
-
.k-enable-panning span::selection
|
|
39884
|
+
.k-enable-panning span::selection,
|
|
39885
|
+
&.k-enable-panning span::selection {
|
|
40201
39886
|
background-color: transparent;
|
|
40202
39887
|
}
|
|
40203
39888
|
}
|
|
40204
39889
|
|
|
40205
39890
|
|
|
40206
|
-
//
|
|
39891
|
+
// Pages
|
|
39892
|
+
.k-pdf-viewer-pages {
|
|
39893
|
+
flex: 1 1 auto;
|
|
39894
|
+
}
|
|
39895
|
+
|
|
40207
39896
|
.k-page {
|
|
40208
39897
|
position: relative;
|
|
40209
39898
|
margin: $pdf-viewer-page-spacing auto;
|
|
@@ -40229,46 +39918,88 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40229
39918
|
mark {
|
|
40230
39919
|
color: transparent;
|
|
40231
39920
|
}
|
|
39921
|
+
|
|
39922
|
+
.k-search-highlight-mark {
|
|
39923
|
+
color: transparent;
|
|
39924
|
+
}
|
|
39925
|
+
}
|
|
39926
|
+
}
|
|
39927
|
+
|
|
39928
|
+
.k-blank-page {
|
|
39929
|
+
margin: 0;
|
|
39930
|
+
display: flex;
|
|
39931
|
+
flex-flow: column nowrap;
|
|
39932
|
+
width: 100%;
|
|
39933
|
+
height: 100%;
|
|
39934
|
+
align-items: center;
|
|
39935
|
+
justify-content: center;
|
|
39936
|
+
background-color: inherit !important; // sass-lint:disable-line no-important
|
|
39937
|
+
|
|
39938
|
+
.k-upload,
|
|
39939
|
+
.k-dropzone,
|
|
39940
|
+
.k-dropzone-inner {
|
|
39941
|
+
border: 0;
|
|
39942
|
+
background: none;
|
|
39943
|
+
}
|
|
39944
|
+
|
|
39945
|
+
> .k-icon {
|
|
39946
|
+
font-size: $pdf-viewer-icon-size;
|
|
40232
39947
|
}
|
|
40233
39948
|
}
|
|
39949
|
+
|
|
40234
39950
|
}
|
|
40235
39951
|
|
|
40236
39952
|
// Search
|
|
40237
39953
|
.k-pdf-viewer-search-dialog {
|
|
40238
|
-
padding:
|
|
39954
|
+
padding: 0 !important; // sass-lint:disable-line no-important
|
|
39955
|
+
}
|
|
40239
39956
|
|
|
40240
|
-
|
|
40241
|
-
|
|
40242
|
-
|
|
40243
|
-
|
|
40244
|
-
|
|
40245
|
-
|
|
40246
|
-
|
|
39957
|
+
.k-search-panel {
|
|
39958
|
+
padding: $pdf-viewer-search-dialog-padding-y $pdf-viewer-search-dialog-padding-x;
|
|
39959
|
+
display: flex;
|
|
39960
|
+
gap: $pdf-viewer-search-dialog-spacing;
|
|
39961
|
+
flex-flow: row nowrap;
|
|
39962
|
+
flex: 0 0 auto;
|
|
39963
|
+
justify-content: flex-start;
|
|
39964
|
+
align-items: center;
|
|
40247
39965
|
|
|
40248
|
-
|
|
40249
|
-
|
|
40250
|
-
|
|
40251
|
-
|
|
39966
|
+
.k-search-dialog-draghandle {
|
|
39967
|
+
cursor: move;
|
|
39968
|
+
margin-left: 0;
|
|
39969
|
+
}
|
|
40252
39970
|
|
|
40253
|
-
|
|
40254
|
-
|
|
40255
|
-
|
|
39971
|
+
.k-textbox {
|
|
39972
|
+
width: 10em;
|
|
39973
|
+
flex: none;
|
|
40256
39974
|
|
|
40257
|
-
|
|
40258
|
-
|
|
40259
|
-
}
|
|
39975
|
+
.k-button {
|
|
39976
|
+
border-width: 0;
|
|
40260
39977
|
}
|
|
39978
|
+
}
|
|
40261
39979
|
|
|
40262
|
-
|
|
40263
|
-
|
|
40264
|
-
|
|
39980
|
+
.k-search-matches {
|
|
39981
|
+
display: inline-flex;
|
|
39982
|
+
gap: $pdf-viewer-search-panel-matches-spacing;
|
|
40265
39983
|
}
|
|
40266
39984
|
}
|
|
40267
39985
|
|
|
39986
|
+
.k-pdf-viewer-canvas > .k-search-panel {
|
|
39987
|
+
width: max-content;
|
|
39988
|
+
margin-top: calc( (#{$kendo-button-calc-size} + #{$pdf-viewer-search-panel-border-width} + ( 2 * #{$pdf-viewer-search-dialog-padding-y} )) * -1 );
|
|
39989
|
+
border-width: $pdf-viewer-search-panel-border-width;
|
|
39990
|
+
border-style: solid;
|
|
39991
|
+
border-radius: $pdf-viewer-search-panel-border-radius;
|
|
39992
|
+
z-index: 10;
|
|
39993
|
+
}
|
|
39994
|
+
|
|
39995
|
+
// Alias
|
|
39996
|
+
.k-search-container {
|
|
39997
|
+
@extend .k-search-panel !optional;
|
|
39998
|
+
}
|
|
39999
|
+
|
|
40268
40000
|
|
|
40269
40001
|
// IE
|
|
40270
40002
|
.k-ie .k-pdf-viewer-search-dialog {
|
|
40271
|
-
|
|
40272
40003
|
.k-search-container > * + * {
|
|
40273
40004
|
margin-left: $pdf-viewer-search-dialog-spacing;
|
|
40274
40005
|
}
|
|
@@ -40320,12 +40051,33 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40320
40051
|
@include box-shadow( $pdf-viewer-page-shadow );
|
|
40321
40052
|
}
|
|
40322
40053
|
|
|
40054
|
+
.k-blank-page > .k-icon {
|
|
40055
|
+
@include fill( $color: $pdf-viewer-icon-text );
|
|
40056
|
+
}
|
|
40057
|
+
|
|
40323
40058
|
|
|
40324
40059
|
// Search
|
|
40325
40060
|
.k-search-highlight {
|
|
40326
40061
|
background-color: $pdf-viewer-search-highlight-bg;
|
|
40327
40062
|
}
|
|
40328
40063
|
|
|
40064
|
+
.k-search-highlight-mark {
|
|
40065
|
+
@include fill( $bg: $pdf-viewer-search-highlight-mark-bg );
|
|
40066
|
+
}
|
|
40067
|
+
|
|
40068
|
+
}
|
|
40069
|
+
|
|
40070
|
+
.k-pdf-viewer-canvas > .k-search-panel {
|
|
40071
|
+
@include fill(
|
|
40072
|
+
$pdf-viewer-search-panel-text,
|
|
40073
|
+
$pdf-viewer-search-panel-bg,
|
|
40074
|
+
$pdf-viewer-search-panel-border,
|
|
40075
|
+
);
|
|
40076
|
+
@include box-shadow( $pdf-viewer-search-panel-shadow );
|
|
40077
|
+
}
|
|
40078
|
+
|
|
40079
|
+
.k-search-container {
|
|
40080
|
+
@extend .k-search-panel !optional;
|
|
40329
40081
|
}
|
|
40330
40082
|
|
|
40331
40083
|
}
|
|
@@ -40767,7 +40519,6 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
40767
40519
|
-webkit-tap-highlight-color: $scrollview-arrow-tap-highlight-color;
|
|
40768
40520
|
|
|
40769
40521
|
&:focus,
|
|
40770
|
-
&.k-state-focus,
|
|
40771
40522
|
&.k-focus {
|
|
40772
40523
|
color: $scrollview-navigation-color;
|
|
40773
40524
|
opacity: $scrollview-navigation-hover-opacity;
|
|
@@ -40778,7 +40529,6 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
40778
40529
|
}
|
|
40779
40530
|
|
|
40780
40531
|
&:hover,
|
|
40781
|
-
&.k-state-hover,
|
|
40782
40532
|
&.k-hover {
|
|
40783
40533
|
color: $scrollview-navigation-color;
|
|
40784
40534
|
opacity: $scrollview-navigation-hover-opacity;
|
|
@@ -40798,14 +40548,12 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
40798
40548
|
}
|
|
40799
40549
|
|
|
40800
40550
|
&:focus,
|
|
40801
|
-
&.k-state-focused,
|
|
40802
40551
|
&.k-focus {
|
|
40803
40552
|
box-shadow: $scrollview-pagebutton-shadow;
|
|
40804
40553
|
}
|
|
40805
40554
|
}
|
|
40806
40555
|
|
|
40807
40556
|
.k-scrollview-nav > .k-link:hover,
|
|
40808
|
-
.k-scrollview-nav > .k-link.k-state-hover,
|
|
40809
40557
|
.k-scrollview-nav > .k-link.k-hover {
|
|
40810
40558
|
box-shadow: $scrollview-pagebutton-shadow;
|
|
40811
40559
|
}
|
|
@@ -41053,7 +40801,7 @@ $treemap-line-height: $line-height !default;
|
|
|
41053
40801
|
.k-chart-tooltip-wrapper {
|
|
41054
40802
|
z-index: 12000;
|
|
41055
40803
|
|
|
41056
|
-
|
|
40804
|
+
.k-popup {
|
|
41057
40805
|
padding: 0;
|
|
41058
40806
|
border-width: 0;
|
|
41059
40807
|
background: transparent;
|
|
@@ -41618,7 +41366,7 @@ $treemap-line-height: $line-height !default;
|
|
|
41618
41366
|
.k-leaf.k-inverse {
|
|
41619
41367
|
color: $component-text;
|
|
41620
41368
|
}
|
|
41621
|
-
.k-leaf
|
|
41369
|
+
.k-leaf:hover,
|
|
41622
41370
|
.k-leaf.k-hover {
|
|
41623
41371
|
box-shadow: inset 0 0 0 3px $component-border;
|
|
41624
41372
|
}
|
|
@@ -42088,8 +41836,7 @@ $orgchart-line-v-height: 25px !default;
|
|
|
42088
41836
|
}
|
|
42089
41837
|
|
|
42090
41838
|
&:focus,
|
|
42091
|
-
&.k-focus
|
|
42092
|
-
&.k-state-focus {
|
|
41839
|
+
&.k-focus {
|
|
42093
41840
|
@include box-shadow( $orgchart-card-focus-shadow );
|
|
42094
41841
|
}
|
|
42095
41842
|
}
|
|
@@ -42103,9 +41850,6 @@ $orgchart-line-v-height: 25px !default;
|
|
|
42103
41850
|
);
|
|
42104
41851
|
}
|
|
42105
41852
|
.k-orgchart-node-group-container:focus,
|
|
42106
|
-
.k-orgchart-node-group-container.k-focus,
|
|
42107
|
-
.k-orgchart-node-group-container.k-state-focus,
|
|
42108
|
-
.k-orgchart-node-group-container.k-state-focused,
|
|
42109
41853
|
.k-orgchart-node-group-container.k-focus {
|
|
42110
41854
|
@include box-shadow( $orgchart-node-group-focus-shadow );
|
|
42111
41855
|
@include fill ( $border: $orgchart-node-group-focus-border );
|
|
@@ -42147,40 +41891,42 @@ $kendo-signature-height: 84px !default;
|
|
|
42147
41891
|
$kendo-signature-maximized-width: 750px !default;
|
|
42148
41892
|
$kendo-signature-maximized-height: 252px !default;
|
|
42149
41893
|
|
|
42150
|
-
$kendo-signature-padding: map-get( $spacing, 1 ) !default;
|
|
42151
|
-
$kendo-signature-padding-sm: map-get( $spacing, 1 ) - map-get($spacing, thin) !default;
|
|
42152
|
-
$kendo-signature-padding-md: $kendo-signature-padding !default;
|
|
42153
|
-
$kendo-signature-padding-lg: map-get( $spacing,
|
|
41894
|
+
$kendo-signature-padding-x: map-get( $spacing, 1 ) !default;
|
|
41895
|
+
$kendo-signature-padding-x-sm: map-get( $spacing, 1 ) - map-get($spacing, thin) !default;
|
|
41896
|
+
$kendo-signature-padding-x-md: $kendo-signature-padding-x !default;
|
|
41897
|
+
$kendo-signature-padding-x-lg: map-get( $spacing, 2 ) !default;
|
|
41898
|
+
|
|
41899
|
+
$kendo-signature-padding-y: $kendo-signature-padding-x !default;
|
|
41900
|
+
$kendo-signature-padding-y-sm: $kendo-signature-padding-x-sm !default;
|
|
41901
|
+
$kendo-signature-padding-y-md: $kendo-signature-padding-x-md !default;
|
|
41902
|
+
$kendo-signature-padding-y-lg: $kendo-signature-padding-x-lg !default;
|
|
42154
41903
|
|
|
42155
41904
|
$kendo-signature-line-width: 1px !default;
|
|
42156
41905
|
$kendo-signature-line-style: dashed !default;
|
|
42157
41906
|
$kendo-signature-line-color: rgba( $info, .24 ) !default;
|
|
42158
41907
|
|
|
42159
|
-
$kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding} ) !default;
|
|
42160
|
-
$kendo-signature-line-size-sm: calc( 100% - 2 * #{$kendo-signature-padding-sm} ) !default;
|
|
42161
|
-
$kendo-signature-line-size-md: calc( 100% - 2 * #{$kendo-signature-padding-md} ) !default;
|
|
42162
|
-
$kendo-signature-line-size-lg: calc( 100% - 2 * #{$kendo-signature-padding-lg} ) !default;
|
|
41908
|
+
$kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding-x} ) !default;
|
|
41909
|
+
$kendo-signature-line-size-sm: calc( 100% - 2 * #{$kendo-signature-padding-x-sm} ) !default;
|
|
41910
|
+
$kendo-signature-line-size-md: calc( 100% - 2 * #{$kendo-signature-padding-x-md} ) !default;
|
|
41911
|
+
$kendo-signature-line-size-lg: calc( 100% - 2 * #{$kendo-signature-padding-x-lg} ) !default;
|
|
42163
41912
|
|
|
42164
|
-
$kendo-signature-line-bottom-offset:
|
|
42165
|
-
$kendo-signature-line-bottom-offset-sm: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-sm} ) !default;
|
|
42166
|
-
$kendo-signature-line-bottom-offset-md: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-md} ) !default;
|
|
42167
|
-
$kendo-signature-line-bottom-offset-lg: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-lg} ) !default;
|
|
41913
|
+
$kendo-signature-line-bottom-offset: 33% !default;
|
|
42168
41914
|
|
|
42169
41915
|
$kendo-signature-sizes: (
|
|
42170
41916
|
sm: (
|
|
42171
|
-
padding: $kendo-signature-padding-sm,
|
|
42172
|
-
|
|
42173
|
-
line-
|
|
41917
|
+
padding-x: $kendo-signature-padding-x-sm,
|
|
41918
|
+
padding-y: $kendo-signature-padding-y-sm,
|
|
41919
|
+
line-size: $kendo-signature-line-size-sm
|
|
42174
41920
|
),
|
|
42175
41921
|
md: (
|
|
42176
|
-
padding: $kendo-signature-padding-md,
|
|
42177
|
-
|
|
42178
|
-
line-
|
|
41922
|
+
padding-x: $kendo-signature-padding-x-md,
|
|
41923
|
+
padding-y: $kendo-signature-padding-y-md,
|
|
41924
|
+
line-size: $kendo-signature-line-size-md
|
|
42179
41925
|
),
|
|
42180
41926
|
lg: (
|
|
42181
|
-
padding: $kendo-signature-padding-lg,
|
|
42182
|
-
|
|
42183
|
-
line-
|
|
41927
|
+
padding-x: $kendo-signature-padding-x-lg,
|
|
41928
|
+
padding-y: $kendo-signature-padding-y-lg,
|
|
41929
|
+
line-size: $kendo-signature-line-size-lg
|
|
42184
41930
|
)
|
|
42185
41931
|
) !default;
|
|
42186
41932
|
|
|
@@ -42193,7 +41939,7 @@ $kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacin
|
|
|
42193
41939
|
|
|
42194
41940
|
.k-signature {
|
|
42195
41941
|
width: $kendo-signature-width;
|
|
42196
|
-
height: $kendo-signature-height;
|
|
41942
|
+
min-height: $kendo-signature-height;
|
|
42197
41943
|
position: relative;
|
|
42198
41944
|
box-sizing: border-box;
|
|
42199
41945
|
display: flex;
|
|
@@ -42230,27 +41976,30 @@ $kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacin
|
|
|
42230
41976
|
|
|
42231
41977
|
.k-signature-line {
|
|
42232
41978
|
position: absolute;
|
|
42233
|
-
|
|
41979
|
+
bottom: $kendo-signature-line-bottom-offset;
|
|
41980
|
+
z-index: 2;
|
|
41981
|
+
pointer-events: none;
|
|
42234
41982
|
border-bottom-width: $kendo-signature-line-width;
|
|
42235
41983
|
border-bottom-style: $kendo-signature-line-style;
|
|
42236
41984
|
}
|
|
42237
41985
|
|
|
42238
41986
|
// Sizes
|
|
42239
41987
|
@each $size, $size-props in $kendo-signature-sizes {
|
|
42240
|
-
$_padding: map-get($size-props, padding);
|
|
41988
|
+
$_padding-x: map-get($size-props, padding-x);
|
|
41989
|
+
$_padding-y: map-get($size-props, padding-y);
|
|
42241
41990
|
$_line-size: map-get($size-props, line-size);
|
|
42242
41991
|
$_line-offset: map-get($size-props, line-offset);
|
|
42243
41992
|
|
|
42244
41993
|
.k-signature-#{$size} {
|
|
42245
|
-
padding: $_padding;
|
|
41994
|
+
padding-inline: $_padding-x;
|
|
41995
|
+
padding-block: $_padding-y;
|
|
42246
41996
|
|
|
42247
41997
|
.k-signature-line {
|
|
42248
41998
|
width: $_line-size;
|
|
42249
|
-
bottom: $_line-offset;
|
|
42250
41999
|
}
|
|
42251
42000
|
}
|
|
42252
|
-
|
|
42253
42001
|
}
|
|
42002
|
+
|
|
42254
42003
|
}
|
|
42255
42004
|
|
|
42256
42005
|
// #endregion
|