@progress/kendo-theme-default 5.6.1-dev.6 → 5.8.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 +694 -793
- package/dist/all.scss +282 -493
- 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/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/_theme.scss +3 -7
- 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/_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/_layout.scss +8 -0
- package/scss/pivotgrid/_theme.scss +7 -11
- 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/_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
|
}
|
|
@@ -4457,18 +4455,28 @@ $display4-letter-spacing: null !default;
|
|
|
4457
4455
|
@include exports( "common/decoration/color" ) {
|
|
4458
4456
|
|
|
4459
4457
|
// sass-lint:disable-block no-important
|
|
4458
|
+
// sass-lint:disable-block class-name-format
|
|
4460
4459
|
// stylelint-disable block-opening-brace-space-before
|
|
4461
4460
|
|
|
4462
4461
|
.k-text-base,
|
|
4463
4462
|
.k-color-base {
|
|
4464
4463
|
color: $base-text;
|
|
4465
4464
|
}
|
|
4465
|
+
.\!k-text-base,
|
|
4466
|
+
.\!k-color-base {
|
|
4467
|
+
color: $base-text !important;
|
|
4468
|
+
}
|
|
4466
4469
|
|
|
4467
4470
|
.k-color-inherit { color: inherit; }
|
|
4471
|
+
.\!k-color-inherit { color: inherit !important; }
|
|
4468
4472
|
|
|
4469
4473
|
@each $name, $color in $kendo-theme-colors {
|
|
4470
4474
|
.k-text-#{$name},
|
|
4471
4475
|
.k-color-#{$name} {
|
|
4476
|
+
color: $color;
|
|
4477
|
+
}
|
|
4478
|
+
.\!k-text-#{$name},
|
|
4479
|
+
.\!k-color-#{$name} {
|
|
4472
4480
|
color: $color !important;
|
|
4473
4481
|
}
|
|
4474
4482
|
}
|
|
@@ -4479,63 +4487,19 @@ $display4-letter-spacing: null !default;
|
|
|
4479
4487
|
@include exports( "common/decoration/background" ) {
|
|
4480
4488
|
|
|
4481
4489
|
// sass-lint:disable-block no-important
|
|
4490
|
+
// sass-lint:disable-block class-name-format
|
|
4482
4491
|
|
|
4483
4492
|
@each $name, $bg-color in $kendo-theme-colors {
|
|
4484
4493
|
.k-bg-#{$name} {
|
|
4494
|
+
background-color: $bg-color;
|
|
4495
|
+
}
|
|
4496
|
+
.\!k-bg-#{$name} {
|
|
4485
4497
|
background-color: $bg-color !important;
|
|
4486
4498
|
}
|
|
4487
4499
|
}
|
|
4488
4500
|
|
|
4489
4501
|
}
|
|
4490
4502
|
|
|
4491
|
-
|
|
4492
|
-
@mixin variant( $base ) {
|
|
4493
|
-
background-color: tint($base, 10);
|
|
4494
|
-
color: shade($base, 6);
|
|
4495
|
-
border-color: tint($base, 9);
|
|
4496
|
-
}
|
|
4497
|
-
|
|
4498
|
-
@include exports( "common/decoration/variant" ) {
|
|
4499
|
-
|
|
4500
|
-
@each $name, $variant in $kendo-theme-colors {
|
|
4501
|
-
.k-state-#{$name} {
|
|
4502
|
-
@include variant( $variant );
|
|
4503
|
-
}
|
|
4504
|
-
}
|
|
4505
|
-
}
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
@include exports( "common/decoration/legacy" ) {
|
|
4509
|
-
|
|
4510
|
-
.k-info-colored {
|
|
4511
|
-
color: #50607f;
|
|
4512
|
-
border-color: #d0d9df;
|
|
4513
|
-
background-color: #f0f9ff;
|
|
4514
|
-
}
|
|
4515
|
-
|
|
4516
|
-
.k-success-colored {
|
|
4517
|
-
color: #507f50;
|
|
4518
|
-
border-color: #d0dfd0;
|
|
4519
|
-
background-color: #f0fff0;
|
|
4520
|
-
}
|
|
4521
|
-
|
|
4522
|
-
.k-error-colored {
|
|
4523
|
-
color: #7f5050;
|
|
4524
|
-
border-color: #dfd0d0;
|
|
4525
|
-
background-color: #fff0f0;
|
|
4526
|
-
}
|
|
4527
|
-
|
|
4528
|
-
.k-shadow {
|
|
4529
|
-
// Shadow moved to popup/_layout.scss due to variable flow
|
|
4530
|
-
// box-shadow: $popup-shadow;
|
|
4531
|
-
}
|
|
4532
|
-
|
|
4533
|
-
.k-inset {
|
|
4534
|
-
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .03), inset 0 4px 5px 0 rgba(0, 0, 0, .04);
|
|
4535
|
-
}
|
|
4536
|
-
|
|
4537
|
-
}
|
|
4538
|
-
|
|
4539
4503
|
// #endregion
|
|
4540
4504
|
// #region @import "_touch-action.scss"; -> packages/default/scss/utils/_touch-action.scss
|
|
4541
4505
|
@include exports( "utils/touch-action" ) {
|
|
@@ -7966,7 +7930,7 @@ $kendo-button-font-size-md: $font-size-md !default;
|
|
|
7966
7930
|
$kendo-button-line-height-md: $line-height-md !default;
|
|
7967
7931
|
|
|
7968
7932
|
$kendo-button-padding-x-lg: map-get( $spacing, 3 ) !default;
|
|
7969
|
-
$kendo-button-padding-y-lg: map-get( $spacing, 2 );
|
|
7933
|
+
$kendo-button-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
7970
7934
|
$kendo-button-font-size-lg: $font-size-lg !default;
|
|
7971
7935
|
$kendo-button-line-height-lg: $line-height-lg !default;
|
|
7972
7936
|
|
|
@@ -9049,8 +9013,7 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
9049
9013
|
@include disabled( $disabled-styling );
|
|
9050
9014
|
|
|
9051
9015
|
[disabled] &,
|
|
9052
|
-
.k-disabled
|
|
9053
|
-
.k-state-disabled & {
|
|
9016
|
+
.k-disabled & {
|
|
9054
9017
|
opacity: 1;
|
|
9055
9018
|
filter: grayscale(0);
|
|
9056
9019
|
}
|
|
@@ -9071,8 +9034,7 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
9071
9034
|
@include disabled( $disabled-styling );
|
|
9072
9035
|
|
|
9073
9036
|
[disabled] &,
|
|
9074
|
-
.k-disabled
|
|
9075
|
-
.k-state-disabled & {
|
|
9037
|
+
.k-disabled & {
|
|
9076
9038
|
opacity: 1;
|
|
9077
9039
|
filter: grayscale(0);
|
|
9078
9040
|
}
|
|
@@ -9987,7 +9949,6 @@ $floating-label-focus-text: null !default;
|
|
|
9987
9949
|
width: auto;
|
|
9988
9950
|
}
|
|
9989
9951
|
|
|
9990
|
-
&.k-state-empty,
|
|
9991
9952
|
&.k-empty {
|
|
9992
9953
|
> .k-label {
|
|
9993
9954
|
top: $floating-label-offset-y;
|
|
@@ -9998,8 +9959,6 @@ $floating-label-focus-text: null !default;
|
|
|
9998
9959
|
}
|
|
9999
9960
|
|
|
10000
9961
|
> .k-label,
|
|
10001
|
-
// &:focus-within > .k-label,
|
|
10002
|
-
&.k-state-focused > .k-label,
|
|
10003
9962
|
&.k-focus > .k-label {
|
|
10004
9963
|
top: $floating-label-focus-offset-y;
|
|
10005
9964
|
left: $floating-label-focus-offset-x;
|
|
@@ -10011,7 +9970,6 @@ $floating-label-focus-text: null !default;
|
|
|
10011
9970
|
transform: scale( $floating-label-focus-scale );
|
|
10012
9971
|
}
|
|
10013
9972
|
|
|
10014
|
-
&.k-state-empty:not(.k-state-focused) ::placeholder,
|
|
10015
9973
|
&.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
10016
9974
|
color: transparent;
|
|
10017
9975
|
}
|
|
@@ -10025,7 +9983,6 @@ $floating-label-focus-text: null !default;
|
|
|
10025
9983
|
transition: transform $floating-label-transition, color $floating-label-transition, top $floating-label-transition, right $floating-label-transition;
|
|
10026
9984
|
}
|
|
10027
9985
|
|
|
10028
|
-
&.k-state-empty,
|
|
10029
9986
|
&.k-empty {
|
|
10030
9987
|
> .k-label {
|
|
10031
9988
|
left: auto;
|
|
@@ -10034,8 +9991,6 @@ $floating-label-focus-text: null !default;
|
|
|
10034
9991
|
}
|
|
10035
9992
|
|
|
10036
9993
|
> .k-label,
|
|
10037
|
-
// &:focus-within > .k-label,
|
|
10038
|
-
&.k-state-focused > .k-label,
|
|
10039
9994
|
&.k-focus > .k-label {
|
|
10040
9995
|
left: auto;
|
|
10041
9996
|
right: $floating-label-focus-offset-x;
|
|
@@ -10063,8 +10018,7 @@ $floating-label-focus-text: null !default;
|
|
|
10063
10018
|
);
|
|
10064
10019
|
}
|
|
10065
10020
|
|
|
10066
|
-
&.k-focus > .k-label
|
|
10067
|
-
&.k-state-focused > .k-label {
|
|
10021
|
+
&.k-focus > .k-label {
|
|
10068
10022
|
@include fill(
|
|
10069
10023
|
$color: $floating-label-focus-text,
|
|
10070
10024
|
$bg: $floating-label-focus-bg
|
|
@@ -12377,8 +12331,11 @@ $loader-container-font-size-lg: $font-size-lg !default;
|
|
|
12377
12331
|
}
|
|
12378
12332
|
|
|
12379
12333
|
.k-loader-container-inner {
|
|
12380
|
-
|
|
12381
|
-
|
|
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;
|
|
12382
12339
|
}
|
|
12383
12340
|
}
|
|
12384
12341
|
|
|
@@ -13250,6 +13207,12 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
13250
13207
|
align-items: center;
|
|
13251
13208
|
}
|
|
13252
13209
|
|
|
13210
|
+
// Template item
|
|
13211
|
+
.k-toolbar-item:focus {
|
|
13212
|
+
text-decoration: none;
|
|
13213
|
+
outline: 0;
|
|
13214
|
+
}
|
|
13215
|
+
|
|
13253
13216
|
}
|
|
13254
13217
|
|
|
13255
13218
|
|
|
@@ -13411,6 +13374,13 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
13411
13374
|
}
|
|
13412
13375
|
|
|
13413
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
|
+
|
|
13414
13384
|
// Button group
|
|
13415
13385
|
.k-button-group {}
|
|
13416
13386
|
|
|
@@ -13663,7 +13633,7 @@ $form-spacer: $padding-x * 2 !default;
|
|
|
13663
13633
|
|
|
13664
13634
|
$form-font-size: $font-size !default;
|
|
13665
13635
|
$form-line-height: $line-height !default;
|
|
13666
|
-
$form-line-height-em: $form-line-height * 1em !default;
|
|
13636
|
+
$form-line-height-em: calc( #{$form-line-height} * 1em ) !default;
|
|
13667
13637
|
$form-line-height-sm: $line-height-sm !default;
|
|
13668
13638
|
$form-line-height-lg: $line-height-lg !default;
|
|
13669
13639
|
|
|
@@ -14951,7 +14921,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
14951
14921
|
|
|
14952
14922
|
|
|
14953
14923
|
// Selection
|
|
14954
|
-
> .k-state-selected,
|
|
14955
14924
|
> .k-selected {
|
|
14956
14925
|
border-width: 0;
|
|
14957
14926
|
border-style: solid;
|
|
@@ -15022,7 +14991,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15022
14991
|
flex-direction: row;
|
|
15023
14992
|
}
|
|
15024
14993
|
|
|
15025
|
-
> .k-state-selected,
|
|
15026
14994
|
> .k-selected {
|
|
15027
14995
|
width: 0;
|
|
15028
14996
|
width: calc( var( --kendo-progressbar-progress, 0 ) * 1% ); // sass-lint:disable-line no-duplicate-properties
|
|
@@ -15049,7 +15017,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15049
15017
|
// Horizontal reverse
|
|
15050
15018
|
&.k-progressbar-reverse {
|
|
15051
15019
|
|
|
15052
|
-
> .k-state-selected,
|
|
15053
15020
|
> .k-selected {
|
|
15054
15021
|
flex-direction: row-reverse;
|
|
15055
15022
|
justify-self: flex-end;
|
|
@@ -15074,7 +15041,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15074
15041
|
writing-mode: vertical-lr;
|
|
15075
15042
|
}
|
|
15076
15043
|
|
|
15077
|
-
> .k-state-selected,
|
|
15078
15044
|
> .k-selected {
|
|
15079
15045
|
height: 0;
|
|
15080
15046
|
height: calc( var( --kendo-progressbar-progress, 0 ) * 1% ); // sass-lint:disable-line no-duplicate-properties
|
|
@@ -15104,7 +15070,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15104
15070
|
&.k-progressbar-reverse {
|
|
15105
15071
|
flex-direction: column;
|
|
15106
15072
|
|
|
15107
|
-
> .k-state-selected,
|
|
15108
15073
|
> .k-selected {
|
|
15109
15074
|
flex-direction: column;
|
|
15110
15075
|
align-self: flex-start;
|
|
@@ -15116,7 +15081,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15116
15081
|
// Indeterminate
|
|
15117
15082
|
.k-progressbar-indeterminate {
|
|
15118
15083
|
.k-progress-status-wrap,
|
|
15119
|
-
.k-state-selected,
|
|
15120
15084
|
.k-selected,
|
|
15121
15085
|
.k-item {
|
|
15122
15086
|
display: none;
|
|
@@ -15127,9 +15091,7 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15127
15091
|
// Blazor specific
|
|
15128
15092
|
.telerik-blazor.k-progressbar-horizontal {
|
|
15129
15093
|
|
|
15130
|
-
> .k-state-selected,
|
|
15131
15094
|
> .k-selected,
|
|
15132
|
-
> .k-state-selected > .k-progress-status-wrap,
|
|
15133
15095
|
> .k-selected > .k-progress-status-wrap {
|
|
15134
15096
|
transition: width .1s ease-in-out;
|
|
15135
15097
|
}
|
|
@@ -15158,7 +15120,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15158
15120
|
display: -ms-inline-grid;
|
|
15159
15121
|
|
|
15160
15122
|
> .k-progress-status-wrap,
|
|
15161
|
-
> .k-state-selected,
|
|
15162
15123
|
> .k-selected {
|
|
15163
15124
|
-ms-grid-column: 1;
|
|
15164
15125
|
-ms-grid-row: 1;
|
|
@@ -15168,7 +15129,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15168
15129
|
-ms-grid-columns: 1fr;
|
|
15169
15130
|
-ms-grid-rows: $progressbar-height;
|
|
15170
15131
|
|
|
15171
|
-
&.k-progressbar-reverse > .k-state-selected,
|
|
15172
15132
|
&.k-progressbar-reverse > .k-selected {
|
|
15173
15133
|
-ms-grid-column-align: end;
|
|
15174
15134
|
}
|
|
@@ -15177,12 +15137,10 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15177
15137
|
-ms-grid-columns: $progressbar-height;
|
|
15178
15138
|
-ms-grid-rows: 1fr;
|
|
15179
15139
|
|
|
15180
|
-
> .k-state-selected,
|
|
15181
15140
|
> .k-selected {
|
|
15182
15141
|
-ms-grid-row-align: end;
|
|
15183
15142
|
}
|
|
15184
15143
|
|
|
15185
|
-
&.k-progressbar-reverse > .k-state-selected,
|
|
15186
15144
|
&.k-progressbar-reverse > .k-selected {
|
|
15187
15145
|
-ms-grid-row-align: start;
|
|
15188
15146
|
}
|
|
@@ -15245,7 +15203,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15245
15203
|
.k-progressbar {
|
|
15246
15204
|
@include fill( $progressbar-text, $progressbar-bg, $progressbar-border, $progressbar-gradient );
|
|
15247
15205
|
|
|
15248
|
-
.k-state-selected,
|
|
15249
15206
|
.k-selected {
|
|
15250
15207
|
@include fill( $progressbar-fill-text, $progressbar-fill-bg, $progressbar-fill-border, $progressbar-fill-gradient );
|
|
15251
15208
|
}
|
|
@@ -15625,7 +15582,6 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15625
15582
|
}
|
|
15626
15583
|
|
|
15627
15584
|
.k-radio:focus,
|
|
15628
|
-
.k-radio.k-state-focus,
|
|
15629
15585
|
.k-radio.k-focus {
|
|
15630
15586
|
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
15631
15587
|
|
|
@@ -15686,7 +15642,6 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15686
15642
|
|
|
15687
15643
|
// Hover state
|
|
15688
15644
|
.k-radio:hover,
|
|
15689
|
-
.k-radio.k-state-hover,
|
|
15690
15645
|
.k-radio.k-hover {
|
|
15691
15646
|
@include fill(
|
|
15692
15647
|
$kendo-radio-hover-text,
|
|
@@ -15698,7 +15653,6 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15698
15653
|
|
|
15699
15654
|
// Focus state
|
|
15700
15655
|
.k-radio:focus,
|
|
15701
|
-
.k-radio.k-state-focus,
|
|
15702
15656
|
.k-radio.k-focus {
|
|
15703
15657
|
@include fill( $border: $kendo-radio-focus-border );
|
|
15704
15658
|
@include box-shadow( $kendo-radio-focus-shadow );
|
|
@@ -15707,13 +15661,11 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15707
15661
|
|
|
15708
15662
|
// Invalid state
|
|
15709
15663
|
.k-radio.k-invalid,
|
|
15710
|
-
.k-radio.k-state-invalid,
|
|
15711
15664
|
.k-radio.ng-invalid.ng-touched,
|
|
15712
15665
|
.k-radio.ng-invalid.ng-dirty {
|
|
15713
15666
|
@include fill( $border: $kendo-radio-invalid-border );
|
|
15714
15667
|
}
|
|
15715
15668
|
.k-radio.k-invalid + .k-radio-label,
|
|
15716
|
-
.k-radio.k-state-invalid + .k-radio-label,
|
|
15717
15669
|
.k-radio.ng-invalid.ng-touched + .k-radio-label,
|
|
15718
15670
|
.k-radio.ng-invalid.ng-dirty + .k-radio-label {
|
|
15719
15671
|
@include fill( $color: $kendo-radio-invalid-text );
|
|
@@ -15730,7 +15682,6 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15730
15682
|
);
|
|
15731
15683
|
}
|
|
15732
15684
|
.k-radio:checked:focus,
|
|
15733
|
-
.k-radio.k-checked.k-state-focus,
|
|
15734
15685
|
.k-radio.k-checked.k-focus {
|
|
15735
15686
|
@include fill( $border: $kendo-radio-focus-checked-border );
|
|
15736
15687
|
@include box-shadow( $kendo-radio-focus-checked-shadow );
|
|
@@ -15898,7 +15849,6 @@ $slider-disabled-opacity: null !default;
|
|
|
15898
15849
|
}
|
|
15899
15850
|
|
|
15900
15851
|
|
|
15901
|
-
&.k-state-disabled,
|
|
15902
15852
|
&.k-disabled {
|
|
15903
15853
|
.k-tick,
|
|
15904
15854
|
.k-slider-track,
|
|
@@ -16192,8 +16142,8 @@ $slider-disabled-opacity: null !default;
|
|
|
16192
16142
|
left: auto;
|
|
16193
16143
|
}
|
|
16194
16144
|
|
|
16195
|
-
.k-button .k-
|
|
16196
|
-
.k-button .k-
|
|
16145
|
+
.k-button-increase .k-icon,
|
|
16146
|
+
.k-button-decrease .k-icon {
|
|
16197
16147
|
transform: scaleX(-1);
|
|
16198
16148
|
}
|
|
16199
16149
|
}
|
|
@@ -16352,20 +16302,17 @@ $slider-disabled-opacity: null !default;
|
|
|
16352
16302
|
}
|
|
16353
16303
|
|
|
16354
16304
|
&:focus,
|
|
16355
|
-
&.k-state-focused,
|
|
16356
16305
|
&.k-focus {
|
|
16357
16306
|
@include box-shadow( $slider-draghandle-focused-shadow );
|
|
16358
16307
|
}
|
|
16359
16308
|
}
|
|
16360
16309
|
|
|
16361
|
-
&.k-state-focused,
|
|
16362
16310
|
&.k-focus {
|
|
16363
16311
|
.k-draghandle {
|
|
16364
16312
|
@include box-shadow( $slider-draghandle-focused-shadow );
|
|
16365
16313
|
}
|
|
16366
16314
|
}
|
|
16367
16315
|
|
|
16368
|
-
&.k-state-disabled,
|
|
16369
16316
|
&.k-disabled {
|
|
16370
16317
|
opacity: $slider-disabled-opacity;
|
|
16371
16318
|
}
|
|
@@ -17014,7 +16961,6 @@ $kendo-calendar-sizes: (
|
|
|
17014
16961
|
}
|
|
17015
16962
|
|
|
17016
16963
|
// // styles are applied to the k-link element inside
|
|
17017
|
-
// .k-state-selected,
|
|
17018
16964
|
// .k-selected {
|
|
17019
16965
|
// color: inherit;
|
|
17020
16966
|
// background: transparent;
|
|
@@ -17139,10 +17085,8 @@ $kendo-calendar-sizes: (
|
|
|
17139
17085
|
|
|
17140
17086
|
&:hover,
|
|
17141
17087
|
&.k-hover,
|
|
17142
|
-
&.k-state-hover,
|
|
17143
17088
|
&:focus,
|
|
17144
|
-
&.k-focus
|
|
17145
|
-
&.k-state-focus {
|
|
17089
|
+
&.k-focus {
|
|
17146
17090
|
color: $calendar-today-nav-hover-text;
|
|
17147
17091
|
}
|
|
17148
17092
|
}
|
|
@@ -17163,8 +17107,7 @@ $kendo-calendar-sizes: (
|
|
|
17163
17107
|
.k-calendar-cell-inner {
|
|
17164
17108
|
box-shadow: inset 0 0 0 1px $calendar-today-color;
|
|
17165
17109
|
}
|
|
17166
|
-
&.k-focus .k-calendar-cell-inner
|
|
17167
|
-
&.k-state-focused .k-calendar-cell-inner {
|
|
17110
|
+
&.k-focus .k-calendar-cell-inner {
|
|
17168
17111
|
box-shadow: inset 0 0 0 1px $calendar-today-color, $calendar-cell-focused-shadow;
|
|
17169
17112
|
}
|
|
17170
17113
|
} @else if $calendar-today-style == color {
|
|
@@ -17198,8 +17141,7 @@ $kendo-calendar-sizes: (
|
|
|
17198
17141
|
|
|
17199
17142
|
// Interactive states
|
|
17200
17143
|
.k-calendar-td:hover .k-calendar-cell-inner,
|
|
17201
|
-
.k-calendar-td.k-hover .k-calendar-cell-inner
|
|
17202
|
-
.k-calendar-td.k-state-hover .k-calendar-cell-inner {
|
|
17144
|
+
.k-calendar-td.k-hover .k-calendar-cell-inner {
|
|
17203
17145
|
@include fill(
|
|
17204
17146
|
$calendar-cell-hover-text,
|
|
17205
17147
|
$calendar-cell-hover-bg,
|
|
@@ -17207,8 +17149,7 @@ $kendo-calendar-sizes: (
|
|
|
17207
17149
|
$calendar-cell-hover-gradient
|
|
17208
17150
|
);
|
|
17209
17151
|
}
|
|
17210
|
-
.k-calendar-td.k-selected .k-calendar-cell-inner
|
|
17211
|
-
.k-calendar-td.k-state-selected .k-calendar-cell-inner {
|
|
17152
|
+
.k-calendar-td.k-selected .k-calendar-cell-inner {
|
|
17212
17153
|
@include fill(
|
|
17213
17154
|
$calendar-cell-selected-text,
|
|
17214
17155
|
$calendar-cell-selected-bg,
|
|
@@ -17217,8 +17158,7 @@ $kendo-calendar-sizes: (
|
|
|
17217
17158
|
);
|
|
17218
17159
|
}
|
|
17219
17160
|
.k-calendar-td.k-selected:hover .k-calendar-cell-inner,
|
|
17220
|
-
.k-calendar-td.k-selected.k-hover .k-calendar-cell-inner
|
|
17221
|
-
.k-calendar-td.k-state-selected:hover .k-calendar-cell-inner {
|
|
17161
|
+
.k-calendar-td.k-selected.k-hover .k-calendar-cell-inner {
|
|
17222
17162
|
@include fill(
|
|
17223
17163
|
$calendar-cell-selected-hover-text,
|
|
17224
17164
|
$calendar-cell-selected-hover-bg,
|
|
@@ -17227,14 +17167,11 @@ $kendo-calendar-sizes: (
|
|
|
17227
17167
|
);
|
|
17228
17168
|
}
|
|
17229
17169
|
.k-calendar-td:focus .k-calendar-cell-inner,
|
|
17230
|
-
.k-calendar-td.k-focus .k-calendar-cell-inner
|
|
17231
|
-
.k-calendar-td.k-state-focus .k-calendar-cell-inner,
|
|
17232
|
-
.k-calendar-td.k-state-focused .k-calendar-cell-inner {
|
|
17170
|
+
.k-calendar-td.k-focus .k-calendar-cell-inner {
|
|
17233
17171
|
box-shadow: $calendar-cell-focused-shadow;
|
|
17234
17172
|
}
|
|
17235
17173
|
.k-calendar-td.k-selected:focus .k-calendar-cell-inner,
|
|
17236
|
-
.k-calendar-td.k-selected.k-focus .k-calendar-cell-inner
|
|
17237
|
-
.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 {
|
|
17238
17175
|
box-shadow: $calendar-cell-selected-focus-shadow;
|
|
17239
17176
|
}
|
|
17240
17177
|
|
|
@@ -17248,8 +17185,7 @@ $kendo-calendar-sizes: (
|
|
|
17248
17185
|
box-shadow: inset -1px 0 $calendar-navigation-border;
|
|
17249
17186
|
|
|
17250
17187
|
li:hover,
|
|
17251
|
-
li.k-hover
|
|
17252
|
-
li.k-state-hover {
|
|
17188
|
+
li.k-hover {
|
|
17253
17189
|
color: $calendar-today-nav-hover-text;
|
|
17254
17190
|
}
|
|
17255
17191
|
}
|
|
@@ -17272,7 +17208,6 @@ $kendo-calendar-sizes: (
|
|
|
17272
17208
|
// Invalid
|
|
17273
17209
|
&.k-invalid,
|
|
17274
17210
|
&.k-invalid:hover,
|
|
17275
|
-
&.k-state-invalid,
|
|
17276
17211
|
&.ng-invalid.ng-touched,
|
|
17277
17212
|
&.ng-invalid.ng-dirty {
|
|
17278
17213
|
border-color: $invalid-border;
|
|
@@ -17320,9 +17255,7 @@ $kendo-calendar-sizes: (
|
|
|
17320
17255
|
}
|
|
17321
17256
|
|
|
17322
17257
|
.k-range-start.k-active,
|
|
17323
|
-
.k-range-
|
|
17324
|
-
.k-range-end.k-active,
|
|
17325
|
-
.k-range-end.k-state-active {
|
|
17258
|
+
.k-range-end.k-active {
|
|
17326
17259
|
.k-calendar-cell-inner {
|
|
17327
17260
|
box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .2);
|
|
17328
17261
|
}
|
|
@@ -17555,7 +17488,6 @@ $kendo-time-selector-sizes: (
|
|
|
17555
17488
|
display: block;
|
|
17556
17489
|
}
|
|
17557
17490
|
|
|
17558
|
-
&.k-state-focused,
|
|
17559
17491
|
&.k-focus {
|
|
17560
17492
|
&::before,
|
|
17561
17493
|
&::after {
|
|
@@ -17727,7 +17659,6 @@ $kendo-time-selector-sizes: (
|
|
|
17727
17659
|
color: $time-list-title-text;
|
|
17728
17660
|
}
|
|
17729
17661
|
|
|
17730
|
-
&.k-state-focused,
|
|
17731
17662
|
&.k-focus {
|
|
17732
17663
|
.k-title {
|
|
17733
17664
|
color: $time-list-title-focus-text;
|
|
@@ -18030,18 +17961,14 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
18030
17961
|
-ms-high-contrast-adjust: none;
|
|
18031
17962
|
|
|
18032
17963
|
&:hover,
|
|
18033
|
-
&.k-state-hover,
|
|
18034
17964
|
&.k-hover {
|
|
18035
17965
|
position: relative;
|
|
18036
17966
|
z-index: 101;
|
|
18037
17967
|
}
|
|
18038
17968
|
|
|
18039
17969
|
&:focus,
|
|
18040
|
-
&.k-state-focus,
|
|
18041
17970
|
&.k-focus,
|
|
18042
|
-
&.k-state-selected,
|
|
18043
17971
|
&.k-selected,
|
|
18044
|
-
&.k-state-selected:hover,
|
|
18045
17972
|
&.k-selected:hover {
|
|
18046
17973
|
position: relative;
|
|
18047
17974
|
z-index: 100;
|
|
@@ -18058,20 +17985,15 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
18058
17985
|
.k-colorpalette-tile {
|
|
18059
17986
|
|
|
18060
17987
|
&:focus,
|
|
18061
|
-
&.k-state-focus,
|
|
18062
17988
|
&.k-focus {
|
|
18063
17989
|
@include box-shadow( $colorpalette-tile-focus-shadow );
|
|
18064
17990
|
}
|
|
18065
17991
|
|
|
18066
17992
|
&:hover,
|
|
18067
|
-
&.k-state-hover,
|
|
18068
17993
|
&.k-hover {
|
|
18069
17994
|
@include box-shadow( $colorpalette-tile-hover-shadow );
|
|
18070
17995
|
}
|
|
18071
17996
|
|
|
18072
|
-
&.k-state-selected,
|
|
18073
|
-
&.k-selected,
|
|
18074
|
-
&.k-state-selected:hover,
|
|
18075
17997
|
&.k-selected,
|
|
18076
17998
|
&.k-selected:hover {
|
|
18077
17999
|
@include box-shadow( $colorpalette-tile-selected-shadow );
|
|
@@ -18394,7 +18316,7 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
|
|
|
18394
18316
|
}
|
|
18395
18317
|
|
|
18396
18318
|
// Needed for the double check icons
|
|
18397
|
-
.k-
|
|
18319
|
+
.k-icon + .k-icon {
|
|
18398
18320
|
margin-left: -13px;
|
|
18399
18321
|
}
|
|
18400
18322
|
}
|
|
@@ -18437,7 +18359,6 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
|
|
|
18437
18359
|
}
|
|
18438
18360
|
|
|
18439
18361
|
.k-colorgradient:focus,
|
|
18440
|
-
.k-colorgradient.k-state-focus,
|
|
18441
18362
|
.k-colorgradient.k-focus {
|
|
18442
18363
|
@include fill( $border: $colorgradient-focus-border );
|
|
18443
18364
|
@include box-shadow( $colorgradient-focus-shadow );
|
|
@@ -18458,16 +18379,15 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
|
|
|
18458
18379
|
@include box-shadow( $colorgradient-draghandle-shadow );
|
|
18459
18380
|
|
|
18460
18381
|
&:focus,
|
|
18461
|
-
&.k-state-focus,
|
|
18462
18382
|
&.k-focus {
|
|
18463
18383
|
@include fill( $bg: transparent, $border: $white );
|
|
18464
18384
|
@include box-shadow( $colorgradient-draghandle-focus-shadow );
|
|
18465
18385
|
}
|
|
18466
18386
|
|
|
18467
|
-
&:active,
|
|
18468
18387
|
&:hover,
|
|
18469
|
-
&.k-
|
|
18470
|
-
&.k-
|
|
18388
|
+
&.k-hover,
|
|
18389
|
+
&.k-active,
|
|
18390
|
+
&:active {
|
|
18471
18391
|
@include fill( $bg: transparent, $border: $white );
|
|
18472
18392
|
@include box-shadow( $colorgradient-draghandle-hover-shadow );
|
|
18473
18393
|
}
|
|
@@ -18657,7 +18577,6 @@ $coloreditor-views-gap: $coloreditor-spacer !default;
|
|
|
18657
18577
|
}
|
|
18658
18578
|
|
|
18659
18579
|
.k-coloreditor:focus,
|
|
18660
|
-
.k-coloreditor.k-state-focus,
|
|
18661
18580
|
.k-coloreditor.k-focus {
|
|
18662
18581
|
@include fill( $border: $coloreditor-focus-border );
|
|
18663
18582
|
@include box-shadow( $coloreditor-focus-shadow );
|
|
@@ -19877,7 +19796,7 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19877
19796
|
box-sizing: border-box;
|
|
19878
19797
|
}
|
|
19879
19798
|
|
|
19880
|
-
&.k-
|
|
19799
|
+
&.k-readonly {
|
|
19881
19800
|
pointer-events: none;
|
|
19882
19801
|
}
|
|
19883
19802
|
}
|
|
@@ -19954,7 +19873,6 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19954
19873
|
color: $component-text;
|
|
19955
19874
|
|
|
19956
19875
|
&:focus,
|
|
19957
|
-
&.k-state-focused,
|
|
19958
19876
|
&.k-focus {
|
|
19959
19877
|
|
|
19960
19878
|
.k-rating-item {
|
|
@@ -19962,7 +19880,6 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19962
19880
|
text-shadow: $rating-icon-focused-shadow;
|
|
19963
19881
|
}
|
|
19964
19882
|
|
|
19965
|
-
&.k-state-selected > .k-icon,
|
|
19966
19883
|
&.k-selected > .k-icon {
|
|
19967
19884
|
text-shadow: $rating-icon-focused-selected-shadow;
|
|
19968
19885
|
}
|
|
@@ -19973,19 +19890,16 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19973
19890
|
.k-rating-item {
|
|
19974
19891
|
color: $rating-icon-text;
|
|
19975
19892
|
|
|
19976
|
-
&.k-state-selected,
|
|
19977
19893
|
&.k-selected {
|
|
19978
19894
|
color: $rating-icon-selected-text;
|
|
19979
19895
|
|
|
19980
19896
|
&:focus,
|
|
19981
|
-
&.k-state-focused,
|
|
19982
19897
|
&.k-focus {
|
|
19983
19898
|
color: $rating-icon-focused-text;
|
|
19984
19899
|
}
|
|
19985
19900
|
}
|
|
19986
19901
|
|
|
19987
19902
|
&:hover,
|
|
19988
|
-
&.k-state-hover,
|
|
19989
19903
|
&.k-hover {
|
|
19990
19904
|
color: $rating-icon-hover-text;
|
|
19991
19905
|
cursor: pointer;
|
|
@@ -19993,7 +19907,6 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19993
19907
|
}
|
|
19994
19908
|
}
|
|
19995
19909
|
|
|
19996
|
-
|
|
19997
19910
|
// #endregion
|
|
19998
19911
|
|
|
19999
19912
|
// #endregion
|
|
@@ -21196,7 +21109,6 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
21196
21109
|
z-index: 1;
|
|
21197
21110
|
}
|
|
21198
21111
|
input[disabled],
|
|
21199
|
-
input.k-state-disabled,
|
|
21200
21112
|
input.k-disabled {
|
|
21201
21113
|
visibility: hidden;
|
|
21202
21114
|
}
|
|
@@ -21241,12 +21153,10 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
21241
21153
|
|
|
21242
21154
|
.k-file {
|
|
21243
21155
|
|
|
21244
|
-
&.k-state-focused,
|
|
21245
21156
|
&.k-focus {
|
|
21246
21157
|
box-shadow: inset $upload-focused-shadow;
|
|
21247
21158
|
}
|
|
21248
21159
|
|
|
21249
|
-
.k-upload-action.k-state-focused,
|
|
21250
21160
|
.k-upload-action.k-focus {
|
|
21251
21161
|
box-shadow: $upload-focused-shadow;
|
|
21252
21162
|
}
|
|
@@ -21338,7 +21248,6 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
21338
21248
|
}
|
|
21339
21249
|
|
|
21340
21250
|
// Invalid,
|
|
21341
|
-
&.k-state-invalid,
|
|
21342
21251
|
&.k-invalid,
|
|
21343
21252
|
&.ng-invalid.ng-touched,
|
|
21344
21253
|
&.ng-invalid.ng-dirty {
|
|
@@ -22355,7 +22264,6 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22355
22264
|
|
|
22356
22265
|
// Hover state
|
|
22357
22266
|
&:hover,
|
|
22358
|
-
&.k-state-hover,
|
|
22359
22267
|
&.k-hover {
|
|
22360
22268
|
@include fill(
|
|
22361
22269
|
$actionsheet-item-hover-text,
|
|
@@ -22369,7 +22277,6 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22369
22277
|
|
|
22370
22278
|
// Focus state
|
|
22371
22279
|
&:focus,
|
|
22372
|
-
&.k-state-focus,
|
|
22373
22280
|
&.k-focus {
|
|
22374
22281
|
@include fill(
|
|
22375
22282
|
$actionsheet-item-focus-text,
|
|
@@ -22383,7 +22290,6 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22383
22290
|
|
|
22384
22291
|
// Disabed state
|
|
22385
22292
|
&:disabled,
|
|
22386
|
-
&.k-state-disabled,
|
|
22387
22293
|
&.k-disabled {
|
|
22388
22294
|
@include fill(
|
|
22389
22295
|
$actionsheet-item-disabled-text,
|
|
@@ -22622,7 +22528,6 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22622
22528
|
|
|
22623
22529
|
.k-window {
|
|
22624
22530
|
&:focus,
|
|
22625
|
-
&.k-state-focused,
|
|
22626
22531
|
&.k-focus {
|
|
22627
22532
|
@include box-shadow( $window-focused-shadow );
|
|
22628
22533
|
}
|
|
@@ -23095,33 +23000,28 @@ $drawer-selected-hover-text: $selected-hover-text !default;
|
|
|
23095
23000
|
.k-drawer-item {
|
|
23096
23001
|
|
|
23097
23002
|
&:hover,
|
|
23098
|
-
&.k-state-hover,
|
|
23099
23003
|
&.k-hover {
|
|
23100
23004
|
color: $drawer-hovered-text;
|
|
23101
23005
|
background-color: $drawer-hovered-bg;
|
|
23102
23006
|
}
|
|
23103
23007
|
|
|
23104
23008
|
&:focus,
|
|
23105
|
-
&.k-state-focused,
|
|
23106
23009
|
&.k-focus {
|
|
23107
23010
|
background-color: $drawer-focused-bg;
|
|
23108
23011
|
box-shadow: $drawer-focused-shadow;
|
|
23109
23012
|
|
|
23110
23013
|
&:hover,
|
|
23111
|
-
&.k-state-hover,
|
|
23112
23014
|
&.k-hover {
|
|
23113
23015
|
color: $drawer-hovered-text;
|
|
23114
23016
|
background-color: $drawer-hovered-bg;
|
|
23115
23017
|
}
|
|
23116
23018
|
}
|
|
23117
23019
|
|
|
23118
|
-
&.k-state-selected,
|
|
23119
23020
|
&.k-selected {
|
|
23120
23021
|
color: $drawer-selected-text;
|
|
23121
23022
|
background-color: $drawer-selected-bg;
|
|
23122
23023
|
|
|
23123
23024
|
&:hover,
|
|
23124
|
-
&.k-state-hover,
|
|
23125
23025
|
&.k-hover {
|
|
23126
23026
|
color: $drawer-selected-hover-text;
|
|
23127
23027
|
background-color: $drawer-selected-hover-bg;
|
|
@@ -23249,7 +23149,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
23249
23149
|
flex: none;
|
|
23250
23150
|
}
|
|
23251
23151
|
|
|
23252
|
-
> .k-i-close
|
|
23152
|
+
> .k-i-close,
|
|
23153
|
+
> .k-i-x {
|
|
23253
23154
|
margin-right: 0;
|
|
23254
23155
|
margin-left: $notification-icon-spacing;
|
|
23255
23156
|
flex: none;
|
|
@@ -23272,7 +23173,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
23272
23173
|
margin-left: $notification-icon-spacing;
|
|
23273
23174
|
}
|
|
23274
23175
|
|
|
23275
|
-
> .k-i-close
|
|
23176
|
+
> .k-i-close,
|
|
23177
|
+
> .k-i-x {
|
|
23276
23178
|
margin-left: 0;
|
|
23277
23179
|
margin-right: $notification-icon-spacing;
|
|
23278
23180
|
}
|
|
@@ -23294,7 +23196,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
23294
23196
|
);
|
|
23295
23197
|
}
|
|
23296
23198
|
.k-notification-wrap {
|
|
23297
|
-
> .k-i-close
|
|
23199
|
+
> .k-i-close,
|
|
23200
|
+
> .k-i-x {
|
|
23298
23201
|
color: inherit;
|
|
23299
23202
|
}
|
|
23300
23203
|
}
|
|
@@ -23846,8 +23749,7 @@ $card-callout-height: 20px !default;
|
|
|
23846
23749
|
}
|
|
23847
23750
|
|
|
23848
23751
|
&:focus,
|
|
23849
|
-
&.k-focus
|
|
23850
|
-
&.k-state-focus {
|
|
23752
|
+
&.k-focus {
|
|
23851
23753
|
@include fill(
|
|
23852
23754
|
$card-focus-text,
|
|
23853
23755
|
$card-focus-bg,
|
|
@@ -23856,8 +23758,7 @@ $card-callout-height: 20px !default;
|
|
|
23856
23758
|
@include box-shadow( $card-focus-shadow );
|
|
23857
23759
|
}
|
|
23858
23760
|
|
|
23859
|
-
&.k-selected
|
|
23860
|
-
&.k-state-selected {
|
|
23761
|
+
&.k-selected {
|
|
23861
23762
|
@include box-shadow( $card-focus-shadow );
|
|
23862
23763
|
}
|
|
23863
23764
|
}
|
|
@@ -23909,10 +23810,8 @@ $card-callout-height: 20px !default;
|
|
|
23909
23810
|
|
|
23910
23811
|
|
|
23911
23812
|
.k-card-wrap {
|
|
23912
|
-
&.k-state-focused,
|
|
23913
|
-
&.k-focus,
|
|
23914
23813
|
&:focus,
|
|
23915
|
-
&.k-
|
|
23814
|
+
&.k-focus,
|
|
23916
23815
|
&.k-selected {
|
|
23917
23816
|
> .k-card {
|
|
23918
23817
|
@include box-shadow( $card-focus-shadow );
|
|
@@ -24336,7 +24235,6 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
24336
24235
|
outline: 0;
|
|
24337
24236
|
}
|
|
24338
24237
|
}
|
|
24339
|
-
.k-bottom-nav-item.k-state-disabled,
|
|
24340
24238
|
.k-bottom-nav-item.k-disabled {
|
|
24341
24239
|
background-color: initial;
|
|
24342
24240
|
}
|
|
@@ -24380,15 +24278,11 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
24380
24278
|
$bg: $color
|
|
24381
24279
|
);
|
|
24382
24280
|
|
|
24383
|
-
.k-bottom-nav-item.k-state-focus,
|
|
24384
|
-
.k-bottom-nav-item.k-focus,
|
|
24385
|
-
.k-bottom-nav-item.k-state-focused,
|
|
24386
24281
|
.k-bottom-nav-item.k-focus,
|
|
24387
24282
|
.k-bottom-nav-item:focus {
|
|
24388
24283
|
@include fill( $bg: rgba(true-mix( $color, contrast-wcag( $color ), 35%), .2));
|
|
24389
24284
|
}
|
|
24390
24285
|
|
|
24391
|
-
.k-bottom-nav-item.k-state-selected,
|
|
24392
24286
|
.k-bottom-nav-item.k-selected {
|
|
24393
24287
|
@include fill( $color: contrast-wcag( $color ) );
|
|
24394
24288
|
}
|
|
@@ -24403,16 +24297,12 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
24403
24297
|
$bottom-nav-flat-border
|
|
24404
24298
|
);
|
|
24405
24299
|
|
|
24406
|
-
.k-bottom-nav-item.k-state-focus,
|
|
24407
|
-
.k-bottom-nav-item.k-focus,
|
|
24408
|
-
.k-bottom-nav-item.k-state-focused,
|
|
24409
24300
|
.k-bottom-nav-item.k-focus,
|
|
24410
24301
|
.k-bottom-nav-item:focus {
|
|
24411
24302
|
@include fill( $bg: rgba($bottom-nav-flat-text, .05) );
|
|
24412
24303
|
}
|
|
24413
24304
|
|
|
24414
24305
|
@each $name, $color in $kendo-theme-colors {
|
|
24415
|
-
&.k-bottom-nav-#{$name} .k-bottom-nav-item.k-state-selected,
|
|
24416
24306
|
&.k-bottom-nav-#{$name} .k-bottom-nav-item.k-selected {
|
|
24417
24307
|
@if $name == "secondary" or $name == "light" {
|
|
24418
24308
|
@include fill( $color: try-shade($color, 3) );
|
|
@@ -24667,7 +24557,6 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24667
24557
|
);
|
|
24668
24558
|
|
|
24669
24559
|
&:focus,
|
|
24670
|
-
&.k-state-focused,
|
|
24671
24560
|
&.k-focus {
|
|
24672
24561
|
@include box-shadow( $breadcrumb-focused-shadow );
|
|
24673
24562
|
}
|
|
@@ -24684,7 +24573,6 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24684
24573
|
|
|
24685
24574
|
// Hovered state
|
|
24686
24575
|
&:hover,
|
|
24687
|
-
&.k-state-hover,
|
|
24688
24576
|
&.k-hover {
|
|
24689
24577
|
@include fill(
|
|
24690
24578
|
$breadcrumb-link-hovered-text,
|
|
@@ -24695,7 +24583,6 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24695
24583
|
|
|
24696
24584
|
// Focused state
|
|
24697
24585
|
&:focus,
|
|
24698
|
-
&.k-state-focused,
|
|
24699
24586
|
&.k-focus {
|
|
24700
24587
|
@include fill(
|
|
24701
24588
|
$breadcrumb-link-focused-text,
|
|
@@ -24717,7 +24604,6 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24717
24604
|
|
|
24718
24605
|
// Hovered state
|
|
24719
24606
|
&:hover,
|
|
24720
|
-
&.k-state-hover,
|
|
24721
24607
|
&.k-hover {
|
|
24722
24608
|
@include fill(
|
|
24723
24609
|
$breadcrumb-root-link-hovered-text,
|
|
@@ -24728,7 +24614,6 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24728
24614
|
|
|
24729
24615
|
// Focused state
|
|
24730
24616
|
&:focus,
|
|
24731
|
-
&.k-state-focused,
|
|
24732
24617
|
&.k-focus {
|
|
24733
24618
|
@include fill(
|
|
24734
24619
|
$breadcrumb-root-link-focused-text,
|
|
@@ -24875,7 +24760,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
24875
24760
|
|
|
24876
24761
|
// Focused state
|
|
24877
24762
|
&:focus,
|
|
24878
|
-
&.k-state-focus,
|
|
24879
24763
|
&.k-focus {
|
|
24880
24764
|
z-index: 3;
|
|
24881
24765
|
}
|
|
@@ -24884,6 +24768,10 @@ $pager-dropdown-width: 5em !default;
|
|
|
24884
24768
|
.k-rtl &,
|
|
24885
24769
|
&[dir="rtl"],
|
|
24886
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,
|
|
24887
24775
|
.k-i-arrow-end-left,
|
|
24888
24776
|
.k-i-arrow-60-left,
|
|
24889
24777
|
.k-i-arrow-60-right,
|
|
@@ -24925,7 +24813,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
24925
24813
|
&:hover {
|
|
24926
24814
|
z-index: 2;
|
|
24927
24815
|
}
|
|
24928
|
-
&.k-state-disabled,
|
|
24929
24816
|
&.k-disabled {
|
|
24930
24817
|
color: inherit;
|
|
24931
24818
|
}
|
|
@@ -24975,7 +24862,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
24975
24862
|
}
|
|
24976
24863
|
|
|
24977
24864
|
// Selected state
|
|
24978
|
-
.k-state-selected,
|
|
24979
24865
|
.k-selected {
|
|
24980
24866
|
cursor: inherit;
|
|
24981
24867
|
z-index: 2;
|
|
@@ -25120,9 +25006,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25120
25006
|
);
|
|
25121
25007
|
|
|
25122
25008
|
&:focus,
|
|
25123
|
-
&.k-focus,
|
|
25124
|
-
&.k-state-focus,
|
|
25125
|
-
&.k-state-focused,
|
|
25126
25009
|
&.k-focus {
|
|
25127
25010
|
@include fill( $bg: $pager-focus-bg );
|
|
25128
25011
|
@include box-shadow( $pager-focus-shadow );
|
|
@@ -25138,7 +25021,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25138
25021
|
);
|
|
25139
25022
|
|
|
25140
25023
|
&:hover,
|
|
25141
|
-
&.k-state-hover,
|
|
25142
25024
|
&.k-hover {
|
|
25143
25025
|
@include fill(
|
|
25144
25026
|
$pager-item-hover-text,
|
|
@@ -25147,7 +25029,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25147
25029
|
);
|
|
25148
25030
|
}
|
|
25149
25031
|
|
|
25150
|
-
&.k-state-selected,
|
|
25151
25032
|
&.k-selected {
|
|
25152
25033
|
@include fill(
|
|
25153
25034
|
$pager-item-selected-text,
|
|
@@ -25157,7 +25038,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25157
25038
|
}
|
|
25158
25039
|
|
|
25159
25040
|
&:focus,
|
|
25160
|
-
&.k-state-focus,
|
|
25161
25041
|
&.k-focus {
|
|
25162
25042
|
background-color: $pager-item-focus-bg;
|
|
25163
25043
|
@include box-shadow( $pager-item-focus-shadow );
|
|
@@ -25181,7 +25061,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25181
25061
|
);
|
|
25182
25062
|
|
|
25183
25063
|
&:hover,
|
|
25184
|
-
&.k-state-hover,
|
|
25185
25064
|
&.k-hover {
|
|
25186
25065
|
@include fill(
|
|
25187
25066
|
$pager-number-hover-text,
|
|
@@ -25191,13 +25070,11 @@ $pager-dropdown-width: 5em !default;
|
|
|
25191
25070
|
}
|
|
25192
25071
|
|
|
25193
25072
|
&:focus,
|
|
25194
|
-
&.k-state-focus,
|
|
25195
25073
|
&.k-focus {
|
|
25196
25074
|
background-color: $pager-number-focus-bg;
|
|
25197
25075
|
@include box-shadow( $pager-number-focus-shadow );
|
|
25198
25076
|
}
|
|
25199
25077
|
|
|
25200
|
-
&.k-state-selected,
|
|
25201
25078
|
&.k-selected {
|
|
25202
25079
|
@include fill(
|
|
25203
25080
|
$pager-number-selected-text,
|
|
@@ -25230,7 +25107,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25230
25107
|
);
|
|
25231
25108
|
|
|
25232
25109
|
&:hover,
|
|
25233
|
-
&.k-state-hover,
|
|
25234
25110
|
&.k-hover {
|
|
25235
25111
|
@include fill(
|
|
25236
25112
|
$dropdownlist-hovered-text,
|
|
@@ -25240,7 +25116,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
25240
25116
|
}
|
|
25241
25117
|
}
|
|
25242
25118
|
|
|
25243
|
-
&.k-
|
|
25119
|
+
&.k-expanded {
|
|
25244
25120
|
@include fill(
|
|
25245
25121
|
$popup-text,
|
|
25246
25122
|
$popup-bg,
|
|
@@ -25251,7 +25127,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25251
25127
|
.k-link {
|
|
25252
25128
|
|
|
25253
25129
|
&:hover,
|
|
25254
|
-
&.k-state-hover,
|
|
25255
25130
|
&.k-hover {
|
|
25256
25131
|
@include fill(
|
|
25257
25132
|
$kendo-list-item-hover-text,
|
|
@@ -25259,7 +25134,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25259
25134
|
);
|
|
25260
25135
|
}
|
|
25261
25136
|
|
|
25262
|
-
&.k-state-selected,
|
|
25263
25137
|
&.k-selected {
|
|
25264
25138
|
@include fill(
|
|
25265
25139
|
$kendo-list-item-selected-text,
|
|
@@ -25856,7 +25730,6 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25856
25730
|
$bg: $stepper-progressbar-bg
|
|
25857
25731
|
);
|
|
25858
25732
|
|
|
25859
|
-
.k-state-selected,
|
|
25860
25733
|
.k-selected {
|
|
25861
25734
|
@include fill(
|
|
25862
25735
|
$color: $stepper-progressbar-fill-text,
|
|
@@ -26104,13 +25977,11 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26104
25977
|
position: relative;
|
|
26105
25978
|
z-index: 1;
|
|
26106
25979
|
|
|
26107
|
-
&.k-state-active,
|
|
26108
25980
|
&.k-active {
|
|
26109
25981
|
display: block;
|
|
26110
25982
|
}
|
|
26111
25983
|
|
|
26112
25984
|
&:focus,
|
|
26113
|
-
&.k-state-focused,
|
|
26114
25985
|
&.k-focus {
|
|
26115
25986
|
outline-width: 1px;
|
|
26116
25987
|
outline-style: dotted;
|
|
@@ -26199,7 +26070,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26199
26070
|
margin-left: $tabstrip-item-gap;
|
|
26200
26071
|
}
|
|
26201
26072
|
|
|
26202
|
-
.k-item.k-state-active,
|
|
26203
26073
|
.k-item.k-active {
|
|
26204
26074
|
border-bottom-color: transparent;
|
|
26205
26075
|
}
|
|
@@ -26229,7 +26099,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26229
26099
|
margin-left: $tabstrip-item-gap;
|
|
26230
26100
|
}
|
|
26231
26101
|
|
|
26232
|
-
.k-item.k-state-active,
|
|
26233
26102
|
.k-item.k-active {
|
|
26234
26103
|
border-top-color: transparent;
|
|
26235
26104
|
}
|
|
@@ -26263,7 +26132,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26263
26132
|
margin-top: $tabstrip-item-gap;
|
|
26264
26133
|
}
|
|
26265
26134
|
|
|
26266
|
-
.k-item.k-state-active,
|
|
26267
26135
|
.k-item.k-active {
|
|
26268
26136
|
border-right-color: transparent;
|
|
26269
26137
|
}
|
|
@@ -26299,7 +26167,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26299
26167
|
margin-top: $tabstrip-item-gap;
|
|
26300
26168
|
}
|
|
26301
26169
|
|
|
26302
|
-
.k-item.k-state-active,
|
|
26303
26170
|
.k-item.k-active {
|
|
26304
26171
|
border-left-color: transparent;
|
|
26305
26172
|
}
|
|
@@ -26345,7 +26212,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26345
26212
|
border-left-width: $tabstrip-indicator-size;
|
|
26346
26213
|
}
|
|
26347
26214
|
}
|
|
26348
|
-
.k-item.k-state-active::after,
|
|
26349
26215
|
.k-item.k-active::after {
|
|
26350
26216
|
display: block;
|
|
26351
26217
|
}
|
|
@@ -26416,7 +26282,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26416
26282
|
);
|
|
26417
26283
|
|
|
26418
26284
|
&:hover,
|
|
26419
|
-
&.k-state-hover,
|
|
26420
26285
|
&.k-hover {
|
|
26421
26286
|
@include fill(
|
|
26422
26287
|
$tabstrip-item-hovered-text,
|
|
@@ -26427,9 +26292,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26427
26292
|
}
|
|
26428
26293
|
|
|
26429
26294
|
&:active,
|
|
26430
|
-
&.k-state-active,
|
|
26431
26295
|
&.k-active,
|
|
26432
|
-
&.k-state-selected,
|
|
26433
26296
|
&.k-selected {
|
|
26434
26297
|
@include fill(
|
|
26435
26298
|
$tabstrip-item-selected-text,
|
|
@@ -26440,7 +26303,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26440
26303
|
}
|
|
26441
26304
|
|
|
26442
26305
|
&:focus,
|
|
26443
|
-
&.k-state-focused,
|
|
26444
26306
|
&.k-focus {
|
|
26445
26307
|
@include box-shadow( $tabstrip-item-focused-shadow );
|
|
26446
26308
|
}
|
|
@@ -26463,7 +26325,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26463
26325
|
);
|
|
26464
26326
|
|
|
26465
26327
|
&:focus,
|
|
26466
|
-
&.k-state-focused,
|
|
26467
26328
|
&.k-focus {
|
|
26468
26329
|
outline-color: $tabstrip-content-border-focused;
|
|
26469
26330
|
}
|
|
@@ -26474,7 +26335,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26474
26335
|
@if ($tabstrip-indicator-size) {
|
|
26475
26336
|
|
|
26476
26337
|
.k-tabstrip-items-wrapper {
|
|
26477
|
-
.k-item.k-state-active::after,
|
|
26478
26338
|
.k-item.k-active::after {
|
|
26479
26339
|
border-color: $tabstrip-indicator-color;
|
|
26480
26340
|
}
|
|
@@ -26565,7 +26425,6 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
26565
26425
|
justify-content: space-between;
|
|
26566
26426
|
|
|
26567
26427
|
&:focus,
|
|
26568
|
-
&.k-state-focused,
|
|
26569
26428
|
&.k-focus {
|
|
26570
26429
|
outline-width: 1px;
|
|
26571
26430
|
outline-style: dotted;
|
|
@@ -26657,20 +26516,20 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
26657
26516
|
// #endregion
|
|
26658
26517
|
// #region @import "_theme.scss"; -> packages/default/scss/wizard/_theme.scss
|
|
26659
26518
|
@include exports("wizard/theme") {
|
|
26519
|
+
|
|
26660
26520
|
.k-wizard-step {
|
|
26661
26521
|
&:focus,
|
|
26662
|
-
&.k-state-focused,
|
|
26663
26522
|
&.k-focus {
|
|
26664
26523
|
outline-color: $wizard-step-border-focused;
|
|
26665
26524
|
}
|
|
26666
26525
|
|
|
26667
26526
|
.k-ie &:focus,
|
|
26668
|
-
.k-ie &.k-state-focused,
|
|
26669
26527
|
.k-ie &.k-focus {
|
|
26670
26528
|
@include box-shadow($wizard-focused-shadow);
|
|
26671
26529
|
outline: none;
|
|
26672
26530
|
}
|
|
26673
26531
|
}
|
|
26532
|
+
|
|
26674
26533
|
}
|
|
26675
26534
|
|
|
26676
26535
|
// #endregion
|
|
@@ -26830,7 +26689,6 @@ $expander-content-padding-y: $padding-y * 4 !default;
|
|
|
26830
26689
|
$expander-border
|
|
26831
26690
|
);
|
|
26832
26691
|
|
|
26833
|
-
&.k-state-focus,
|
|
26834
26692
|
&.k-focus {
|
|
26835
26693
|
box-shadow: $expander-focus-shadow;
|
|
26836
26694
|
}
|
|
@@ -26845,13 +26703,10 @@ $expander-content-padding-y: $padding-y * 4 !default;
|
|
|
26845
26703
|
outline: none;
|
|
26846
26704
|
|
|
26847
26705
|
&:hover,
|
|
26848
|
-
&.k-state-hover,
|
|
26849
26706
|
&.k-hover {
|
|
26850
26707
|
background-color: $expander-header-hover-bg;
|
|
26851
26708
|
}
|
|
26852
26709
|
|
|
26853
|
-
// Should be removed
|
|
26854
|
-
&.k-state-focused,
|
|
26855
26710
|
&.k-focus {
|
|
26856
26711
|
background-color: $expander-header-focused-bg;
|
|
26857
26712
|
box-shadow: $expander-header-focused-shadow;
|
|
@@ -27094,6 +26949,10 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27094
26949
|
}
|
|
27095
26950
|
}
|
|
27096
26951
|
|
|
26952
|
+
// Panelbar item
|
|
26953
|
+
.k-panelbar-item {
|
|
26954
|
+
outline-style: none;
|
|
26955
|
+
}
|
|
27097
26956
|
|
|
27098
26957
|
// Panelbar content
|
|
27099
26958
|
.k-panelbar-content {
|
|
@@ -27192,7 +27051,6 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27192
27051
|
> .k-item,
|
|
27193
27052
|
> .k-panelbar-header {
|
|
27194
27053
|
|
|
27195
|
-
&.k-state-expanded.k-level-0 > .k-link,
|
|
27196
27054
|
&.k-expanded.k-level-0 > .k-link {
|
|
27197
27055
|
@include fill(
|
|
27198
27056
|
$panelbar-header-expanded-text,
|
|
@@ -27219,7 +27077,6 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27219
27077
|
|
|
27220
27078
|
// Hover
|
|
27221
27079
|
> .k-link:hover,
|
|
27222
|
-
> .k-link.k-state-hover,
|
|
27223
27080
|
> .k-link.k-hover {
|
|
27224
27081
|
@include fill(
|
|
27225
27082
|
$panelbar-header-hovered-text,
|
|
@@ -27231,9 +27088,6 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27231
27088
|
|
|
27232
27089
|
// Focus
|
|
27233
27090
|
> .k-link:focus,
|
|
27234
|
-
> .k-link.k-state-focus,
|
|
27235
|
-
> .k-link.k-focus,
|
|
27236
|
-
> .k-link.k-state-focused,
|
|
27237
27091
|
> .k-link.k-focus {
|
|
27238
27092
|
@include fill(
|
|
27239
27093
|
$panelbar-header-focused-text,
|
|
@@ -27246,7 +27100,6 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27246
27100
|
|
|
27247
27101
|
// Focus & Hover
|
|
27248
27102
|
> .k-link:focus:hover,
|
|
27249
|
-
> .k-link.k-state-focus.k-state-hover,
|
|
27250
27103
|
> .k-link.k-focus.k-hover {
|
|
27251
27104
|
@include fill(
|
|
27252
27105
|
$panelbar-header-hovered-focused-text,
|
|
@@ -27257,7 +27110,6 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27257
27110
|
}
|
|
27258
27111
|
|
|
27259
27112
|
// Selected
|
|
27260
|
-
> .k-link.k-state-selected,
|
|
27261
27113
|
> .k-link.k-selected {
|
|
27262
27114
|
@include fill(
|
|
27263
27115
|
$panelbar-header-selected-text,
|
|
@@ -27273,9 +27125,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27273
27125
|
}
|
|
27274
27126
|
|
|
27275
27127
|
// Selected Hover
|
|
27276
|
-
> .k-link.k-state-selected:hover,
|
|
27277
27128
|
> .k-link.k-selected:hover,
|
|
27278
|
-
> .k-link.k-state-selected.k-state-hover,
|
|
27279
27129
|
> .k-link.k-selected.k-hover {
|
|
27280
27130
|
@include fill(
|
|
27281
27131
|
$panelbar-header-selected-hovered-text,
|
|
@@ -27286,12 +27136,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27286
27136
|
}
|
|
27287
27137
|
|
|
27288
27138
|
// Selected Focus
|
|
27289
|
-
> .k-link.k-state-selected:focus,
|
|
27290
27139
|
> .k-link.k-selected:focus,
|
|
27291
|
-
> .k-link.k-
|
|
27292
|
-
> .k-link.k-selected.k-focus,
|
|
27293
|
-
> .k-link.k-state-selected.k-state-focused,
|
|
27294
|
-
> .k-link.k-selected.k-focused {
|
|
27140
|
+
> .k-link.k-selected.k-focus {
|
|
27295
27141
|
@include fill(
|
|
27296
27142
|
$panelbar-header-selected-focused-text,
|
|
27297
27143
|
$panelbar-header-selected-focused-bg,
|
|
@@ -27301,12 +27147,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27301
27147
|
}
|
|
27302
27148
|
|
|
27303
27149
|
// Selected Focus & Hover
|
|
27304
|
-
> .k-link.k-state-selected:hover:focus,
|
|
27305
27150
|
> .k-link.k-selected:hover:focus,
|
|
27306
|
-
> .k-link.k-
|
|
27307
|
-
> .k-link.k-selected.k-hover.k-state-focus,
|
|
27308
|
-
> .k-link.k-state-selected.k-state-hover.k-state-focused,
|
|
27309
|
-
> .k-link.k-selected.k-hover.k-state-focused {
|
|
27151
|
+
> .k-link.k-selected.k-hover.k-focus {
|
|
27310
27152
|
@include fill(
|
|
27311
27153
|
$panelbar-header-selected-hovered-focused-text,
|
|
27312
27154
|
$panelbar-header-selected-hovered-focused-bg,
|
|
@@ -27323,10 +27165,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27323
27165
|
|
|
27324
27166
|
// Hover
|
|
27325
27167
|
> .k-item > .k-link:hover,
|
|
27326
|
-
> .k-item > .k-link.k-state-hover,
|
|
27327
27168
|
> .k-item > .k-link.k-hover,
|
|
27328
27169
|
> .k-panelbar-item > .k-link:hover,
|
|
27329
|
-
> .k-panelbar-item > .k-link.k-state-hover,
|
|
27330
27170
|
> .k-panelbar-item > .k-link.k-hover {
|
|
27331
27171
|
@include fill(
|
|
27332
27172
|
$panelbar-item-hovered-text,
|
|
@@ -27338,14 +27178,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27338
27178
|
|
|
27339
27179
|
// Focus
|
|
27340
27180
|
> .k-item > .k-link:focus,
|
|
27341
|
-
> .k-item > .k-link.k-state-focus,
|
|
27342
|
-
> .k-item > .k-link.k-focus,
|
|
27343
|
-
> .k-item > .k-link.k-state-focused,
|
|
27344
27181
|
> .k-item > .k-link.k-focus,
|
|
27345
27182
|
> .k-panelbar-item > .k-link:focus,
|
|
27346
|
-
> .k-panelbar-item > .k-link.k-state-focus,
|
|
27347
|
-
> .k-panelbar-item > .k-link.k-focus,
|
|
27348
|
-
> .k-panelbar-item > .k-link.k-state-focused,
|
|
27349
27183
|
> .k-panelbar-item > .k-link.k-focus {
|
|
27350
27184
|
@include fill(
|
|
27351
27185
|
$panelbar-item-focused-text,
|
|
@@ -27358,10 +27192,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27358
27192
|
|
|
27359
27193
|
// Focus & Hover
|
|
27360
27194
|
> .k-item > .k-link:focus:hover,
|
|
27361
|
-
> .k-item > .k-link.k-state-focus.k-state-hover,
|
|
27362
27195
|
> .k-item > .k-link.k-focus.k-hover,
|
|
27363
27196
|
> .k-panelbar-item > .k-link:focus:hover,
|
|
27364
|
-
> .k-panelbar-item > .k-link.k-state-focus.k-state-hover,
|
|
27365
27197
|
> .k-panelbar-item > .k-link.k-focus.k-hover {
|
|
27366
27198
|
@include fill(
|
|
27367
27199
|
$panelbar-item-hovered-focused-text,
|
|
@@ -27372,9 +27204,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27372
27204
|
}
|
|
27373
27205
|
|
|
27374
27206
|
// Selected
|
|
27375
|
-
> .k-item > .k-link.k-state-selected,
|
|
27376
27207
|
> .k-item > .k-link.k-selected,
|
|
27377
|
-
> .k-panelbar-item > .k-link.k-state-selected,
|
|
27378
27208
|
> .k-panelbar-item > .k-link.k-selected {
|
|
27379
27209
|
@include fill(
|
|
27380
27210
|
$panelbar-item-selected-text,
|
|
@@ -27385,13 +27215,9 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27385
27215
|
}
|
|
27386
27216
|
|
|
27387
27217
|
// Selected Hover
|
|
27388
|
-
> .k-item > .k-link.k-state-selected:hover,
|
|
27389
27218
|
> .k-item > .k-link.k-selected:hover,
|
|
27390
|
-
> .k-item > .k-link.k-state-selected.k-state-hover,
|
|
27391
27219
|
> .k-item > .k-link.k-selected.k-hover,
|
|
27392
|
-
> .k-panelbar-item > .k-link.k-state-selected:hover,
|
|
27393
27220
|
> .k-panelbar-item > .k-link.k-selected:hover,
|
|
27394
|
-
> .k-panelbar-item > .k-link.k-state-selected.k-state-hover,
|
|
27395
27221
|
> .k-panelbar-item > .k-link.k-selected.k-hover {
|
|
27396
27222
|
@include fill(
|
|
27397
27223
|
$panelbar-item-selected-hovered-text,
|
|
@@ -27402,18 +27228,10 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27402
27228
|
}
|
|
27403
27229
|
|
|
27404
27230
|
// Selected Focus
|
|
27405
|
-
> .k-item > .k-link.k-state-selected:focus,
|
|
27406
27231
|
> .k-item > .k-link.k-selected:focus,
|
|
27407
|
-
> .k-item > .k-link.k-state-selected.k-state-focus,
|
|
27408
27232
|
> .k-item > .k-link.k-selected.k-focus,
|
|
27409
|
-
> .k-item > .k-link.k-state-selected.k-state-focused,
|
|
27410
|
-
> .k-item > .k-link.k-selected.k-focused,
|
|
27411
|
-
> .k-panelbar-item > .k-link.k-state-selected:focus,
|
|
27412
27233
|
> .k-panelbar-item > .k-link.k-selected:focus,
|
|
27413
|
-
> .k-panelbar-item > .k-link.k-
|
|
27414
|
-
> .k-panelbar-item > .k-link.k-selected.k-focus,
|
|
27415
|
-
> .k-item > .k-link.k-state-selected.k-state-focused,
|
|
27416
|
-
> .k-item > .k-link.k-selected.k-focused {
|
|
27234
|
+
> .k-panelbar-item > .k-link.k-selected.k-focus {
|
|
27417
27235
|
@include fill(
|
|
27418
27236
|
$panelbar-item-selected-focused-text,
|
|
27419
27237
|
$panelbar-item-selected-focused-bg,
|
|
@@ -27423,18 +27241,10 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27423
27241
|
}
|
|
27424
27242
|
|
|
27425
27243
|
// Selected Focus & Hover
|
|
27426
|
-
> .k-item > .k-link.k-state-selected:focus:hover,
|
|
27427
27244
|
> .k-item > .k-link.k-selected:focus:hover,
|
|
27428
|
-
> .k-item > .k-link.k-
|
|
27429
|
-
> .k-item > .k-link.k-selected.k-focus.k-state-hover,
|
|
27430
|
-
> .k-item > .k-link.k-state-selected.k-state-focused.k-state-hover,
|
|
27431
|
-
> .k-item > .k-link.k-selected.k-focused.k-state-hover,
|
|
27432
|
-
> .k-panelbar-item > .k-link.k-state-selected:focus:hover,
|
|
27245
|
+
> .k-item > .k-link.k-selected.k-focus.k-hover,
|
|
27433
27246
|
> .k-panelbar-item > .k-link.k-selected:focus:hover,
|
|
27434
|
-
> .k-panelbar-item > .k-link.k-
|
|
27435
|
-
> .k-panelbar-item > .k-link.k-selected.k-focus.k-state-hover,
|
|
27436
|
-
> .k-item > .k-link.k-state-selected.k-state-focused.k-state-hover,
|
|
27437
|
-
> .k-item > .k-link.k-selected.k-focused.k-state-hover {
|
|
27247
|
+
> .k-panelbar-item > .k-link.k-selected.k-focus.k-hover {
|
|
27438
27248
|
@include fill(
|
|
27439
27249
|
$panelbar-item-selected-hovered-focused-text,
|
|
27440
27250
|
$panelbar-item-selected-hovered-focused-bg,
|
|
@@ -27669,7 +27479,7 @@ $splitbar-selected-text: $selected-text !default;
|
|
|
27669
27479
|
|
|
27670
27480
|
.k-pane,
|
|
27671
27481
|
.k-pane-flex {
|
|
27672
|
-
&.k-
|
|
27482
|
+
&.k-hidden,
|
|
27673
27483
|
&[hidden] {
|
|
27674
27484
|
// sass-lint:disable-block no-important
|
|
27675
27485
|
// hidden panes need to be zero-width to allow pane animation
|
|
@@ -27715,7 +27525,6 @@ $splitbar-selected-text: $selected-text !default;
|
|
|
27715
27525
|
background-color: $splitbar-bg;
|
|
27716
27526
|
}
|
|
27717
27527
|
.k-splitbar:hover,
|
|
27718
|
-
.k-splitbar.k-state-hover,
|
|
27719
27528
|
.k-splitbar.k-hover,
|
|
27720
27529
|
.k-splitbar-horizontal-hover,
|
|
27721
27530
|
.k-splitbar-vertical-hover {
|
|
@@ -27723,9 +27532,6 @@ $splitbar-selected-text: $selected-text !default;
|
|
|
27723
27532
|
background-color: $splitbar-hover-bg;
|
|
27724
27533
|
}
|
|
27725
27534
|
.k-splitbar:focus,
|
|
27726
|
-
.k-splitbar.k-state-focus,
|
|
27727
|
-
.k-splitbar.k-focus,
|
|
27728
|
-
.k-splitbar.k-state-focused,
|
|
27729
27535
|
.k-splitbar.k-focus {
|
|
27730
27536
|
color: $splitbar-selected-text;
|
|
27731
27537
|
background: $splitbar-selected-bg;
|
|
@@ -27830,9 +27636,6 @@ $tilelayout-hint-border: $component-border !default;
|
|
|
27830
27636
|
}
|
|
27831
27637
|
|
|
27832
27638
|
.k-tilelayout-item:focus,
|
|
27833
|
-
.k-tilelayout-item.k-focus,
|
|
27834
|
-
.k-tilelayout-item.k-state-focus,
|
|
27835
|
-
.k-tilelayout-item.k-state-focused,
|
|
27836
27639
|
.k-tilelayout-item.k-focus {
|
|
27837
27640
|
@include box-shadow($tilelayout-card-focus-shadow);
|
|
27838
27641
|
}
|
|
@@ -28245,7 +28048,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28245
28048
|
border-radius: 50%;
|
|
28246
28049
|
}
|
|
28247
28050
|
|
|
28248
|
-
.k-i-reload
|
|
28051
|
+
.k-i-reload,
|
|
28052
|
+
.k-i-arrow-rotate-cw {
|
|
28249
28053
|
font-size: 1em;
|
|
28250
28054
|
margin-right: .5em;
|
|
28251
28055
|
}
|
|
@@ -28505,12 +28309,10 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28505
28309
|
|
|
28506
28310
|
.k-column-menu {
|
|
28507
28311
|
|
|
28508
|
-
.k-listgroup-item.k-state-selected,
|
|
28509
28312
|
.k-listgroup-item.k-selected {
|
|
28510
28313
|
color: $adaptive-grid-sort-text;
|
|
28511
28314
|
background: none;
|
|
28512
28315
|
}
|
|
28513
|
-
.k-listgroup-item.k-state-selected .k-link,
|
|
28514
28316
|
.k-listgroup-item.k-selected .k-link {
|
|
28515
28317
|
color: inherit;
|
|
28516
28318
|
}
|
|
@@ -29253,7 +29055,9 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29253
29055
|
|
|
29254
29056
|
.k-cell-inner > .k-link > .k-icon {
|
|
29255
29057
|
&.k-i-sort-desc-sm,
|
|
29256
|
-
&.k-i-sort-asc-sm
|
|
29058
|
+
&.k-i-sort-asc-sm,
|
|
29059
|
+
&.k-i-sort-asc-small,
|
|
29060
|
+
&.k-i-sort-desc-small {
|
|
29257
29061
|
vertical-align: text-top;
|
|
29258
29062
|
margin-inline-start: $grid-sorted-icon-spacing;
|
|
29259
29063
|
}
|
|
@@ -30129,33 +29933,28 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30129
29933
|
}
|
|
30130
29934
|
|
|
30131
29935
|
// Hover state
|
|
30132
|
-
tbody>tr:not(.k-detail-row):hover,
|
|
30133
|
-
tbody>tr:not(.k-detail-row).k-
|
|
30134
|
-
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 {
|
|
30135
29938
|
color: $grid-hovered-text;
|
|
30136
29939
|
background-color: $grid-hovered-bg;
|
|
30137
29940
|
}
|
|
30138
29941
|
|
|
30139
29942
|
// Selected state
|
|
30140
|
-
td.k-state-selected,
|
|
30141
29943
|
td.k-selected,
|
|
30142
|
-
tr.k-state-selected > td,
|
|
30143
29944
|
tr.k-selected > td {
|
|
30144
29945
|
color: $grid-selected-text;
|
|
30145
29946
|
background-color: $grid-selected-bg;
|
|
30146
29947
|
}
|
|
30147
29948
|
|
|
30148
29949
|
// Focused state
|
|
30149
|
-
td
|
|
29950
|
+
td:focus,
|
|
30150
29951
|
td.k-focus,
|
|
30151
|
-
th.k-state-focused,
|
|
30152
|
-
th.k-focus,
|
|
30153
29952
|
th:focus,
|
|
29953
|
+
th.k-focus,
|
|
30154
29954
|
.k-master-row > td:focus,
|
|
30155
29955
|
.k-grouping-row > td:focus,
|
|
30156
29956
|
.k-detail-row > td:focus,
|
|
30157
29957
|
.k-group-footer > td:focus,
|
|
30158
|
-
.k-grid-pager.k-state-focused,
|
|
30159
29958
|
.k-grid-pager.k-focus {
|
|
30160
29959
|
box-shadow: $grid-focused-shadow;
|
|
30161
29960
|
}
|
|
@@ -30199,20 +29998,16 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30199
29998
|
}
|
|
30200
29999
|
|
|
30201
30000
|
// Selected state
|
|
30202
|
-
.k-state-selected td,
|
|
30203
30001
|
.k-selected td {
|
|
30204
30002
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
30205
30003
|
}
|
|
30206
30004
|
|
|
30207
|
-
.k-state-selected.k-alt td,
|
|
30208
30005
|
.k-selected.k-alt td {
|
|
30209
30006
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
30210
30007
|
}
|
|
30211
30008
|
|
|
30212
30009
|
// Selected hover
|
|
30213
|
-
.k-state-selected:hover td,
|
|
30214
30010
|
.k-selected:hover td,
|
|
30215
|
-
.k-state-selected.k-state-hover td,
|
|
30216
30011
|
.k-selected.k-hover td {
|
|
30217
30012
|
@include fill( $bg: $grid-sticky-selected-hovered-bg );
|
|
30218
30013
|
}
|
|
@@ -30241,6 +30036,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30241
30036
|
|
|
30242
30037
|
.k-i-sort-asc-sm,
|
|
30243
30038
|
.k-i-sort-desc-sm,
|
|
30039
|
+
.k-i-sort-asc-small,
|
|
30040
|
+
.k-i-sort-desc-small,
|
|
30244
30041
|
.k-sort-order {
|
|
30245
30042
|
color: $grid-sorting-indicator-text;
|
|
30246
30043
|
}
|
|
@@ -30254,12 +30051,9 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30254
30051
|
background-color: $kendo-button-hover-bg;
|
|
30255
30052
|
}
|
|
30256
30053
|
&:focus,
|
|
30257
|
-
&.k-
|
|
30258
|
-
&.k-focus,
|
|
30259
|
-
&.k-state-border-down {
|
|
30054
|
+
&.k-focus {
|
|
30260
30055
|
box-shadow: inset 0 0 0 2px rgba( 0, 0, 0, .1 );
|
|
30261
30056
|
}
|
|
30262
|
-
&.k-state-active,
|
|
30263
30057
|
&.k-active {
|
|
30264
30058
|
color: $selected-text;
|
|
30265
30059
|
background-color: $selected-bg;
|
|
@@ -30315,20 +30109,14 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30315
30109
|
}
|
|
30316
30110
|
|
|
30317
30111
|
// Selected state
|
|
30318
|
-
&.k-state-selected .k-grid-content-sticky,
|
|
30319
30112
|
&.k-selected .k-grid-content-sticky,
|
|
30320
|
-
&.k-state-selected .k-grid-row-sticky,
|
|
30321
30113
|
&.k-selected .k-grid-row-sticky,
|
|
30322
|
-
td.k-grid-content-sticky.k-state-selected,
|
|
30323
30114
|
td.k-grid-content-sticky.k-selected {
|
|
30324
30115
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
30325
30116
|
}
|
|
30326
30117
|
|
|
30327
|
-
&.k-state-selected.k-alt .k-grid-content-sticky,
|
|
30328
30118
|
&.k-selected.k-alt .k-grid-content-sticky,
|
|
30329
|
-
&.k-state-selected.k-alt .k-grid-row-sticky,
|
|
30330
30119
|
&.k-selected.k-alt .k-grid-row-sticky,
|
|
30331
|
-
&.k-alt td.k-grid-content-sticky.k-state-selected,
|
|
30332
30120
|
&.k-alt td.k-grid-content-sticky.k-selected {
|
|
30333
30121
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
30334
30122
|
}
|
|
@@ -30337,26 +30125,18 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30337
30125
|
// Hovered state
|
|
30338
30126
|
&:hover .k-grid-content-sticky,
|
|
30339
30127
|
&:hover .k-grid-row-sticky,
|
|
30340
|
-
&.k-state-hover .k-grid-content-sticky,
|
|
30341
30128
|
&.k-hover .k-grid-content-sticky,
|
|
30342
|
-
&.k-state-hover .k-grid-row-sticky,
|
|
30343
30129
|
&.k-hover .k-grid-row-sticky {
|
|
30344
30130
|
background-color: $grid-sticky-hovered-bg;
|
|
30345
30131
|
}
|
|
30346
30132
|
|
|
30347
30133
|
|
|
30348
30134
|
// Selected hover
|
|
30349
|
-
&.k-state-selected:hover .k-grid-content-sticky,
|
|
30350
30135
|
&.k-selected:hover .k-grid-content-sticky,
|
|
30351
|
-
&.k-state-selected:hover .k-grid-row-sticky,
|
|
30352
30136
|
&.k-selected:hover .k-grid-row-sticky,
|
|
30353
|
-
&.k-state-selected.k-state-hover .k-grid-content-sticky,
|
|
30354
30137
|
&.k-selected.k-hover .k-grid-content-sticky,
|
|
30355
|
-
&.k-state-selected.k-state-hover .k-grid-row-sticky,
|
|
30356
30138
|
&.k-selected.k-hover .k-grid-row-sticky,
|
|
30357
|
-
&:hover td.k-grid-content-sticky.k-state-selected,
|
|
30358
30139
|
&:hover td.k-grid-content-sticky.k-selected,
|
|
30359
|
-
&.k-state-hover td.k-grid-content-sticky.k-state-selected,
|
|
30360
30140
|
&.k-hover td.k-grid-content-sticky.k-selected {
|
|
30361
30141
|
background-color: $grid-sticky-selected-hovered-bg;
|
|
30362
30142
|
}
|
|
@@ -30370,7 +30150,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30370
30150
|
background-color: $grid-sticky-bg;
|
|
30371
30151
|
|
|
30372
30152
|
&:hover,
|
|
30373
|
-
&.k-state-hover,
|
|
30374
30153
|
&.k-hover {
|
|
30375
30154
|
background-color: $grid-sticky-hovered-bg;
|
|
30376
30155
|
}
|
|
@@ -30384,7 +30163,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30384
30163
|
}
|
|
30385
30164
|
|
|
30386
30165
|
&:hover td,
|
|
30387
|
-
&.k-state-hover td,
|
|
30388
30166
|
&.k-hover td {
|
|
30389
30167
|
background-color: $grid-sticky-hovered-bg;
|
|
30390
30168
|
}
|
|
@@ -30396,66 +30174,43 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30396
30174
|
}
|
|
30397
30175
|
|
|
30398
30176
|
// Selected state
|
|
30399
|
-
tr.k-state-selected .k-grid-content-sticky,
|
|
30400
30177
|
tr.k-selected .k-grid-content-sticky,
|
|
30401
|
-
.k-state-selected.k-grid-row-sticky td,
|
|
30402
30178
|
.k-selected.k-grid-row-sticky td,
|
|
30403
|
-
.k-grid-row-sticky td.k-state-selected,
|
|
30404
30179
|
.k-grid-row-sticky td.k-selected,
|
|
30405
|
-
.k-state-selected.k-grid-content-sticky,
|
|
30406
30180
|
.k-selected.k-grid-content-sticky {
|
|
30407
30181
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
30408
30182
|
}
|
|
30409
30183
|
|
|
30410
|
-
tr.k-state-selected.k-alt .k-grid-content-sticky,
|
|
30411
30184
|
tr.k-selected.k-alt .k-grid-content-sticky,
|
|
30412
|
-
.k-state-selected.k-alt.k-grid-row-sticky td,
|
|
30413
30185
|
.k-selected.k-alt.k-grid-row-sticky td,
|
|
30414
|
-
.k-alt .k-state-selected.k-grid-content-sticky,
|
|
30415
30186
|
.k-alt .k-selected.k-grid-content-sticky {
|
|
30416
30187
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
30417
30188
|
}
|
|
30418
30189
|
|
|
30419
30190
|
// Hover state
|
|
30420
30191
|
tr:hover .k-grid-content-sticky,
|
|
30421
|
-
tr.k-state-hover .k-grid-content-sticky,
|
|
30422
30192
|
tr.k-hover .k-grid-content-sticky,
|
|
30423
30193
|
.k-grid-row-sticky:hover td,
|
|
30424
|
-
.k-grid-row-sticky.k-state-hover td,
|
|
30425
30194
|
.k-grid-row-sticky.k-hover td,
|
|
30426
30195
|
.k-grid-row-sticky.k-alt:hover td,
|
|
30427
|
-
.k-grid-row-sticky.k-alt.k-state-hover td,
|
|
30428
30196
|
.k-grid-row-sticky.k-alt.k-hover td,
|
|
30429
30197
|
.k-alt:hover .k-grid-content-sticky,
|
|
30430
|
-
.k-alt.k-state-hover .k-grid-content-sticky,
|
|
30431
30198
|
.k-alt.k-hover .k-grid-content-sticky {
|
|
30432
30199
|
background-color: $grid-sticky-hovered-bg;
|
|
30433
30200
|
}
|
|
30434
30201
|
|
|
30435
30202
|
// Selected + Hover
|
|
30436
|
-
tr.k-state-selected:hover .k-grid-content-sticky,
|
|
30437
30203
|
tr.k-selected:hover .k-grid-content-sticky,
|
|
30438
|
-
tr.k-state-selected.k-state-hover .k-grid-content-sticky,
|
|
30439
30204
|
tr.k-selected.k-hover .k-grid-content-sticky,
|
|
30440
|
-
.k-state-selected.k-grid-row-sticky:hover td,
|
|
30441
30205
|
.k-selected.k-grid-row-sticky:hover td,
|
|
30442
|
-
.k-state-selected.k-grid-row-sticky.k-state-hover td,
|
|
30443
30206
|
.k-selected.k-grid-row-sticky.k-hover td,
|
|
30444
|
-
.k-state-selected.k-alt.k-grid-row-sticky:hover td,
|
|
30445
30207
|
.k-selected.k-alt.k-grid-row-sticky:hover td,
|
|
30446
|
-
.k-state-selected.k-alt.k-grid-row-sticky.k-state-hover td,
|
|
30447
30208
|
.k-selected.k-alt.k-grid-row-sticky.k-hover td,
|
|
30448
|
-
tr.k-state-selected.k-alt:hover .k-grid-content-sticky,
|
|
30449
30209
|
tr.k-selected.k-alt:hover .k-grid-content-sticky,
|
|
30450
|
-
tr.k-state-selected.k-alt.k-state-hover .k-grid-content-sticky,
|
|
30451
30210
|
tr.k-selected.k-alt.k-hover .k-grid-content-sticky,
|
|
30452
|
-
.k-grid-row-sticky:hover td.k-state-selected,
|
|
30453
30211
|
.k-grid-row-sticky:hover td.k-selected,
|
|
30454
|
-
.k-grid-row-sticky.k-state-hover td.k-state-selected,
|
|
30455
30212
|
.k-grid-row-sticky.k-hover td.k-selected,
|
|
30456
|
-
tr:hover .k-grid-content-sticky.k-state-selected,
|
|
30457
30213
|
tr:hover .k-grid-content-sticky.k-selected,
|
|
30458
|
-
tr.k-state-hover .k-grid-content-sticky.k-state-selected,
|
|
30459
30214
|
tr.k-hover .k-grid-content-sticky.k-selected {
|
|
30460
30215
|
background-color: $grid-sticky-selected-hovered-bg;
|
|
30461
30216
|
}
|
|
@@ -30467,7 +30222,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30467
30222
|
}
|
|
30468
30223
|
|
|
30469
30224
|
&:hover .k-grid-content-sticky,
|
|
30470
|
-
&.k-state-hover .k-grid-content-sticky,
|
|
30471
30225
|
&.k-hover .k-grid-content-sticky {
|
|
30472
30226
|
@include fill( $bg: $grid-sticky-hovered-bg );
|
|
30473
30227
|
}
|
|
@@ -30481,13 +30235,11 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30481
30235
|
);
|
|
30482
30236
|
}
|
|
30483
30237
|
.k-columnmenu-item:focus,
|
|
30484
|
-
.k-columnmenu-item.k-state-focus,
|
|
30485
30238
|
.k-columnmenu-item.k-focus {
|
|
30486
30239
|
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
30487
30240
|
}
|
|
30488
30241
|
|
|
30489
30242
|
.k-columnmenu-item {
|
|
30490
|
-
&.k-state-selected,
|
|
30491
30243
|
&.k-selected {
|
|
30492
30244
|
@include fill(
|
|
30493
30245
|
$kendo-list-item-selected-text,
|
|
@@ -30513,7 +30265,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30513
30265
|
);
|
|
30514
30266
|
|
|
30515
30267
|
&:hover,
|
|
30516
|
-
&.k-state-hover,
|
|
30517
30268
|
&.k-hover {
|
|
30518
30269
|
@include fill(
|
|
30519
30270
|
$kendo-list-item-hover-text,
|
|
@@ -30521,7 +30272,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30521
30272
|
);
|
|
30522
30273
|
}
|
|
30523
30274
|
|
|
30524
|
-
&.k-state-selected,
|
|
30525
30275
|
&.k-selected {
|
|
30526
30276
|
@include fill(
|
|
30527
30277
|
$kendo-list-item-selected-text,
|
|
@@ -30530,7 +30280,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30530
30280
|
}
|
|
30531
30281
|
|
|
30532
30282
|
&:focus,
|
|
30533
|
-
&.k-state-focused,
|
|
30534
30283
|
&.k-focus {
|
|
30535
30284
|
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
30536
30285
|
}
|
|
@@ -30766,7 +30515,6 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
30766
30515
|
// Listview content
|
|
30767
30516
|
.k-listview-content {
|
|
30768
30517
|
|
|
30769
|
-
> .k-state-focused,
|
|
30770
30518
|
> .k-focus {
|
|
30771
30519
|
@include fill(
|
|
30772
30520
|
$listview-item-focus-text,
|
|
@@ -30776,7 +30524,6 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
30776
30524
|
@include box-shadow( $listview-item-focus-shadow );
|
|
30777
30525
|
}
|
|
30778
30526
|
|
|
30779
|
-
> .k-state-selected,
|
|
30780
30527
|
> .k-selected {
|
|
30781
30528
|
@include fill(
|
|
30782
30529
|
$listview-item-selected-text,
|
|
@@ -30985,7 +30732,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
30985
30732
|
[data-tool="merge"],
|
|
30986
30733
|
[data-tool="freeze"] {
|
|
30987
30734
|
width: auto;
|
|
30988
|
-
min-width: $form-line-height * 1em;
|
|
30735
|
+
min-width: calc( #{$form-line-height} * 1em );
|
|
30989
30736
|
}
|
|
30990
30737
|
|
|
30991
30738
|
.k-color-picker {
|
|
@@ -31154,7 +30901,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31154
30901
|
overflow: hidden;
|
|
31155
30902
|
|
|
31156
30903
|
// disabled cells in the Spreadsheet should allow navigation if link is used
|
|
31157
|
-
.k-state-disabled,
|
|
31158
30904
|
.k-disabled {
|
|
31159
30905
|
pointer-events: auto;
|
|
31160
30906
|
}
|
|
@@ -31716,7 +31462,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31716
31462
|
background-position: 50% 50%;
|
|
31717
31463
|
|
|
31718
31464
|
&:hover div,
|
|
31719
|
-
&.k-state-hovered div,
|
|
31720
31465
|
&.k-hover div {
|
|
31721
31466
|
margin: 0;
|
|
31722
31467
|
align-self: center;
|
|
@@ -31782,7 +31527,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31782
31527
|
.k-spreadsheet-insert-image-dialog {
|
|
31783
31528
|
.k-spreadsheet-has-image {
|
|
31784
31529
|
&:hover,
|
|
31785
|
-
&.k-state-hovered,
|
|
31786
31530
|
&.k-hover {
|
|
31787
31531
|
border-radius: $spreadsheet-insert-image-dialog-preview-overlay-border-radius;
|
|
31788
31532
|
}
|
|
@@ -31959,7 +31703,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31959
31703
|
);
|
|
31960
31704
|
}
|
|
31961
31705
|
|
|
31962
|
-
&.k-state-active,
|
|
31963
31706
|
&.k-active {
|
|
31964
31707
|
@include fill(
|
|
31965
31708
|
$kendo-button-active-text,
|
|
@@ -31977,7 +31720,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31977
31720
|
> .k-menu,
|
|
31978
31721
|
> .k-menu:not(.k-context-menu) {
|
|
31979
31722
|
|
|
31980
|
-
.k-item
|
|
31723
|
+
.k-item:hover,
|
|
31981
31724
|
.k-item.k-hover {
|
|
31982
31725
|
@include fill(
|
|
31983
31726
|
$kendo-list-item-hover-text,
|
|
@@ -32008,7 +31751,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
32008
31751
|
.k-button {}
|
|
32009
31752
|
|
|
32010
31753
|
.k-button:hover,
|
|
32011
|
-
.k-button.k-state-hover,
|
|
32012
31754
|
.k-button.k-hover {
|
|
32013
31755
|
@include fill(
|
|
32014
31756
|
$kendo-list-item-hover-text,
|
|
@@ -32016,9 +31758,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
32016
31758
|
);
|
|
32017
31759
|
}
|
|
32018
31760
|
.k-button:active,
|
|
32019
|
-
.k-button.k-state-active,
|
|
32020
31761
|
.k-button.k-active,
|
|
32021
|
-
.k-button.k-state-selected,
|
|
32022
31762
|
.k-button.k-selected {
|
|
32023
31763
|
@include fill(
|
|
32024
31764
|
$kendo-list-item-selected-text,
|
|
@@ -32040,13 +31780,11 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
32040
31780
|
|
|
32041
31781
|
.k-spreadsheet-has-image {
|
|
32042
31782
|
&:hover,
|
|
32043
|
-
&.k-state-hovered,
|
|
32044
31783
|
&.k-hover {
|
|
32045
31784
|
box-shadow: $spreadsheet-insert-image-dialog-preview-overlay-shadow;
|
|
32046
31785
|
}
|
|
32047
31786
|
|
|
32048
31787
|
&:hover div,
|
|
32049
|
-
&.k-state-hovered div,
|
|
32050
31788
|
&.k-hover div {
|
|
32051
31789
|
color: $spreadsheet-insert-image-dialog-overlay-hovered-text;
|
|
32052
31790
|
}
|
|
@@ -32313,6 +32051,10 @@ $pivotgrid-remove-text: null !default;
|
|
|
32313
32051
|
border-right-width: $pivotgrid-cell-border-width;
|
|
32314
32052
|
border-bottom-style: solid;
|
|
32315
32053
|
border-bottom-width: $pivotgrid-cell-border-width;
|
|
32054
|
+
|
|
32055
|
+
&:focus {
|
|
32056
|
+
outline: none;
|
|
32057
|
+
}
|
|
32316
32058
|
}
|
|
32317
32059
|
|
|
32318
32060
|
|
|
@@ -32383,6 +32125,10 @@ $pivotgrid-remove-text: null !default;
|
|
|
32383
32125
|
white-space: nowrap;
|
|
32384
32126
|
vertical-align: top;
|
|
32385
32127
|
overflow: hidden;
|
|
32128
|
+
|
|
32129
|
+
&:focus {
|
|
32130
|
+
outline: none;
|
|
32131
|
+
}
|
|
32386
32132
|
}
|
|
32387
32133
|
|
|
32388
32134
|
.k-pivotgrid-cell .k-icon {
|
|
@@ -33000,15 +32746,12 @@ $pivotgrid-remove-text: null !default;
|
|
|
33000
32746
|
|
|
33001
32747
|
|
|
33002
32748
|
// Hover state
|
|
33003
|
-
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-state-hover,
|
|
33004
|
-
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-hover,
|
|
33005
32749
|
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row:hover,
|
|
33006
|
-
.k-pivotgrid-
|
|
33007
|
-
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row.k-hover,
|
|
32750
|
+
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-hover,
|
|
33008
32751
|
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row:hover,
|
|
33009
|
-
.k-pivotgrid-
|
|
33010
|
-
.k-pivotgrid-values tbody > .k-pivotgrid-row
|
|
33011
|
-
.k-pivotgrid-values tbody > .k-pivotgrid-row
|
|
32752
|
+
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row.k-hover,
|
|
32753
|
+
.k-pivotgrid-values tbody > .k-pivotgrid-row:hover,
|
|
32754
|
+
.k-pivotgrid-values tbody > .k-pivotgrid-row.k-hover {
|
|
33012
32755
|
@include fill (
|
|
33013
32756
|
$pivotgrid-hover-text,
|
|
33014
32757
|
$pivotgrid-hover-bg,
|
|
@@ -33017,9 +32760,10 @@ $pivotgrid-remove-text: null !default;
|
|
|
33017
32760
|
}
|
|
33018
32761
|
|
|
33019
32762
|
// Focus state
|
|
33020
|
-
.k-pivotgrid-cell.k-state-focus,
|
|
33021
|
-
.k-pivotgrid-cell.k-focus,
|
|
33022
32763
|
.k-pivotgrid-cell:focus,
|
|
32764
|
+
.k-pivotgrid-cell.k-focus,
|
|
32765
|
+
.k-pivotgrid-empty-cell:focus,
|
|
32766
|
+
.k-pivotgrid-empty-cell.k-focus,
|
|
33023
32767
|
.k-master-row > .k-pivotgrid-cell:focus,
|
|
33024
32768
|
.k-grouping-row > .k-pivotgrid-cell:focus,
|
|
33025
32769
|
.k-detail-row > .k-pivotgrid-cell:focus,
|
|
@@ -33028,9 +32772,7 @@ $pivotgrid-remove-text: null !default;
|
|
|
33028
32772
|
}
|
|
33029
32773
|
|
|
33030
32774
|
// Selected state
|
|
33031
|
-
.k-pivotgrid-cell.k-state-selected,
|
|
33032
32775
|
.k-pivotgrid-cell.k-selected,
|
|
33033
|
-
.k-pivotgrid-row.k-state-selected > .k-pivotgrid-cell,
|
|
33034
32776
|
.k-pivotgrid-row.k-selected > .k-pivotgrid-cell {
|
|
33035
32777
|
@include fill (
|
|
33036
32778
|
$pivotgrid-selected-text,
|
|
@@ -33259,7 +33001,6 @@ $treelist-footer-row-border-width: 1px !default;
|
|
|
33259
33001
|
}
|
|
33260
33002
|
|
|
33261
33003
|
.k-treelist-dragging,
|
|
33262
|
-
.k-treelist-dragging .k-state-hover,
|
|
33263
33004
|
.k-treelist-dragging .k-hover {
|
|
33264
33005
|
cursor: default;
|
|
33265
33006
|
}
|
|
@@ -33975,7 +33716,6 @@ $filemanager-preview-icon-border: null !default;
|
|
|
33975
33716
|
);
|
|
33976
33717
|
}
|
|
33977
33718
|
|
|
33978
|
-
&.k-state-selected .k-file-icon,
|
|
33979
33719
|
&.k-selected .k-file-icon {
|
|
33980
33720
|
@include fill(
|
|
33981
33721
|
inherit,
|
|
@@ -34342,10 +34082,8 @@ $taskboard-drag-placeholder-border: $component-border !default;
|
|
|
34342
34082
|
|
|
34343
34083
|
&:focus,
|
|
34344
34084
|
&.k-focus,
|
|
34345
|
-
&.k-state-focus,
|
|
34346
34085
|
&:hover,
|
|
34347
|
-
&.k-hover
|
|
34348
|
-
&.k-state-hover {
|
|
34086
|
+
&.k-hover {
|
|
34349
34087
|
text-decoration: underline;
|
|
34350
34088
|
}
|
|
34351
34089
|
}
|
|
@@ -34434,7 +34172,6 @@ $taskboard-drag-placeholder-border: $component-border !default;
|
|
|
34434
34172
|
);
|
|
34435
34173
|
}
|
|
34436
34174
|
.k-taskboard-column:focus,
|
|
34437
|
-
.k-taskboard-column.k-state-focus,
|
|
34438
34175
|
.k-taskboard-column.k-focus {
|
|
34439
34176
|
@include fill(
|
|
34440
34177
|
$taskboard-column-focus-text,
|
|
@@ -34473,39 +34210,33 @@ $taskboard-drag-placeholder-border: $component-border !default;
|
|
|
34473
34210
|
@include fill( $color: $taskboard-card-header-text );
|
|
34474
34211
|
|
|
34475
34212
|
&:focus,
|
|
34476
|
-
&.k-focus
|
|
34477
|
-
&.k-state-focus {
|
|
34213
|
+
&.k-focus {
|
|
34478
34214
|
@include fill( $color: $taskboard-card-header-focus-text );
|
|
34479
34215
|
}
|
|
34480
34216
|
|
|
34481
34217
|
&:hover,
|
|
34482
|
-
&.k-hover
|
|
34483
|
-
&.k-state-hover {
|
|
34218
|
+
&.k-hover {
|
|
34484
34219
|
@include fill( $color: $taskboard-card-header-hover-text );
|
|
34485
34220
|
}
|
|
34486
34221
|
}
|
|
34487
34222
|
|
|
34488
34223
|
&:focus,
|
|
34489
|
-
&.k-focus
|
|
34490
|
-
&.k-state-focus {
|
|
34224
|
+
&.k-focus {
|
|
34491
34225
|
@include fill( $border: $taskboard-card-focus-border );
|
|
34492
34226
|
@include box-shadow( $taskboard-card-focus-shadow );
|
|
34493
34227
|
}
|
|
34494
34228
|
|
|
34495
34229
|
&:hover,
|
|
34496
|
-
&.k-hover
|
|
34497
|
-
&.k-state-hover {
|
|
34230
|
+
&.k-hover {
|
|
34498
34231
|
@include fill( $border: $taskboard-card-hover-border );
|
|
34499
34232
|
}
|
|
34500
34233
|
|
|
34501
|
-
&.k-selected
|
|
34502
|
-
&.k-state-selected {
|
|
34234
|
+
&.k-selected {
|
|
34503
34235
|
@include fill( $border: $taskboard-card-selected-border );
|
|
34504
34236
|
@include box-shadow( $taskboard-card-selected-shadow );
|
|
34505
34237
|
}
|
|
34506
34238
|
|
|
34507
|
-
&.k-disabled
|
|
34508
|
-
&.k-state-disabled {
|
|
34239
|
+
&.k-disabled {
|
|
34509
34240
|
@include disabled( $disabled-styling );
|
|
34510
34241
|
}
|
|
34511
34242
|
}
|
|
@@ -34634,7 +34365,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
34634
34365
|
pointer-events: auto;
|
|
34635
34366
|
}
|
|
34636
34367
|
|
|
34637
|
-
.k-editor-content.k-state-focused,
|
|
34638
34368
|
.k-editor-content.k-focus {
|
|
34639
34369
|
outline-width: 1px;
|
|
34640
34370
|
outline-style: dashed;
|
|
@@ -34890,7 +34620,8 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
34890
34620
|
border-bottom-color: inherit;
|
|
34891
34621
|
cursor: se-resize;
|
|
34892
34622
|
|
|
34893
|
-
.k-i-arrow-45-down-right
|
|
34623
|
+
.k-i-arrow-45-down-right,
|
|
34624
|
+
.k-i-caret-br {
|
|
34894
34625
|
display: none;
|
|
34895
34626
|
}
|
|
34896
34627
|
}
|
|
@@ -35088,7 +34819,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35088
34819
|
display: block;
|
|
35089
34820
|
margin: auto;
|
|
35090
34821
|
|
|
35091
|
-
&.k-state-selected,
|
|
35092
34822
|
&.k-selected {
|
|
35093
34823
|
color: inherit;
|
|
35094
34824
|
border-width: 0;
|
|
@@ -35308,7 +35038,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35308
35038
|
|
|
35309
35039
|
kendo-editor {
|
|
35310
35040
|
&.k-readonly {
|
|
35311
|
-
.k-editor-content.k-state-focused,
|
|
35312
35041
|
.k-editor-content.k-focus {
|
|
35313
35042
|
outline-color: $body-text;
|
|
35314
35043
|
}
|
|
@@ -35346,7 +35075,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35346
35075
|
|
|
35347
35076
|
// Hover & Actve state
|
|
35348
35077
|
&:hover,
|
|
35349
|
-
&.k-
|
|
35078
|
+
&.k-active,
|
|
35350
35079
|
&.k-active {
|
|
35351
35080
|
border-color: $panel-border;
|
|
35352
35081
|
}
|
|
@@ -35364,7 +35093,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35364
35093
|
|
|
35365
35094
|
// Insert table
|
|
35366
35095
|
.k-ct-popup {
|
|
35367
|
-
.k-state-selected,
|
|
35368
35096
|
.k-selected {
|
|
35369
35097
|
@include fill( $selected-text, $selected-bg, $selected-border, none );
|
|
35370
35098
|
}
|
|
@@ -35868,7 +35596,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
35868
35596
|
}
|
|
35869
35597
|
|
|
35870
35598
|
&.k-gantt-planned .k-grid-content tr {
|
|
35871
|
-
height: calc( #{$line-height-em * 1.7
|
|
35599
|
+
height: calc( #{$line-height-em} * 1.7 + #{$grid-cell-padding-y * 2} + #{$grid-cell-horizontal-border-width} );
|
|
35872
35600
|
}
|
|
35873
35601
|
|
|
35874
35602
|
// Layout
|
|
@@ -35913,7 +35641,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
35913
35641
|
}
|
|
35914
35642
|
}
|
|
35915
35643
|
|
|
35916
|
-
tr.k-state-selected > td:last-child,
|
|
35917
35644
|
tr.k-selected > td:last-child {
|
|
35918
35645
|
background: transparent;
|
|
35919
35646
|
}
|
|
@@ -36092,7 +35819,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36092
35819
|
padding: 0 !important; // sass-lint:disable-line no-important
|
|
36093
35820
|
}
|
|
36094
35821
|
.k-grid-header tr {
|
|
36095
|
-
height: calc( #{$line-height-em * 2
|
|
35822
|
+
height: calc( #{$line-height-em} * 2 + #{$grid-header-padding-y * 4} + 2px );
|
|
36096
35823
|
vertical-align: bottom;
|
|
36097
35824
|
}
|
|
36098
35825
|
.k-grid-content {
|
|
@@ -36183,7 +35910,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36183
35910
|
border-color: currentColor;
|
|
36184
35911
|
position: absolute;
|
|
36185
35912
|
}
|
|
36186
|
-
.k-gantt-line.k-state-selected,
|
|
36187
35913
|
.k-gantt-line.k-selected {
|
|
36188
35914
|
z-index: 3;
|
|
36189
35915
|
}
|
|
@@ -36257,7 +35983,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36257
35983
|
transform: translate(-50%, -50%);
|
|
36258
35984
|
}
|
|
36259
35985
|
.k-task-dot:hover::before,
|
|
36260
|
-
.k-task-dot.k-state-hover::before,
|
|
36261
35986
|
.k-task-dot.k-hover::before {
|
|
36262
35987
|
border-width: 1px;
|
|
36263
35988
|
}
|
|
@@ -36728,7 +36453,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36728
36453
|
$border: $gantt-milestone-border
|
|
36729
36454
|
);
|
|
36730
36455
|
}
|
|
36731
|
-
.k-task-milestone.k-state-selected .k-task-milestone-content,
|
|
36732
36456
|
.k-task-milestone.k-selected .k-task-milestone-content {
|
|
36733
36457
|
@include fill(
|
|
36734
36458
|
$bg: $gantt-milestone-selected-bg,
|
|
@@ -36743,7 +36467,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36743
36467
|
stroke: $gantt-line-fill;
|
|
36744
36468
|
}
|
|
36745
36469
|
|
|
36746
|
-
polyline.k-state-selected,
|
|
36747
36470
|
polyline.k-selected {
|
|
36748
36471
|
stroke: $gantt-line-selected-fill;
|
|
36749
36472
|
}
|
|
@@ -36797,7 +36520,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36797
36520
|
);
|
|
36798
36521
|
}
|
|
36799
36522
|
.k-task-dot:hover::before,
|
|
36800
|
-
.k-task-dot.k-state-hover::before,
|
|
36801
36523
|
.k-task-dot.k-hover::before {
|
|
36802
36524
|
@include fill(
|
|
36803
36525
|
$bg: $gantt-dot-hover-bg,
|
|
@@ -36823,7 +36545,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36823
36545
|
);
|
|
36824
36546
|
}
|
|
36825
36547
|
}
|
|
36826
|
-
.k-task-milestone.k-state-selected,
|
|
36827
36548
|
.k-task-milestone.k-selected {
|
|
36828
36549
|
background-image: none;
|
|
36829
36550
|
@include fill(
|
|
@@ -36854,7 +36575,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36854
36575
|
.k-task-advanced .k-task-summary-complete {
|
|
36855
36576
|
color: $gantt-advanced-bg;
|
|
36856
36577
|
}
|
|
36857
|
-
.k-task-summary.k-state-selected,
|
|
36858
36578
|
.k-task-summary.k-selected {
|
|
36859
36579
|
color: $gantt-summary-selected-bg;
|
|
36860
36580
|
|
|
@@ -36898,7 +36618,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36898
36618
|
$bg: $gantt-advanced-bg
|
|
36899
36619
|
);
|
|
36900
36620
|
}
|
|
36901
|
-
.k-task-single.k-state-selected,
|
|
36902
36621
|
.k-task-single.k-selected {
|
|
36903
36622
|
@include fill(
|
|
36904
36623
|
$gantt-task-selected-text,
|
|
@@ -36915,7 +36634,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36915
36634
|
.k-gantt-line {
|
|
36916
36635
|
color: $gantt-line-fill;
|
|
36917
36636
|
}
|
|
36918
|
-
.k-gantt-line.k-state-selected,
|
|
36919
36637
|
.k-gantt-line.k-selected {
|
|
36920
36638
|
color: $gantt-line-selected-fill;
|
|
36921
36639
|
}
|
|
@@ -37571,7 +37289,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37571
37289
|
}
|
|
37572
37290
|
|
|
37573
37291
|
&:hover,
|
|
37574
|
-
&.k-state-hover,
|
|
37575
37292
|
&.k-hover {
|
|
37576
37293
|
.k-event-delete {
|
|
37577
37294
|
opacity: 1;
|
|
@@ -37637,7 +37354,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37637
37354
|
|
|
37638
37355
|
// Hover
|
|
37639
37356
|
&:hover,
|
|
37640
|
-
&.k-state-hover,
|
|
37641
37357
|
&.k-hover {
|
|
37642
37358
|
.k-event-actions .k-event-delete,
|
|
37643
37359
|
.k-resize-handle {
|
|
@@ -37895,11 +37611,9 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37895
37611
|
opacity: .5;
|
|
37896
37612
|
visibility: hidden;
|
|
37897
37613
|
}
|
|
37898
|
-
.k-state-hover .k-task > .k-event-delete,
|
|
37899
37614
|
.k-hover .k-task > .k-event-delete,
|
|
37900
37615
|
.k-scheduler-content tr:hover .k-event-delete,
|
|
37901
37616
|
.k-scheduler-content .k-scheduler-row:hover .k-event-delete,
|
|
37902
|
-
.k-scheduler-content .k-scheduler-row.k-state-hover .k-event-delete,
|
|
37903
37617
|
.k-scheduler-content .k-scheduler-row.k-hover .k-event-delete {
|
|
37904
37618
|
visibility: visible;
|
|
37905
37619
|
}
|
|
@@ -37973,7 +37687,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37973
37687
|
position: relative;
|
|
37974
37688
|
}
|
|
37975
37689
|
|
|
37976
|
-
td.k-state-selected,
|
|
37977
37690
|
td.k-selected {
|
|
37978
37691
|
background-color: inherit;
|
|
37979
37692
|
}
|
|
@@ -38182,6 +37895,8 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38182
37895
|
|
|
38183
37896
|
.k-scheduler,
|
|
38184
37897
|
&.k-scheduler {
|
|
37898
|
+
.k-i-caret-alt-left,
|
|
37899
|
+
.k-i-caret-alt-right,
|
|
38185
37900
|
.k-i-arrow-60-left,
|
|
38186
37901
|
.k-i-arrow-60-right,
|
|
38187
37902
|
.k-current-time-arrow-right {
|
|
@@ -38318,9 +38033,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38318
38033
|
);
|
|
38319
38034
|
}
|
|
38320
38035
|
|
|
38321
|
-
.k-scheduler-layout td.k-state-selected,
|
|
38322
38036
|
.k-scheduler-layout td.k-selected,
|
|
38323
|
-
.k-scheduler-layout .k-scheduler-cell.k-state-selected,
|
|
38324
38037
|
.k-scheduler-layout .k-scheduler-cell.k-selected {
|
|
38325
38038
|
background-color: rgba($selected-bg, .25);
|
|
38326
38039
|
}
|
|
@@ -38343,7 +38056,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38343
38056
|
);
|
|
38344
38057
|
@include box-shadow( $scheduler-event-shadow );
|
|
38345
38058
|
|
|
38346
|
-
|
|
38059
|
+
&:hover,
|
|
38347
38060
|
&.k-hover {
|
|
38348
38061
|
@include fill(
|
|
38349
38062
|
$scheduler-event-hover-text,
|
|
@@ -38354,7 +38067,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38354
38067
|
@include box-shadow( $scheduler-event-hover-shadow );
|
|
38355
38068
|
}
|
|
38356
38069
|
|
|
38357
|
-
&.k-state-selected,
|
|
38358
38070
|
&.k-selected {
|
|
38359
38071
|
@include fill(
|
|
38360
38072
|
$scheduler-event-selected-text,
|
|
@@ -38421,10 +38133,8 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38421
38133
|
|
|
38422
38134
|
// Hover
|
|
38423
38135
|
.k-scheduler-content tr:hover,
|
|
38424
|
-
.k-scheduler-content tr.k-state-hover,
|
|
38425
38136
|
.k-scheduler-content tr.k-hover,
|
|
38426
38137
|
.k-scheduler-content .k-scheduler-row:hover,
|
|
38427
|
-
.k-scheduler-content .k-scheduler-row.k-state-hover,
|
|
38428
38138
|
.k-scheduler-content .k-scheduler-row.k-hover {
|
|
38429
38139
|
@include fill(
|
|
38430
38140
|
$hovered-text,
|
|
@@ -38436,9 +38146,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38436
38146
|
|
|
38437
38147
|
.k-scheduler-content tr:hover .k-scheduler-datecolumn,
|
|
38438
38148
|
.k-scheduler-content tr:hover .k-scheduler-groupcolumn,
|
|
38439
|
-
.k-scheduler-content tr.k-state-hover .k-scheduler-datecolumn,
|
|
38440
38149
|
.k-scheduler-content tr.k-hover .k-scheduler-datecolumn,
|
|
38441
|
-
.k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn,
|
|
38442
38150
|
.k-scheduler-content tr.k-hover .k-scheduler-groupcolumn {
|
|
38443
38151
|
@include fill(
|
|
38444
38152
|
$scheduler-text,
|
|
@@ -38448,13 +38156,10 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38448
38156
|
}
|
|
38449
38157
|
|
|
38450
38158
|
// Selected
|
|
38451
|
-
.k-scheduler-content tr.k-state-selected,
|
|
38452
38159
|
.k-scheduler-content tr.k-selected {
|
|
38453
38160
|
background-color: rgba($selected-bg, .25);
|
|
38454
38161
|
}
|
|
38455
|
-
.k-scheduler-content tr.k-state-selected .k-scheduler-datecolumn,
|
|
38456
38162
|
.k-scheduler-content tr.k-selected .k-scheduler-datecolumn,
|
|
38457
|
-
.k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn,
|
|
38458
38163
|
.k-scheduler-content tr.k-selected .k-scheduler-groupcolumn {
|
|
38459
38164
|
background-color: $scheduler-bg;
|
|
38460
38165
|
}
|
|
@@ -38472,7 +38177,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38472
38177
|
@include fill( $bg: $scheduler-yearview-indicator-bg );
|
|
38473
38178
|
}
|
|
38474
38179
|
|
|
38475
|
-
.k-state-selected .k-day-indicator,
|
|
38476
38180
|
.k-selected .k-day-indicator {
|
|
38477
38181
|
@include fill( $bg: $scheduler-yearview-indicator-selected-bg );
|
|
38478
38182
|
}
|
|
@@ -38773,7 +38477,6 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
38773
38477
|
|
|
38774
38478
|
|
|
38775
38479
|
// Message states
|
|
38776
|
-
.k-message.k-state-selected,
|
|
38777
38480
|
.k-message.k-selected {
|
|
38778
38481
|
margin-bottom: $chat-item-spacing-y;
|
|
38779
38482
|
border: 0;
|
|
@@ -38902,7 +38605,6 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
38902
38605
|
align-items: center;
|
|
38903
38606
|
|
|
38904
38607
|
&:focus,
|
|
38905
|
-
&.k-state-focus,
|
|
38906
38608
|
&.k-focus,
|
|
38907
38609
|
&:focus-within {
|
|
38908
38610
|
outline: 0;
|
|
@@ -38983,7 +38685,6 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
38983
38685
|
flex: 0 0 auto;
|
|
38984
38686
|
}
|
|
38985
38687
|
|
|
38986
|
-
&.k-state-selected,
|
|
38987
38688
|
&.k-selected {
|
|
38988
38689
|
background: none;
|
|
38989
38690
|
}
|
|
@@ -39217,7 +38918,6 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
39217
38918
|
.k-bubble:hover {
|
|
39218
38919
|
@include box-shadow( $chat-bubble-hover-shadow );
|
|
39219
38920
|
}
|
|
39220
|
-
.k-state-selected .k-bubble,
|
|
39221
38921
|
.k-selected .k-bubble {
|
|
39222
38922
|
@include box-shadow( $chat-bubble-selected-shadow );
|
|
39223
38923
|
}
|
|
@@ -39233,7 +38933,6 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
39233
38933
|
.k-alt .k-bubble:hover {
|
|
39234
38934
|
@include box-shadow( $chat-alt-bubble-hover-shadow );
|
|
39235
38935
|
}
|
|
39236
|
-
.k-alt .k-state-selected .k-bubble,
|
|
39237
38936
|
.k-alt .k-selected .k-bubble {
|
|
39238
38937
|
@include box-shadow( $chat-alt-bubble-selected-shadow );
|
|
39239
38938
|
}
|
|
@@ -40020,7 +39719,6 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
40020
39719
|
color: $body-text;
|
|
40021
39720
|
}
|
|
40022
39721
|
|
|
40023
|
-
.k-timeline-arrow.k-state-disabled,
|
|
40024
39722
|
.k-timeline-arrow.k-disabled {
|
|
40025
39723
|
opacity: 1; // The arrow button in disabled mode should have a solid background
|
|
40026
39724
|
color: $timeline-track-arrow-disabled-text;
|
|
@@ -40041,7 +39739,6 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
40041
39739
|
background-color: $timeline-flag-bg;
|
|
40042
39740
|
}
|
|
40043
39741
|
|
|
40044
|
-
.k-timeline-track-item.k-state-focus .k-timeline-circle,
|
|
40045
39742
|
.k-timeline-track-item.k-focus .k-timeline-circle {
|
|
40046
39743
|
@include box-shadow( $timeline-track-item-focus-shadow );
|
|
40047
39744
|
}
|
|
@@ -40060,6 +39757,9 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
40060
39757
|
// #region @import "../common/_index.scss"; -> packages/default/scss/common/_index.scss
|
|
40061
39758
|
// File already imported_once. Skipping output.
|
|
40062
39759
|
// #endregion
|
|
39760
|
+
// #region @import "../button/_variables.scss"; -> packages/default/scss/button/_variables.scss
|
|
39761
|
+
// File already imported_once. Skipping output.
|
|
39762
|
+
// #endregion
|
|
40063
39763
|
// #region @import "../combobox/_index.scss"; -> packages/default/scss/combobox/_index.scss
|
|
40064
39764
|
// File already imported_once. Skipping output.
|
|
40065
39765
|
// #endregion
|
|
@@ -40075,6 +39775,12 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
40075
39775
|
// #region @import "../icons/_index.scss"; -> packages/default/scss/icons/_index.scss
|
|
40076
39776
|
// File already imported_once. Skipping output.
|
|
40077
39777
|
// #endregion
|
|
39778
|
+
// #region @import "../dropzone/_index.scss"; -> packages/default/scss/dropzone/_index.scss
|
|
39779
|
+
// File already imported_once. Skipping output.
|
|
39780
|
+
// #endregion
|
|
39781
|
+
// #region @import "../window/_index.scss"; -> packages/default/scss/window/_index.scss
|
|
39782
|
+
// File already imported_once. Skipping output.
|
|
39783
|
+
// #endregion
|
|
40078
39784
|
|
|
40079
39785
|
|
|
40080
39786
|
// Component
|
|
@@ -40105,12 +39811,25 @@ $pdf-viewer-page-text: $component-text !default;
|
|
|
40105
39811
|
$pdf-viewer-page-border: $component-border !default;
|
|
40106
39812
|
$pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
|
|
40107
39813
|
|
|
40108
|
-
$pdf-viewer-search-dialog-padding: $toolbar-padding-x !default;
|
|
39814
|
+
$pdf-viewer-search-dialog-padding-x: $toolbar-padding-x !default;
|
|
39815
|
+
$pdf-viewer-search-dialog-padding-y: calc( #{$toolbar-padding-x} * 2 ) !default;
|
|
40109
39816
|
$pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
|
|
40110
39817
|
|
|
39818
|
+
$pdf-viewer-search-panel-border-width: 1px !default;
|
|
39819
|
+
$pdf-viewer-search-panel-border-radius: 0 !default;
|
|
39820
|
+
$pdf-viewer-search-panel-bg: $component-bg !default;
|
|
39821
|
+
$pdf-viewer-search-panel-text: $component-text !default;
|
|
39822
|
+
$pdf-viewer-search-panel-border: $component-border !default;
|
|
39823
|
+
$pdf-viewer-search-panel-shadow: $window-shadow !default;
|
|
39824
|
+
$pdf-viewer-search-panel-matches-spacing: $padding-x-sm !default;
|
|
39825
|
+
|
|
40111
39826
|
$pdf-viewer-selection-line-height: $line-height-sm !default;
|
|
40112
39827
|
|
|
40113
39828
|
$pdf-viewer-search-highlight-bg: $body-text !default;
|
|
39829
|
+
$pdf-viewer-search-highlight-mark-bg: yellow !default;
|
|
39830
|
+
|
|
39831
|
+
$pdf-viewer-icon-text: $dropzone-icon-text !default;
|
|
39832
|
+
$pdf-viewer-icon-size: calc( #{$icon-size} * 3 ) !default;
|
|
40114
39833
|
|
|
40115
39834
|
// #endregion
|
|
40116
39835
|
// #region @import "_layout.scss"; -> packages/default/scss/pdf-viewer/_layout.scss
|
|
@@ -40120,6 +39839,7 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40120
39839
|
border-width: $pdf-viewer-border-width;
|
|
40121
39840
|
border-style: solid;
|
|
40122
39841
|
box-sizing: border-box;
|
|
39842
|
+
position: relative;
|
|
40123
39843
|
outline: 0;
|
|
40124
39844
|
font-family: $pdf-viewer-font-family;
|
|
40125
39845
|
font-size: $pdf-viewer-font-size;
|
|
@@ -40150,11 +39870,14 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40150
39870
|
|
|
40151
39871
|
|
|
40152
39872
|
// Canvas
|
|
40153
|
-
.k-
|
|
39873
|
+
.k-canvas {
|
|
39874
|
+
display: flex;
|
|
39875
|
+
flex-direction: column;
|
|
40154
39876
|
flex: 1 1 auto;
|
|
40155
39877
|
outline: none;
|
|
40156
39878
|
|
|
40157
|
-
.k-enable-text-select
|
|
39879
|
+
.k-enable-text-select,
|
|
39880
|
+
&.k-enable-text-select {
|
|
40158
39881
|
-webkit-user-select: text;
|
|
40159
39882
|
-moz-user-select: text;
|
|
40160
39883
|
-ms-user-select: text;
|
|
@@ -40162,16 +39885,22 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40162
39885
|
cursor: text;
|
|
40163
39886
|
}
|
|
40164
39887
|
|
|
40165
|
-
.k-enable-panning
|
|
39888
|
+
.k-enable-panning,
|
|
39889
|
+
&.k-enable-panning {
|
|
40166
39890
|
cursor: grab;
|
|
40167
39891
|
}
|
|
40168
|
-
.k-enable-panning span::selection
|
|
39892
|
+
.k-enable-panning span::selection,
|
|
39893
|
+
&.k-enable-panning span::selection {
|
|
40169
39894
|
background-color: transparent;
|
|
40170
39895
|
}
|
|
40171
39896
|
}
|
|
40172
39897
|
|
|
40173
39898
|
|
|
40174
|
-
//
|
|
39899
|
+
// Pages
|
|
39900
|
+
.k-pdf-viewer-pages {
|
|
39901
|
+
flex: 1 1 auto;
|
|
39902
|
+
}
|
|
39903
|
+
|
|
40175
39904
|
.k-page {
|
|
40176
39905
|
position: relative;
|
|
40177
39906
|
margin: $pdf-viewer-page-spacing auto;
|
|
@@ -40197,46 +39926,88 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40197
39926
|
mark {
|
|
40198
39927
|
color: transparent;
|
|
40199
39928
|
}
|
|
39929
|
+
|
|
39930
|
+
.k-search-highlight-mark {
|
|
39931
|
+
color: transparent;
|
|
39932
|
+
}
|
|
40200
39933
|
}
|
|
40201
39934
|
}
|
|
39935
|
+
|
|
39936
|
+
.k-blank-page {
|
|
39937
|
+
margin: 0;
|
|
39938
|
+
display: flex;
|
|
39939
|
+
flex-flow: column nowrap;
|
|
39940
|
+
width: 100%;
|
|
39941
|
+
height: 100%;
|
|
39942
|
+
align-items: center;
|
|
39943
|
+
justify-content: center;
|
|
39944
|
+
background-color: inherit !important; // sass-lint:disable-line no-important
|
|
39945
|
+
|
|
39946
|
+
.k-upload,
|
|
39947
|
+
.k-dropzone,
|
|
39948
|
+
.k-dropzone-inner {
|
|
39949
|
+
border: 0;
|
|
39950
|
+
background: none;
|
|
39951
|
+
}
|
|
39952
|
+
|
|
39953
|
+
> .k-icon {
|
|
39954
|
+
font-size: $pdf-viewer-icon-size;
|
|
39955
|
+
}
|
|
39956
|
+
}
|
|
39957
|
+
|
|
40202
39958
|
}
|
|
40203
39959
|
|
|
40204
39960
|
// Search
|
|
40205
39961
|
.k-pdf-viewer-search-dialog {
|
|
40206
|
-
padding:
|
|
39962
|
+
padding: 0 !important; // sass-lint:disable-line no-important
|
|
39963
|
+
}
|
|
40207
39964
|
|
|
40208
|
-
|
|
40209
|
-
|
|
40210
|
-
|
|
40211
|
-
|
|
40212
|
-
|
|
40213
|
-
|
|
40214
|
-
|
|
39965
|
+
.k-search-panel {
|
|
39966
|
+
padding: $pdf-viewer-search-dialog-padding-y $pdf-viewer-search-dialog-padding-x;
|
|
39967
|
+
display: flex;
|
|
39968
|
+
gap: $pdf-viewer-search-dialog-spacing;
|
|
39969
|
+
flex-flow: row nowrap;
|
|
39970
|
+
flex: 0 0 auto;
|
|
39971
|
+
justify-content: flex-start;
|
|
39972
|
+
align-items: center;
|
|
40215
39973
|
|
|
40216
|
-
|
|
40217
|
-
|
|
40218
|
-
|
|
40219
|
-
|
|
39974
|
+
.k-search-dialog-draghandle {
|
|
39975
|
+
cursor: move;
|
|
39976
|
+
margin-left: 0;
|
|
39977
|
+
}
|
|
40220
39978
|
|
|
40221
|
-
|
|
40222
|
-
|
|
40223
|
-
|
|
39979
|
+
.k-textbox {
|
|
39980
|
+
width: 10em;
|
|
39981
|
+
flex: none;
|
|
40224
39982
|
|
|
40225
|
-
|
|
40226
|
-
|
|
40227
|
-
}
|
|
39983
|
+
.k-button {
|
|
39984
|
+
border-width: 0;
|
|
40228
39985
|
}
|
|
39986
|
+
}
|
|
40229
39987
|
|
|
40230
|
-
|
|
40231
|
-
|
|
40232
|
-
|
|
39988
|
+
.k-search-matches {
|
|
39989
|
+
display: inline-flex;
|
|
39990
|
+
gap: $pdf-viewer-search-panel-matches-spacing;
|
|
40233
39991
|
}
|
|
40234
39992
|
}
|
|
40235
39993
|
|
|
39994
|
+
.k-pdf-viewer-canvas > .k-search-panel {
|
|
39995
|
+
width: max-content;
|
|
39996
|
+
margin-top: calc( (#{$kendo-button-calc-size} + ( 2 * #{$pdf-viewer-search-panel-border-width} ) + ( 2 * #{$pdf-viewer-search-dialog-padding-y} )) * -1 );
|
|
39997
|
+
border-width: $pdf-viewer-search-panel-border-width;
|
|
39998
|
+
border-style: solid;
|
|
39999
|
+
border-radius: $pdf-viewer-search-panel-border-radius;
|
|
40000
|
+
z-index: 10;
|
|
40001
|
+
}
|
|
40002
|
+
|
|
40003
|
+
// Alias
|
|
40004
|
+
.k-search-container {
|
|
40005
|
+
@extend .k-search-panel !optional;
|
|
40006
|
+
}
|
|
40007
|
+
|
|
40236
40008
|
|
|
40237
40009
|
// IE
|
|
40238
40010
|
.k-ie .k-pdf-viewer-search-dialog {
|
|
40239
|
-
|
|
40240
40011
|
.k-search-container > * + * {
|
|
40241
40012
|
margin-left: $pdf-viewer-search-dialog-spacing;
|
|
40242
40013
|
}
|
|
@@ -40288,12 +40059,33 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40288
40059
|
@include box-shadow( $pdf-viewer-page-shadow );
|
|
40289
40060
|
}
|
|
40290
40061
|
|
|
40062
|
+
.k-blank-page > .k-icon {
|
|
40063
|
+
@include fill( $color: $pdf-viewer-icon-text );
|
|
40064
|
+
}
|
|
40065
|
+
|
|
40291
40066
|
|
|
40292
40067
|
// Search
|
|
40293
40068
|
.k-search-highlight {
|
|
40294
40069
|
background-color: $pdf-viewer-search-highlight-bg;
|
|
40295
40070
|
}
|
|
40296
40071
|
|
|
40072
|
+
.k-search-highlight-mark {
|
|
40073
|
+
@include fill( $bg: $pdf-viewer-search-highlight-mark-bg );
|
|
40074
|
+
}
|
|
40075
|
+
|
|
40076
|
+
}
|
|
40077
|
+
|
|
40078
|
+
.k-pdf-viewer-canvas > .k-search-panel {
|
|
40079
|
+
@include fill(
|
|
40080
|
+
$pdf-viewer-search-panel-text,
|
|
40081
|
+
$pdf-viewer-search-panel-bg,
|
|
40082
|
+
$pdf-viewer-search-panel-border,
|
|
40083
|
+
);
|
|
40084
|
+
@include box-shadow( $pdf-viewer-search-panel-shadow );
|
|
40085
|
+
}
|
|
40086
|
+
|
|
40087
|
+
.k-search-container {
|
|
40088
|
+
@extend .k-search-panel !optional;
|
|
40297
40089
|
}
|
|
40298
40090
|
|
|
40299
40091
|
}
|
|
@@ -40735,7 +40527,6 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
40735
40527
|
-webkit-tap-highlight-color: $scrollview-arrow-tap-highlight-color;
|
|
40736
40528
|
|
|
40737
40529
|
&:focus,
|
|
40738
|
-
&.k-state-focus,
|
|
40739
40530
|
&.k-focus {
|
|
40740
40531
|
color: $scrollview-navigation-color;
|
|
40741
40532
|
opacity: $scrollview-navigation-hover-opacity;
|
|
@@ -40746,7 +40537,6 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
40746
40537
|
}
|
|
40747
40538
|
|
|
40748
40539
|
&:hover,
|
|
40749
|
-
&.k-state-hover,
|
|
40750
40540
|
&.k-hover {
|
|
40751
40541
|
color: $scrollview-navigation-color;
|
|
40752
40542
|
opacity: $scrollview-navigation-hover-opacity;
|
|
@@ -40766,14 +40556,12 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
40766
40556
|
}
|
|
40767
40557
|
|
|
40768
40558
|
&:focus,
|
|
40769
|
-
&.k-state-focused,
|
|
40770
40559
|
&.k-focus {
|
|
40771
40560
|
box-shadow: $scrollview-pagebutton-shadow;
|
|
40772
40561
|
}
|
|
40773
40562
|
}
|
|
40774
40563
|
|
|
40775
40564
|
.k-scrollview-nav > .k-link:hover,
|
|
40776
|
-
.k-scrollview-nav > .k-link.k-state-hover,
|
|
40777
40565
|
.k-scrollview-nav > .k-link.k-hover {
|
|
40778
40566
|
box-shadow: $scrollview-pagebutton-shadow;
|
|
40779
40567
|
}
|
|
@@ -41586,7 +41374,7 @@ $treemap-line-height: $line-height !default;
|
|
|
41586
41374
|
.k-leaf.k-inverse {
|
|
41587
41375
|
color: $component-text;
|
|
41588
41376
|
}
|
|
41589
|
-
.k-leaf
|
|
41377
|
+
.k-leaf:hover,
|
|
41590
41378
|
.k-leaf.k-hover {
|
|
41591
41379
|
box-shadow: inset 0 0 0 3px $component-border;
|
|
41592
41380
|
}
|
|
@@ -42056,8 +41844,7 @@ $orgchart-line-v-height: 25px !default;
|
|
|
42056
41844
|
}
|
|
42057
41845
|
|
|
42058
41846
|
&:focus,
|
|
42059
|
-
&.k-focus
|
|
42060
|
-
&.k-state-focus {
|
|
41847
|
+
&.k-focus {
|
|
42061
41848
|
@include box-shadow( $orgchart-card-focus-shadow );
|
|
42062
41849
|
}
|
|
42063
41850
|
}
|
|
@@ -42071,9 +41858,6 @@ $orgchart-line-v-height: 25px !default;
|
|
|
42071
41858
|
);
|
|
42072
41859
|
}
|
|
42073
41860
|
.k-orgchart-node-group-container:focus,
|
|
42074
|
-
.k-orgchart-node-group-container.k-focus,
|
|
42075
|
-
.k-orgchart-node-group-container.k-state-focus,
|
|
42076
|
-
.k-orgchart-node-group-container.k-state-focused,
|
|
42077
41861
|
.k-orgchart-node-group-container.k-focus {
|
|
42078
41862
|
@include box-shadow( $orgchart-node-group-focus-shadow );
|
|
42079
41863
|
@include fill ( $border: $orgchart-node-group-focus-border );
|
|
@@ -42115,40 +41899,42 @@ $kendo-signature-height: 84px !default;
|
|
|
42115
41899
|
$kendo-signature-maximized-width: 750px !default;
|
|
42116
41900
|
$kendo-signature-maximized-height: 252px !default;
|
|
42117
41901
|
|
|
42118
|
-
$kendo-signature-padding: map-get( $spacing, 1 ) !default;
|
|
42119
|
-
$kendo-signature-padding-sm: map-get( $spacing, 1 ) - map-get($spacing, thin) !default;
|
|
42120
|
-
$kendo-signature-padding-md: $kendo-signature-padding !default;
|
|
42121
|
-
$kendo-signature-padding-lg: map-get( $spacing,
|
|
41902
|
+
$kendo-signature-padding-x: map-get( $spacing, 1 ) !default;
|
|
41903
|
+
$kendo-signature-padding-x-sm: map-get( $spacing, 1 ) - map-get($spacing, thin) !default;
|
|
41904
|
+
$kendo-signature-padding-x-md: $kendo-signature-padding-x !default;
|
|
41905
|
+
$kendo-signature-padding-x-lg: map-get( $spacing, 2 ) !default;
|
|
41906
|
+
|
|
41907
|
+
$kendo-signature-padding-y: $kendo-signature-padding-x !default;
|
|
41908
|
+
$kendo-signature-padding-y-sm: $kendo-signature-padding-x-sm !default;
|
|
41909
|
+
$kendo-signature-padding-y-md: $kendo-signature-padding-x-md !default;
|
|
41910
|
+
$kendo-signature-padding-y-lg: $kendo-signature-padding-x-lg !default;
|
|
42122
41911
|
|
|
42123
41912
|
$kendo-signature-line-width: 1px !default;
|
|
42124
41913
|
$kendo-signature-line-style: dashed !default;
|
|
42125
41914
|
$kendo-signature-line-color: rgba( $info, .24 ) !default;
|
|
42126
41915
|
|
|
42127
|
-
$kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding} ) !default;
|
|
42128
|
-
$kendo-signature-line-size-sm: calc( 100% - 2 * #{$kendo-signature-padding-sm} ) !default;
|
|
42129
|
-
$kendo-signature-line-size-md: calc( 100% - 2 * #{$kendo-signature-padding-md} ) !default;
|
|
42130
|
-
$kendo-signature-line-size-lg: calc( 100% - 2 * #{$kendo-signature-padding-lg} ) !default;
|
|
41916
|
+
$kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding-x} ) !default;
|
|
41917
|
+
$kendo-signature-line-size-sm: calc( 100% - 2 * #{$kendo-signature-padding-x-sm} ) !default;
|
|
41918
|
+
$kendo-signature-line-size-md: calc( 100% - 2 * #{$kendo-signature-padding-x-md} ) !default;
|
|
41919
|
+
$kendo-signature-line-size-lg: calc( 100% - 2 * #{$kendo-signature-padding-x-lg} ) !default;
|
|
42131
41920
|
|
|
42132
|
-
$kendo-signature-line-bottom-offset:
|
|
42133
|
-
$kendo-signature-line-bottom-offset-sm: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-sm} ) !default;
|
|
42134
|
-
$kendo-signature-line-bottom-offset-md: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-md} ) !default;
|
|
42135
|
-
$kendo-signature-line-bottom-offset-lg: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-lg} ) !default;
|
|
41921
|
+
$kendo-signature-line-bottom-offset: 33% !default;
|
|
42136
41922
|
|
|
42137
41923
|
$kendo-signature-sizes: (
|
|
42138
41924
|
sm: (
|
|
42139
|
-
padding: $kendo-signature-padding-sm,
|
|
42140
|
-
|
|
42141
|
-
line-
|
|
41925
|
+
padding-x: $kendo-signature-padding-x-sm,
|
|
41926
|
+
padding-y: $kendo-signature-padding-y-sm,
|
|
41927
|
+
line-size: $kendo-signature-line-size-sm
|
|
42142
41928
|
),
|
|
42143
41929
|
md: (
|
|
42144
|
-
padding: $kendo-signature-padding-md,
|
|
42145
|
-
|
|
42146
|
-
line-
|
|
41930
|
+
padding-x: $kendo-signature-padding-x-md,
|
|
41931
|
+
padding-y: $kendo-signature-padding-y-md,
|
|
41932
|
+
line-size: $kendo-signature-line-size-md
|
|
42147
41933
|
),
|
|
42148
41934
|
lg: (
|
|
42149
|
-
padding: $kendo-signature-padding-lg,
|
|
42150
|
-
|
|
42151
|
-
line-
|
|
41935
|
+
padding-x: $kendo-signature-padding-x-lg,
|
|
41936
|
+
padding-y: $kendo-signature-padding-y-lg,
|
|
41937
|
+
line-size: $kendo-signature-line-size-lg
|
|
42152
41938
|
)
|
|
42153
41939
|
) !default;
|
|
42154
41940
|
|
|
@@ -42161,7 +41947,7 @@ $kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacin
|
|
|
42161
41947
|
|
|
42162
41948
|
.k-signature {
|
|
42163
41949
|
width: $kendo-signature-width;
|
|
42164
|
-
height: $kendo-signature-height;
|
|
41950
|
+
min-height: $kendo-signature-height;
|
|
42165
41951
|
position: relative;
|
|
42166
41952
|
box-sizing: border-box;
|
|
42167
41953
|
display: flex;
|
|
@@ -42198,27 +41984,30 @@ $kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacin
|
|
|
42198
41984
|
|
|
42199
41985
|
.k-signature-line {
|
|
42200
41986
|
position: absolute;
|
|
42201
|
-
|
|
41987
|
+
bottom: $kendo-signature-line-bottom-offset;
|
|
41988
|
+
z-index: 2;
|
|
41989
|
+
pointer-events: none;
|
|
42202
41990
|
border-bottom-width: $kendo-signature-line-width;
|
|
42203
41991
|
border-bottom-style: $kendo-signature-line-style;
|
|
42204
41992
|
}
|
|
42205
41993
|
|
|
42206
41994
|
// Sizes
|
|
42207
41995
|
@each $size, $size-props in $kendo-signature-sizes {
|
|
42208
|
-
$_padding: map-get($size-props, padding);
|
|
41996
|
+
$_padding-x: map-get($size-props, padding-x);
|
|
41997
|
+
$_padding-y: map-get($size-props, padding-y);
|
|
42209
41998
|
$_line-size: map-get($size-props, line-size);
|
|
42210
41999
|
$_line-offset: map-get($size-props, line-offset);
|
|
42211
42000
|
|
|
42212
42001
|
.k-signature-#{$size} {
|
|
42213
|
-
padding: $_padding;
|
|
42002
|
+
padding-inline: $_padding-x;
|
|
42003
|
+
padding-block: $_padding-y;
|
|
42214
42004
|
|
|
42215
42005
|
.k-signature-line {
|
|
42216
42006
|
width: $_line-size;
|
|
42217
|
-
bottom: $_line-offset;
|
|
42218
42007
|
}
|
|
42219
42008
|
}
|
|
42220
|
-
|
|
42221
42009
|
}
|
|
42010
|
+
|
|
42222
42011
|
}
|
|
42223
42012
|
|
|
42224
42013
|
// #endregion
|