@progress/kendo-theme-default 5.6.1-dev.7 → 5.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +245 -537
- package/dist/all.scss +113 -455
- 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 +2 -2
- package/scss/action-sheet/_theme.scss +0 -3
- 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/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/_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 +0 -2
- 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/_theme.scss +5 -62
- package/scss/input/_layout.scss +2 -4
- package/scss/listview/_theme.scss +0 -2
- package/scss/loader/_theme.scss +5 -2
- package/scss/orgchart/_theme.scss +1 -5
- package/scss/pager/_layout.scss +0 -3
- package/scss/pager/_theme.scss +1 -13
- package/scss/panelbar/_layout.scss +4 -0
- package/scss/panelbar/_theme.scss +5 -54
- 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 +0 -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 +0 -1
- 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/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" ) {
|
|
@@ -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
|
|
|
@@ -13676,7 +13633,7 @@ $form-spacer: $padding-x * 2 !default;
|
|
|
13676
13633
|
|
|
13677
13634
|
$form-font-size: $font-size !default;
|
|
13678
13635
|
$form-line-height: $line-height !default;
|
|
13679
|
-
$form-line-height-em: $form-line-height * 1em !default;
|
|
13636
|
+
$form-line-height-em: calc( #{$form-line-height} * 1em ) !default;
|
|
13680
13637
|
$form-line-height-sm: $line-height-sm !default;
|
|
13681
13638
|
$form-line-height-lg: $line-height-lg !default;
|
|
13682
13639
|
|
|
@@ -14964,7 +14921,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
14964
14921
|
|
|
14965
14922
|
|
|
14966
14923
|
// Selection
|
|
14967
|
-
> .k-state-selected,
|
|
14968
14924
|
> .k-selected {
|
|
14969
14925
|
border-width: 0;
|
|
14970
14926
|
border-style: solid;
|
|
@@ -15035,7 +14991,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15035
14991
|
flex-direction: row;
|
|
15036
14992
|
}
|
|
15037
14993
|
|
|
15038
|
-
> .k-state-selected,
|
|
15039
14994
|
> .k-selected {
|
|
15040
14995
|
width: 0;
|
|
15041
14996
|
width: calc( var( --kendo-progressbar-progress, 0 ) * 1% ); // sass-lint:disable-line no-duplicate-properties
|
|
@@ -15062,7 +15017,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15062
15017
|
// Horizontal reverse
|
|
15063
15018
|
&.k-progressbar-reverse {
|
|
15064
15019
|
|
|
15065
|
-
> .k-state-selected,
|
|
15066
15020
|
> .k-selected {
|
|
15067
15021
|
flex-direction: row-reverse;
|
|
15068
15022
|
justify-self: flex-end;
|
|
@@ -15087,7 +15041,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15087
15041
|
writing-mode: vertical-lr;
|
|
15088
15042
|
}
|
|
15089
15043
|
|
|
15090
|
-
> .k-state-selected,
|
|
15091
15044
|
> .k-selected {
|
|
15092
15045
|
height: 0;
|
|
15093
15046
|
height: calc( var( --kendo-progressbar-progress, 0 ) * 1% ); // sass-lint:disable-line no-duplicate-properties
|
|
@@ -15117,7 +15070,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15117
15070
|
&.k-progressbar-reverse {
|
|
15118
15071
|
flex-direction: column;
|
|
15119
15072
|
|
|
15120
|
-
> .k-state-selected,
|
|
15121
15073
|
> .k-selected {
|
|
15122
15074
|
flex-direction: column;
|
|
15123
15075
|
align-self: flex-start;
|
|
@@ -15129,7 +15081,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15129
15081
|
// Indeterminate
|
|
15130
15082
|
.k-progressbar-indeterminate {
|
|
15131
15083
|
.k-progress-status-wrap,
|
|
15132
|
-
.k-state-selected,
|
|
15133
15084
|
.k-selected,
|
|
15134
15085
|
.k-item {
|
|
15135
15086
|
display: none;
|
|
@@ -15140,9 +15091,7 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15140
15091
|
// Blazor specific
|
|
15141
15092
|
.telerik-blazor.k-progressbar-horizontal {
|
|
15142
15093
|
|
|
15143
|
-
> .k-state-selected,
|
|
15144
15094
|
> .k-selected,
|
|
15145
|
-
> .k-state-selected > .k-progress-status-wrap,
|
|
15146
15095
|
> .k-selected > .k-progress-status-wrap {
|
|
15147
15096
|
transition: width .1s ease-in-out;
|
|
15148
15097
|
}
|
|
@@ -15171,7 +15120,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15171
15120
|
display: -ms-inline-grid;
|
|
15172
15121
|
|
|
15173
15122
|
> .k-progress-status-wrap,
|
|
15174
|
-
> .k-state-selected,
|
|
15175
15123
|
> .k-selected {
|
|
15176
15124
|
-ms-grid-column: 1;
|
|
15177
15125
|
-ms-grid-row: 1;
|
|
@@ -15181,7 +15129,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15181
15129
|
-ms-grid-columns: 1fr;
|
|
15182
15130
|
-ms-grid-rows: $progressbar-height;
|
|
15183
15131
|
|
|
15184
|
-
&.k-progressbar-reverse > .k-state-selected,
|
|
15185
15132
|
&.k-progressbar-reverse > .k-selected {
|
|
15186
15133
|
-ms-grid-column-align: end;
|
|
15187
15134
|
}
|
|
@@ -15190,12 +15137,10 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15190
15137
|
-ms-grid-columns: $progressbar-height;
|
|
15191
15138
|
-ms-grid-rows: 1fr;
|
|
15192
15139
|
|
|
15193
|
-
> .k-state-selected,
|
|
15194
15140
|
> .k-selected {
|
|
15195
15141
|
-ms-grid-row-align: end;
|
|
15196
15142
|
}
|
|
15197
15143
|
|
|
15198
|
-
&.k-progressbar-reverse > .k-state-selected,
|
|
15199
15144
|
&.k-progressbar-reverse > .k-selected {
|
|
15200
15145
|
-ms-grid-row-align: start;
|
|
15201
15146
|
}
|
|
@@ -15258,7 +15203,6 @@ $kendo-circular-progressbar-scale-stroke: $progressbar-bg !default;
|
|
|
15258
15203
|
.k-progressbar {
|
|
15259
15204
|
@include fill( $progressbar-text, $progressbar-bg, $progressbar-border, $progressbar-gradient );
|
|
15260
15205
|
|
|
15261
|
-
.k-state-selected,
|
|
15262
15206
|
.k-selected {
|
|
15263
15207
|
@include fill( $progressbar-fill-text, $progressbar-fill-bg, $progressbar-fill-border, $progressbar-fill-gradient );
|
|
15264
15208
|
}
|
|
@@ -15638,7 +15582,6 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15638
15582
|
}
|
|
15639
15583
|
|
|
15640
15584
|
.k-radio:focus,
|
|
15641
|
-
.k-radio.k-state-focus,
|
|
15642
15585
|
.k-radio.k-focus {
|
|
15643
15586
|
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
15644
15587
|
|
|
@@ -15699,7 +15642,6 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15699
15642
|
|
|
15700
15643
|
// Hover state
|
|
15701
15644
|
.k-radio:hover,
|
|
15702
|
-
.k-radio.k-state-hover,
|
|
15703
15645
|
.k-radio.k-hover {
|
|
15704
15646
|
@include fill(
|
|
15705
15647
|
$kendo-radio-hover-text,
|
|
@@ -15711,7 +15653,6 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15711
15653
|
|
|
15712
15654
|
// Focus state
|
|
15713
15655
|
.k-radio:focus,
|
|
15714
|
-
.k-radio.k-state-focus,
|
|
15715
15656
|
.k-radio.k-focus {
|
|
15716
15657
|
@include fill( $border: $kendo-radio-focus-border );
|
|
15717
15658
|
@include box-shadow( $kendo-radio-focus-shadow );
|
|
@@ -15720,13 +15661,11 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15720
15661
|
|
|
15721
15662
|
// Invalid state
|
|
15722
15663
|
.k-radio.k-invalid,
|
|
15723
|
-
.k-radio.k-state-invalid,
|
|
15724
15664
|
.k-radio.ng-invalid.ng-touched,
|
|
15725
15665
|
.k-radio.ng-invalid.ng-dirty {
|
|
15726
15666
|
@include fill( $border: $kendo-radio-invalid-border );
|
|
15727
15667
|
}
|
|
15728
15668
|
.k-radio.k-invalid + .k-radio-label,
|
|
15729
|
-
.k-radio.k-state-invalid + .k-radio-label,
|
|
15730
15669
|
.k-radio.ng-invalid.ng-touched + .k-radio-label,
|
|
15731
15670
|
.k-radio.ng-invalid.ng-dirty + .k-radio-label {
|
|
15732
15671
|
@include fill( $color: $kendo-radio-invalid-text );
|
|
@@ -15743,7 +15682,6 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15743
15682
|
);
|
|
15744
15683
|
}
|
|
15745
15684
|
.k-radio:checked:focus,
|
|
15746
|
-
.k-radio.k-checked.k-state-focus,
|
|
15747
15685
|
.k-radio.k-checked.k-focus {
|
|
15748
15686
|
@include fill( $border: $kendo-radio-focus-checked-border );
|
|
15749
15687
|
@include box-shadow( $kendo-radio-focus-checked-shadow );
|
|
@@ -15911,7 +15849,6 @@ $slider-disabled-opacity: null !default;
|
|
|
15911
15849
|
}
|
|
15912
15850
|
|
|
15913
15851
|
|
|
15914
|
-
&.k-state-disabled,
|
|
15915
15852
|
&.k-disabled {
|
|
15916
15853
|
.k-tick,
|
|
15917
15854
|
.k-slider-track,
|
|
@@ -16365,20 +16302,17 @@ $slider-disabled-opacity: null !default;
|
|
|
16365
16302
|
}
|
|
16366
16303
|
|
|
16367
16304
|
&:focus,
|
|
16368
|
-
&.k-state-focused,
|
|
16369
16305
|
&.k-focus {
|
|
16370
16306
|
@include box-shadow( $slider-draghandle-focused-shadow );
|
|
16371
16307
|
}
|
|
16372
16308
|
}
|
|
16373
16309
|
|
|
16374
|
-
&.k-state-focused,
|
|
16375
16310
|
&.k-focus {
|
|
16376
16311
|
.k-draghandle {
|
|
16377
16312
|
@include box-shadow( $slider-draghandle-focused-shadow );
|
|
16378
16313
|
}
|
|
16379
16314
|
}
|
|
16380
16315
|
|
|
16381
|
-
&.k-state-disabled,
|
|
16382
16316
|
&.k-disabled {
|
|
16383
16317
|
opacity: $slider-disabled-opacity;
|
|
16384
16318
|
}
|
|
@@ -17027,7 +16961,6 @@ $kendo-calendar-sizes: (
|
|
|
17027
16961
|
}
|
|
17028
16962
|
|
|
17029
16963
|
// // styles are applied to the k-link element inside
|
|
17030
|
-
// .k-state-selected,
|
|
17031
16964
|
// .k-selected {
|
|
17032
16965
|
// color: inherit;
|
|
17033
16966
|
// background: transparent;
|
|
@@ -17152,10 +17085,8 @@ $kendo-calendar-sizes: (
|
|
|
17152
17085
|
|
|
17153
17086
|
&:hover,
|
|
17154
17087
|
&.k-hover,
|
|
17155
|
-
&.k-state-hover,
|
|
17156
17088
|
&:focus,
|
|
17157
|
-
&.k-focus
|
|
17158
|
-
&.k-state-focus {
|
|
17089
|
+
&.k-focus {
|
|
17159
17090
|
color: $calendar-today-nav-hover-text;
|
|
17160
17091
|
}
|
|
17161
17092
|
}
|
|
@@ -17176,8 +17107,7 @@ $kendo-calendar-sizes: (
|
|
|
17176
17107
|
.k-calendar-cell-inner {
|
|
17177
17108
|
box-shadow: inset 0 0 0 1px $calendar-today-color;
|
|
17178
17109
|
}
|
|
17179
|
-
&.k-focus .k-calendar-cell-inner
|
|
17180
|
-
&.k-state-focused .k-calendar-cell-inner {
|
|
17110
|
+
&.k-focus .k-calendar-cell-inner {
|
|
17181
17111
|
box-shadow: inset 0 0 0 1px $calendar-today-color, $calendar-cell-focused-shadow;
|
|
17182
17112
|
}
|
|
17183
17113
|
} @else if $calendar-today-style == color {
|
|
@@ -17211,8 +17141,7 @@ $kendo-calendar-sizes: (
|
|
|
17211
17141
|
|
|
17212
17142
|
// Interactive states
|
|
17213
17143
|
.k-calendar-td:hover .k-calendar-cell-inner,
|
|
17214
|
-
.k-calendar-td.k-hover .k-calendar-cell-inner
|
|
17215
|
-
.k-calendar-td.k-state-hover .k-calendar-cell-inner {
|
|
17144
|
+
.k-calendar-td.k-hover .k-calendar-cell-inner {
|
|
17216
17145
|
@include fill(
|
|
17217
17146
|
$calendar-cell-hover-text,
|
|
17218
17147
|
$calendar-cell-hover-bg,
|
|
@@ -17220,8 +17149,7 @@ $kendo-calendar-sizes: (
|
|
|
17220
17149
|
$calendar-cell-hover-gradient
|
|
17221
17150
|
);
|
|
17222
17151
|
}
|
|
17223
|
-
.k-calendar-td.k-selected .k-calendar-cell-inner
|
|
17224
|
-
.k-calendar-td.k-state-selected .k-calendar-cell-inner {
|
|
17152
|
+
.k-calendar-td.k-selected .k-calendar-cell-inner {
|
|
17225
17153
|
@include fill(
|
|
17226
17154
|
$calendar-cell-selected-text,
|
|
17227
17155
|
$calendar-cell-selected-bg,
|
|
@@ -17230,8 +17158,7 @@ $kendo-calendar-sizes: (
|
|
|
17230
17158
|
);
|
|
17231
17159
|
}
|
|
17232
17160
|
.k-calendar-td.k-selected:hover .k-calendar-cell-inner,
|
|
17233
|
-
.k-calendar-td.k-selected.k-hover .k-calendar-cell-inner
|
|
17234
|
-
.k-calendar-td.k-state-selected:hover .k-calendar-cell-inner {
|
|
17161
|
+
.k-calendar-td.k-selected.k-hover .k-calendar-cell-inner {
|
|
17235
17162
|
@include fill(
|
|
17236
17163
|
$calendar-cell-selected-hover-text,
|
|
17237
17164
|
$calendar-cell-selected-hover-bg,
|
|
@@ -17240,14 +17167,11 @@ $kendo-calendar-sizes: (
|
|
|
17240
17167
|
);
|
|
17241
17168
|
}
|
|
17242
17169
|
.k-calendar-td:focus .k-calendar-cell-inner,
|
|
17243
|
-
.k-calendar-td.k-focus .k-calendar-cell-inner
|
|
17244
|
-
.k-calendar-td.k-state-focus .k-calendar-cell-inner,
|
|
17245
|
-
.k-calendar-td.k-state-focused .k-calendar-cell-inner {
|
|
17170
|
+
.k-calendar-td.k-focus .k-calendar-cell-inner {
|
|
17246
17171
|
box-shadow: $calendar-cell-focused-shadow;
|
|
17247
17172
|
}
|
|
17248
17173
|
.k-calendar-td.k-selected:focus .k-calendar-cell-inner,
|
|
17249
|
-
.k-calendar-td.k-selected.k-focus .k-calendar-cell-inner
|
|
17250
|
-
.k-calendar-td.k-state-selected.k-state-focus .k-calendar-cell-inner {
|
|
17174
|
+
.k-calendar-td.k-selected.k-focus .k-calendar-cell-inner {
|
|
17251
17175
|
box-shadow: $calendar-cell-selected-focus-shadow;
|
|
17252
17176
|
}
|
|
17253
17177
|
|
|
@@ -17261,8 +17185,7 @@ $kendo-calendar-sizes: (
|
|
|
17261
17185
|
box-shadow: inset -1px 0 $calendar-navigation-border;
|
|
17262
17186
|
|
|
17263
17187
|
li:hover,
|
|
17264
|
-
li.k-hover
|
|
17265
|
-
li.k-state-hover {
|
|
17188
|
+
li.k-hover {
|
|
17266
17189
|
color: $calendar-today-nav-hover-text;
|
|
17267
17190
|
}
|
|
17268
17191
|
}
|
|
@@ -17285,7 +17208,6 @@ $kendo-calendar-sizes: (
|
|
|
17285
17208
|
// Invalid
|
|
17286
17209
|
&.k-invalid,
|
|
17287
17210
|
&.k-invalid:hover,
|
|
17288
|
-
&.k-state-invalid,
|
|
17289
17211
|
&.ng-invalid.ng-touched,
|
|
17290
17212
|
&.ng-invalid.ng-dirty {
|
|
17291
17213
|
border-color: $invalid-border;
|
|
@@ -17333,9 +17255,7 @@ $kendo-calendar-sizes: (
|
|
|
17333
17255
|
}
|
|
17334
17256
|
|
|
17335
17257
|
.k-range-start.k-active,
|
|
17336
|
-
.k-range-
|
|
17337
|
-
.k-range-end.k-active,
|
|
17338
|
-
.k-range-end.k-state-active {
|
|
17258
|
+
.k-range-end.k-active {
|
|
17339
17259
|
.k-calendar-cell-inner {
|
|
17340
17260
|
box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .2);
|
|
17341
17261
|
}
|
|
@@ -17568,7 +17488,6 @@ $kendo-time-selector-sizes: (
|
|
|
17568
17488
|
display: block;
|
|
17569
17489
|
}
|
|
17570
17490
|
|
|
17571
|
-
&.k-state-focused,
|
|
17572
17491
|
&.k-focus {
|
|
17573
17492
|
&::before,
|
|
17574
17493
|
&::after {
|
|
@@ -17740,7 +17659,6 @@ $kendo-time-selector-sizes: (
|
|
|
17740
17659
|
color: $time-list-title-text;
|
|
17741
17660
|
}
|
|
17742
17661
|
|
|
17743
|
-
&.k-state-focused,
|
|
17744
17662
|
&.k-focus {
|
|
17745
17663
|
.k-title {
|
|
17746
17664
|
color: $time-list-title-focus-text;
|
|
@@ -18043,18 +17961,14 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
18043
17961
|
-ms-high-contrast-adjust: none;
|
|
18044
17962
|
|
|
18045
17963
|
&:hover,
|
|
18046
|
-
&.k-state-hover,
|
|
18047
17964
|
&.k-hover {
|
|
18048
17965
|
position: relative;
|
|
18049
17966
|
z-index: 101;
|
|
18050
17967
|
}
|
|
18051
17968
|
|
|
18052
17969
|
&:focus,
|
|
18053
|
-
&.k-state-focus,
|
|
18054
17970
|
&.k-focus,
|
|
18055
|
-
&.k-state-selected,
|
|
18056
17971
|
&.k-selected,
|
|
18057
|
-
&.k-state-selected:hover,
|
|
18058
17972
|
&.k-selected:hover {
|
|
18059
17973
|
position: relative;
|
|
18060
17974
|
z-index: 100;
|
|
@@ -18071,20 +17985,15 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
18071
17985
|
.k-colorpalette-tile {
|
|
18072
17986
|
|
|
18073
17987
|
&:focus,
|
|
18074
|
-
&.k-state-focus,
|
|
18075
17988
|
&.k-focus {
|
|
18076
17989
|
@include box-shadow( $colorpalette-tile-focus-shadow );
|
|
18077
17990
|
}
|
|
18078
17991
|
|
|
18079
17992
|
&:hover,
|
|
18080
|
-
&.k-state-hover,
|
|
18081
17993
|
&.k-hover {
|
|
18082
17994
|
@include box-shadow( $colorpalette-tile-hover-shadow );
|
|
18083
17995
|
}
|
|
18084
17996
|
|
|
18085
|
-
&.k-state-selected,
|
|
18086
|
-
&.k-selected,
|
|
18087
|
-
&.k-state-selected:hover,
|
|
18088
17997
|
&.k-selected,
|
|
18089
17998
|
&.k-selected:hover {
|
|
18090
17999
|
@include box-shadow( $colorpalette-tile-selected-shadow );
|
|
@@ -18450,7 +18359,6 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
|
|
|
18450
18359
|
}
|
|
18451
18360
|
|
|
18452
18361
|
.k-colorgradient:focus,
|
|
18453
|
-
.k-colorgradient.k-state-focus,
|
|
18454
18362
|
.k-colorgradient.k-focus {
|
|
18455
18363
|
@include fill( $border: $colorgradient-focus-border );
|
|
18456
18364
|
@include box-shadow( $colorgradient-focus-shadow );
|
|
@@ -18471,16 +18379,15 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
|
|
|
18471
18379
|
@include box-shadow( $colorgradient-draghandle-shadow );
|
|
18472
18380
|
|
|
18473
18381
|
&:focus,
|
|
18474
|
-
&.k-state-focus,
|
|
18475
18382
|
&.k-focus {
|
|
18476
18383
|
@include fill( $bg: transparent, $border: $white );
|
|
18477
18384
|
@include box-shadow( $colorgradient-draghandle-focus-shadow );
|
|
18478
18385
|
}
|
|
18479
18386
|
|
|
18480
|
-
&:active,
|
|
18481
18387
|
&:hover,
|
|
18482
|
-
&.k-
|
|
18483
|
-
&.k-
|
|
18388
|
+
&.k-hover,
|
|
18389
|
+
&.k-active,
|
|
18390
|
+
&:active {
|
|
18484
18391
|
@include fill( $bg: transparent, $border: $white );
|
|
18485
18392
|
@include box-shadow( $colorgradient-draghandle-hover-shadow );
|
|
18486
18393
|
}
|
|
@@ -18670,7 +18577,6 @@ $coloreditor-views-gap: $coloreditor-spacer !default;
|
|
|
18670
18577
|
}
|
|
18671
18578
|
|
|
18672
18579
|
.k-coloreditor:focus,
|
|
18673
|
-
.k-coloreditor.k-state-focus,
|
|
18674
18580
|
.k-coloreditor.k-focus {
|
|
18675
18581
|
@include fill( $border: $coloreditor-focus-border );
|
|
18676
18582
|
@include box-shadow( $coloreditor-focus-shadow );
|
|
@@ -19890,7 +19796,7 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19890
19796
|
box-sizing: border-box;
|
|
19891
19797
|
}
|
|
19892
19798
|
|
|
19893
|
-
&.k-
|
|
19799
|
+
&.k-readonly {
|
|
19894
19800
|
pointer-events: none;
|
|
19895
19801
|
}
|
|
19896
19802
|
}
|
|
@@ -19967,7 +19873,6 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19967
19873
|
color: $component-text;
|
|
19968
19874
|
|
|
19969
19875
|
&:focus,
|
|
19970
|
-
&.k-state-focused,
|
|
19971
19876
|
&.k-focus {
|
|
19972
19877
|
|
|
19973
19878
|
.k-rating-item {
|
|
@@ -19975,7 +19880,6 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19975
19880
|
text-shadow: $rating-icon-focused-shadow;
|
|
19976
19881
|
}
|
|
19977
19882
|
|
|
19978
|
-
&.k-state-selected > .k-icon,
|
|
19979
19883
|
&.k-selected > .k-icon {
|
|
19980
19884
|
text-shadow: $rating-icon-focused-selected-shadow;
|
|
19981
19885
|
}
|
|
@@ -19986,19 +19890,16 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19986
19890
|
.k-rating-item {
|
|
19987
19891
|
color: $rating-icon-text;
|
|
19988
19892
|
|
|
19989
|
-
&.k-state-selected,
|
|
19990
19893
|
&.k-selected {
|
|
19991
19894
|
color: $rating-icon-selected-text;
|
|
19992
19895
|
|
|
19993
19896
|
&:focus,
|
|
19994
|
-
&.k-state-focused,
|
|
19995
19897
|
&.k-focus {
|
|
19996
19898
|
color: $rating-icon-focused-text;
|
|
19997
19899
|
}
|
|
19998
19900
|
}
|
|
19999
19901
|
|
|
20000
19902
|
&:hover,
|
|
20001
|
-
&.k-state-hover,
|
|
20002
19903
|
&.k-hover {
|
|
20003
19904
|
color: $rating-icon-hover-text;
|
|
20004
19905
|
cursor: pointer;
|
|
@@ -20006,7 +19907,6 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
20006
19907
|
}
|
|
20007
19908
|
}
|
|
20008
19909
|
|
|
20009
|
-
|
|
20010
19910
|
// #endregion
|
|
20011
19911
|
|
|
20012
19912
|
// #endregion
|
|
@@ -21209,7 +21109,6 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
21209
21109
|
z-index: 1;
|
|
21210
21110
|
}
|
|
21211
21111
|
input[disabled],
|
|
21212
|
-
input.k-state-disabled,
|
|
21213
21112
|
input.k-disabled {
|
|
21214
21113
|
visibility: hidden;
|
|
21215
21114
|
}
|
|
@@ -21254,12 +21153,10 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
21254
21153
|
|
|
21255
21154
|
.k-file {
|
|
21256
21155
|
|
|
21257
|
-
&.k-state-focused,
|
|
21258
21156
|
&.k-focus {
|
|
21259
21157
|
box-shadow: inset $upload-focused-shadow;
|
|
21260
21158
|
}
|
|
21261
21159
|
|
|
21262
|
-
.k-upload-action.k-state-focused,
|
|
21263
21160
|
.k-upload-action.k-focus {
|
|
21264
21161
|
box-shadow: $upload-focused-shadow;
|
|
21265
21162
|
}
|
|
@@ -21351,7 +21248,6 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
21351
21248
|
}
|
|
21352
21249
|
|
|
21353
21250
|
// Invalid,
|
|
21354
|
-
&.k-state-invalid,
|
|
21355
21251
|
&.k-invalid,
|
|
21356
21252
|
&.ng-invalid.ng-touched,
|
|
21357
21253
|
&.ng-invalid.ng-dirty {
|
|
@@ -22368,7 +22264,6 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22368
22264
|
|
|
22369
22265
|
// Hover state
|
|
22370
22266
|
&:hover,
|
|
22371
|
-
&.k-state-hover,
|
|
22372
22267
|
&.k-hover {
|
|
22373
22268
|
@include fill(
|
|
22374
22269
|
$actionsheet-item-hover-text,
|
|
@@ -22382,7 +22277,6 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22382
22277
|
|
|
22383
22278
|
// Focus state
|
|
22384
22279
|
&:focus,
|
|
22385
|
-
&.k-state-focus,
|
|
22386
22280
|
&.k-focus {
|
|
22387
22281
|
@include fill(
|
|
22388
22282
|
$actionsheet-item-focus-text,
|
|
@@ -22396,7 +22290,6 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22396
22290
|
|
|
22397
22291
|
// Disabed state
|
|
22398
22292
|
&:disabled,
|
|
22399
|
-
&.k-state-disabled,
|
|
22400
22293
|
&.k-disabled {
|
|
22401
22294
|
@include fill(
|
|
22402
22295
|
$actionsheet-item-disabled-text,
|
|
@@ -22635,7 +22528,6 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22635
22528
|
|
|
22636
22529
|
.k-window {
|
|
22637
22530
|
&:focus,
|
|
22638
|
-
&.k-state-focused,
|
|
22639
22531
|
&.k-focus {
|
|
22640
22532
|
@include box-shadow( $window-focused-shadow );
|
|
22641
22533
|
}
|
|
@@ -23108,33 +23000,28 @@ $drawer-selected-hover-text: $selected-hover-text !default;
|
|
|
23108
23000
|
.k-drawer-item {
|
|
23109
23001
|
|
|
23110
23002
|
&:hover,
|
|
23111
|
-
&.k-state-hover,
|
|
23112
23003
|
&.k-hover {
|
|
23113
23004
|
color: $drawer-hovered-text;
|
|
23114
23005
|
background-color: $drawer-hovered-bg;
|
|
23115
23006
|
}
|
|
23116
23007
|
|
|
23117
23008
|
&:focus,
|
|
23118
|
-
&.k-state-focused,
|
|
23119
23009
|
&.k-focus {
|
|
23120
23010
|
background-color: $drawer-focused-bg;
|
|
23121
23011
|
box-shadow: $drawer-focused-shadow;
|
|
23122
23012
|
|
|
23123
23013
|
&:hover,
|
|
23124
|
-
&.k-state-hover,
|
|
23125
23014
|
&.k-hover {
|
|
23126
23015
|
color: $drawer-hovered-text;
|
|
23127
23016
|
background-color: $drawer-hovered-bg;
|
|
23128
23017
|
}
|
|
23129
23018
|
}
|
|
23130
23019
|
|
|
23131
|
-
&.k-state-selected,
|
|
23132
23020
|
&.k-selected {
|
|
23133
23021
|
color: $drawer-selected-text;
|
|
23134
23022
|
background-color: $drawer-selected-bg;
|
|
23135
23023
|
|
|
23136
23024
|
&:hover,
|
|
23137
|
-
&.k-state-hover,
|
|
23138
23025
|
&.k-hover {
|
|
23139
23026
|
color: $drawer-selected-hover-text;
|
|
23140
23027
|
background-color: $drawer-selected-hover-bg;
|
|
@@ -23862,8 +23749,7 @@ $card-callout-height: 20px !default;
|
|
|
23862
23749
|
}
|
|
23863
23750
|
|
|
23864
23751
|
&:focus,
|
|
23865
|
-
&.k-focus
|
|
23866
|
-
&.k-state-focus {
|
|
23752
|
+
&.k-focus {
|
|
23867
23753
|
@include fill(
|
|
23868
23754
|
$card-focus-text,
|
|
23869
23755
|
$card-focus-bg,
|
|
@@ -23872,8 +23758,7 @@ $card-callout-height: 20px !default;
|
|
|
23872
23758
|
@include box-shadow( $card-focus-shadow );
|
|
23873
23759
|
}
|
|
23874
23760
|
|
|
23875
|
-
&.k-selected
|
|
23876
|
-
&.k-state-selected {
|
|
23761
|
+
&.k-selected {
|
|
23877
23762
|
@include box-shadow( $card-focus-shadow );
|
|
23878
23763
|
}
|
|
23879
23764
|
}
|
|
@@ -23925,10 +23810,8 @@ $card-callout-height: 20px !default;
|
|
|
23925
23810
|
|
|
23926
23811
|
|
|
23927
23812
|
.k-card-wrap {
|
|
23928
|
-
&.k-state-focused,
|
|
23929
|
-
&.k-focus,
|
|
23930
23813
|
&:focus,
|
|
23931
|
-
&.k-
|
|
23814
|
+
&.k-focus,
|
|
23932
23815
|
&.k-selected {
|
|
23933
23816
|
> .k-card {
|
|
23934
23817
|
@include box-shadow( $card-focus-shadow );
|
|
@@ -24352,7 +24235,6 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
24352
24235
|
outline: 0;
|
|
24353
24236
|
}
|
|
24354
24237
|
}
|
|
24355
|
-
.k-bottom-nav-item.k-state-disabled,
|
|
24356
24238
|
.k-bottom-nav-item.k-disabled {
|
|
24357
24239
|
background-color: initial;
|
|
24358
24240
|
}
|
|
@@ -24396,15 +24278,11 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
24396
24278
|
$bg: $color
|
|
24397
24279
|
);
|
|
24398
24280
|
|
|
24399
|
-
.k-bottom-nav-item.k-state-focus,
|
|
24400
|
-
.k-bottom-nav-item.k-focus,
|
|
24401
|
-
.k-bottom-nav-item.k-state-focused,
|
|
24402
24281
|
.k-bottom-nav-item.k-focus,
|
|
24403
24282
|
.k-bottom-nav-item:focus {
|
|
24404
24283
|
@include fill( $bg: rgba(true-mix( $color, contrast-wcag( $color ), 35%), .2));
|
|
24405
24284
|
}
|
|
24406
24285
|
|
|
24407
|
-
.k-bottom-nav-item.k-state-selected,
|
|
24408
24286
|
.k-bottom-nav-item.k-selected {
|
|
24409
24287
|
@include fill( $color: contrast-wcag( $color ) );
|
|
24410
24288
|
}
|
|
@@ -24419,16 +24297,12 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
24419
24297
|
$bottom-nav-flat-border
|
|
24420
24298
|
);
|
|
24421
24299
|
|
|
24422
|
-
.k-bottom-nav-item.k-state-focus,
|
|
24423
|
-
.k-bottom-nav-item.k-focus,
|
|
24424
|
-
.k-bottom-nav-item.k-state-focused,
|
|
24425
24300
|
.k-bottom-nav-item.k-focus,
|
|
24426
24301
|
.k-bottom-nav-item:focus {
|
|
24427
24302
|
@include fill( $bg: rgba($bottom-nav-flat-text, .05) );
|
|
24428
24303
|
}
|
|
24429
24304
|
|
|
24430
24305
|
@each $name, $color in $kendo-theme-colors {
|
|
24431
|
-
&.k-bottom-nav-#{$name} .k-bottom-nav-item.k-state-selected,
|
|
24432
24306
|
&.k-bottom-nav-#{$name} .k-bottom-nav-item.k-selected {
|
|
24433
24307
|
@if $name == "secondary" or $name == "light" {
|
|
24434
24308
|
@include fill( $color: try-shade($color, 3) );
|
|
@@ -24683,7 +24557,6 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24683
24557
|
);
|
|
24684
24558
|
|
|
24685
24559
|
&:focus,
|
|
24686
|
-
&.k-state-focused,
|
|
24687
24560
|
&.k-focus {
|
|
24688
24561
|
@include box-shadow( $breadcrumb-focused-shadow );
|
|
24689
24562
|
}
|
|
@@ -24700,7 +24573,6 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24700
24573
|
|
|
24701
24574
|
// Hovered state
|
|
24702
24575
|
&:hover,
|
|
24703
|
-
&.k-state-hover,
|
|
24704
24576
|
&.k-hover {
|
|
24705
24577
|
@include fill(
|
|
24706
24578
|
$breadcrumb-link-hovered-text,
|
|
@@ -24711,7 +24583,6 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24711
24583
|
|
|
24712
24584
|
// Focused state
|
|
24713
24585
|
&:focus,
|
|
24714
|
-
&.k-state-focused,
|
|
24715
24586
|
&.k-focus {
|
|
24716
24587
|
@include fill(
|
|
24717
24588
|
$breadcrumb-link-focused-text,
|
|
@@ -24733,7 +24604,6 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24733
24604
|
|
|
24734
24605
|
// Hovered state
|
|
24735
24606
|
&:hover,
|
|
24736
|
-
&.k-state-hover,
|
|
24737
24607
|
&.k-hover {
|
|
24738
24608
|
@include fill(
|
|
24739
24609
|
$breadcrumb-root-link-hovered-text,
|
|
@@ -24744,7 +24614,6 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24744
24614
|
|
|
24745
24615
|
// Focused state
|
|
24746
24616
|
&:focus,
|
|
24747
|
-
&.k-state-focused,
|
|
24748
24617
|
&.k-focus {
|
|
24749
24618
|
@include fill(
|
|
24750
24619
|
$breadcrumb-root-link-focused-text,
|
|
@@ -24891,7 +24760,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
24891
24760
|
|
|
24892
24761
|
// Focused state
|
|
24893
24762
|
&:focus,
|
|
24894
|
-
&.k-state-focus,
|
|
24895
24763
|
&.k-focus {
|
|
24896
24764
|
z-index: 3;
|
|
24897
24765
|
}
|
|
@@ -24945,7 +24813,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
24945
24813
|
&:hover {
|
|
24946
24814
|
z-index: 2;
|
|
24947
24815
|
}
|
|
24948
|
-
&.k-state-disabled,
|
|
24949
24816
|
&.k-disabled {
|
|
24950
24817
|
color: inherit;
|
|
24951
24818
|
}
|
|
@@ -24995,7 +24862,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
24995
24862
|
}
|
|
24996
24863
|
|
|
24997
24864
|
// Selected state
|
|
24998
|
-
.k-state-selected,
|
|
24999
24865
|
.k-selected {
|
|
25000
24866
|
cursor: inherit;
|
|
25001
24867
|
z-index: 2;
|
|
@@ -25140,9 +25006,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25140
25006
|
);
|
|
25141
25007
|
|
|
25142
25008
|
&:focus,
|
|
25143
|
-
&.k-focus,
|
|
25144
|
-
&.k-state-focus,
|
|
25145
|
-
&.k-state-focused,
|
|
25146
25009
|
&.k-focus {
|
|
25147
25010
|
@include fill( $bg: $pager-focus-bg );
|
|
25148
25011
|
@include box-shadow( $pager-focus-shadow );
|
|
@@ -25158,7 +25021,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25158
25021
|
);
|
|
25159
25022
|
|
|
25160
25023
|
&:hover,
|
|
25161
|
-
&.k-state-hover,
|
|
25162
25024
|
&.k-hover {
|
|
25163
25025
|
@include fill(
|
|
25164
25026
|
$pager-item-hover-text,
|
|
@@ -25167,7 +25029,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25167
25029
|
);
|
|
25168
25030
|
}
|
|
25169
25031
|
|
|
25170
|
-
&.k-state-selected,
|
|
25171
25032
|
&.k-selected {
|
|
25172
25033
|
@include fill(
|
|
25173
25034
|
$pager-item-selected-text,
|
|
@@ -25177,7 +25038,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25177
25038
|
}
|
|
25178
25039
|
|
|
25179
25040
|
&:focus,
|
|
25180
|
-
&.k-state-focus,
|
|
25181
25041
|
&.k-focus {
|
|
25182
25042
|
background-color: $pager-item-focus-bg;
|
|
25183
25043
|
@include box-shadow( $pager-item-focus-shadow );
|
|
@@ -25201,7 +25061,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25201
25061
|
);
|
|
25202
25062
|
|
|
25203
25063
|
&:hover,
|
|
25204
|
-
&.k-state-hover,
|
|
25205
25064
|
&.k-hover {
|
|
25206
25065
|
@include fill(
|
|
25207
25066
|
$pager-number-hover-text,
|
|
@@ -25211,13 +25070,11 @@ $pager-dropdown-width: 5em !default;
|
|
|
25211
25070
|
}
|
|
25212
25071
|
|
|
25213
25072
|
&:focus,
|
|
25214
|
-
&.k-state-focus,
|
|
25215
25073
|
&.k-focus {
|
|
25216
25074
|
background-color: $pager-number-focus-bg;
|
|
25217
25075
|
@include box-shadow( $pager-number-focus-shadow );
|
|
25218
25076
|
}
|
|
25219
25077
|
|
|
25220
|
-
&.k-state-selected,
|
|
25221
25078
|
&.k-selected {
|
|
25222
25079
|
@include fill(
|
|
25223
25080
|
$pager-number-selected-text,
|
|
@@ -25250,7 +25107,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25250
25107
|
);
|
|
25251
25108
|
|
|
25252
25109
|
&:hover,
|
|
25253
|
-
&.k-state-hover,
|
|
25254
25110
|
&.k-hover {
|
|
25255
25111
|
@include fill(
|
|
25256
25112
|
$dropdownlist-hovered-text,
|
|
@@ -25260,7 +25116,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
25260
25116
|
}
|
|
25261
25117
|
}
|
|
25262
25118
|
|
|
25263
|
-
&.k-
|
|
25119
|
+
&.k-expanded {
|
|
25264
25120
|
@include fill(
|
|
25265
25121
|
$popup-text,
|
|
25266
25122
|
$popup-bg,
|
|
@@ -25271,7 +25127,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25271
25127
|
.k-link {
|
|
25272
25128
|
|
|
25273
25129
|
&:hover,
|
|
25274
|
-
&.k-state-hover,
|
|
25275
25130
|
&.k-hover {
|
|
25276
25131
|
@include fill(
|
|
25277
25132
|
$kendo-list-item-hover-text,
|
|
@@ -25279,7 +25134,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
25279
25134
|
);
|
|
25280
25135
|
}
|
|
25281
25136
|
|
|
25282
|
-
&.k-state-selected,
|
|
25283
25137
|
&.k-selected {
|
|
25284
25138
|
@include fill(
|
|
25285
25139
|
$kendo-list-item-selected-text,
|
|
@@ -25876,7 +25730,6 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25876
25730
|
$bg: $stepper-progressbar-bg
|
|
25877
25731
|
);
|
|
25878
25732
|
|
|
25879
|
-
.k-state-selected,
|
|
25880
25733
|
.k-selected {
|
|
25881
25734
|
@include fill(
|
|
25882
25735
|
$color: $stepper-progressbar-fill-text,
|
|
@@ -26124,13 +25977,11 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26124
25977
|
position: relative;
|
|
26125
25978
|
z-index: 1;
|
|
26126
25979
|
|
|
26127
|
-
&.k-state-active,
|
|
26128
25980
|
&.k-active {
|
|
26129
25981
|
display: block;
|
|
26130
25982
|
}
|
|
26131
25983
|
|
|
26132
25984
|
&:focus,
|
|
26133
|
-
&.k-state-focused,
|
|
26134
25985
|
&.k-focus {
|
|
26135
25986
|
outline-width: 1px;
|
|
26136
25987
|
outline-style: dotted;
|
|
@@ -26219,7 +26070,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26219
26070
|
margin-left: $tabstrip-item-gap;
|
|
26220
26071
|
}
|
|
26221
26072
|
|
|
26222
|
-
.k-item.k-state-active,
|
|
26223
26073
|
.k-item.k-active {
|
|
26224
26074
|
border-bottom-color: transparent;
|
|
26225
26075
|
}
|
|
@@ -26249,7 +26099,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26249
26099
|
margin-left: $tabstrip-item-gap;
|
|
26250
26100
|
}
|
|
26251
26101
|
|
|
26252
|
-
.k-item.k-state-active,
|
|
26253
26102
|
.k-item.k-active {
|
|
26254
26103
|
border-top-color: transparent;
|
|
26255
26104
|
}
|
|
@@ -26283,7 +26132,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26283
26132
|
margin-top: $tabstrip-item-gap;
|
|
26284
26133
|
}
|
|
26285
26134
|
|
|
26286
|
-
.k-item.k-state-active,
|
|
26287
26135
|
.k-item.k-active {
|
|
26288
26136
|
border-right-color: transparent;
|
|
26289
26137
|
}
|
|
@@ -26319,7 +26167,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26319
26167
|
margin-top: $tabstrip-item-gap;
|
|
26320
26168
|
}
|
|
26321
26169
|
|
|
26322
|
-
.k-item.k-state-active,
|
|
26323
26170
|
.k-item.k-active {
|
|
26324
26171
|
border-left-color: transparent;
|
|
26325
26172
|
}
|
|
@@ -26365,7 +26212,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26365
26212
|
border-left-width: $tabstrip-indicator-size;
|
|
26366
26213
|
}
|
|
26367
26214
|
}
|
|
26368
|
-
.k-item.k-state-active::after,
|
|
26369
26215
|
.k-item.k-active::after {
|
|
26370
26216
|
display: block;
|
|
26371
26217
|
}
|
|
@@ -26436,7 +26282,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26436
26282
|
);
|
|
26437
26283
|
|
|
26438
26284
|
&:hover,
|
|
26439
|
-
&.k-state-hover,
|
|
26440
26285
|
&.k-hover {
|
|
26441
26286
|
@include fill(
|
|
26442
26287
|
$tabstrip-item-hovered-text,
|
|
@@ -26447,9 +26292,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26447
26292
|
}
|
|
26448
26293
|
|
|
26449
26294
|
&:active,
|
|
26450
|
-
&.k-state-active,
|
|
26451
26295
|
&.k-active,
|
|
26452
|
-
&.k-state-selected,
|
|
26453
26296
|
&.k-selected {
|
|
26454
26297
|
@include fill(
|
|
26455
26298
|
$tabstrip-item-selected-text,
|
|
@@ -26460,7 +26303,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26460
26303
|
}
|
|
26461
26304
|
|
|
26462
26305
|
&:focus,
|
|
26463
|
-
&.k-state-focused,
|
|
26464
26306
|
&.k-focus {
|
|
26465
26307
|
@include box-shadow( $tabstrip-item-focused-shadow );
|
|
26466
26308
|
}
|
|
@@ -26483,7 +26325,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26483
26325
|
);
|
|
26484
26326
|
|
|
26485
26327
|
&:focus,
|
|
26486
|
-
&.k-state-focused,
|
|
26487
26328
|
&.k-focus {
|
|
26488
26329
|
outline-color: $tabstrip-content-border-focused;
|
|
26489
26330
|
}
|
|
@@ -26494,7 +26335,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26494
26335
|
@if ($tabstrip-indicator-size) {
|
|
26495
26336
|
|
|
26496
26337
|
.k-tabstrip-items-wrapper {
|
|
26497
|
-
.k-item.k-state-active::after,
|
|
26498
26338
|
.k-item.k-active::after {
|
|
26499
26339
|
border-color: $tabstrip-indicator-color;
|
|
26500
26340
|
}
|
|
@@ -26585,7 +26425,6 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
26585
26425
|
justify-content: space-between;
|
|
26586
26426
|
|
|
26587
26427
|
&:focus,
|
|
26588
|
-
&.k-state-focused,
|
|
26589
26428
|
&.k-focus {
|
|
26590
26429
|
outline-width: 1px;
|
|
26591
26430
|
outline-style: dotted;
|
|
@@ -26677,20 +26516,20 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
26677
26516
|
// #endregion
|
|
26678
26517
|
// #region @import "_theme.scss"; -> packages/default/scss/wizard/_theme.scss
|
|
26679
26518
|
@include exports("wizard/theme") {
|
|
26519
|
+
|
|
26680
26520
|
.k-wizard-step {
|
|
26681
26521
|
&:focus,
|
|
26682
|
-
&.k-state-focused,
|
|
26683
26522
|
&.k-focus {
|
|
26684
26523
|
outline-color: $wizard-step-border-focused;
|
|
26685
26524
|
}
|
|
26686
26525
|
|
|
26687
26526
|
.k-ie &:focus,
|
|
26688
|
-
.k-ie &.k-state-focused,
|
|
26689
26527
|
.k-ie &.k-focus {
|
|
26690
26528
|
@include box-shadow($wizard-focused-shadow);
|
|
26691
26529
|
outline: none;
|
|
26692
26530
|
}
|
|
26693
26531
|
}
|
|
26532
|
+
|
|
26694
26533
|
}
|
|
26695
26534
|
|
|
26696
26535
|
// #endregion
|
|
@@ -26850,7 +26689,6 @@ $expander-content-padding-y: $padding-y * 4 !default;
|
|
|
26850
26689
|
$expander-border
|
|
26851
26690
|
);
|
|
26852
26691
|
|
|
26853
|
-
&.k-state-focus,
|
|
26854
26692
|
&.k-focus {
|
|
26855
26693
|
box-shadow: $expander-focus-shadow;
|
|
26856
26694
|
}
|
|
@@ -26865,13 +26703,10 @@ $expander-content-padding-y: $padding-y * 4 !default;
|
|
|
26865
26703
|
outline: none;
|
|
26866
26704
|
|
|
26867
26705
|
&:hover,
|
|
26868
|
-
&.k-state-hover,
|
|
26869
26706
|
&.k-hover {
|
|
26870
26707
|
background-color: $expander-header-hover-bg;
|
|
26871
26708
|
}
|
|
26872
26709
|
|
|
26873
|
-
// Should be removed
|
|
26874
|
-
&.k-state-focused,
|
|
26875
26710
|
&.k-focus {
|
|
26876
26711
|
background-color: $expander-header-focused-bg;
|
|
26877
26712
|
box-shadow: $expander-header-focused-shadow;
|
|
@@ -27114,6 +26949,10 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27114
26949
|
}
|
|
27115
26950
|
}
|
|
27116
26951
|
|
|
26952
|
+
// Panelbar item
|
|
26953
|
+
.k-panelbar-item {
|
|
26954
|
+
outline-style: none;
|
|
26955
|
+
}
|
|
27117
26956
|
|
|
27118
26957
|
// Panelbar content
|
|
27119
26958
|
.k-panelbar-content {
|
|
@@ -27212,7 +27051,6 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27212
27051
|
> .k-item,
|
|
27213
27052
|
> .k-panelbar-header {
|
|
27214
27053
|
|
|
27215
|
-
&.k-state-expanded.k-level-0 > .k-link,
|
|
27216
27054
|
&.k-expanded.k-level-0 > .k-link {
|
|
27217
27055
|
@include fill(
|
|
27218
27056
|
$panelbar-header-expanded-text,
|
|
@@ -27239,7 +27077,6 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27239
27077
|
|
|
27240
27078
|
// Hover
|
|
27241
27079
|
> .k-link:hover,
|
|
27242
|
-
> .k-link.k-state-hover,
|
|
27243
27080
|
> .k-link.k-hover {
|
|
27244
27081
|
@include fill(
|
|
27245
27082
|
$panelbar-header-hovered-text,
|
|
@@ -27251,9 +27088,6 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27251
27088
|
|
|
27252
27089
|
// Focus
|
|
27253
27090
|
> .k-link:focus,
|
|
27254
|
-
> .k-link.k-state-focus,
|
|
27255
|
-
> .k-link.k-focus,
|
|
27256
|
-
> .k-link.k-state-focused,
|
|
27257
27091
|
> .k-link.k-focus {
|
|
27258
27092
|
@include fill(
|
|
27259
27093
|
$panelbar-header-focused-text,
|
|
@@ -27266,7 +27100,6 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27266
27100
|
|
|
27267
27101
|
// Focus & Hover
|
|
27268
27102
|
> .k-link:focus:hover,
|
|
27269
|
-
> .k-link.k-state-focus.k-state-hover,
|
|
27270
27103
|
> .k-link.k-focus.k-hover {
|
|
27271
27104
|
@include fill(
|
|
27272
27105
|
$panelbar-header-hovered-focused-text,
|
|
@@ -27277,7 +27110,6 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27277
27110
|
}
|
|
27278
27111
|
|
|
27279
27112
|
// Selected
|
|
27280
|
-
> .k-link.k-state-selected,
|
|
27281
27113
|
> .k-link.k-selected {
|
|
27282
27114
|
@include fill(
|
|
27283
27115
|
$panelbar-header-selected-text,
|
|
@@ -27293,9 +27125,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27293
27125
|
}
|
|
27294
27126
|
|
|
27295
27127
|
// Selected Hover
|
|
27296
|
-
> .k-link.k-state-selected:hover,
|
|
27297
27128
|
> .k-link.k-selected:hover,
|
|
27298
|
-
> .k-link.k-state-selected.k-state-hover,
|
|
27299
27129
|
> .k-link.k-selected.k-hover {
|
|
27300
27130
|
@include fill(
|
|
27301
27131
|
$panelbar-header-selected-hovered-text,
|
|
@@ -27306,12 +27136,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27306
27136
|
}
|
|
27307
27137
|
|
|
27308
27138
|
// Selected Focus
|
|
27309
|
-
> .k-link.k-state-selected:focus,
|
|
27310
27139
|
> .k-link.k-selected:focus,
|
|
27311
|
-
> .k-link.k-
|
|
27312
|
-
> .k-link.k-selected.k-focus,
|
|
27313
|
-
> .k-link.k-state-selected.k-state-focused,
|
|
27314
|
-
> .k-link.k-selected.k-focused {
|
|
27140
|
+
> .k-link.k-selected.k-focus {
|
|
27315
27141
|
@include fill(
|
|
27316
27142
|
$panelbar-header-selected-focused-text,
|
|
27317
27143
|
$panelbar-header-selected-focused-bg,
|
|
@@ -27321,12 +27147,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27321
27147
|
}
|
|
27322
27148
|
|
|
27323
27149
|
// Selected Focus & Hover
|
|
27324
|
-
> .k-link.k-state-selected:hover:focus,
|
|
27325
27150
|
> .k-link.k-selected:hover:focus,
|
|
27326
|
-
> .k-link.k-
|
|
27327
|
-
> .k-link.k-selected.k-hover.k-state-focus,
|
|
27328
|
-
> .k-link.k-state-selected.k-state-hover.k-state-focused,
|
|
27329
|
-
> .k-link.k-selected.k-hover.k-state-focused {
|
|
27151
|
+
> .k-link.k-selected.k-hover.k-focus {
|
|
27330
27152
|
@include fill(
|
|
27331
27153
|
$panelbar-header-selected-hovered-focused-text,
|
|
27332
27154
|
$panelbar-header-selected-hovered-focused-bg,
|
|
@@ -27343,10 +27165,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27343
27165
|
|
|
27344
27166
|
// Hover
|
|
27345
27167
|
> .k-item > .k-link:hover,
|
|
27346
|
-
> .k-item > .k-link.k-state-hover,
|
|
27347
27168
|
> .k-item > .k-link.k-hover,
|
|
27348
27169
|
> .k-panelbar-item > .k-link:hover,
|
|
27349
|
-
> .k-panelbar-item > .k-link.k-state-hover,
|
|
27350
27170
|
> .k-panelbar-item > .k-link.k-hover {
|
|
27351
27171
|
@include fill(
|
|
27352
27172
|
$panelbar-item-hovered-text,
|
|
@@ -27358,14 +27178,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27358
27178
|
|
|
27359
27179
|
// Focus
|
|
27360
27180
|
> .k-item > .k-link:focus,
|
|
27361
|
-
> .k-item > .k-link.k-state-focus,
|
|
27362
|
-
> .k-item > .k-link.k-focus,
|
|
27363
|
-
> .k-item > .k-link.k-state-focused,
|
|
27364
27181
|
> .k-item > .k-link.k-focus,
|
|
27365
27182
|
> .k-panelbar-item > .k-link:focus,
|
|
27366
|
-
> .k-panelbar-item > .k-link.k-state-focus,
|
|
27367
|
-
> .k-panelbar-item > .k-link.k-focus,
|
|
27368
|
-
> .k-panelbar-item > .k-link.k-state-focused,
|
|
27369
27183
|
> .k-panelbar-item > .k-link.k-focus {
|
|
27370
27184
|
@include fill(
|
|
27371
27185
|
$panelbar-item-focused-text,
|
|
@@ -27378,10 +27192,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27378
27192
|
|
|
27379
27193
|
// Focus & Hover
|
|
27380
27194
|
> .k-item > .k-link:focus:hover,
|
|
27381
|
-
> .k-item > .k-link.k-state-focus.k-state-hover,
|
|
27382
27195
|
> .k-item > .k-link.k-focus.k-hover,
|
|
27383
27196
|
> .k-panelbar-item > .k-link:focus:hover,
|
|
27384
|
-
> .k-panelbar-item > .k-link.k-state-focus.k-state-hover,
|
|
27385
27197
|
> .k-panelbar-item > .k-link.k-focus.k-hover {
|
|
27386
27198
|
@include fill(
|
|
27387
27199
|
$panelbar-item-hovered-focused-text,
|
|
@@ -27392,9 +27204,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27392
27204
|
}
|
|
27393
27205
|
|
|
27394
27206
|
// Selected
|
|
27395
|
-
> .k-item > .k-link.k-state-selected,
|
|
27396
27207
|
> .k-item > .k-link.k-selected,
|
|
27397
|
-
> .k-panelbar-item > .k-link.k-state-selected,
|
|
27398
27208
|
> .k-panelbar-item > .k-link.k-selected {
|
|
27399
27209
|
@include fill(
|
|
27400
27210
|
$panelbar-item-selected-text,
|
|
@@ -27405,13 +27215,9 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27405
27215
|
}
|
|
27406
27216
|
|
|
27407
27217
|
// Selected Hover
|
|
27408
|
-
> .k-item > .k-link.k-state-selected:hover,
|
|
27409
27218
|
> .k-item > .k-link.k-selected:hover,
|
|
27410
|
-
> .k-item > .k-link.k-state-selected.k-state-hover,
|
|
27411
27219
|
> .k-item > .k-link.k-selected.k-hover,
|
|
27412
|
-
> .k-panelbar-item > .k-link.k-state-selected:hover,
|
|
27413
27220
|
> .k-panelbar-item > .k-link.k-selected:hover,
|
|
27414
|
-
> .k-panelbar-item > .k-link.k-state-selected.k-state-hover,
|
|
27415
27221
|
> .k-panelbar-item > .k-link.k-selected.k-hover {
|
|
27416
27222
|
@include fill(
|
|
27417
27223
|
$panelbar-item-selected-hovered-text,
|
|
@@ -27422,18 +27228,10 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27422
27228
|
}
|
|
27423
27229
|
|
|
27424
27230
|
// Selected Focus
|
|
27425
|
-
> .k-item > .k-link.k-state-selected:focus,
|
|
27426
27231
|
> .k-item > .k-link.k-selected:focus,
|
|
27427
|
-
> .k-item > .k-link.k-state-selected.k-state-focus,
|
|
27428
27232
|
> .k-item > .k-link.k-selected.k-focus,
|
|
27429
|
-
> .k-item > .k-link.k-state-selected.k-state-focused,
|
|
27430
|
-
> .k-item > .k-link.k-selected.k-focused,
|
|
27431
|
-
> .k-panelbar-item > .k-link.k-state-selected:focus,
|
|
27432
27233
|
> .k-panelbar-item > .k-link.k-selected:focus,
|
|
27433
|
-
> .k-panelbar-item > .k-link.k-
|
|
27434
|
-
> .k-panelbar-item > .k-link.k-selected.k-focus,
|
|
27435
|
-
> .k-item > .k-link.k-state-selected.k-state-focused,
|
|
27436
|
-
> .k-item > .k-link.k-selected.k-focused {
|
|
27234
|
+
> .k-panelbar-item > .k-link.k-selected.k-focus {
|
|
27437
27235
|
@include fill(
|
|
27438
27236
|
$panelbar-item-selected-focused-text,
|
|
27439
27237
|
$panelbar-item-selected-focused-bg,
|
|
@@ -27443,18 +27241,10 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27443
27241
|
}
|
|
27444
27242
|
|
|
27445
27243
|
// Selected Focus & Hover
|
|
27446
|
-
> .k-item > .k-link.k-state-selected:focus:hover,
|
|
27447
27244
|
> .k-item > .k-link.k-selected:focus:hover,
|
|
27448
|
-
> .k-item > .k-link.k-
|
|
27449
|
-
> .k-item > .k-link.k-selected.k-focus.k-state-hover,
|
|
27450
|
-
> .k-item > .k-link.k-state-selected.k-state-focused.k-state-hover,
|
|
27451
|
-
> .k-item > .k-link.k-selected.k-focused.k-state-hover,
|
|
27452
|
-
> .k-panelbar-item > .k-link.k-state-selected:focus:hover,
|
|
27245
|
+
> .k-item > .k-link.k-selected.k-focus.k-hover,
|
|
27453
27246
|
> .k-panelbar-item > .k-link.k-selected:focus:hover,
|
|
27454
|
-
> .k-panelbar-item > .k-link.k-
|
|
27455
|
-
> .k-panelbar-item > .k-link.k-selected.k-focus.k-state-hover,
|
|
27456
|
-
> .k-item > .k-link.k-state-selected.k-state-focused.k-state-hover,
|
|
27457
|
-
> .k-item > .k-link.k-selected.k-focused.k-state-hover {
|
|
27247
|
+
> .k-panelbar-item > .k-link.k-selected.k-focus.k-hover {
|
|
27458
27248
|
@include fill(
|
|
27459
27249
|
$panelbar-item-selected-hovered-focused-text,
|
|
27460
27250
|
$panelbar-item-selected-hovered-focused-bg,
|
|
@@ -27689,7 +27479,7 @@ $splitbar-selected-text: $selected-text !default;
|
|
|
27689
27479
|
|
|
27690
27480
|
.k-pane,
|
|
27691
27481
|
.k-pane-flex {
|
|
27692
|
-
&.k-
|
|
27482
|
+
&.k-hidden,
|
|
27693
27483
|
&[hidden] {
|
|
27694
27484
|
// sass-lint:disable-block no-important
|
|
27695
27485
|
// hidden panes need to be zero-width to allow pane animation
|
|
@@ -27735,7 +27525,6 @@ $splitbar-selected-text: $selected-text !default;
|
|
|
27735
27525
|
background-color: $splitbar-bg;
|
|
27736
27526
|
}
|
|
27737
27527
|
.k-splitbar:hover,
|
|
27738
|
-
.k-splitbar.k-state-hover,
|
|
27739
27528
|
.k-splitbar.k-hover,
|
|
27740
27529
|
.k-splitbar-horizontal-hover,
|
|
27741
27530
|
.k-splitbar-vertical-hover {
|
|
@@ -27743,9 +27532,6 @@ $splitbar-selected-text: $selected-text !default;
|
|
|
27743
27532
|
background-color: $splitbar-hover-bg;
|
|
27744
27533
|
}
|
|
27745
27534
|
.k-splitbar:focus,
|
|
27746
|
-
.k-splitbar.k-state-focus,
|
|
27747
|
-
.k-splitbar.k-focus,
|
|
27748
|
-
.k-splitbar.k-state-focused,
|
|
27749
27535
|
.k-splitbar.k-focus {
|
|
27750
27536
|
color: $splitbar-selected-text;
|
|
27751
27537
|
background: $splitbar-selected-bg;
|
|
@@ -27850,9 +27636,6 @@ $tilelayout-hint-border: $component-border !default;
|
|
|
27850
27636
|
}
|
|
27851
27637
|
|
|
27852
27638
|
.k-tilelayout-item:focus,
|
|
27853
|
-
.k-tilelayout-item.k-focus,
|
|
27854
|
-
.k-tilelayout-item.k-state-focus,
|
|
27855
|
-
.k-tilelayout-item.k-state-focused,
|
|
27856
27639
|
.k-tilelayout-item.k-focus {
|
|
27857
27640
|
@include box-shadow($tilelayout-card-focus-shadow);
|
|
27858
27641
|
}
|
|
@@ -28526,12 +28309,10 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28526
28309
|
|
|
28527
28310
|
.k-column-menu {
|
|
28528
28311
|
|
|
28529
|
-
.k-listgroup-item.k-state-selected,
|
|
28530
28312
|
.k-listgroup-item.k-selected {
|
|
28531
28313
|
color: $adaptive-grid-sort-text;
|
|
28532
28314
|
background: none;
|
|
28533
28315
|
}
|
|
28534
|
-
.k-listgroup-item.k-state-selected .k-link,
|
|
28535
28316
|
.k-listgroup-item.k-selected .k-link {
|
|
28536
28317
|
color: inherit;
|
|
28537
28318
|
}
|
|
@@ -30152,33 +29933,28 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30152
29933
|
}
|
|
30153
29934
|
|
|
30154
29935
|
// Hover state
|
|
30155
|
-
tbody>tr:not(.k-detail-row):hover,
|
|
30156
|
-
tbody>tr:not(.k-detail-row).k-
|
|
30157
|
-
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 {
|
|
30158
29938
|
color: $grid-hovered-text;
|
|
30159
29939
|
background-color: $grid-hovered-bg;
|
|
30160
29940
|
}
|
|
30161
29941
|
|
|
30162
29942
|
// Selected state
|
|
30163
|
-
td.k-state-selected,
|
|
30164
29943
|
td.k-selected,
|
|
30165
|
-
tr.k-state-selected > td,
|
|
30166
29944
|
tr.k-selected > td {
|
|
30167
29945
|
color: $grid-selected-text;
|
|
30168
29946
|
background-color: $grid-selected-bg;
|
|
30169
29947
|
}
|
|
30170
29948
|
|
|
30171
29949
|
// Focused state
|
|
30172
|
-
td
|
|
29950
|
+
td:focus,
|
|
30173
29951
|
td.k-focus,
|
|
30174
|
-
th.k-state-focused,
|
|
30175
|
-
th.k-focus,
|
|
30176
29952
|
th:focus,
|
|
29953
|
+
th.k-focus,
|
|
30177
29954
|
.k-master-row > td:focus,
|
|
30178
29955
|
.k-grouping-row > td:focus,
|
|
30179
29956
|
.k-detail-row > td:focus,
|
|
30180
29957
|
.k-group-footer > td:focus,
|
|
30181
|
-
.k-grid-pager.k-state-focused,
|
|
30182
29958
|
.k-grid-pager.k-focus {
|
|
30183
29959
|
box-shadow: $grid-focused-shadow;
|
|
30184
29960
|
}
|
|
@@ -30222,20 +29998,16 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30222
29998
|
}
|
|
30223
29999
|
|
|
30224
30000
|
// Selected state
|
|
30225
|
-
.k-state-selected td,
|
|
30226
30001
|
.k-selected td {
|
|
30227
30002
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
30228
30003
|
}
|
|
30229
30004
|
|
|
30230
|
-
.k-state-selected.k-alt td,
|
|
30231
30005
|
.k-selected.k-alt td {
|
|
30232
30006
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
30233
30007
|
}
|
|
30234
30008
|
|
|
30235
30009
|
// Selected hover
|
|
30236
|
-
.k-state-selected:hover td,
|
|
30237
30010
|
.k-selected:hover td,
|
|
30238
|
-
.k-state-selected.k-state-hover td,
|
|
30239
30011
|
.k-selected.k-hover td {
|
|
30240
30012
|
@include fill( $bg: $grid-sticky-selected-hovered-bg );
|
|
30241
30013
|
}
|
|
@@ -30279,12 +30051,9 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30279
30051
|
background-color: $kendo-button-hover-bg;
|
|
30280
30052
|
}
|
|
30281
30053
|
&:focus,
|
|
30282
|
-
&.k-
|
|
30283
|
-
&.k-focus,
|
|
30284
|
-
&.k-state-border-down {
|
|
30054
|
+
&.k-focus {
|
|
30285
30055
|
box-shadow: inset 0 0 0 2px rgba( 0, 0, 0, .1 );
|
|
30286
30056
|
}
|
|
30287
|
-
&.k-state-active,
|
|
30288
30057
|
&.k-active {
|
|
30289
30058
|
color: $selected-text;
|
|
30290
30059
|
background-color: $selected-bg;
|
|
@@ -30340,20 +30109,14 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30340
30109
|
}
|
|
30341
30110
|
|
|
30342
30111
|
// Selected state
|
|
30343
|
-
&.k-state-selected .k-grid-content-sticky,
|
|
30344
30112
|
&.k-selected .k-grid-content-sticky,
|
|
30345
|
-
&.k-state-selected .k-grid-row-sticky,
|
|
30346
30113
|
&.k-selected .k-grid-row-sticky,
|
|
30347
|
-
td.k-grid-content-sticky.k-state-selected,
|
|
30348
30114
|
td.k-grid-content-sticky.k-selected {
|
|
30349
30115
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
30350
30116
|
}
|
|
30351
30117
|
|
|
30352
|
-
&.k-state-selected.k-alt .k-grid-content-sticky,
|
|
30353
30118
|
&.k-selected.k-alt .k-grid-content-sticky,
|
|
30354
|
-
&.k-state-selected.k-alt .k-grid-row-sticky,
|
|
30355
30119
|
&.k-selected.k-alt .k-grid-row-sticky,
|
|
30356
|
-
&.k-alt td.k-grid-content-sticky.k-state-selected,
|
|
30357
30120
|
&.k-alt td.k-grid-content-sticky.k-selected {
|
|
30358
30121
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
30359
30122
|
}
|
|
@@ -30362,26 +30125,18 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30362
30125
|
// Hovered state
|
|
30363
30126
|
&:hover .k-grid-content-sticky,
|
|
30364
30127
|
&:hover .k-grid-row-sticky,
|
|
30365
|
-
&.k-state-hover .k-grid-content-sticky,
|
|
30366
30128
|
&.k-hover .k-grid-content-sticky,
|
|
30367
|
-
&.k-state-hover .k-grid-row-sticky,
|
|
30368
30129
|
&.k-hover .k-grid-row-sticky {
|
|
30369
30130
|
background-color: $grid-sticky-hovered-bg;
|
|
30370
30131
|
}
|
|
30371
30132
|
|
|
30372
30133
|
|
|
30373
30134
|
// Selected hover
|
|
30374
|
-
&.k-state-selected:hover .k-grid-content-sticky,
|
|
30375
30135
|
&.k-selected:hover .k-grid-content-sticky,
|
|
30376
|
-
&.k-state-selected:hover .k-grid-row-sticky,
|
|
30377
30136
|
&.k-selected:hover .k-grid-row-sticky,
|
|
30378
|
-
&.k-state-selected.k-state-hover .k-grid-content-sticky,
|
|
30379
30137
|
&.k-selected.k-hover .k-grid-content-sticky,
|
|
30380
|
-
&.k-state-selected.k-state-hover .k-grid-row-sticky,
|
|
30381
30138
|
&.k-selected.k-hover .k-grid-row-sticky,
|
|
30382
|
-
&:hover td.k-grid-content-sticky.k-state-selected,
|
|
30383
30139
|
&:hover td.k-grid-content-sticky.k-selected,
|
|
30384
|
-
&.k-state-hover td.k-grid-content-sticky.k-state-selected,
|
|
30385
30140
|
&.k-hover td.k-grid-content-sticky.k-selected {
|
|
30386
30141
|
background-color: $grid-sticky-selected-hovered-bg;
|
|
30387
30142
|
}
|
|
@@ -30395,7 +30150,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30395
30150
|
background-color: $grid-sticky-bg;
|
|
30396
30151
|
|
|
30397
30152
|
&:hover,
|
|
30398
|
-
&.k-state-hover,
|
|
30399
30153
|
&.k-hover {
|
|
30400
30154
|
background-color: $grid-sticky-hovered-bg;
|
|
30401
30155
|
}
|
|
@@ -30409,7 +30163,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30409
30163
|
}
|
|
30410
30164
|
|
|
30411
30165
|
&:hover td,
|
|
30412
|
-
&.k-state-hover td,
|
|
30413
30166
|
&.k-hover td {
|
|
30414
30167
|
background-color: $grid-sticky-hovered-bg;
|
|
30415
30168
|
}
|
|
@@ -30421,66 +30174,43 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30421
30174
|
}
|
|
30422
30175
|
|
|
30423
30176
|
// Selected state
|
|
30424
|
-
tr.k-state-selected .k-grid-content-sticky,
|
|
30425
30177
|
tr.k-selected .k-grid-content-sticky,
|
|
30426
|
-
.k-state-selected.k-grid-row-sticky td,
|
|
30427
30178
|
.k-selected.k-grid-row-sticky td,
|
|
30428
|
-
.k-grid-row-sticky td.k-state-selected,
|
|
30429
30179
|
.k-grid-row-sticky td.k-selected,
|
|
30430
|
-
.k-state-selected.k-grid-content-sticky,
|
|
30431
30180
|
.k-selected.k-grid-content-sticky {
|
|
30432
30181
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
30433
30182
|
}
|
|
30434
30183
|
|
|
30435
|
-
tr.k-state-selected.k-alt .k-grid-content-sticky,
|
|
30436
30184
|
tr.k-selected.k-alt .k-grid-content-sticky,
|
|
30437
|
-
.k-state-selected.k-alt.k-grid-row-sticky td,
|
|
30438
30185
|
.k-selected.k-alt.k-grid-row-sticky td,
|
|
30439
|
-
.k-alt .k-state-selected.k-grid-content-sticky,
|
|
30440
30186
|
.k-alt .k-selected.k-grid-content-sticky {
|
|
30441
30187
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
30442
30188
|
}
|
|
30443
30189
|
|
|
30444
30190
|
// Hover state
|
|
30445
30191
|
tr:hover .k-grid-content-sticky,
|
|
30446
|
-
tr.k-state-hover .k-grid-content-sticky,
|
|
30447
30192
|
tr.k-hover .k-grid-content-sticky,
|
|
30448
30193
|
.k-grid-row-sticky:hover td,
|
|
30449
|
-
.k-grid-row-sticky.k-state-hover td,
|
|
30450
30194
|
.k-grid-row-sticky.k-hover td,
|
|
30451
30195
|
.k-grid-row-sticky.k-alt:hover td,
|
|
30452
|
-
.k-grid-row-sticky.k-alt.k-state-hover td,
|
|
30453
30196
|
.k-grid-row-sticky.k-alt.k-hover td,
|
|
30454
30197
|
.k-alt:hover .k-grid-content-sticky,
|
|
30455
|
-
.k-alt.k-state-hover .k-grid-content-sticky,
|
|
30456
30198
|
.k-alt.k-hover .k-grid-content-sticky {
|
|
30457
30199
|
background-color: $grid-sticky-hovered-bg;
|
|
30458
30200
|
}
|
|
30459
30201
|
|
|
30460
30202
|
// Selected + Hover
|
|
30461
|
-
tr.k-state-selected:hover .k-grid-content-sticky,
|
|
30462
30203
|
tr.k-selected:hover .k-grid-content-sticky,
|
|
30463
|
-
tr.k-state-selected.k-state-hover .k-grid-content-sticky,
|
|
30464
30204
|
tr.k-selected.k-hover .k-grid-content-sticky,
|
|
30465
|
-
.k-state-selected.k-grid-row-sticky:hover td,
|
|
30466
30205
|
.k-selected.k-grid-row-sticky:hover td,
|
|
30467
|
-
.k-state-selected.k-grid-row-sticky.k-state-hover td,
|
|
30468
30206
|
.k-selected.k-grid-row-sticky.k-hover td,
|
|
30469
|
-
.k-state-selected.k-alt.k-grid-row-sticky:hover td,
|
|
30470
30207
|
.k-selected.k-alt.k-grid-row-sticky:hover td,
|
|
30471
|
-
.k-state-selected.k-alt.k-grid-row-sticky.k-state-hover td,
|
|
30472
30208
|
.k-selected.k-alt.k-grid-row-sticky.k-hover td,
|
|
30473
|
-
tr.k-state-selected.k-alt:hover .k-grid-content-sticky,
|
|
30474
30209
|
tr.k-selected.k-alt:hover .k-grid-content-sticky,
|
|
30475
|
-
tr.k-state-selected.k-alt.k-state-hover .k-grid-content-sticky,
|
|
30476
30210
|
tr.k-selected.k-alt.k-hover .k-grid-content-sticky,
|
|
30477
|
-
.k-grid-row-sticky:hover td.k-state-selected,
|
|
30478
30211
|
.k-grid-row-sticky:hover td.k-selected,
|
|
30479
|
-
.k-grid-row-sticky.k-state-hover td.k-state-selected,
|
|
30480
30212
|
.k-grid-row-sticky.k-hover td.k-selected,
|
|
30481
|
-
tr:hover .k-grid-content-sticky.k-state-selected,
|
|
30482
30213
|
tr:hover .k-grid-content-sticky.k-selected,
|
|
30483
|
-
tr.k-state-hover .k-grid-content-sticky.k-state-selected,
|
|
30484
30214
|
tr.k-hover .k-grid-content-sticky.k-selected {
|
|
30485
30215
|
background-color: $grid-sticky-selected-hovered-bg;
|
|
30486
30216
|
}
|
|
@@ -30492,7 +30222,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30492
30222
|
}
|
|
30493
30223
|
|
|
30494
30224
|
&:hover .k-grid-content-sticky,
|
|
30495
|
-
&.k-state-hover .k-grid-content-sticky,
|
|
30496
30225
|
&.k-hover .k-grid-content-sticky {
|
|
30497
30226
|
@include fill( $bg: $grid-sticky-hovered-bg );
|
|
30498
30227
|
}
|
|
@@ -30506,13 +30235,11 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30506
30235
|
);
|
|
30507
30236
|
}
|
|
30508
30237
|
.k-columnmenu-item:focus,
|
|
30509
|
-
.k-columnmenu-item.k-state-focus,
|
|
30510
30238
|
.k-columnmenu-item.k-focus {
|
|
30511
30239
|
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
30512
30240
|
}
|
|
30513
30241
|
|
|
30514
30242
|
.k-columnmenu-item {
|
|
30515
|
-
&.k-state-selected,
|
|
30516
30243
|
&.k-selected {
|
|
30517
30244
|
@include fill(
|
|
30518
30245
|
$kendo-list-item-selected-text,
|
|
@@ -30538,7 +30265,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30538
30265
|
);
|
|
30539
30266
|
|
|
30540
30267
|
&:hover,
|
|
30541
|
-
&.k-state-hover,
|
|
30542
30268
|
&.k-hover {
|
|
30543
30269
|
@include fill(
|
|
30544
30270
|
$kendo-list-item-hover-text,
|
|
@@ -30546,7 +30272,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30546
30272
|
);
|
|
30547
30273
|
}
|
|
30548
30274
|
|
|
30549
|
-
&.k-state-selected,
|
|
30550
30275
|
&.k-selected {
|
|
30551
30276
|
@include fill(
|
|
30552
30277
|
$kendo-list-item-selected-text,
|
|
@@ -30555,7 +30280,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30555
30280
|
}
|
|
30556
30281
|
|
|
30557
30282
|
&:focus,
|
|
30558
|
-
&.k-state-focused,
|
|
30559
30283
|
&.k-focus {
|
|
30560
30284
|
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
30561
30285
|
}
|
|
@@ -30791,7 +30515,6 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
30791
30515
|
// Listview content
|
|
30792
30516
|
.k-listview-content {
|
|
30793
30517
|
|
|
30794
|
-
> .k-state-focused,
|
|
30795
30518
|
> .k-focus {
|
|
30796
30519
|
@include fill(
|
|
30797
30520
|
$listview-item-focus-text,
|
|
@@ -30801,7 +30524,6 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
30801
30524
|
@include box-shadow( $listview-item-focus-shadow );
|
|
30802
30525
|
}
|
|
30803
30526
|
|
|
30804
|
-
> .k-state-selected,
|
|
30805
30527
|
> .k-selected {
|
|
30806
30528
|
@include fill(
|
|
30807
30529
|
$listview-item-selected-text,
|
|
@@ -31010,7 +30732,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31010
30732
|
[data-tool="merge"],
|
|
31011
30733
|
[data-tool="freeze"] {
|
|
31012
30734
|
width: auto;
|
|
31013
|
-
min-width: $form-line-height * 1em;
|
|
30735
|
+
min-width: calc( #{$form-line-height} * 1em );
|
|
31014
30736
|
}
|
|
31015
30737
|
|
|
31016
30738
|
.k-color-picker {
|
|
@@ -31179,7 +30901,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31179
30901
|
overflow: hidden;
|
|
31180
30902
|
|
|
31181
30903
|
// disabled cells in the Spreadsheet should allow navigation if link is used
|
|
31182
|
-
.k-state-disabled,
|
|
31183
30904
|
.k-disabled {
|
|
31184
30905
|
pointer-events: auto;
|
|
31185
30906
|
}
|
|
@@ -31741,7 +31462,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31741
31462
|
background-position: 50% 50%;
|
|
31742
31463
|
|
|
31743
31464
|
&:hover div,
|
|
31744
|
-
&.k-state-hovered div,
|
|
31745
31465
|
&.k-hover div {
|
|
31746
31466
|
margin: 0;
|
|
31747
31467
|
align-self: center;
|
|
@@ -31807,7 +31527,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31807
31527
|
.k-spreadsheet-insert-image-dialog {
|
|
31808
31528
|
.k-spreadsheet-has-image {
|
|
31809
31529
|
&:hover,
|
|
31810
|
-
&.k-state-hovered,
|
|
31811
31530
|
&.k-hover {
|
|
31812
31531
|
border-radius: $spreadsheet-insert-image-dialog-preview-overlay-border-radius;
|
|
31813
31532
|
}
|
|
@@ -31984,7 +31703,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31984
31703
|
);
|
|
31985
31704
|
}
|
|
31986
31705
|
|
|
31987
|
-
&.k-state-active,
|
|
31988
31706
|
&.k-active {
|
|
31989
31707
|
@include fill(
|
|
31990
31708
|
$kendo-button-active-text,
|
|
@@ -32002,7 +31720,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
32002
31720
|
> .k-menu,
|
|
32003
31721
|
> .k-menu:not(.k-context-menu) {
|
|
32004
31722
|
|
|
32005
|
-
.k-item
|
|
31723
|
+
.k-item:hover,
|
|
32006
31724
|
.k-item.k-hover {
|
|
32007
31725
|
@include fill(
|
|
32008
31726
|
$kendo-list-item-hover-text,
|
|
@@ -32033,7 +31751,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
32033
31751
|
.k-button {}
|
|
32034
31752
|
|
|
32035
31753
|
.k-button:hover,
|
|
32036
|
-
.k-button.k-state-hover,
|
|
32037
31754
|
.k-button.k-hover {
|
|
32038
31755
|
@include fill(
|
|
32039
31756
|
$kendo-list-item-hover-text,
|
|
@@ -32041,9 +31758,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
32041
31758
|
);
|
|
32042
31759
|
}
|
|
32043
31760
|
.k-button:active,
|
|
32044
|
-
.k-button.k-state-active,
|
|
32045
31761
|
.k-button.k-active,
|
|
32046
|
-
.k-button.k-state-selected,
|
|
32047
31762
|
.k-button.k-selected {
|
|
32048
31763
|
@include fill(
|
|
32049
31764
|
$kendo-list-item-selected-text,
|
|
@@ -32065,13 +31780,11 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
32065
31780
|
|
|
32066
31781
|
.k-spreadsheet-has-image {
|
|
32067
31782
|
&:hover,
|
|
32068
|
-
&.k-state-hovered,
|
|
32069
31783
|
&.k-hover {
|
|
32070
31784
|
box-shadow: $spreadsheet-insert-image-dialog-preview-overlay-shadow;
|
|
32071
31785
|
}
|
|
32072
31786
|
|
|
32073
31787
|
&:hover div,
|
|
32074
|
-
&.k-state-hovered div,
|
|
32075
31788
|
&.k-hover div {
|
|
32076
31789
|
color: $spreadsheet-insert-image-dialog-overlay-hovered-text;
|
|
32077
31790
|
}
|
|
@@ -33025,15 +32738,12 @@ $pivotgrid-remove-text: null !default;
|
|
|
33025
32738
|
|
|
33026
32739
|
|
|
33027
32740
|
// Hover state
|
|
33028
|
-
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-state-hover,
|
|
33029
|
-
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-hover,
|
|
33030
32741
|
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row:hover,
|
|
33031
|
-
.k-pivotgrid-
|
|
33032
|
-
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row.k-hover,
|
|
32742
|
+
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-hover,
|
|
33033
32743
|
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row:hover,
|
|
33034
|
-
.k-pivotgrid-
|
|
33035
|
-
.k-pivotgrid-values tbody > .k-pivotgrid-row
|
|
33036
|
-
.k-pivotgrid-values tbody > .k-pivotgrid-row
|
|
32744
|
+
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row.k-hover,
|
|
32745
|
+
.k-pivotgrid-values tbody > .k-pivotgrid-row:hover,
|
|
32746
|
+
.k-pivotgrid-values tbody > .k-pivotgrid-row.k-hover {
|
|
33037
32747
|
@include fill (
|
|
33038
32748
|
$pivotgrid-hover-text,
|
|
33039
32749
|
$pivotgrid-hover-bg,
|
|
@@ -33042,9 +32752,10 @@ $pivotgrid-remove-text: null !default;
|
|
|
33042
32752
|
}
|
|
33043
32753
|
|
|
33044
32754
|
// Focus state
|
|
33045
|
-
.k-pivotgrid-cell.k-state-focus,
|
|
33046
|
-
.k-pivotgrid-cell.k-focus,
|
|
33047
32755
|
.k-pivotgrid-cell:focus,
|
|
32756
|
+
.k-pivotgrid-cell.k-focus,
|
|
32757
|
+
.k-pivotgrid-empty-cell:focus,
|
|
32758
|
+
.k-pivotgrid-empty-cell.k-focus,
|
|
33048
32759
|
.k-master-row > .k-pivotgrid-cell:focus,
|
|
33049
32760
|
.k-grouping-row > .k-pivotgrid-cell:focus,
|
|
33050
32761
|
.k-detail-row > .k-pivotgrid-cell:focus,
|
|
@@ -33053,9 +32764,7 @@ $pivotgrid-remove-text: null !default;
|
|
|
33053
32764
|
}
|
|
33054
32765
|
|
|
33055
32766
|
// Selected state
|
|
33056
|
-
.k-pivotgrid-cell.k-state-selected,
|
|
33057
32767
|
.k-pivotgrid-cell.k-selected,
|
|
33058
|
-
.k-pivotgrid-row.k-state-selected > .k-pivotgrid-cell,
|
|
33059
32768
|
.k-pivotgrid-row.k-selected > .k-pivotgrid-cell {
|
|
33060
32769
|
@include fill (
|
|
33061
32770
|
$pivotgrid-selected-text,
|
|
@@ -33284,7 +32993,6 @@ $treelist-footer-row-border-width: 1px !default;
|
|
|
33284
32993
|
}
|
|
33285
32994
|
|
|
33286
32995
|
.k-treelist-dragging,
|
|
33287
|
-
.k-treelist-dragging .k-state-hover,
|
|
33288
32996
|
.k-treelist-dragging .k-hover {
|
|
33289
32997
|
cursor: default;
|
|
33290
32998
|
}
|
|
@@ -34000,7 +33708,6 @@ $filemanager-preview-icon-border: null !default;
|
|
|
34000
33708
|
);
|
|
34001
33709
|
}
|
|
34002
33710
|
|
|
34003
|
-
&.k-state-selected .k-file-icon,
|
|
34004
33711
|
&.k-selected .k-file-icon {
|
|
34005
33712
|
@include fill(
|
|
34006
33713
|
inherit,
|
|
@@ -34367,10 +34074,8 @@ $taskboard-drag-placeholder-border: $component-border !default;
|
|
|
34367
34074
|
|
|
34368
34075
|
&:focus,
|
|
34369
34076
|
&.k-focus,
|
|
34370
|
-
&.k-state-focus,
|
|
34371
34077
|
&:hover,
|
|
34372
|
-
&.k-hover
|
|
34373
|
-
&.k-state-hover {
|
|
34078
|
+
&.k-hover {
|
|
34374
34079
|
text-decoration: underline;
|
|
34375
34080
|
}
|
|
34376
34081
|
}
|
|
@@ -34459,7 +34164,6 @@ $taskboard-drag-placeholder-border: $component-border !default;
|
|
|
34459
34164
|
);
|
|
34460
34165
|
}
|
|
34461
34166
|
.k-taskboard-column:focus,
|
|
34462
|
-
.k-taskboard-column.k-state-focus,
|
|
34463
34167
|
.k-taskboard-column.k-focus {
|
|
34464
34168
|
@include fill(
|
|
34465
34169
|
$taskboard-column-focus-text,
|
|
@@ -34498,39 +34202,33 @@ $taskboard-drag-placeholder-border: $component-border !default;
|
|
|
34498
34202
|
@include fill( $color: $taskboard-card-header-text );
|
|
34499
34203
|
|
|
34500
34204
|
&:focus,
|
|
34501
|
-
&.k-focus
|
|
34502
|
-
&.k-state-focus {
|
|
34205
|
+
&.k-focus {
|
|
34503
34206
|
@include fill( $color: $taskboard-card-header-focus-text );
|
|
34504
34207
|
}
|
|
34505
34208
|
|
|
34506
34209
|
&:hover,
|
|
34507
|
-
&.k-hover
|
|
34508
|
-
&.k-state-hover {
|
|
34210
|
+
&.k-hover {
|
|
34509
34211
|
@include fill( $color: $taskboard-card-header-hover-text );
|
|
34510
34212
|
}
|
|
34511
34213
|
}
|
|
34512
34214
|
|
|
34513
34215
|
&:focus,
|
|
34514
|
-
&.k-focus
|
|
34515
|
-
&.k-state-focus {
|
|
34216
|
+
&.k-focus {
|
|
34516
34217
|
@include fill( $border: $taskboard-card-focus-border );
|
|
34517
34218
|
@include box-shadow( $taskboard-card-focus-shadow );
|
|
34518
34219
|
}
|
|
34519
34220
|
|
|
34520
34221
|
&:hover,
|
|
34521
|
-
&.k-hover
|
|
34522
|
-
&.k-state-hover {
|
|
34222
|
+
&.k-hover {
|
|
34523
34223
|
@include fill( $border: $taskboard-card-hover-border );
|
|
34524
34224
|
}
|
|
34525
34225
|
|
|
34526
|
-
&.k-selected
|
|
34527
|
-
&.k-state-selected {
|
|
34226
|
+
&.k-selected {
|
|
34528
34227
|
@include fill( $border: $taskboard-card-selected-border );
|
|
34529
34228
|
@include box-shadow( $taskboard-card-selected-shadow );
|
|
34530
34229
|
}
|
|
34531
34230
|
|
|
34532
|
-
&.k-disabled
|
|
34533
|
-
&.k-state-disabled {
|
|
34231
|
+
&.k-disabled {
|
|
34534
34232
|
@include disabled( $disabled-styling );
|
|
34535
34233
|
}
|
|
34536
34234
|
}
|
|
@@ -34659,7 +34357,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
34659
34357
|
pointer-events: auto;
|
|
34660
34358
|
}
|
|
34661
34359
|
|
|
34662
|
-
.k-editor-content.k-state-focused,
|
|
34663
34360
|
.k-editor-content.k-focus {
|
|
34664
34361
|
outline-width: 1px;
|
|
34665
34362
|
outline-style: dashed;
|
|
@@ -35114,7 +34811,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35114
34811
|
display: block;
|
|
35115
34812
|
margin: auto;
|
|
35116
34813
|
|
|
35117
|
-
&.k-state-selected,
|
|
35118
34814
|
&.k-selected {
|
|
35119
34815
|
color: inherit;
|
|
35120
34816
|
border-width: 0;
|
|
@@ -35334,7 +35030,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35334
35030
|
|
|
35335
35031
|
kendo-editor {
|
|
35336
35032
|
&.k-readonly {
|
|
35337
|
-
.k-editor-content.k-state-focused,
|
|
35338
35033
|
.k-editor-content.k-focus {
|
|
35339
35034
|
outline-color: $body-text;
|
|
35340
35035
|
}
|
|
@@ -35372,7 +35067,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35372
35067
|
|
|
35373
35068
|
// Hover & Actve state
|
|
35374
35069
|
&:hover,
|
|
35375
|
-
&.k-
|
|
35070
|
+
&.k-active,
|
|
35376
35071
|
&.k-active {
|
|
35377
35072
|
border-color: $panel-border;
|
|
35378
35073
|
}
|
|
@@ -35390,7 +35085,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35390
35085
|
|
|
35391
35086
|
// Insert table
|
|
35392
35087
|
.k-ct-popup {
|
|
35393
|
-
.k-state-selected,
|
|
35394
35088
|
.k-selected {
|
|
35395
35089
|
@include fill( $selected-text, $selected-bg, $selected-border, none );
|
|
35396
35090
|
}
|
|
@@ -35894,7 +35588,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
35894
35588
|
}
|
|
35895
35589
|
|
|
35896
35590
|
&.k-gantt-planned .k-grid-content tr {
|
|
35897
|
-
height: calc( #{$line-height-em * 1.7
|
|
35591
|
+
height: calc( #{$line-height-em} * 1.7 + #{$grid-cell-padding-y * 2} + #{$grid-cell-horizontal-border-width} );
|
|
35898
35592
|
}
|
|
35899
35593
|
|
|
35900
35594
|
// Layout
|
|
@@ -35939,7 +35633,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
35939
35633
|
}
|
|
35940
35634
|
}
|
|
35941
35635
|
|
|
35942
|
-
tr.k-state-selected > td:last-child,
|
|
35943
35636
|
tr.k-selected > td:last-child {
|
|
35944
35637
|
background: transparent;
|
|
35945
35638
|
}
|
|
@@ -36118,7 +35811,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36118
35811
|
padding: 0 !important; // sass-lint:disable-line no-important
|
|
36119
35812
|
}
|
|
36120
35813
|
.k-grid-header tr {
|
|
36121
|
-
height: calc( #{$line-height-em * 2
|
|
35814
|
+
height: calc( #{$line-height-em} * 2 + #{$grid-header-padding-y * 4} + 2px );
|
|
36122
35815
|
vertical-align: bottom;
|
|
36123
35816
|
}
|
|
36124
35817
|
.k-grid-content {
|
|
@@ -36209,7 +35902,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36209
35902
|
border-color: currentColor;
|
|
36210
35903
|
position: absolute;
|
|
36211
35904
|
}
|
|
36212
|
-
.k-gantt-line.k-state-selected,
|
|
36213
35905
|
.k-gantt-line.k-selected {
|
|
36214
35906
|
z-index: 3;
|
|
36215
35907
|
}
|
|
@@ -36283,7 +35975,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36283
35975
|
transform: translate(-50%, -50%);
|
|
36284
35976
|
}
|
|
36285
35977
|
.k-task-dot:hover::before,
|
|
36286
|
-
.k-task-dot.k-state-hover::before,
|
|
36287
35978
|
.k-task-dot.k-hover::before {
|
|
36288
35979
|
border-width: 1px;
|
|
36289
35980
|
}
|
|
@@ -36754,7 +36445,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36754
36445
|
$border: $gantt-milestone-border
|
|
36755
36446
|
);
|
|
36756
36447
|
}
|
|
36757
|
-
.k-task-milestone.k-state-selected .k-task-milestone-content,
|
|
36758
36448
|
.k-task-milestone.k-selected .k-task-milestone-content {
|
|
36759
36449
|
@include fill(
|
|
36760
36450
|
$bg: $gantt-milestone-selected-bg,
|
|
@@ -36769,7 +36459,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36769
36459
|
stroke: $gantt-line-fill;
|
|
36770
36460
|
}
|
|
36771
36461
|
|
|
36772
|
-
polyline.k-state-selected,
|
|
36773
36462
|
polyline.k-selected {
|
|
36774
36463
|
stroke: $gantt-line-selected-fill;
|
|
36775
36464
|
}
|
|
@@ -36823,7 +36512,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36823
36512
|
);
|
|
36824
36513
|
}
|
|
36825
36514
|
.k-task-dot:hover::before,
|
|
36826
|
-
.k-task-dot.k-state-hover::before,
|
|
36827
36515
|
.k-task-dot.k-hover::before {
|
|
36828
36516
|
@include fill(
|
|
36829
36517
|
$bg: $gantt-dot-hover-bg,
|
|
@@ -36849,7 +36537,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36849
36537
|
);
|
|
36850
36538
|
}
|
|
36851
36539
|
}
|
|
36852
|
-
.k-task-milestone.k-state-selected,
|
|
36853
36540
|
.k-task-milestone.k-selected {
|
|
36854
36541
|
background-image: none;
|
|
36855
36542
|
@include fill(
|
|
@@ -36880,7 +36567,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36880
36567
|
.k-task-advanced .k-task-summary-complete {
|
|
36881
36568
|
color: $gantt-advanced-bg;
|
|
36882
36569
|
}
|
|
36883
|
-
.k-task-summary.k-state-selected,
|
|
36884
36570
|
.k-task-summary.k-selected {
|
|
36885
36571
|
color: $gantt-summary-selected-bg;
|
|
36886
36572
|
|
|
@@ -36924,7 +36610,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36924
36610
|
$bg: $gantt-advanced-bg
|
|
36925
36611
|
);
|
|
36926
36612
|
}
|
|
36927
|
-
.k-task-single.k-state-selected,
|
|
36928
36613
|
.k-task-single.k-selected {
|
|
36929
36614
|
@include fill(
|
|
36930
36615
|
$gantt-task-selected-text,
|
|
@@ -36941,7 +36626,6 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36941
36626
|
.k-gantt-line {
|
|
36942
36627
|
color: $gantt-line-fill;
|
|
36943
36628
|
}
|
|
36944
|
-
.k-gantt-line.k-state-selected,
|
|
36945
36629
|
.k-gantt-line.k-selected {
|
|
36946
36630
|
color: $gantt-line-selected-fill;
|
|
36947
36631
|
}
|
|
@@ -37597,7 +37281,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37597
37281
|
}
|
|
37598
37282
|
|
|
37599
37283
|
&:hover,
|
|
37600
|
-
&.k-state-hover,
|
|
37601
37284
|
&.k-hover {
|
|
37602
37285
|
.k-event-delete {
|
|
37603
37286
|
opacity: 1;
|
|
@@ -37663,7 +37346,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37663
37346
|
|
|
37664
37347
|
// Hover
|
|
37665
37348
|
&:hover,
|
|
37666
|
-
&.k-state-hover,
|
|
37667
37349
|
&.k-hover {
|
|
37668
37350
|
.k-event-actions .k-event-delete,
|
|
37669
37351
|
.k-resize-handle {
|
|
@@ -37921,11 +37603,9 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37921
37603
|
opacity: .5;
|
|
37922
37604
|
visibility: hidden;
|
|
37923
37605
|
}
|
|
37924
|
-
.k-state-hover .k-task > .k-event-delete,
|
|
37925
37606
|
.k-hover .k-task > .k-event-delete,
|
|
37926
37607
|
.k-scheduler-content tr:hover .k-event-delete,
|
|
37927
37608
|
.k-scheduler-content .k-scheduler-row:hover .k-event-delete,
|
|
37928
|
-
.k-scheduler-content .k-scheduler-row.k-state-hover .k-event-delete,
|
|
37929
37609
|
.k-scheduler-content .k-scheduler-row.k-hover .k-event-delete {
|
|
37930
37610
|
visibility: visible;
|
|
37931
37611
|
}
|
|
@@ -37999,7 +37679,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37999
37679
|
position: relative;
|
|
38000
37680
|
}
|
|
38001
37681
|
|
|
38002
|
-
td.k-state-selected,
|
|
38003
37682
|
td.k-selected {
|
|
38004
37683
|
background-color: inherit;
|
|
38005
37684
|
}
|
|
@@ -38346,9 +38025,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38346
38025
|
);
|
|
38347
38026
|
}
|
|
38348
38027
|
|
|
38349
|
-
.k-scheduler-layout td.k-state-selected,
|
|
38350
38028
|
.k-scheduler-layout td.k-selected,
|
|
38351
|
-
.k-scheduler-layout .k-scheduler-cell.k-state-selected,
|
|
38352
38029
|
.k-scheduler-layout .k-scheduler-cell.k-selected {
|
|
38353
38030
|
background-color: rgba($selected-bg, .25);
|
|
38354
38031
|
}
|
|
@@ -38371,7 +38048,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38371
38048
|
);
|
|
38372
38049
|
@include box-shadow( $scheduler-event-shadow );
|
|
38373
38050
|
|
|
38374
|
-
|
|
38051
|
+
&:hover,
|
|
38375
38052
|
&.k-hover {
|
|
38376
38053
|
@include fill(
|
|
38377
38054
|
$scheduler-event-hover-text,
|
|
@@ -38382,7 +38059,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38382
38059
|
@include box-shadow( $scheduler-event-hover-shadow );
|
|
38383
38060
|
}
|
|
38384
38061
|
|
|
38385
|
-
&.k-state-selected,
|
|
38386
38062
|
&.k-selected {
|
|
38387
38063
|
@include fill(
|
|
38388
38064
|
$scheduler-event-selected-text,
|
|
@@ -38449,10 +38125,8 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38449
38125
|
|
|
38450
38126
|
// Hover
|
|
38451
38127
|
.k-scheduler-content tr:hover,
|
|
38452
|
-
.k-scheduler-content tr.k-state-hover,
|
|
38453
38128
|
.k-scheduler-content tr.k-hover,
|
|
38454
38129
|
.k-scheduler-content .k-scheduler-row:hover,
|
|
38455
|
-
.k-scheduler-content .k-scheduler-row.k-state-hover,
|
|
38456
38130
|
.k-scheduler-content .k-scheduler-row.k-hover {
|
|
38457
38131
|
@include fill(
|
|
38458
38132
|
$hovered-text,
|
|
@@ -38464,9 +38138,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38464
38138
|
|
|
38465
38139
|
.k-scheduler-content tr:hover .k-scheduler-datecolumn,
|
|
38466
38140
|
.k-scheduler-content tr:hover .k-scheduler-groupcolumn,
|
|
38467
|
-
.k-scheduler-content tr.k-state-hover .k-scheduler-datecolumn,
|
|
38468
38141
|
.k-scheduler-content tr.k-hover .k-scheduler-datecolumn,
|
|
38469
|
-
.k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn,
|
|
38470
38142
|
.k-scheduler-content tr.k-hover .k-scheduler-groupcolumn {
|
|
38471
38143
|
@include fill(
|
|
38472
38144
|
$scheduler-text,
|
|
@@ -38476,13 +38148,10 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38476
38148
|
}
|
|
38477
38149
|
|
|
38478
38150
|
// Selected
|
|
38479
|
-
.k-scheduler-content tr.k-state-selected,
|
|
38480
38151
|
.k-scheduler-content tr.k-selected {
|
|
38481
38152
|
background-color: rgba($selected-bg, .25);
|
|
38482
38153
|
}
|
|
38483
|
-
.k-scheduler-content tr.k-state-selected .k-scheduler-datecolumn,
|
|
38484
38154
|
.k-scheduler-content tr.k-selected .k-scheduler-datecolumn,
|
|
38485
|
-
.k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn,
|
|
38486
38155
|
.k-scheduler-content tr.k-selected .k-scheduler-groupcolumn {
|
|
38487
38156
|
background-color: $scheduler-bg;
|
|
38488
38157
|
}
|
|
@@ -38500,7 +38169,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38500
38169
|
@include fill( $bg: $scheduler-yearview-indicator-bg );
|
|
38501
38170
|
}
|
|
38502
38171
|
|
|
38503
|
-
.k-state-selected .k-day-indicator,
|
|
38504
38172
|
.k-selected .k-day-indicator {
|
|
38505
38173
|
@include fill( $bg: $scheduler-yearview-indicator-selected-bg );
|
|
38506
38174
|
}
|
|
@@ -38801,7 +38469,6 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
38801
38469
|
|
|
38802
38470
|
|
|
38803
38471
|
// Message states
|
|
38804
|
-
.k-message.k-state-selected,
|
|
38805
38472
|
.k-message.k-selected {
|
|
38806
38473
|
margin-bottom: $chat-item-spacing-y;
|
|
38807
38474
|
border: 0;
|
|
@@ -38930,7 +38597,6 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
38930
38597
|
align-items: center;
|
|
38931
38598
|
|
|
38932
38599
|
&:focus,
|
|
38933
|
-
&.k-state-focus,
|
|
38934
38600
|
&.k-focus,
|
|
38935
38601
|
&:focus-within {
|
|
38936
38602
|
outline: 0;
|
|
@@ -39011,7 +38677,6 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
39011
38677
|
flex: 0 0 auto;
|
|
39012
38678
|
}
|
|
39013
38679
|
|
|
39014
|
-
&.k-state-selected,
|
|
39015
38680
|
&.k-selected {
|
|
39016
38681
|
background: none;
|
|
39017
38682
|
}
|
|
@@ -39245,7 +38910,6 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
39245
38910
|
.k-bubble:hover {
|
|
39246
38911
|
@include box-shadow( $chat-bubble-hover-shadow );
|
|
39247
38912
|
}
|
|
39248
|
-
.k-state-selected .k-bubble,
|
|
39249
38913
|
.k-selected .k-bubble {
|
|
39250
38914
|
@include box-shadow( $chat-bubble-selected-shadow );
|
|
39251
38915
|
}
|
|
@@ -39261,7 +38925,6 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
39261
38925
|
.k-alt .k-bubble:hover {
|
|
39262
38926
|
@include box-shadow( $chat-alt-bubble-hover-shadow );
|
|
39263
38927
|
}
|
|
39264
|
-
.k-alt .k-state-selected .k-bubble,
|
|
39265
38928
|
.k-alt .k-selected .k-bubble {
|
|
39266
38929
|
@include box-shadow( $chat-alt-bubble-selected-shadow );
|
|
39267
38930
|
}
|
|
@@ -40048,7 +39711,6 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
40048
39711
|
color: $body-text;
|
|
40049
39712
|
}
|
|
40050
39713
|
|
|
40051
|
-
.k-timeline-arrow.k-state-disabled,
|
|
40052
39714
|
.k-timeline-arrow.k-disabled {
|
|
40053
39715
|
opacity: 1; // The arrow button in disabled mode should have a solid background
|
|
40054
39716
|
color: $timeline-track-arrow-disabled-text;
|
|
@@ -40069,7 +39731,6 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
40069
39731
|
background-color: $timeline-flag-bg;
|
|
40070
39732
|
}
|
|
40071
39733
|
|
|
40072
|
-
.k-timeline-track-item.k-state-focus .k-timeline-circle,
|
|
40073
39734
|
.k-timeline-track-item.k-focus .k-timeline-circle {
|
|
40074
39735
|
@include box-shadow( $timeline-track-item-focus-shadow );
|
|
40075
39736
|
}
|
|
@@ -40858,7 +40519,6 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
40858
40519
|
-webkit-tap-highlight-color: $scrollview-arrow-tap-highlight-color;
|
|
40859
40520
|
|
|
40860
40521
|
&:focus,
|
|
40861
|
-
&.k-state-focus,
|
|
40862
40522
|
&.k-focus {
|
|
40863
40523
|
color: $scrollview-navigation-color;
|
|
40864
40524
|
opacity: $scrollview-navigation-hover-opacity;
|
|
@@ -40869,7 +40529,6 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
40869
40529
|
}
|
|
40870
40530
|
|
|
40871
40531
|
&:hover,
|
|
40872
|
-
&.k-state-hover,
|
|
40873
40532
|
&.k-hover {
|
|
40874
40533
|
color: $scrollview-navigation-color;
|
|
40875
40534
|
opacity: $scrollview-navigation-hover-opacity;
|
|
@@ -40889,14 +40548,12 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
40889
40548
|
}
|
|
40890
40549
|
|
|
40891
40550
|
&:focus,
|
|
40892
|
-
&.k-state-focused,
|
|
40893
40551
|
&.k-focus {
|
|
40894
40552
|
box-shadow: $scrollview-pagebutton-shadow;
|
|
40895
40553
|
}
|
|
40896
40554
|
}
|
|
40897
40555
|
|
|
40898
40556
|
.k-scrollview-nav > .k-link:hover,
|
|
40899
|
-
.k-scrollview-nav > .k-link.k-state-hover,
|
|
40900
40557
|
.k-scrollview-nav > .k-link.k-hover {
|
|
40901
40558
|
box-shadow: $scrollview-pagebutton-shadow;
|
|
40902
40559
|
}
|
|
@@ -41709,7 +41366,7 @@ $treemap-line-height: $line-height !default;
|
|
|
41709
41366
|
.k-leaf.k-inverse {
|
|
41710
41367
|
color: $component-text;
|
|
41711
41368
|
}
|
|
41712
|
-
.k-leaf
|
|
41369
|
+
.k-leaf:hover,
|
|
41713
41370
|
.k-leaf.k-hover {
|
|
41714
41371
|
box-shadow: inset 0 0 0 3px $component-border;
|
|
41715
41372
|
}
|
|
@@ -42179,8 +41836,7 @@ $orgchart-line-v-height: 25px !default;
|
|
|
42179
41836
|
}
|
|
42180
41837
|
|
|
42181
41838
|
&:focus,
|
|
42182
|
-
&.k-focus
|
|
42183
|
-
&.k-state-focus {
|
|
41839
|
+
&.k-focus {
|
|
42184
41840
|
@include box-shadow( $orgchart-card-focus-shadow );
|
|
42185
41841
|
}
|
|
42186
41842
|
}
|
|
@@ -42194,9 +41850,6 @@ $orgchart-line-v-height: 25px !default;
|
|
|
42194
41850
|
);
|
|
42195
41851
|
}
|
|
42196
41852
|
.k-orgchart-node-group-container:focus,
|
|
42197
|
-
.k-orgchart-node-group-container.k-focus,
|
|
42198
|
-
.k-orgchart-node-group-container.k-state-focus,
|
|
42199
|
-
.k-orgchart-node-group-container.k-state-focused,
|
|
42200
41853
|
.k-orgchart-node-group-container.k-focus {
|
|
42201
41854
|
@include box-shadow( $orgchart-node-group-focus-shadow );
|
|
42202
41855
|
@include fill ( $border: $orgchart-node-group-focus-border );
|
|
@@ -42238,40 +41891,42 @@ $kendo-signature-height: 84px !default;
|
|
|
42238
41891
|
$kendo-signature-maximized-width: 750px !default;
|
|
42239
41892
|
$kendo-signature-maximized-height: 252px !default;
|
|
42240
41893
|
|
|
42241
|
-
$kendo-signature-padding: map-get( $spacing, 1 ) !default;
|
|
42242
|
-
$kendo-signature-padding-sm: map-get( $spacing, 1 ) - map-get($spacing, thin) !default;
|
|
42243
|
-
$kendo-signature-padding-md: $kendo-signature-padding !default;
|
|
42244
|
-
$kendo-signature-padding-lg: map-get( $spacing,
|
|
41894
|
+
$kendo-signature-padding-x: map-get( $spacing, 1 ) !default;
|
|
41895
|
+
$kendo-signature-padding-x-sm: map-get( $spacing, 1 ) - map-get($spacing, thin) !default;
|
|
41896
|
+
$kendo-signature-padding-x-md: $kendo-signature-padding-x !default;
|
|
41897
|
+
$kendo-signature-padding-x-lg: map-get( $spacing, 2 ) !default;
|
|
41898
|
+
|
|
41899
|
+
$kendo-signature-padding-y: $kendo-signature-padding-x !default;
|
|
41900
|
+
$kendo-signature-padding-y-sm: $kendo-signature-padding-x-sm !default;
|
|
41901
|
+
$kendo-signature-padding-y-md: $kendo-signature-padding-x-md !default;
|
|
41902
|
+
$kendo-signature-padding-y-lg: $kendo-signature-padding-x-lg !default;
|
|
42245
41903
|
|
|
42246
41904
|
$kendo-signature-line-width: 1px !default;
|
|
42247
41905
|
$kendo-signature-line-style: dashed !default;
|
|
42248
41906
|
$kendo-signature-line-color: rgba( $info, .24 ) !default;
|
|
42249
41907
|
|
|
42250
|
-
$kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding} ) !default;
|
|
42251
|
-
$kendo-signature-line-size-sm: calc( 100% - 2 * #{$kendo-signature-padding-sm} ) !default;
|
|
42252
|
-
$kendo-signature-line-size-md: calc( 100% - 2 * #{$kendo-signature-padding-md} ) !default;
|
|
42253
|
-
$kendo-signature-line-size-lg: calc( 100% - 2 * #{$kendo-signature-padding-lg} ) !default;
|
|
41908
|
+
$kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding-x} ) !default;
|
|
41909
|
+
$kendo-signature-line-size-sm: calc( 100% - 2 * #{$kendo-signature-padding-x-sm} ) !default;
|
|
41910
|
+
$kendo-signature-line-size-md: calc( 100% - 2 * #{$kendo-signature-padding-x-md} ) !default;
|
|
41911
|
+
$kendo-signature-line-size-lg: calc( 100% - 2 * #{$kendo-signature-padding-x-lg} ) !default;
|
|
42254
41912
|
|
|
42255
|
-
$kendo-signature-line-bottom-offset:
|
|
42256
|
-
$kendo-signature-line-bottom-offset-sm: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-sm} ) !default;
|
|
42257
|
-
$kendo-signature-line-bottom-offset-md: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-md} ) !default;
|
|
42258
|
-
$kendo-signature-line-bottom-offset-lg: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-lg} ) !default;
|
|
41913
|
+
$kendo-signature-line-bottom-offset: 33% !default;
|
|
42259
41914
|
|
|
42260
41915
|
$kendo-signature-sizes: (
|
|
42261
41916
|
sm: (
|
|
42262
|
-
padding: $kendo-signature-padding-sm,
|
|
42263
|
-
|
|
42264
|
-
line-
|
|
41917
|
+
padding-x: $kendo-signature-padding-x-sm,
|
|
41918
|
+
padding-y: $kendo-signature-padding-y-sm,
|
|
41919
|
+
line-size: $kendo-signature-line-size-sm
|
|
42265
41920
|
),
|
|
42266
41921
|
md: (
|
|
42267
|
-
padding: $kendo-signature-padding-md,
|
|
42268
|
-
|
|
42269
|
-
line-
|
|
41922
|
+
padding-x: $kendo-signature-padding-x-md,
|
|
41923
|
+
padding-y: $kendo-signature-padding-y-md,
|
|
41924
|
+
line-size: $kendo-signature-line-size-md
|
|
42270
41925
|
),
|
|
42271
41926
|
lg: (
|
|
42272
|
-
padding: $kendo-signature-padding-lg,
|
|
42273
|
-
|
|
42274
|
-
line-
|
|
41927
|
+
padding-x: $kendo-signature-padding-x-lg,
|
|
41928
|
+
padding-y: $kendo-signature-padding-y-lg,
|
|
41929
|
+
line-size: $kendo-signature-line-size-lg
|
|
42275
41930
|
)
|
|
42276
41931
|
) !default;
|
|
42277
41932
|
|
|
@@ -42284,7 +41939,7 @@ $kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacin
|
|
|
42284
41939
|
|
|
42285
41940
|
.k-signature {
|
|
42286
41941
|
width: $kendo-signature-width;
|
|
42287
|
-
height: $kendo-signature-height;
|
|
41942
|
+
min-height: $kendo-signature-height;
|
|
42288
41943
|
position: relative;
|
|
42289
41944
|
box-sizing: border-box;
|
|
42290
41945
|
display: flex;
|
|
@@ -42321,27 +41976,30 @@ $kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacin
|
|
|
42321
41976
|
|
|
42322
41977
|
.k-signature-line {
|
|
42323
41978
|
position: absolute;
|
|
42324
|
-
|
|
41979
|
+
bottom: $kendo-signature-line-bottom-offset;
|
|
41980
|
+
z-index: 2;
|
|
41981
|
+
pointer-events: none;
|
|
42325
41982
|
border-bottom-width: $kendo-signature-line-width;
|
|
42326
41983
|
border-bottom-style: $kendo-signature-line-style;
|
|
42327
41984
|
}
|
|
42328
41985
|
|
|
42329
41986
|
// Sizes
|
|
42330
41987
|
@each $size, $size-props in $kendo-signature-sizes {
|
|
42331
|
-
$_padding: map-get($size-props, padding);
|
|
41988
|
+
$_padding-x: map-get($size-props, padding-x);
|
|
41989
|
+
$_padding-y: map-get($size-props, padding-y);
|
|
42332
41990
|
$_line-size: map-get($size-props, line-size);
|
|
42333
41991
|
$_line-offset: map-get($size-props, line-offset);
|
|
42334
41992
|
|
|
42335
41993
|
.k-signature-#{$size} {
|
|
42336
|
-
padding: $_padding;
|
|
41994
|
+
padding-inline: $_padding-x;
|
|
41995
|
+
padding-block: $_padding-y;
|
|
42337
41996
|
|
|
42338
41997
|
.k-signature-line {
|
|
42339
41998
|
width: $_line-size;
|
|
42340
|
-
bottom: $_line-offset;
|
|
42341
41999
|
}
|
|
42342
42000
|
}
|
|
42343
|
-
|
|
42344
42001
|
}
|
|
42002
|
+
|
|
42345
42003
|
}
|
|
42346
42004
|
|
|
42347
42005
|
// #endregion
|