@progress/kendo-theme-default 5.5.0 → 5.5.1-dev.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 +317 -332
- package/dist/all.scss +338 -208
- 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 +7 -10
- package/scss/action-sheet/_theme.scss +3 -3
- package/scss/adaptive/_theme.scss +2 -2
- package/scss/bottom-navigation/_layout.scss +1 -1
- package/scss/bottom-navigation/_theme.scss +2 -2
- package/scss/breadcrumb/_theme.scss +5 -5
- package/scss/calendar/_layout.scss +5 -1
- package/scss/chat/_layout.scss +2 -2
- package/scss/chat/_theme.scss +2 -2
- package/scss/chip/_variables.scss +1 -1
- package/scss/colorpalette/_layout.scss +1 -1
- package/scss/dataviz/_theme.scss +1 -1
- package/scss/drawer/_theme.scss +5 -5
- package/scss/editor/_layout.scss +2 -2
- package/scss/editor/_theme.scss +3 -3
- package/scss/expansion-panel/_theme.scss +3 -3
- package/scss/filemanager/_theme.scss +1 -1
- package/scss/forms/_layout.scss +2 -1
- package/scss/gantt/_layout.scss +3 -3
- package/scss/gantt/_theme.scss +7 -7
- package/scss/grid/_layout.scss +6 -27
- package/scss/grid/_theme.scss +25 -25
- package/scss/index.scss +1 -0
- package/scss/listview/_theme.scss +2 -2
- package/scss/orgchart/_theme.scss +1 -1
- package/scss/pager/_layout.scss +3 -3
- package/scss/pager/_theme.scss +10 -10
- package/scss/panelbar/_theme.scss +14 -14
- package/scss/pivotgrid/_theme.scss +1 -1
- package/scss/progressbar/_layout.scss +11 -11
- package/scss/progressbar/_theme.scss +1 -1
- package/scss/progressbar/_variables.scss +1 -0
- package/scss/radio/_layout.scss +1 -1
- package/scss/radio/_theme.scss +3 -3
- package/scss/rating/_theme.scss +5 -5
- package/scss/scheduler/_layout.scss +4 -4
- package/scss/scheduler/_theme.scss +8 -8
- package/scss/scrollview/_theme.scss +4 -4
- package/scss/signature/_index.scss +10 -0
- package/scss/signature/_layout.scss +63 -0
- package/scss/signature/_theme.scss +12 -0
- package/scss/signature/_variables.scss +45 -0
- package/scss/slider/_layout.scss +1 -1
- package/scss/slider/_theme.scss +3 -3
- package/scss/splitter/_theme.scss +1 -1
- package/scss/spreadsheet/_layout.scss +3 -3
- package/scss/spreadsheet/_theme.scss +6 -6
- package/scss/stepper/_layout.scss +1 -1
- package/scss/stepper/_theme.scss +1 -1
- package/scss/tabstrip/_layout.scss +7 -7
- package/scss/tabstrip/_theme.scss +5 -5
- package/scss/taskboard/_theme.scss +1 -1
- package/scss/tilelayout/_theme.scss +1 -1
- package/scss/timeline/_theme.scss +2 -2
- package/scss/timeselector/_layout.scss +1 -1
- package/scss/timeselector/_theme.scss +1 -1
- package/scss/treelist/_layout.scss +1 -1
- package/scss/upload/_layout.scss +1 -1
- package/scss/upload/_theme.scss +2 -2
- package/scss/window/_theme.scss +1 -1
- package/scss/wizard/_layout.scss +1 -1
- package/scss/wizard/_theme.scss +2 -2
package/dist/all.scss
CHANGED
|
@@ -11260,7 +11260,7 @@ $kendo-avatar-theme-colors: $kendo-theme-colors !default;
|
|
|
11260
11260
|
$kendo-chip-border-width: 1px !default;
|
|
11261
11261
|
/// The spacing between the text and the icons of the chip.
|
|
11262
11262
|
/// @group chip
|
|
11263
|
-
$kendo-chip-spacing: map-get( $spacing, 1 );
|
|
11263
|
+
$kendo-chip-spacing: map-get( $spacing, 1 ) !default;
|
|
11264
11264
|
|
|
11265
11265
|
/// Horizontal padding of the chip.
|
|
11266
11266
|
/// @group chip
|
|
@@ -13862,7 +13862,8 @@ $fieldset-legend-border: null !default;
|
|
|
13862
13862
|
|
|
13863
13863
|
.k-multiselect,
|
|
13864
13864
|
.k-floating-label-container,
|
|
13865
|
-
.k-daterangepicker .k-dateinput
|
|
13865
|
+
.k-daterangepicker .k-dateinput,
|
|
13866
|
+
.k-signature {
|
|
13866
13867
|
display: inline-flex;
|
|
13867
13868
|
width: 100%;
|
|
13868
13869
|
}
|
|
@@ -14886,6 +14887,7 @@ $listbox-drop-hint-width: 1px !default;
|
|
|
14886
14887
|
// #region @import "_variables.scss"; -> packages/default/scss/progressbar/_variables.scss
|
|
14887
14888
|
// Progressbar
|
|
14888
14889
|
$progressbar-height: 22px !default;
|
|
14890
|
+
$progressbar-horizontal-width: 100% !default;
|
|
14889
14891
|
$progressbar-animation-timing: 1s linear infinite !default;
|
|
14890
14892
|
$progressbar-border-width: 0px !default;
|
|
14891
14893
|
$progressbar-font-family: $font-family !default;
|
|
@@ -14939,7 +14941,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
14939
14941
|
|
|
14940
14942
|
|
|
14941
14943
|
// Selection
|
|
14942
|
-
> .k-state-selected
|
|
14944
|
+
> .k-state-selected,
|
|
14943
14945
|
> .k-selected {
|
|
14944
14946
|
border-width: 0;
|
|
14945
14947
|
border-style: solid;
|
|
@@ -15000,7 +15002,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15000
15002
|
|
|
15001
15003
|
// Horizontal
|
|
15002
15004
|
.k-progressbar-horizontal {
|
|
15003
|
-
width:
|
|
15005
|
+
width: $progressbar-horizontal-width;
|
|
15004
15006
|
height: $progressbar-height;
|
|
15005
15007
|
grid-template-columns: 1fr;
|
|
15006
15008
|
grid-template-rows: 100%;
|
|
@@ -15010,7 +15012,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15010
15012
|
flex-direction: row;
|
|
15011
15013
|
}
|
|
15012
15014
|
|
|
15013
|
-
> .k-state-selected
|
|
15015
|
+
> .k-state-selected,
|
|
15014
15016
|
> .k-selected {
|
|
15015
15017
|
width: 0;
|
|
15016
15018
|
width: calc( var( --kendo-progressbar-progress, 0 ) * 1% ); // sass-lint:disable-line no-duplicate-properties
|
|
@@ -15037,7 +15039,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15037
15039
|
// Horizontal reverse
|
|
15038
15040
|
&.k-progressbar-reverse {
|
|
15039
15041
|
|
|
15040
|
-
> .k-state-selected
|
|
15042
|
+
> .k-state-selected,
|
|
15041
15043
|
> .k-selected {
|
|
15042
15044
|
flex-direction: row-reverse;
|
|
15043
15045
|
justify-self: flex-end;
|
|
@@ -15062,7 +15064,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15062
15064
|
writing-mode: vertical-lr;
|
|
15063
15065
|
}
|
|
15064
15066
|
|
|
15065
|
-
> .k-state-selected
|
|
15067
|
+
> .k-state-selected,
|
|
15066
15068
|
> .k-selected {
|
|
15067
15069
|
height: 0;
|
|
15068
15070
|
height: calc( var( --kendo-progressbar-progress, 0 ) * 1% ); // sass-lint:disable-line no-duplicate-properties
|
|
@@ -15092,7 +15094,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15092
15094
|
&.k-progressbar-reverse {
|
|
15093
15095
|
flex-direction: column;
|
|
15094
15096
|
|
|
15095
|
-
> .k-state-selected
|
|
15097
|
+
> .k-state-selected,
|
|
15096
15098
|
> .k-selected {
|
|
15097
15099
|
flex-direction: column;
|
|
15098
15100
|
align-self: flex-start;
|
|
@@ -15117,7 +15119,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15117
15119
|
|
|
15118
15120
|
> .k-state-selected,
|
|
15119
15121
|
> .k-selected,
|
|
15120
|
-
> .k-state-selected > .k-progress-status-wrap
|
|
15122
|
+
> .k-state-selected > .k-progress-status-wrap,
|
|
15121
15123
|
> .k-selected > .k-progress-status-wrap {
|
|
15122
15124
|
transition: width .1s ease-in-out;
|
|
15123
15125
|
}
|
|
@@ -15146,7 +15148,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15146
15148
|
display: -ms-inline-grid;
|
|
15147
15149
|
|
|
15148
15150
|
> .k-progress-status-wrap,
|
|
15149
|
-
> .k-state-selected
|
|
15151
|
+
> .k-state-selected,
|
|
15150
15152
|
> .k-selected {
|
|
15151
15153
|
-ms-grid-column: 1;
|
|
15152
15154
|
-ms-grid-row: 1;
|
|
@@ -15156,7 +15158,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15156
15158
|
-ms-grid-columns: 1fr;
|
|
15157
15159
|
-ms-grid-rows: $progressbar-height;
|
|
15158
15160
|
|
|
15159
|
-
&.k-progressbar-reverse > .k-state-selected
|
|
15161
|
+
&.k-progressbar-reverse > .k-state-selected,
|
|
15160
15162
|
&.k-progressbar-reverse > .k-selected {
|
|
15161
15163
|
-ms-grid-column-align: end;
|
|
15162
15164
|
}
|
|
@@ -15165,12 +15167,12 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15165
15167
|
-ms-grid-columns: $progressbar-height;
|
|
15166
15168
|
-ms-grid-rows: 1fr;
|
|
15167
15169
|
|
|
15168
|
-
> .k-state-selected
|
|
15170
|
+
> .k-state-selected,
|
|
15169
15171
|
> .k-selected {
|
|
15170
15172
|
-ms-grid-row-align: end;
|
|
15171
15173
|
}
|
|
15172
15174
|
|
|
15173
|
-
&.k-progressbar-reverse > .k-state-selected
|
|
15175
|
+
&.k-progressbar-reverse > .k-state-selected,
|
|
15174
15176
|
&.k-progressbar-reverse > .k-selected {
|
|
15175
15177
|
-ms-grid-row-align: start;
|
|
15176
15178
|
}
|
|
@@ -15190,7 +15192,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15190
15192
|
.k-progressbar {
|
|
15191
15193
|
@include fill( $progressbar-text, $progressbar-bg, $progressbar-border, $progressbar-gradient );
|
|
15192
15194
|
|
|
15193
|
-
.k-state-selected
|
|
15195
|
+
.k-state-selected,
|
|
15194
15196
|
.k-selected {
|
|
15195
15197
|
@include fill( $progressbar-fill-text, $progressbar-fill-bg, $progressbar-fill-border, $progressbar-fill-gradient );
|
|
15196
15198
|
}
|
|
@@ -15557,7 +15559,7 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15557
15559
|
}
|
|
15558
15560
|
|
|
15559
15561
|
.k-radio:focus,
|
|
15560
|
-
.k-radio.k-state-focus
|
|
15562
|
+
.k-radio.k-state-focus,
|
|
15561
15563
|
.k-radio.k-focus {
|
|
15562
15564
|
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
15563
15565
|
|
|
@@ -15618,7 +15620,7 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15618
15620
|
|
|
15619
15621
|
// Hover state
|
|
15620
15622
|
.k-radio:hover,
|
|
15621
|
-
.k-radio.k-state-hover
|
|
15623
|
+
.k-radio.k-state-hover,
|
|
15622
15624
|
.k-radio.k-hover {
|
|
15623
15625
|
@include fill(
|
|
15624
15626
|
$kendo-radio-hover-text,
|
|
@@ -15630,7 +15632,7 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15630
15632
|
|
|
15631
15633
|
// Focus state
|
|
15632
15634
|
.k-radio:focus,
|
|
15633
|
-
.k-radio.k-state-focus
|
|
15635
|
+
.k-radio.k-state-focus,
|
|
15634
15636
|
.k-radio.k-focus {
|
|
15635
15637
|
@include fill( $border: $kendo-radio-focus-border );
|
|
15636
15638
|
@include box-shadow( $kendo-radio-focus-shadow );
|
|
@@ -15662,7 +15664,7 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15662
15664
|
);
|
|
15663
15665
|
}
|
|
15664
15666
|
.k-radio:checked:focus,
|
|
15665
|
-
.k-radio.k-checked.k-state-focus
|
|
15667
|
+
.k-radio.k-checked.k-state-focus,
|
|
15666
15668
|
.k-radio.k-checked.k-focus {
|
|
15667
15669
|
@include fill( $border: $kendo-radio-focus-checked-border );
|
|
15668
15670
|
@include box-shadow( $kendo-radio-focus-checked-shadow );
|
|
@@ -15830,7 +15832,7 @@ $slider-disabled-opacity: null !default;
|
|
|
15830
15832
|
}
|
|
15831
15833
|
|
|
15832
15834
|
|
|
15833
|
-
&.k-state-disabled
|
|
15835
|
+
&.k-state-disabled,
|
|
15834
15836
|
&.k-disabled {
|
|
15835
15837
|
.k-tick,
|
|
15836
15838
|
.k-slider-track,
|
|
@@ -16284,20 +16286,20 @@ $slider-disabled-opacity: null !default;
|
|
|
16284
16286
|
}
|
|
16285
16287
|
|
|
16286
16288
|
&:focus,
|
|
16287
|
-
&.k-state-focused
|
|
16289
|
+
&.k-state-focused,
|
|
16288
16290
|
&.k-focus {
|
|
16289
16291
|
@include box-shadow( $slider-draghandle-focused-shadow );
|
|
16290
16292
|
}
|
|
16291
16293
|
}
|
|
16292
16294
|
|
|
16293
|
-
&.k-state-focused
|
|
16295
|
+
&.k-state-focused,
|
|
16294
16296
|
&.k-focus {
|
|
16295
16297
|
.k-draghandle {
|
|
16296
16298
|
@include box-shadow( $slider-draghandle-focused-shadow );
|
|
16297
16299
|
}
|
|
16298
16300
|
}
|
|
16299
16301
|
|
|
16300
|
-
&.k-state-disabled
|
|
16302
|
+
&.k-state-disabled,
|
|
16301
16303
|
&.k-disabled {
|
|
16302
16304
|
opacity: $slider-disabled-opacity;
|
|
16303
16305
|
}
|
|
@@ -16844,7 +16846,7 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
|
16844
16846
|
}
|
|
16845
16847
|
|
|
16846
16848
|
// // styles are applied to the k-link element inside
|
|
16847
|
-
// .k-state-selected
|
|
16849
|
+
// .k-state-selected,
|
|
16848
16850
|
// .k-selected {
|
|
16849
16851
|
// color: inherit;
|
|
16850
16852
|
// background: transparent;
|
|
@@ -16870,6 +16872,10 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
|
16870
16872
|
&::after {
|
|
16871
16873
|
display: none;
|
|
16872
16874
|
}
|
|
16875
|
+
|
|
16876
|
+
&:focus {
|
|
16877
|
+
outline: 0;
|
|
16878
|
+
}
|
|
16873
16879
|
}
|
|
16874
16880
|
|
|
16875
16881
|
.k-range-start {
|
|
@@ -17359,7 +17365,7 @@ $time-list-focused-bg: rgba(0, 0, 0, .04) !default;
|
|
|
17359
17365
|
display: block;
|
|
17360
17366
|
}
|
|
17361
17367
|
|
|
17362
|
-
&.k-state-focused
|
|
17368
|
+
&.k-state-focused,
|
|
17363
17369
|
&.k-focus {
|
|
17364
17370
|
&::before,
|
|
17365
17371
|
&::after {
|
|
@@ -17501,7 +17507,7 @@ $time-list-focused-bg: rgba(0, 0, 0, .04) !default;
|
|
|
17501
17507
|
color: $time-list-title-text;
|
|
17502
17508
|
}
|
|
17503
17509
|
|
|
17504
|
-
&.k-state-focused
|
|
17510
|
+
&.k-state-focused,
|
|
17505
17511
|
&.k-focus {
|
|
17506
17512
|
.k-title {
|
|
17507
17513
|
color: $time-list-title-focus-text;
|
|
@@ -17815,7 +17821,7 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
17815
17821
|
&.k-focus,
|
|
17816
17822
|
&.k-state-selected,
|
|
17817
17823
|
&.k-selected,
|
|
17818
|
-
&.k-state-selected:hover
|
|
17824
|
+
&.k-state-selected:hover,
|
|
17819
17825
|
&.k-selected:hover {
|
|
17820
17826
|
position: relative;
|
|
17821
17827
|
z-index: 100;
|
|
@@ -19728,7 +19734,7 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19728
19734
|
color: $component-text;
|
|
19729
19735
|
|
|
19730
19736
|
&:focus,
|
|
19731
|
-
&.k-state-focused
|
|
19737
|
+
&.k-state-focused,
|
|
19732
19738
|
&.k-focus {
|
|
19733
19739
|
|
|
19734
19740
|
.k-rating-item {
|
|
@@ -19736,7 +19742,7 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19736
19742
|
text-shadow: $rating-icon-focused-shadow;
|
|
19737
19743
|
}
|
|
19738
19744
|
|
|
19739
|
-
&.k-state-selected > .k-icon
|
|
19745
|
+
&.k-state-selected > .k-icon,
|
|
19740
19746
|
&.k-selected > .k-icon {
|
|
19741
19747
|
text-shadow: $rating-icon-focused-selected-shadow;
|
|
19742
19748
|
}
|
|
@@ -19747,19 +19753,19 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19747
19753
|
.k-rating-item {
|
|
19748
19754
|
color: $rating-icon-text;
|
|
19749
19755
|
|
|
19750
|
-
&.k-state-selected
|
|
19756
|
+
&.k-state-selected,
|
|
19751
19757
|
&.k-selected {
|
|
19752
19758
|
color: $rating-icon-selected-text;
|
|
19753
19759
|
|
|
19754
19760
|
&:focus,
|
|
19755
|
-
&.k-state-focused
|
|
19761
|
+
&.k-state-focused,
|
|
19756
19762
|
&.k-focus {
|
|
19757
19763
|
color: $rating-icon-focused-text;
|
|
19758
19764
|
}
|
|
19759
19765
|
}
|
|
19760
19766
|
|
|
19761
19767
|
&:hover,
|
|
19762
|
-
&.k-state-hover
|
|
19768
|
+
&.k-state-hover,
|
|
19763
19769
|
&.k-hover {
|
|
19764
19770
|
color: $rating-icon-hover-text;
|
|
19765
19771
|
cursor: pointer;
|
|
@@ -20970,7 +20976,7 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
20970
20976
|
z-index: 1;
|
|
20971
20977
|
}
|
|
20972
20978
|
input[disabled],
|
|
20973
|
-
input.k-state-disabled
|
|
20979
|
+
input.k-state-disabled,
|
|
20974
20980
|
input.k-disabled {
|
|
20975
20981
|
visibility: hidden;
|
|
20976
20982
|
}
|
|
@@ -21015,12 +21021,12 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
21015
21021
|
|
|
21016
21022
|
.k-file {
|
|
21017
21023
|
|
|
21018
|
-
&.k-state-focused
|
|
21024
|
+
&.k-state-focused,
|
|
21019
21025
|
&.k-focus {
|
|
21020
21026
|
box-shadow: inset $upload-focused-shadow;
|
|
21021
21027
|
}
|
|
21022
21028
|
|
|
21023
|
-
.k-upload-action.k-state-focused
|
|
21029
|
+
.k-upload-action.k-state-focused,
|
|
21024
21030
|
.k-upload-action.k-focus {
|
|
21025
21031
|
box-shadow: $upload-focused-shadow;
|
|
21026
21032
|
}
|
|
@@ -22065,7 +22071,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22065
22071
|
|
|
22066
22072
|
// Hover state
|
|
22067
22073
|
&:hover,
|
|
22068
|
-
&.k-state-hover
|
|
22074
|
+
&.k-state-hover,
|
|
22069
22075
|
&.k-hover {
|
|
22070
22076
|
@include fill(
|
|
22071
22077
|
$actionsheet-item-hover-text,
|
|
@@ -22079,7 +22085,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22079
22085
|
|
|
22080
22086
|
// Focus state
|
|
22081
22087
|
&:focus,
|
|
22082
|
-
&.k-state-focus
|
|
22088
|
+
&.k-state-focus,
|
|
22083
22089
|
&.k-focus {
|
|
22084
22090
|
@include fill(
|
|
22085
22091
|
$actionsheet-item-focus-text,
|
|
@@ -22093,7 +22099,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22093
22099
|
|
|
22094
22100
|
// Disabed state
|
|
22095
22101
|
&:disabled,
|
|
22096
|
-
&.k-state-disabled
|
|
22102
|
+
&.k-state-disabled,
|
|
22097
22103
|
&.k-disabled {
|
|
22098
22104
|
@include fill(
|
|
22099
22105
|
$actionsheet-item-disabled-text,
|
|
@@ -22332,7 +22338,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22332
22338
|
|
|
22333
22339
|
.k-window {
|
|
22334
22340
|
&:focus,
|
|
22335
|
-
&.k-state-focused
|
|
22341
|
+
&.k-state-focused,
|
|
22336
22342
|
&.k-focus {
|
|
22337
22343
|
@include box-shadow( $window-focused-shadow );
|
|
22338
22344
|
}
|
|
@@ -22809,33 +22815,33 @@ $drawer-selected-hover-text: $selected-hover-text !default;
|
|
|
22809
22815
|
.k-drawer-item {
|
|
22810
22816
|
|
|
22811
22817
|
&:hover,
|
|
22812
|
-
&.k-state-hover
|
|
22818
|
+
&.k-state-hover,
|
|
22813
22819
|
&.k-hover {
|
|
22814
22820
|
color: $drawer-hovered-text;
|
|
22815
22821
|
background-color: $drawer-hovered-bg;
|
|
22816
22822
|
}
|
|
22817
22823
|
|
|
22818
22824
|
&:focus,
|
|
22819
|
-
&.k-state-focused
|
|
22825
|
+
&.k-state-focused,
|
|
22820
22826
|
&.k-focus {
|
|
22821
22827
|
background-color: $drawer-focused-bg;
|
|
22822
22828
|
box-shadow: $drawer-focused-shadow;
|
|
22823
22829
|
|
|
22824
22830
|
&:hover,
|
|
22825
|
-
&.k-state-hover
|
|
22831
|
+
&.k-state-hover,
|
|
22826
22832
|
&.k-hover {
|
|
22827
22833
|
color: $drawer-hovered-text;
|
|
22828
22834
|
background-color: $drawer-hovered-bg;
|
|
22829
22835
|
}
|
|
22830
22836
|
}
|
|
22831
22837
|
|
|
22832
|
-
&.k-state-selected
|
|
22838
|
+
&.k-state-selected,
|
|
22833
22839
|
&.k-selected {
|
|
22834
22840
|
color: $drawer-selected-text;
|
|
22835
22841
|
background-color: $drawer-selected-bg;
|
|
22836
22842
|
|
|
22837
22843
|
&:hover,
|
|
22838
|
-
&.k-state-hover
|
|
22844
|
+
&.k-state-hover,
|
|
22839
22845
|
&.k-hover {
|
|
22840
22846
|
color: $drawer-selected-hover-text;
|
|
22841
22847
|
background-color: $drawer-selected-hover-bg;
|
|
@@ -24069,7 +24075,7 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
24069
24075
|
outline: 0;
|
|
24070
24076
|
}
|
|
24071
24077
|
}
|
|
24072
|
-
.k-bottom-nav-item.k-state-disabled
|
|
24078
|
+
.k-bottom-nav-item.k-state-disabled,
|
|
24073
24079
|
.k-bottom-nav-item.k-disabled {
|
|
24074
24080
|
background-color: initial;
|
|
24075
24081
|
}
|
|
@@ -24121,7 +24127,7 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
24121
24127
|
@include fill( $bg: rgba(true-mix( $color, contrast-wcag( $color ), 35%), .2));
|
|
24122
24128
|
}
|
|
24123
24129
|
|
|
24124
|
-
.k-bottom-nav-item.k-state-selected
|
|
24130
|
+
.k-bottom-nav-item.k-state-selected,
|
|
24125
24131
|
.k-bottom-nav-item.k-selected {
|
|
24126
24132
|
@include fill( $color: contrast-wcag( $color ) );
|
|
24127
24133
|
}
|
|
@@ -24145,7 +24151,7 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
24145
24151
|
}
|
|
24146
24152
|
|
|
24147
24153
|
@each $name, $color in $kendo-theme-colors {
|
|
24148
|
-
&.k-bottom-nav-#{$name} .k-bottom-nav-item.k-state-selected
|
|
24154
|
+
&.k-bottom-nav-#{$name} .k-bottom-nav-item.k-state-selected,
|
|
24149
24155
|
&.k-bottom-nav-#{$name} .k-bottom-nav-item.k-selected {
|
|
24150
24156
|
@if $name == "secondary" or $name == "light" {
|
|
24151
24157
|
@include fill( $color: try-shade($color, 3) );
|
|
@@ -24400,7 +24406,7 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24400
24406
|
);
|
|
24401
24407
|
|
|
24402
24408
|
&:focus,
|
|
24403
|
-
&.k-state-focused
|
|
24409
|
+
&.k-state-focused,
|
|
24404
24410
|
&.k-focus {
|
|
24405
24411
|
@include box-shadow( $breadcrumb-focused-shadow );
|
|
24406
24412
|
}
|
|
@@ -24417,7 +24423,7 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24417
24423
|
|
|
24418
24424
|
// Hovered state
|
|
24419
24425
|
&:hover,
|
|
24420
|
-
&.k-state-hover
|
|
24426
|
+
&.k-state-hover,
|
|
24421
24427
|
&.k-hover {
|
|
24422
24428
|
@include fill(
|
|
24423
24429
|
$breadcrumb-link-hovered-text,
|
|
@@ -24428,7 +24434,7 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24428
24434
|
|
|
24429
24435
|
// Focused state
|
|
24430
24436
|
&:focus,
|
|
24431
|
-
&.k-state-focused
|
|
24437
|
+
&.k-state-focused,
|
|
24432
24438
|
&.k-focus {
|
|
24433
24439
|
@include fill(
|
|
24434
24440
|
$breadcrumb-link-focused-text,
|
|
@@ -24450,7 +24456,7 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24450
24456
|
|
|
24451
24457
|
// Hovered state
|
|
24452
24458
|
&:hover,
|
|
24453
|
-
&.k-state-hover
|
|
24459
|
+
&.k-state-hover,
|
|
24454
24460
|
&.k-hover {
|
|
24455
24461
|
@include fill(
|
|
24456
24462
|
$breadcrumb-root-link-hovered-text,
|
|
@@ -24461,7 +24467,7 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24461
24467
|
|
|
24462
24468
|
// Focused state
|
|
24463
24469
|
&:focus,
|
|
24464
|
-
&.k-state-focused
|
|
24470
|
+
&.k-state-focused,
|
|
24465
24471
|
&.k-focus {
|
|
24466
24472
|
@include fill(
|
|
24467
24473
|
$breadcrumb-root-link-focused-text,
|
|
@@ -24607,7 +24613,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24607
24613
|
|
|
24608
24614
|
// Focused state
|
|
24609
24615
|
&:focus,
|
|
24610
|
-
&.k-state-focus
|
|
24616
|
+
&.k-state-focus,
|
|
24611
24617
|
&.k-focus {
|
|
24612
24618
|
z-index: 3;
|
|
24613
24619
|
}
|
|
@@ -24657,7 +24663,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24657
24663
|
&:hover {
|
|
24658
24664
|
z-index: 2;
|
|
24659
24665
|
}
|
|
24660
|
-
&.k-state-disabled
|
|
24666
|
+
&.k-state-disabled,
|
|
24661
24667
|
&.k-disabled {
|
|
24662
24668
|
color: inherit;
|
|
24663
24669
|
}
|
|
@@ -24707,7 +24713,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24707
24713
|
}
|
|
24708
24714
|
|
|
24709
24715
|
// Selected state
|
|
24710
|
-
.k-state-selected
|
|
24716
|
+
.k-state-selected,
|
|
24711
24717
|
.k-selected {
|
|
24712
24718
|
cursor: inherit;
|
|
24713
24719
|
z-index: 2;
|
|
@@ -24853,7 +24859,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24853
24859
|
&:focus,
|
|
24854
24860
|
&.k-focus,
|
|
24855
24861
|
&.k-state-focus,
|
|
24856
|
-
&.k-state-focused
|
|
24862
|
+
&.k-state-focused,
|
|
24857
24863
|
&.k-focus {
|
|
24858
24864
|
@include fill( $bg: $pager-focus-bg );
|
|
24859
24865
|
@include box-shadow( $pager-focus-shadow );
|
|
@@ -24869,7 +24875,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24869
24875
|
);
|
|
24870
24876
|
|
|
24871
24877
|
&:hover,
|
|
24872
|
-
&.k-state-hover
|
|
24878
|
+
&.k-state-hover,
|
|
24873
24879
|
&.k-hover {
|
|
24874
24880
|
@include fill(
|
|
24875
24881
|
$pager-item-hover-text,
|
|
@@ -24878,7 +24884,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24878
24884
|
);
|
|
24879
24885
|
}
|
|
24880
24886
|
|
|
24881
|
-
&.k-state-selected
|
|
24887
|
+
&.k-state-selected,
|
|
24882
24888
|
&.k-selected {
|
|
24883
24889
|
@include fill(
|
|
24884
24890
|
$pager-item-selected-text,
|
|
@@ -24888,7 +24894,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24888
24894
|
}
|
|
24889
24895
|
|
|
24890
24896
|
&:focus,
|
|
24891
|
-
&.k-state-focus
|
|
24897
|
+
&.k-state-focus,
|
|
24892
24898
|
&.k-focus {
|
|
24893
24899
|
background-color: $pager-item-focus-bg;
|
|
24894
24900
|
@include box-shadow( $pager-item-focus-shadow );
|
|
@@ -24912,7 +24918,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24912
24918
|
);
|
|
24913
24919
|
|
|
24914
24920
|
&:hover,
|
|
24915
|
-
&.k-state-hover
|
|
24921
|
+
&.k-state-hover,
|
|
24916
24922
|
&.k-hover {
|
|
24917
24923
|
@include fill(
|
|
24918
24924
|
$pager-number-hover-text,
|
|
@@ -24922,13 +24928,13 @@ $pager-dropdown-width: 5em !default;
|
|
|
24922
24928
|
}
|
|
24923
24929
|
|
|
24924
24930
|
&:focus,
|
|
24925
|
-
&.k-state-focus
|
|
24931
|
+
&.k-state-focus,
|
|
24926
24932
|
&.k-focus {
|
|
24927
24933
|
background-color: $pager-number-focus-bg;
|
|
24928
24934
|
@include box-shadow( $pager-number-focus-shadow );
|
|
24929
24935
|
}
|
|
24930
24936
|
|
|
24931
|
-
&.k-state-selected
|
|
24937
|
+
&.k-state-selected,
|
|
24932
24938
|
&.k-selected {
|
|
24933
24939
|
@include fill(
|
|
24934
24940
|
$pager-number-selected-text,
|
|
@@ -24961,7 +24967,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24961
24967
|
);
|
|
24962
24968
|
|
|
24963
24969
|
&:hover,
|
|
24964
|
-
&.k-state-hover
|
|
24970
|
+
&.k-state-hover,
|
|
24965
24971
|
&.k-hover {
|
|
24966
24972
|
@include fill(
|
|
24967
24973
|
$dropdownlist-hovered-text,
|
|
@@ -24982,7 +24988,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24982
24988
|
.k-link {
|
|
24983
24989
|
|
|
24984
24990
|
&:hover,
|
|
24985
|
-
&.k-state-hover
|
|
24991
|
+
&.k-state-hover,
|
|
24986
24992
|
&.k-hover {
|
|
24987
24993
|
@include fill(
|
|
24988
24994
|
$kendo-list-item-hover-text,
|
|
@@ -24990,7 +24996,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24990
24996
|
);
|
|
24991
24997
|
}
|
|
24992
24998
|
|
|
24993
|
-
&.k-state-selected
|
|
24999
|
+
&.k-state-selected,
|
|
24994
25000
|
&.k-selected {
|
|
24995
25001
|
@include fill(
|
|
24996
25002
|
$kendo-list-item-selected-text,
|
|
@@ -25258,7 +25264,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25258
25264
|
opacity: $stepper-optional-label-opacity;
|
|
25259
25265
|
}
|
|
25260
25266
|
.k-step-disabled .k-step-label-optional,
|
|
25261
|
-
&.k-state-disabled .k-step-label-optional
|
|
25267
|
+
&.k-state-disabled .k-step-label-optional,
|
|
25262
25268
|
&.k-disabled .k-step-label-optional {
|
|
25263
25269
|
color: inherit;
|
|
25264
25270
|
}
|
|
@@ -25573,7 +25579,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25573
25579
|
$bg: $stepper-progressbar-bg
|
|
25574
25580
|
);
|
|
25575
25581
|
|
|
25576
|
-
.k-state-selected
|
|
25582
|
+
.k-state-selected,
|
|
25577
25583
|
.k-selected {
|
|
25578
25584
|
@include fill(
|
|
25579
25585
|
$color: $stepper-progressbar-fill-text,
|
|
@@ -25821,13 +25827,13 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
25821
25827
|
position: relative;
|
|
25822
25828
|
z-index: 1;
|
|
25823
25829
|
|
|
25824
|
-
&.k-state-active
|
|
25830
|
+
&.k-state-active,
|
|
25825
25831
|
&.k-active {
|
|
25826
25832
|
display: block;
|
|
25827
25833
|
}
|
|
25828
25834
|
|
|
25829
25835
|
&:focus,
|
|
25830
|
-
&.k-state-focused
|
|
25836
|
+
&.k-state-focused,
|
|
25831
25837
|
&.k-focus {
|
|
25832
25838
|
outline-width: 1px;
|
|
25833
25839
|
outline-style: dotted;
|
|
@@ -25916,7 +25922,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
25916
25922
|
margin-left: $tabstrip-item-gap;
|
|
25917
25923
|
}
|
|
25918
25924
|
|
|
25919
|
-
.k-item.k-state-active
|
|
25925
|
+
.k-item.k-state-active,
|
|
25920
25926
|
.k-item.k-active {
|
|
25921
25927
|
border-bottom-color: transparent;
|
|
25922
25928
|
}
|
|
@@ -25946,7 +25952,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
25946
25952
|
margin-left: $tabstrip-item-gap;
|
|
25947
25953
|
}
|
|
25948
25954
|
|
|
25949
|
-
.k-item.k-state-active
|
|
25955
|
+
.k-item.k-state-active,
|
|
25950
25956
|
.k-item.k-active {
|
|
25951
25957
|
border-top-color: transparent;
|
|
25952
25958
|
}
|
|
@@ -25980,7 +25986,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
25980
25986
|
margin-top: $tabstrip-item-gap;
|
|
25981
25987
|
}
|
|
25982
25988
|
|
|
25983
|
-
.k-item.k-state-active
|
|
25989
|
+
.k-item.k-state-active,
|
|
25984
25990
|
.k-item.k-active {
|
|
25985
25991
|
border-right-color: transparent;
|
|
25986
25992
|
}
|
|
@@ -26016,7 +26022,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26016
26022
|
margin-top: $tabstrip-item-gap;
|
|
26017
26023
|
}
|
|
26018
26024
|
|
|
26019
|
-
.k-item.k-state-active
|
|
26025
|
+
.k-item.k-state-active,
|
|
26020
26026
|
.k-item.k-active {
|
|
26021
26027
|
border-left-color: transparent;
|
|
26022
26028
|
}
|
|
@@ -26062,7 +26068,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26062
26068
|
border-left-width: $tabstrip-indicator-size;
|
|
26063
26069
|
}
|
|
26064
26070
|
}
|
|
26065
|
-
.k-item.k-state-active::after
|
|
26071
|
+
.k-item.k-state-active::after,
|
|
26066
26072
|
.k-item.k-active::after {
|
|
26067
26073
|
display: block;
|
|
26068
26074
|
}
|
|
@@ -26133,7 +26139,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26133
26139
|
);
|
|
26134
26140
|
|
|
26135
26141
|
&:hover,
|
|
26136
|
-
&.k-state-hover
|
|
26142
|
+
&.k-state-hover,
|
|
26137
26143
|
&.k-hover {
|
|
26138
26144
|
@include fill(
|
|
26139
26145
|
$tabstrip-item-hovered-text,
|
|
@@ -26146,7 +26152,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26146
26152
|
&:active,
|
|
26147
26153
|
&.k-state-active,
|
|
26148
26154
|
&.k-active,
|
|
26149
|
-
&.k-state-selected
|
|
26155
|
+
&.k-state-selected,
|
|
26150
26156
|
&.k-selected {
|
|
26151
26157
|
@include fill(
|
|
26152
26158
|
$tabstrip-item-selected-text,
|
|
@@ -26157,7 +26163,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26157
26163
|
}
|
|
26158
26164
|
|
|
26159
26165
|
&:focus,
|
|
26160
|
-
&.k-state-focused
|
|
26166
|
+
&.k-state-focused,
|
|
26161
26167
|
&.k-focus {
|
|
26162
26168
|
@include box-shadow( $tabstrip-item-focused-shadow );
|
|
26163
26169
|
}
|
|
@@ -26180,7 +26186,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26180
26186
|
);
|
|
26181
26187
|
|
|
26182
26188
|
&:focus,
|
|
26183
|
-
&.k-state-focused
|
|
26189
|
+
&.k-state-focused,
|
|
26184
26190
|
&.k-focus {
|
|
26185
26191
|
outline-color: $tabstrip-content-border-focused;
|
|
26186
26192
|
}
|
|
@@ -26191,7 +26197,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26191
26197
|
@if ($tabstrip-indicator-size) {
|
|
26192
26198
|
|
|
26193
26199
|
.k-tabstrip-items-wrapper {
|
|
26194
|
-
.k-item.k-state-active::after
|
|
26200
|
+
.k-item.k-state-active::after,
|
|
26195
26201
|
.k-item.k-active::after {
|
|
26196
26202
|
border-color: $tabstrip-indicator-color;
|
|
26197
26203
|
}
|
|
@@ -26282,7 +26288,7 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
26282
26288
|
justify-content: space-between;
|
|
26283
26289
|
|
|
26284
26290
|
&:focus,
|
|
26285
|
-
&.k-state-focused
|
|
26291
|
+
&.k-state-focused,
|
|
26286
26292
|
&.k-focus {
|
|
26287
26293
|
outline-width: 1px;
|
|
26288
26294
|
outline-style: dotted;
|
|
@@ -26376,13 +26382,13 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
26376
26382
|
@include exports("wizard/theme") {
|
|
26377
26383
|
.k-wizard-step {
|
|
26378
26384
|
&:focus,
|
|
26379
|
-
&.k-state-focused
|
|
26385
|
+
&.k-state-focused,
|
|
26380
26386
|
&.k-focus {
|
|
26381
26387
|
outline-color: $wizard-step-border-focused;
|
|
26382
26388
|
}
|
|
26383
26389
|
|
|
26384
26390
|
.k-ie &:focus,
|
|
26385
|
-
.k-ie &.k-state-focused
|
|
26391
|
+
.k-ie &.k-state-focused,
|
|
26386
26392
|
.k-ie &.k-focus {
|
|
26387
26393
|
@include box-shadow($wizard-focused-shadow);
|
|
26388
26394
|
outline: none;
|
|
@@ -26547,7 +26553,7 @@ $expander-content-padding-y: $padding-y * 4 !default;
|
|
|
26547
26553
|
$expander-border
|
|
26548
26554
|
);
|
|
26549
26555
|
|
|
26550
|
-
&.k-state-focus
|
|
26556
|
+
&.k-state-focus,
|
|
26551
26557
|
&.k-focus {
|
|
26552
26558
|
box-shadow: $expander-focus-shadow;
|
|
26553
26559
|
}
|
|
@@ -26562,13 +26568,13 @@ $expander-content-padding-y: $padding-y * 4 !default;
|
|
|
26562
26568
|
outline: none;
|
|
26563
26569
|
|
|
26564
26570
|
&:hover,
|
|
26565
|
-
&.k-state-hover
|
|
26571
|
+
&.k-state-hover,
|
|
26566
26572
|
&.k-hover {
|
|
26567
26573
|
background-color: $expander-header-hover-bg;
|
|
26568
26574
|
}
|
|
26569
26575
|
|
|
26570
26576
|
// Should be removed
|
|
26571
|
-
&.k-state-focused
|
|
26577
|
+
&.k-state-focused,
|
|
26572
26578
|
&.k-focus {
|
|
26573
26579
|
background-color: $expander-header-focused-bg;
|
|
26574
26580
|
box-shadow: $expander-header-focused-shadow;
|
|
@@ -26935,7 +26941,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
26935
26941
|
|
|
26936
26942
|
// Hover
|
|
26937
26943
|
> .k-link:hover,
|
|
26938
|
-
> .k-link.k-state-hover
|
|
26944
|
+
> .k-link.k-state-hover,
|
|
26939
26945
|
> .k-link.k-hover {
|
|
26940
26946
|
@include fill(
|
|
26941
26947
|
$panelbar-header-hovered-text,
|
|
@@ -26949,7 +26955,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
26949
26955
|
> .k-link:focus,
|
|
26950
26956
|
> .k-link.k-state-focus,
|
|
26951
26957
|
> .k-link.k-focus,
|
|
26952
|
-
> .k-link.k-state-focused
|
|
26958
|
+
> .k-link.k-state-focused,
|
|
26953
26959
|
> .k-link.k-focus {
|
|
26954
26960
|
@include fill(
|
|
26955
26961
|
$panelbar-header-focused-text,
|
|
@@ -26962,7 +26968,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
26962
26968
|
|
|
26963
26969
|
// Focus & Hover
|
|
26964
26970
|
> .k-link:focus:hover,
|
|
26965
|
-
> .k-link.k-state-focus.k-state-hover
|
|
26971
|
+
> .k-link.k-state-focus.k-state-hover,
|
|
26966
26972
|
> .k-link.k-focus.k-hover {
|
|
26967
26973
|
@include fill(
|
|
26968
26974
|
$panelbar-header-hovered-focused-text,
|
|
@@ -26973,7 +26979,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
26973
26979
|
}
|
|
26974
26980
|
|
|
26975
26981
|
// Selected
|
|
26976
|
-
> .k-link.k-state-selected
|
|
26982
|
+
> .k-link.k-state-selected,
|
|
26977
26983
|
> .k-link.k-selected {
|
|
26978
26984
|
@include fill(
|
|
26979
26985
|
$panelbar-header-selected-text,
|
|
@@ -26991,7 +26997,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
26991
26997
|
// Selected Hover
|
|
26992
26998
|
> .k-link.k-state-selected:hover,
|
|
26993
26999
|
> .k-link.k-selected:hover,
|
|
26994
|
-
> .k-link.k-state-selected.k-state-hover
|
|
27000
|
+
> .k-link.k-state-selected.k-state-hover,
|
|
26995
27001
|
> .k-link.k-selected.k-hover {
|
|
26996
27002
|
@include fill(
|
|
26997
27003
|
$panelbar-header-selected-hovered-text,
|
|
@@ -27006,7 +27012,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27006
27012
|
> .k-link.k-selected:focus,
|
|
27007
27013
|
> .k-link.k-state-selected.k-state-focus,
|
|
27008
27014
|
> .k-link.k-selected.k-focus,
|
|
27009
|
-
> .k-link.k-state-selected.k-state-focused
|
|
27015
|
+
> .k-link.k-state-selected.k-state-focused,
|
|
27010
27016
|
> .k-link.k-selected.k-focused {
|
|
27011
27017
|
@include fill(
|
|
27012
27018
|
$panelbar-header-selected-focused-text,
|
|
@@ -27021,7 +27027,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27021
27027
|
> .k-link.k-selected:hover:focus,
|
|
27022
27028
|
> .k-link.k-state-selected.k-state-hover.k-state-focus,
|
|
27023
27029
|
> .k-link.k-selected.k-hover.k-state-focus,
|
|
27024
|
-
> .k-link.k-state-selected.k-state-hover.k-state-focused
|
|
27030
|
+
> .k-link.k-state-selected.k-state-hover.k-state-focused,
|
|
27025
27031
|
> .k-link.k-selected.k-hover.k-state-focused {
|
|
27026
27032
|
@include fill(
|
|
27027
27033
|
$panelbar-header-selected-hovered-focused-text,
|
|
@@ -27042,7 +27048,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27042
27048
|
> .k-item > .k-link.k-state-hover,
|
|
27043
27049
|
> .k-item > .k-link.k-hover,
|
|
27044
27050
|
> .k-panelbar-item > .k-link:hover,
|
|
27045
|
-
> .k-panelbar-item > .k-link.k-state-hover
|
|
27051
|
+
> .k-panelbar-item > .k-link.k-state-hover,
|
|
27046
27052
|
> .k-panelbar-item > .k-link.k-hover {
|
|
27047
27053
|
@include fill(
|
|
27048
27054
|
$panelbar-item-hovered-text,
|
|
@@ -27061,7 +27067,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27061
27067
|
> .k-panelbar-item > .k-link:focus,
|
|
27062
27068
|
> .k-panelbar-item > .k-link.k-state-focus,
|
|
27063
27069
|
> .k-panelbar-item > .k-link.k-focus,
|
|
27064
|
-
> .k-panelbar-item > .k-link.k-state-focused
|
|
27070
|
+
> .k-panelbar-item > .k-link.k-state-focused,
|
|
27065
27071
|
> .k-panelbar-item > .k-link.k-focus {
|
|
27066
27072
|
@include fill(
|
|
27067
27073
|
$panelbar-item-focused-text,
|
|
@@ -27077,7 +27083,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27077
27083
|
> .k-item > .k-link.k-state-focus.k-state-hover,
|
|
27078
27084
|
> .k-item > .k-link.k-focus.k-hover,
|
|
27079
27085
|
> .k-panelbar-item > .k-link:focus:hover,
|
|
27080
|
-
> .k-panelbar-item > .k-link.k-state-focus.k-state-hover
|
|
27086
|
+
> .k-panelbar-item > .k-link.k-state-focus.k-state-hover,
|
|
27081
27087
|
> .k-panelbar-item > .k-link.k-focus.k-hover {
|
|
27082
27088
|
@include fill(
|
|
27083
27089
|
$panelbar-item-hovered-focused-text,
|
|
@@ -27090,7 +27096,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27090
27096
|
// Selected
|
|
27091
27097
|
> .k-item > .k-link.k-state-selected,
|
|
27092
27098
|
> .k-item > .k-link.k-selected,
|
|
27093
|
-
> .k-panelbar-item > .k-link.k-state-selected
|
|
27099
|
+
> .k-panelbar-item > .k-link.k-state-selected,
|
|
27094
27100
|
> .k-panelbar-item > .k-link.k-selected {
|
|
27095
27101
|
@include fill(
|
|
27096
27102
|
$panelbar-item-selected-text,
|
|
@@ -27107,7 +27113,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27107
27113
|
> .k-item > .k-link.k-selected.k-hover,
|
|
27108
27114
|
> .k-panelbar-item > .k-link.k-state-selected:hover,
|
|
27109
27115
|
> .k-panelbar-item > .k-link.k-selected:hover,
|
|
27110
|
-
> .k-panelbar-item > .k-link.k-state-selected.k-state-hover
|
|
27116
|
+
> .k-panelbar-item > .k-link.k-state-selected.k-state-hover,
|
|
27111
27117
|
> .k-panelbar-item > .k-link.k-selected.k-hover {
|
|
27112
27118
|
@include fill(
|
|
27113
27119
|
$panelbar-item-selected-hovered-text,
|
|
@@ -27128,7 +27134,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27128
27134
|
> .k-panelbar-item > .k-link.k-selected:focus,
|
|
27129
27135
|
> .k-panelbar-item > .k-link.k-state-selected.k-state-focus,
|
|
27130
27136
|
> .k-panelbar-item > .k-link.k-selected.k-focus,
|
|
27131
|
-
> .k-item > .k-link.k-state-selected.k-state-focused
|
|
27137
|
+
> .k-item > .k-link.k-state-selected.k-state-focused,
|
|
27132
27138
|
> .k-item > .k-link.k-selected.k-focused {
|
|
27133
27139
|
@include fill(
|
|
27134
27140
|
$panelbar-item-selected-focused-text,
|
|
@@ -27149,7 +27155,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27149
27155
|
> .k-panelbar-item > .k-link.k-selected:focus:hover,
|
|
27150
27156
|
> .k-panelbar-item > .k-link.k-state-selected.k-state-focus.k-state-hover,
|
|
27151
27157
|
> .k-panelbar-item > .k-link.k-selected.k-focus.k-state-hover,
|
|
27152
|
-
> .k-item > .k-link.k-state-selected.k-state-focused.k-state-hover
|
|
27158
|
+
> .k-item > .k-link.k-state-selected.k-state-focused.k-state-hover,
|
|
27153
27159
|
> .k-item > .k-link.k-selected.k-focused.k-state-hover {
|
|
27154
27160
|
@include fill(
|
|
27155
27161
|
$panelbar-item-selected-hovered-focused-text,
|
|
@@ -27437,7 +27443,7 @@ $splitbar-selected-text: $selected-text !default;
|
|
|
27437
27443
|
.k-splitbar:focus,
|
|
27438
27444
|
.k-splitbar.k-state-focus,
|
|
27439
27445
|
.k-splitbar.k-focus,
|
|
27440
|
-
.k-splitbar.k-state-focused
|
|
27446
|
+
.k-splitbar.k-state-focused,
|
|
27441
27447
|
.k-splitbar.k-focus {
|
|
27442
27448
|
color: $splitbar-selected-text;
|
|
27443
27449
|
background: $splitbar-selected-bg;
|
|
@@ -27544,7 +27550,7 @@ $tilelayout-hint-border: $component-border !default;
|
|
|
27544
27550
|
.k-tilelayout-item:focus,
|
|
27545
27551
|
.k-tilelayout-item.k-focus,
|
|
27546
27552
|
.k-tilelayout-item.k-state-focus,
|
|
27547
|
-
.k-tilelayout-item.k-state-focused
|
|
27553
|
+
.k-tilelayout-item.k-state-focused,
|
|
27548
27554
|
.k-tilelayout-item.k-focus {
|
|
27549
27555
|
@include box-shadow($tilelayout-card-focus-shadow);
|
|
27550
27556
|
}
|
|
@@ -28216,12 +28222,12 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28216
28222
|
|
|
28217
28223
|
.k-column-menu {
|
|
28218
28224
|
|
|
28219
|
-
.k-listgroup-item.k-state-selected
|
|
28225
|
+
.k-listgroup-item.k-state-selected,
|
|
28220
28226
|
.k-listgroup-item.k-selected {
|
|
28221
28227
|
color: $adaptive-grid-sort-text;
|
|
28222
28228
|
background: none;
|
|
28223
28229
|
}
|
|
28224
|
-
.k-listgroup-item.k-state-selected .k-link
|
|
28230
|
+
.k-listgroup-item.k-state-selected .k-link,
|
|
28225
28231
|
.k-listgroup-item.k-selected .k-link {
|
|
28226
28232
|
color: inherit;
|
|
28227
28233
|
}
|
|
@@ -28963,7 +28969,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28963
28969
|
&.k-i-sort-desc-sm,
|
|
28964
28970
|
&.k-i-sort-asc-sm {
|
|
28965
28971
|
vertical-align: text-top;
|
|
28966
|
-
margin-
|
|
28972
|
+
margin-inline-start: $grid-sorted-icon-spacing;
|
|
28967
28973
|
}
|
|
28968
28974
|
}
|
|
28969
28975
|
|
|
@@ -28973,7 +28979,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28973
28979
|
height: $icon-size;
|
|
28974
28980
|
font-size: $grid-sorting-index-font-size;
|
|
28975
28981
|
margin-top: $grid-sorting-index-spacing-y;
|
|
28976
|
-
margin-
|
|
28982
|
+
margin-inline-start: $grid-sorting-index-spacing-x;
|
|
28977
28983
|
}
|
|
28978
28984
|
}
|
|
28979
28985
|
|
|
@@ -29374,15 +29380,15 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29374
29380
|
}
|
|
29375
29381
|
|
|
29376
29382
|
.k-header > .k-cell-inner {
|
|
29377
|
-
margin: (-1 * $grid-header-padding-y)
|
|
29383
|
+
margin: (-1 * $grid-header-padding-y) (-1 * $grid-header-padding-x);
|
|
29378
29384
|
}
|
|
29379
29385
|
|
|
29380
29386
|
.k-filterable {
|
|
29381
29387
|
> .k-cell-inner {
|
|
29382
|
-
margin
|
|
29388
|
+
margin-inline-end: calc(-1 * #{$grid-filterable-icon-spacing});
|
|
29383
29389
|
|
|
29384
29390
|
.k-link {
|
|
29385
|
-
padding-
|
|
29391
|
+
padding-inline-end: 0;
|
|
29386
29392
|
}
|
|
29387
29393
|
}
|
|
29388
29394
|
}
|
|
@@ -29421,6 +29427,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29421
29427
|
.k-grid-filter,
|
|
29422
29428
|
.k-header-column-menu {
|
|
29423
29429
|
position: static;
|
|
29430
|
+
margin-inline-end: $grid-header-menu-icon-spacing;
|
|
29424
29431
|
}
|
|
29425
29432
|
|
|
29426
29433
|
.k-grid-filter,
|
|
@@ -29731,28 +29738,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29731
29738
|
margin-left: $icon-spacing;
|
|
29732
29739
|
margin-right: 0;
|
|
29733
29740
|
}
|
|
29734
|
-
|
|
29735
|
-
.k-header > .k-cell-inner {
|
|
29736
|
-
margin-right: (-1 * $grid-cell-padding-x);
|
|
29737
|
-
margin-left: calc(-1 * calc( #{$kendo-button-calc-size} - #{$grid-cell-padding-x}));
|
|
29738
|
-
|
|
29739
|
-
.k-sort-order {
|
|
29740
|
-
margin-right: $grid-sorting-index-spacing-x;
|
|
29741
|
-
margin-left: 0;
|
|
29742
|
-
}
|
|
29743
|
-
}
|
|
29744
|
-
|
|
29745
|
-
.k-filterable {
|
|
29746
|
-
> .k-cell-inner {
|
|
29747
|
-
margin-right: (-1 * $grid-cell-padding-x);
|
|
29748
|
-
margin-left: calc(-1 * #{$kendo-button-calc-size});
|
|
29749
|
-
|
|
29750
|
-
.k-link {
|
|
29751
|
-
padding-right: $grid-header-padding-x;
|
|
29752
|
-
padding-left: 0;
|
|
29753
|
-
}
|
|
29754
|
-
}
|
|
29755
|
-
}
|
|
29756
29741
|
}
|
|
29757
29742
|
}
|
|
29758
29743
|
|
|
@@ -29855,9 +29840,9 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29855
29840
|
}
|
|
29856
29841
|
|
|
29857
29842
|
// Hover state
|
|
29858
|
-
tbody
|
|
29859
|
-
tbody
|
|
29860
|
-
tbody
|
|
29843
|
+
tbody>tr:not(.k-detail-row):hover,
|
|
29844
|
+
tbody>tr:not(.k-detail-row).k-state-hover,
|
|
29845
|
+
tbody>tr:not(.k-detail-row).k-hover {
|
|
29861
29846
|
color: $grid-hovered-text;
|
|
29862
29847
|
background-color: $grid-hovered-bg;
|
|
29863
29848
|
}
|
|
@@ -29865,7 +29850,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29865
29850
|
// Selected state
|
|
29866
29851
|
td.k-state-selected,
|
|
29867
29852
|
td.k-selected,
|
|
29868
|
-
tr.k-state-selected > td
|
|
29853
|
+
tr.k-state-selected > td,
|
|
29869
29854
|
tr.k-selected > td {
|
|
29870
29855
|
color: $grid-selected-text;
|
|
29871
29856
|
background-color: $grid-selected-bg;
|
|
@@ -29881,7 +29866,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29881
29866
|
.k-grouping-row > td:focus,
|
|
29882
29867
|
.k-detail-row > td:focus,
|
|
29883
29868
|
.k-group-footer > td:focus,
|
|
29884
|
-
.k-grid-pager.k-state-focused
|
|
29869
|
+
.k-grid-pager.k-state-focused,
|
|
29885
29870
|
.k-grid-pager.k-focus {
|
|
29886
29871
|
box-shadow: $grid-focused-shadow;
|
|
29887
29872
|
}
|
|
@@ -29924,12 +29909,12 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29924
29909
|
}
|
|
29925
29910
|
|
|
29926
29911
|
// Selected state
|
|
29927
|
-
.k-state-selected td
|
|
29912
|
+
.k-state-selected td,
|
|
29928
29913
|
.k-selected td {
|
|
29929
29914
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
29930
29915
|
}
|
|
29931
29916
|
|
|
29932
|
-
.k-state-selected.k-alt td
|
|
29917
|
+
.k-state-selected.k-alt td,
|
|
29933
29918
|
.k-selected.k-alt td {
|
|
29934
29919
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
29935
29920
|
}
|
|
@@ -29937,7 +29922,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29937
29922
|
// Selected hover
|
|
29938
29923
|
.k-state-selected:hover td,
|
|
29939
29924
|
.k-selected:hover td,
|
|
29940
|
-
.k-state-selected.k-state-hover td
|
|
29925
|
+
.k-state-selected.k-state-hover td,
|
|
29941
29926
|
.k-selected.k-hover td {
|
|
29942
29927
|
@include fill( $bg: $grid-sticky-selected-hovered-bg );
|
|
29943
29928
|
}
|
|
@@ -29983,7 +29968,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29983
29968
|
&.k-state-border-down {
|
|
29984
29969
|
box-shadow: inset 0 0 0 2px rgba( 0, 0, 0, .1 );
|
|
29985
29970
|
}
|
|
29986
|
-
&.k-state-active
|
|
29971
|
+
&.k-state-active,
|
|
29987
29972
|
&.k-active {
|
|
29988
29973
|
color: $selected-text;
|
|
29989
29974
|
background-color: $selected-bg;
|
|
@@ -30043,7 +30028,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30043
30028
|
&.k-selected .k-grid-content-sticky,
|
|
30044
30029
|
&.k-state-selected .k-grid-row-sticky,
|
|
30045
30030
|
&.k-selected .k-grid-row-sticky,
|
|
30046
|
-
td.k-grid-content-sticky.k-state-selected
|
|
30031
|
+
td.k-grid-content-sticky.k-state-selected,
|
|
30047
30032
|
td.k-grid-content-sticky.k-selected {
|
|
30048
30033
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
30049
30034
|
}
|
|
@@ -30052,7 +30037,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30052
30037
|
&.k-selected.k-alt .k-grid-content-sticky,
|
|
30053
30038
|
&.k-state-selected.k-alt .k-grid-row-sticky,
|
|
30054
30039
|
&.k-selected.k-alt .k-grid-row-sticky,
|
|
30055
|
-
&.k-alt td.k-grid-content-sticky.k-state-selected
|
|
30040
|
+
&.k-alt td.k-grid-content-sticky.k-state-selected,
|
|
30056
30041
|
&.k-alt td.k-grid-content-sticky.k-selected {
|
|
30057
30042
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
30058
30043
|
}
|
|
@@ -30063,7 +30048,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30063
30048
|
&:hover .k-grid-row-sticky,
|
|
30064
30049
|
&.k-state-hover .k-grid-content-sticky,
|
|
30065
30050
|
&.k-hover .k-grid-content-sticky,
|
|
30066
|
-
&.k-state-hover .k-grid-row-sticky
|
|
30051
|
+
&.k-state-hover .k-grid-row-sticky,
|
|
30067
30052
|
&.k-hover .k-grid-row-sticky {
|
|
30068
30053
|
background-color: $grid-sticky-hovered-bg;
|
|
30069
30054
|
}
|
|
@@ -30080,7 +30065,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30080
30065
|
&.k-selected.k-hover .k-grid-row-sticky,
|
|
30081
30066
|
&:hover td.k-grid-content-sticky.k-state-selected,
|
|
30082
30067
|
&:hover td.k-grid-content-sticky.k-selected,
|
|
30083
|
-
&.k-state-hover td.k-grid-content-sticky.k-state-selected
|
|
30068
|
+
&.k-state-hover td.k-grid-content-sticky.k-state-selected,
|
|
30084
30069
|
&.k-hover td.k-grid-content-sticky.k-selected {
|
|
30085
30070
|
background-color: $grid-sticky-selected-hovered-bg;
|
|
30086
30071
|
}
|
|
@@ -30094,7 +30079,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30094
30079
|
background-color: $grid-sticky-bg;
|
|
30095
30080
|
|
|
30096
30081
|
&:hover,
|
|
30097
|
-
&.k-state-hover
|
|
30082
|
+
&.k-state-hover,
|
|
30098
30083
|
&.k-hover {
|
|
30099
30084
|
background-color: $grid-sticky-hovered-bg;
|
|
30100
30085
|
}
|
|
@@ -30108,7 +30093,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30108
30093
|
}
|
|
30109
30094
|
|
|
30110
30095
|
&:hover td,
|
|
30111
|
-
&.k-state-hover td
|
|
30096
|
+
&.k-state-hover td,
|
|
30112
30097
|
&.k-hover td {
|
|
30113
30098
|
background-color: $grid-sticky-hovered-bg;
|
|
30114
30099
|
}
|
|
@@ -30126,7 +30111,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30126
30111
|
.k-selected.k-grid-row-sticky td,
|
|
30127
30112
|
.k-grid-row-sticky td.k-state-selected,
|
|
30128
30113
|
.k-grid-row-sticky td.k-selected,
|
|
30129
|
-
.k-state-selected.k-grid-content-sticky
|
|
30114
|
+
.k-state-selected.k-grid-content-sticky,
|
|
30130
30115
|
.k-selected.k-grid-content-sticky {
|
|
30131
30116
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
30132
30117
|
}
|
|
@@ -30135,7 +30120,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30135
30120
|
tr.k-selected.k-alt .k-grid-content-sticky,
|
|
30136
30121
|
.k-state-selected.k-alt.k-grid-row-sticky td,
|
|
30137
30122
|
.k-selected.k-alt.k-grid-row-sticky td,
|
|
30138
|
-
.k-alt .k-state-selected.k-grid-content-sticky
|
|
30123
|
+
.k-alt .k-state-selected.k-grid-content-sticky,
|
|
30139
30124
|
.k-alt .k-selected.k-grid-content-sticky {
|
|
30140
30125
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
30141
30126
|
}
|
|
@@ -30151,7 +30136,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30151
30136
|
.k-grid-row-sticky.k-alt.k-state-hover td,
|
|
30152
30137
|
.k-grid-row-sticky.k-alt.k-hover td,
|
|
30153
30138
|
.k-alt:hover .k-grid-content-sticky,
|
|
30154
|
-
.k-alt.k-state-hover .k-grid-content-sticky
|
|
30139
|
+
.k-alt.k-state-hover .k-grid-content-sticky,
|
|
30155
30140
|
.k-alt.k-hover .k-grid-content-sticky {
|
|
30156
30141
|
background-color: $grid-sticky-hovered-bg;
|
|
30157
30142
|
}
|
|
@@ -30179,7 +30164,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30179
30164
|
.k-grid-row-sticky.k-hover td.k-selected,
|
|
30180
30165
|
tr:hover .k-grid-content-sticky.k-state-selected,
|
|
30181
30166
|
tr:hover .k-grid-content-sticky.k-selected,
|
|
30182
|
-
tr.k-state-hover .k-grid-content-sticky.k-state-selected
|
|
30167
|
+
tr.k-state-hover .k-grid-content-sticky.k-state-selected,
|
|
30183
30168
|
tr.k-hover .k-grid-content-sticky.k-selected {
|
|
30184
30169
|
background-color: $grid-sticky-selected-hovered-bg;
|
|
30185
30170
|
}
|
|
@@ -30191,7 +30176,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30191
30176
|
}
|
|
30192
30177
|
|
|
30193
30178
|
&:hover .k-grid-content-sticky,
|
|
30194
|
-
&.k-state-hover .k-grid-content-sticky
|
|
30179
|
+
&.k-state-hover .k-grid-content-sticky,
|
|
30195
30180
|
&.k-hover .k-grid-content-sticky {
|
|
30196
30181
|
@include fill( $bg: $grid-sticky-hovered-bg );
|
|
30197
30182
|
}
|
|
@@ -30205,13 +30190,13 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30205
30190
|
);
|
|
30206
30191
|
}
|
|
30207
30192
|
.k-columnmenu-item:focus,
|
|
30208
|
-
.k-columnmenu-item.k-state-focus
|
|
30193
|
+
.k-columnmenu-item.k-state-focus,
|
|
30209
30194
|
.k-columnmenu-item.k-focus {
|
|
30210
30195
|
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
30211
30196
|
}
|
|
30212
30197
|
|
|
30213
30198
|
.k-columnmenu-item {
|
|
30214
|
-
&.k-state-selected
|
|
30199
|
+
&.k-state-selected,
|
|
30215
30200
|
&.k-selected {
|
|
30216
30201
|
@include fill(
|
|
30217
30202
|
$kendo-list-item-selected-text,
|
|
@@ -30237,7 +30222,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30237
30222
|
);
|
|
30238
30223
|
|
|
30239
30224
|
&:hover,
|
|
30240
|
-
&.k-state-hover
|
|
30225
|
+
&.k-state-hover,
|
|
30241
30226
|
&.k-hover {
|
|
30242
30227
|
@include fill(
|
|
30243
30228
|
$kendo-list-item-hover-text,
|
|
@@ -30245,7 +30230,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30245
30230
|
);
|
|
30246
30231
|
}
|
|
30247
30232
|
|
|
30248
|
-
&.k-state-selected
|
|
30233
|
+
&.k-state-selected,
|
|
30249
30234
|
&.k-selected {
|
|
30250
30235
|
@include fill(
|
|
30251
30236
|
$kendo-list-item-selected-text,
|
|
@@ -30254,7 +30239,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30254
30239
|
}
|
|
30255
30240
|
|
|
30256
30241
|
&:focus,
|
|
30257
|
-
&.k-state-focused
|
|
30242
|
+
&.k-state-focused,
|
|
30258
30243
|
&.k-focus {
|
|
30259
30244
|
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
30260
30245
|
}
|
|
@@ -30490,7 +30475,7 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
30490
30475
|
// Listview content
|
|
30491
30476
|
.k-listview-content {
|
|
30492
30477
|
|
|
30493
|
-
> .k-state-focused
|
|
30478
|
+
> .k-state-focused,
|
|
30494
30479
|
> .k-focus {
|
|
30495
30480
|
@include fill(
|
|
30496
30481
|
$listview-item-focus-text,
|
|
@@ -30500,7 +30485,7 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
30500
30485
|
@include box-shadow( $listview-item-focus-shadow );
|
|
30501
30486
|
}
|
|
30502
30487
|
|
|
30503
|
-
> .k-state-selected
|
|
30488
|
+
> .k-state-selected,
|
|
30504
30489
|
> .k-selected {
|
|
30505
30490
|
@include fill(
|
|
30506
30491
|
$listview-item-selected-text,
|
|
@@ -30878,7 +30863,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
30878
30863
|
overflow: hidden;
|
|
30879
30864
|
|
|
30880
30865
|
// disabled cells in the Spreadsheet should allow navigation if link is used
|
|
30881
|
-
.k-state-disabled
|
|
30866
|
+
.k-state-disabled,
|
|
30882
30867
|
.k-disabled {
|
|
30883
30868
|
pointer-events: auto;
|
|
30884
30869
|
}
|
|
@@ -31440,7 +31425,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31440
31425
|
background-position: 50% 50%;
|
|
31441
31426
|
|
|
31442
31427
|
&:hover div,
|
|
31443
|
-
&.k-state-hovered div
|
|
31428
|
+
&.k-state-hovered div,
|
|
31444
31429
|
&.k-hover div {
|
|
31445
31430
|
margin: 0;
|
|
31446
31431
|
align-self: center;
|
|
@@ -31506,7 +31491,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31506
31491
|
.k-spreadsheet-insert-image-dialog {
|
|
31507
31492
|
.k-spreadsheet-has-image {
|
|
31508
31493
|
&:hover,
|
|
31509
|
-
&.k-state-hovered
|
|
31494
|
+
&.k-state-hovered,
|
|
31510
31495
|
&.k-hover {
|
|
31511
31496
|
border-radius: $spreadsheet-insert-image-dialog-preview-overlay-border-radius;
|
|
31512
31497
|
}
|
|
@@ -31683,7 +31668,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31683
31668
|
);
|
|
31684
31669
|
}
|
|
31685
31670
|
|
|
31686
|
-
&.k-state-active
|
|
31671
|
+
&.k-state-active,
|
|
31687
31672
|
&.k-active {
|
|
31688
31673
|
@include fill(
|
|
31689
31674
|
$kendo-button-active-text,
|
|
@@ -31701,7 +31686,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31701
31686
|
> .k-menu,
|
|
31702
31687
|
> .k-menu:not(.k-context-menu) {
|
|
31703
31688
|
|
|
31704
|
-
.k-item.k-state-hover
|
|
31689
|
+
.k-item.k-state-hover,
|
|
31705
31690
|
.k-item.k-hover {
|
|
31706
31691
|
@include fill(
|
|
31707
31692
|
$kendo-list-item-hover-text,
|
|
@@ -31732,7 +31717,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31732
31717
|
.k-button {}
|
|
31733
31718
|
|
|
31734
31719
|
.k-button:hover,
|
|
31735
|
-
.k-button.k-state-hover
|
|
31720
|
+
.k-button.k-state-hover,
|
|
31736
31721
|
.k-button.k-hover {
|
|
31737
31722
|
@include fill(
|
|
31738
31723
|
$kendo-list-item-hover-text,
|
|
@@ -31742,7 +31727,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31742
31727
|
.k-button:active,
|
|
31743
31728
|
.k-button.k-state-active,
|
|
31744
31729
|
.k-button.k-active,
|
|
31745
|
-
.k-button.k-state-selected
|
|
31730
|
+
.k-button.k-state-selected,
|
|
31746
31731
|
.k-button.k-selected {
|
|
31747
31732
|
@include fill(
|
|
31748
31733
|
$kendo-list-item-selected-text,
|
|
@@ -31764,13 +31749,13 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31764
31749
|
|
|
31765
31750
|
.k-spreadsheet-has-image {
|
|
31766
31751
|
&:hover,
|
|
31767
|
-
&.k-state-hovered
|
|
31752
|
+
&.k-state-hovered,
|
|
31768
31753
|
&.k-hover {
|
|
31769
31754
|
box-shadow: $spreadsheet-insert-image-dialog-preview-overlay-shadow;
|
|
31770
31755
|
}
|
|
31771
31756
|
|
|
31772
31757
|
&:hover div,
|
|
31773
|
-
&.k-state-hovered div
|
|
31758
|
+
&.k-state-hovered div,
|
|
31774
31759
|
&.k-hover div {
|
|
31775
31760
|
color: $spreadsheet-insert-image-dialog-overlay-hovered-text;
|
|
31776
31761
|
}
|
|
@@ -32754,7 +32739,7 @@ $pivotgrid-remove-text: null !default;
|
|
|
32754
32739
|
// Selected state
|
|
32755
32740
|
.k-pivotgrid-cell.k-state-selected,
|
|
32756
32741
|
.k-pivotgrid-cell.k-selected,
|
|
32757
|
-
.k-pivotgrid-row.k-state-selected > .k-pivotgrid-cell
|
|
32742
|
+
.k-pivotgrid-row.k-state-selected > .k-pivotgrid-cell,
|
|
32758
32743
|
.k-pivotgrid-row.k-selected > .k-pivotgrid-cell {
|
|
32759
32744
|
@include fill (
|
|
32760
32745
|
$pivotgrid-selected-text,
|
|
@@ -32983,7 +32968,7 @@ $treelist-footer-row-border-width: 1px !default;
|
|
|
32983
32968
|
}
|
|
32984
32969
|
|
|
32985
32970
|
.k-treelist-dragging,
|
|
32986
|
-
.k-treelist-dragging .k-state-hover
|
|
32971
|
+
.k-treelist-dragging .k-state-hover,
|
|
32987
32972
|
.k-treelist-dragging .k-hover {
|
|
32988
32973
|
cursor: default;
|
|
32989
32974
|
}
|
|
@@ -33699,7 +33684,7 @@ $filemanager-preview-icon-border: null !default;
|
|
|
33699
33684
|
);
|
|
33700
33685
|
}
|
|
33701
33686
|
|
|
33702
|
-
&.k-state-selected .k-file-icon
|
|
33687
|
+
&.k-state-selected .k-file-icon,
|
|
33703
33688
|
&.k-selected .k-file-icon {
|
|
33704
33689
|
@include fill(
|
|
33705
33690
|
inherit,
|
|
@@ -34158,7 +34143,7 @@ $taskboard-drag-placeholder-border: $component-border !default;
|
|
|
34158
34143
|
);
|
|
34159
34144
|
}
|
|
34160
34145
|
.k-taskboard-column:focus,
|
|
34161
|
-
.k-taskboard-column.k-state-focus
|
|
34146
|
+
.k-taskboard-column.k-state-focus,
|
|
34162
34147
|
.k-taskboard-column.k-focus {
|
|
34163
34148
|
@include fill(
|
|
34164
34149
|
$taskboard-column-focus-text,
|
|
@@ -34358,7 +34343,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
34358
34343
|
pointer-events: auto;
|
|
34359
34344
|
}
|
|
34360
34345
|
|
|
34361
|
-
.k-editor-content.k-state-focused
|
|
34346
|
+
.k-editor-content.k-state-focused,
|
|
34362
34347
|
.k-editor-content.k-focus {
|
|
34363
34348
|
outline-width: 1px;
|
|
34364
34349
|
outline-style: dashed;
|
|
@@ -34812,7 +34797,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
34812
34797
|
display: block;
|
|
34813
34798
|
margin: auto;
|
|
34814
34799
|
|
|
34815
|
-
&.k-state-selected
|
|
34800
|
+
&.k-state-selected,
|
|
34816
34801
|
&.k-selected {
|
|
34817
34802
|
color: inherit;
|
|
34818
34803
|
border-width: 0;
|
|
@@ -35032,7 +35017,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35032
35017
|
|
|
35033
35018
|
kendo-editor {
|
|
35034
35019
|
&.k-readonly {
|
|
35035
|
-
.k-editor-content.k-state-focused
|
|
35020
|
+
.k-editor-content.k-state-focused,
|
|
35036
35021
|
.k-editor-content.k-focus {
|
|
35037
35022
|
outline-color: $body-text;
|
|
35038
35023
|
}
|
|
@@ -35070,7 +35055,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35070
35055
|
|
|
35071
35056
|
// Hover & Actve state
|
|
35072
35057
|
&:hover,
|
|
35073
|
-
&.k-state-active
|
|
35058
|
+
&.k-state-active,
|
|
35074
35059
|
&.k-active {
|
|
35075
35060
|
border-color: $panel-border;
|
|
35076
35061
|
}
|
|
@@ -35088,7 +35073,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35088
35073
|
|
|
35089
35074
|
// Insert table
|
|
35090
35075
|
.k-ct-popup {
|
|
35091
|
-
.k-state-selected
|
|
35076
|
+
.k-state-selected,
|
|
35092
35077
|
.k-selected {
|
|
35093
35078
|
@include fill( $selected-text, $selected-bg, $selected-border, none );
|
|
35094
35079
|
}
|
|
@@ -35637,7 +35622,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
35637
35622
|
}
|
|
35638
35623
|
}
|
|
35639
35624
|
|
|
35640
|
-
tr.k-state-selected > td:last-child
|
|
35625
|
+
tr.k-state-selected > td:last-child,
|
|
35641
35626
|
tr.k-selected > td:last-child {
|
|
35642
35627
|
background: transparent;
|
|
35643
35628
|
}
|
|
@@ -35907,7 +35892,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
35907
35892
|
border-color: currentColor;
|
|
35908
35893
|
position: absolute;
|
|
35909
35894
|
}
|
|
35910
|
-
.k-gantt-line.k-state-selected
|
|
35895
|
+
.k-gantt-line.k-state-selected,
|
|
35911
35896
|
.k-gantt-line.k-selected {
|
|
35912
35897
|
z-index: 3;
|
|
35913
35898
|
}
|
|
@@ -35981,7 +35966,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
35981
35966
|
transform: translate(-50%, -50%);
|
|
35982
35967
|
}
|
|
35983
35968
|
.k-task-dot:hover::before,
|
|
35984
|
-
.k-task-dot.k-state-hover::before
|
|
35969
|
+
.k-task-dot.k-state-hover::before,
|
|
35985
35970
|
.k-task-dot.k-hover::before {
|
|
35986
35971
|
border-width: 1px;
|
|
35987
35972
|
}
|
|
@@ -36452,7 +36437,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36452
36437
|
$border: $gantt-milestone-border
|
|
36453
36438
|
);
|
|
36454
36439
|
}
|
|
36455
|
-
.k-task-milestone.k-state-selected .k-task-milestone-content
|
|
36440
|
+
.k-task-milestone.k-state-selected .k-task-milestone-content,
|
|
36456
36441
|
.k-task-milestone.k-selected .k-task-milestone-content {
|
|
36457
36442
|
@include fill(
|
|
36458
36443
|
$bg: $gantt-milestone-selected-bg,
|
|
@@ -36467,7 +36452,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36467
36452
|
stroke: $gantt-line-fill;
|
|
36468
36453
|
}
|
|
36469
36454
|
|
|
36470
|
-
polyline.k-state-selected
|
|
36455
|
+
polyline.k-state-selected,
|
|
36471
36456
|
polyline.k-selected {
|
|
36472
36457
|
stroke: $gantt-line-selected-fill;
|
|
36473
36458
|
}
|
|
@@ -36521,7 +36506,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36521
36506
|
);
|
|
36522
36507
|
}
|
|
36523
36508
|
.k-task-dot:hover::before,
|
|
36524
|
-
.k-task-dot.k-state-hover::before
|
|
36509
|
+
.k-task-dot.k-state-hover::before,
|
|
36525
36510
|
.k-task-dot.k-hover::before {
|
|
36526
36511
|
@include fill(
|
|
36527
36512
|
$bg: $gantt-dot-hover-bg,
|
|
@@ -36547,7 +36532,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36547
36532
|
);
|
|
36548
36533
|
}
|
|
36549
36534
|
}
|
|
36550
|
-
.k-task-milestone.k-state-selected
|
|
36535
|
+
.k-task-milestone.k-state-selected,
|
|
36551
36536
|
.k-task-milestone.k-selected {
|
|
36552
36537
|
background-image: none;
|
|
36553
36538
|
@include fill(
|
|
@@ -36578,7 +36563,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36578
36563
|
.k-task-advanced .k-task-summary-complete {
|
|
36579
36564
|
color: $gantt-advanced-bg;
|
|
36580
36565
|
}
|
|
36581
|
-
.k-task-summary.k-state-selected
|
|
36566
|
+
.k-task-summary.k-state-selected,
|
|
36582
36567
|
.k-task-summary.k-selected {
|
|
36583
36568
|
color: $gantt-summary-selected-bg;
|
|
36584
36569
|
|
|
@@ -36622,7 +36607,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36622
36607
|
$bg: $gantt-advanced-bg
|
|
36623
36608
|
);
|
|
36624
36609
|
}
|
|
36625
|
-
.k-task-single.k-state-selected
|
|
36610
|
+
.k-task-single.k-state-selected,
|
|
36626
36611
|
.k-task-single.k-selected {
|
|
36627
36612
|
@include fill(
|
|
36628
36613
|
$gantt-task-selected-text,
|
|
@@ -36639,7 +36624,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36639
36624
|
.k-gantt-line {
|
|
36640
36625
|
color: $gantt-line-fill;
|
|
36641
36626
|
}
|
|
36642
|
-
.k-gantt-line.k-state-selected
|
|
36627
|
+
.k-gantt-line.k-state-selected,
|
|
36643
36628
|
.k-gantt-line.k-selected {
|
|
36644
36629
|
color: $gantt-line-selected-fill;
|
|
36645
36630
|
}
|
|
@@ -37295,7 +37280,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37295
37280
|
}
|
|
37296
37281
|
|
|
37297
37282
|
&:hover,
|
|
37298
|
-
&.k-state-hover
|
|
37283
|
+
&.k-state-hover,
|
|
37299
37284
|
&.k-hover {
|
|
37300
37285
|
.k-event-delete {
|
|
37301
37286
|
opacity: 1;
|
|
@@ -37361,7 +37346,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37361
37346
|
|
|
37362
37347
|
// Hover
|
|
37363
37348
|
&:hover,
|
|
37364
|
-
&.k-state-hover
|
|
37349
|
+
&.k-state-hover,
|
|
37365
37350
|
&.k-hover {
|
|
37366
37351
|
.k-event-actions .k-event-delete,
|
|
37367
37352
|
.k-resize-handle {
|
|
@@ -37623,7 +37608,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37623
37608
|
.k-hover .k-task > .k-event-delete,
|
|
37624
37609
|
.k-scheduler-content tr:hover .k-event-delete,
|
|
37625
37610
|
.k-scheduler-content .k-scheduler-row:hover .k-event-delete,
|
|
37626
|
-
.k-scheduler-content .k-scheduler-row.k-state-hover .k-event-delete
|
|
37611
|
+
.k-scheduler-content .k-scheduler-row.k-state-hover .k-event-delete,
|
|
37627
37612
|
.k-scheduler-content .k-scheduler-row.k-hover .k-event-delete {
|
|
37628
37613
|
visibility: visible;
|
|
37629
37614
|
}
|
|
@@ -37697,7 +37682,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37697
37682
|
position: relative;
|
|
37698
37683
|
}
|
|
37699
37684
|
|
|
37700
|
-
td.k-state-selected
|
|
37685
|
+
td.k-state-selected,
|
|
37701
37686
|
td.k-selected {
|
|
37702
37687
|
background-color: inherit;
|
|
37703
37688
|
}
|
|
@@ -38044,7 +38029,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38044
38029
|
|
|
38045
38030
|
.k-scheduler-layout td.k-state-selected,
|
|
38046
38031
|
.k-scheduler-layout td.k-selected,
|
|
38047
|
-
.k-scheduler-layout .k-scheduler-cell.k-state-selected
|
|
38032
|
+
.k-scheduler-layout .k-scheduler-cell.k-state-selected,
|
|
38048
38033
|
.k-scheduler-layout .k-scheduler-cell.k-selected {
|
|
38049
38034
|
background-color: rgba($selected-bg, .25);
|
|
38050
38035
|
}
|
|
@@ -38067,7 +38052,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38067
38052
|
);
|
|
38068
38053
|
@include box-shadow( $scheduler-event-shadow );
|
|
38069
38054
|
|
|
38070
|
-
&.k-state-hover
|
|
38055
|
+
&.k-state-hover,
|
|
38071
38056
|
&.k-hover {
|
|
38072
38057
|
@include fill(
|
|
38073
38058
|
$scheduler-event-hover-text,
|
|
@@ -38078,7 +38063,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38078
38063
|
@include box-shadow( $scheduler-event-hover-shadow );
|
|
38079
38064
|
}
|
|
38080
38065
|
|
|
38081
|
-
&.k-state-selected
|
|
38066
|
+
&.k-state-selected,
|
|
38082
38067
|
&.k-selected {
|
|
38083
38068
|
@include fill(
|
|
38084
38069
|
$scheduler-event-selected-text,
|
|
@@ -38148,7 +38133,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38148
38133
|
.k-scheduler-content tr.k-state-hover,
|
|
38149
38134
|
.k-scheduler-content tr.k-hover,
|
|
38150
38135
|
.k-scheduler-content .k-scheduler-row:hover,
|
|
38151
|
-
.k-scheduler-content .k-scheduler-row.k-state-hover
|
|
38136
|
+
.k-scheduler-content .k-scheduler-row.k-state-hover,
|
|
38152
38137
|
.k-scheduler-content .k-scheduler-row.k-hover {
|
|
38153
38138
|
@include fill(
|
|
38154
38139
|
$hovered-text,
|
|
@@ -38162,7 +38147,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38162
38147
|
.k-scheduler-content tr:hover .k-scheduler-groupcolumn,
|
|
38163
38148
|
.k-scheduler-content tr.k-state-hover .k-scheduler-datecolumn,
|
|
38164
38149
|
.k-scheduler-content tr.k-hover .k-scheduler-datecolumn,
|
|
38165
|
-
.k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn
|
|
38150
|
+
.k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn,
|
|
38166
38151
|
.k-scheduler-content tr.k-hover .k-scheduler-groupcolumn {
|
|
38167
38152
|
@include fill(
|
|
38168
38153
|
$scheduler-text,
|
|
@@ -38172,13 +38157,13 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38172
38157
|
}
|
|
38173
38158
|
|
|
38174
38159
|
// Selected
|
|
38175
|
-
.k-scheduler-content tr.k-state-selected
|
|
38160
|
+
.k-scheduler-content tr.k-state-selected,
|
|
38176
38161
|
.k-scheduler-content tr.k-selected {
|
|
38177
38162
|
background-color: rgba($selected-bg, .25);
|
|
38178
38163
|
}
|
|
38179
38164
|
.k-scheduler-content tr.k-state-selected .k-scheduler-datecolumn,
|
|
38180
38165
|
.k-scheduler-content tr.k-selected .k-scheduler-datecolumn,
|
|
38181
|
-
.k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn
|
|
38166
|
+
.k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn,
|
|
38182
38167
|
.k-scheduler-content tr.k-selected .k-scheduler-groupcolumn {
|
|
38183
38168
|
background-color: $scheduler-bg;
|
|
38184
38169
|
}
|
|
@@ -38196,7 +38181,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38196
38181
|
@include fill( $bg: $scheduler-yearview-indicator-bg );
|
|
38197
38182
|
}
|
|
38198
38183
|
|
|
38199
|
-
.k-state-selected .k-day-indicator
|
|
38184
|
+
.k-state-selected .k-day-indicator,
|
|
38200
38185
|
.k-selected .k-day-indicator {
|
|
38201
38186
|
@include fill( $bg: $scheduler-yearview-indicator-selected-bg );
|
|
38202
38187
|
}
|
|
@@ -38497,7 +38482,7 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
38497
38482
|
|
|
38498
38483
|
|
|
38499
38484
|
// Message states
|
|
38500
|
-
.k-message.k-state-selected
|
|
38485
|
+
.k-message.k-state-selected,
|
|
38501
38486
|
.k-message.k-selected {
|
|
38502
38487
|
margin-bottom: $chat-item-spacing-y;
|
|
38503
38488
|
border: 0;
|
|
@@ -38707,7 +38692,7 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
38707
38692
|
flex: 0 0 auto;
|
|
38708
38693
|
}
|
|
38709
38694
|
|
|
38710
|
-
&.k-state-selected
|
|
38695
|
+
&.k-state-selected,
|
|
38711
38696
|
&.k-selected {
|
|
38712
38697
|
background: none;
|
|
38713
38698
|
}
|
|
@@ -38941,7 +38926,7 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
38941
38926
|
.k-bubble:hover {
|
|
38942
38927
|
@include box-shadow( $chat-bubble-hover-shadow );
|
|
38943
38928
|
}
|
|
38944
|
-
.k-state-selected .k-bubble
|
|
38929
|
+
.k-state-selected .k-bubble,
|
|
38945
38930
|
.k-selected .k-bubble {
|
|
38946
38931
|
@include box-shadow( $chat-bubble-selected-shadow );
|
|
38947
38932
|
}
|
|
@@ -38957,7 +38942,7 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
38957
38942
|
.k-alt .k-bubble:hover {
|
|
38958
38943
|
@include box-shadow( $chat-alt-bubble-hover-shadow );
|
|
38959
38944
|
}
|
|
38960
|
-
.k-alt .k-state-selected .k-bubble
|
|
38945
|
+
.k-alt .k-state-selected .k-bubble,
|
|
38961
38946
|
.k-alt .k-selected .k-bubble {
|
|
38962
38947
|
@include box-shadow( $chat-alt-bubble-selected-shadow );
|
|
38963
38948
|
}
|
|
@@ -39744,7 +39729,7 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
39744
39729
|
color: $body-text;
|
|
39745
39730
|
}
|
|
39746
39731
|
|
|
39747
|
-
.k-timeline-arrow.k-state-disabled
|
|
39732
|
+
.k-timeline-arrow.k-state-disabled,
|
|
39748
39733
|
.k-timeline-arrow.k-disabled {
|
|
39749
39734
|
opacity: 1; // The arrow button in disabled mode should have a solid background
|
|
39750
39735
|
color: $timeline-track-arrow-disabled-text;
|
|
@@ -39765,7 +39750,7 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
39765
39750
|
background-color: $timeline-flag-bg;
|
|
39766
39751
|
}
|
|
39767
39752
|
|
|
39768
|
-
.k-timeline-track-item.k-state-focus .k-timeline-circle
|
|
39753
|
+
.k-timeline-track-item.k-state-focus .k-timeline-circle,
|
|
39769
39754
|
.k-timeline-track-item.k-focus .k-timeline-circle {
|
|
39770
39755
|
@include box-shadow( $timeline-track-item-focus-shadow );
|
|
39771
39756
|
}
|
|
@@ -40458,7 +40443,7 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
40458
40443
|
-webkit-tap-highlight-color: $scrollview-arrow-tap-highlight-color;
|
|
40459
40444
|
|
|
40460
40445
|
&:focus,
|
|
40461
|
-
&.k-state-focus
|
|
40446
|
+
&.k-state-focus,
|
|
40462
40447
|
&.k-focus {
|
|
40463
40448
|
color: $scrollview-navigation-color;
|
|
40464
40449
|
opacity: $scrollview-navigation-hover-opacity;
|
|
@@ -40469,7 +40454,7 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
40469
40454
|
}
|
|
40470
40455
|
|
|
40471
40456
|
&:hover,
|
|
40472
|
-
&.k-state-hover
|
|
40457
|
+
&.k-state-hover,
|
|
40473
40458
|
&.k-hover {
|
|
40474
40459
|
color: $scrollview-navigation-color;
|
|
40475
40460
|
opacity: $scrollview-navigation-hover-opacity;
|
|
@@ -40489,14 +40474,14 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
40489
40474
|
}
|
|
40490
40475
|
|
|
40491
40476
|
&:focus,
|
|
40492
|
-
&.k-state-focused
|
|
40477
|
+
&.k-state-focused,
|
|
40493
40478
|
&.k-focus {
|
|
40494
40479
|
box-shadow: $scrollview-pagebutton-shadow;
|
|
40495
40480
|
}
|
|
40496
40481
|
}
|
|
40497
40482
|
|
|
40498
40483
|
.k-scrollview-nav > .k-link:hover,
|
|
40499
|
-
.k-scrollview-nav > .k-link.k-state-hover
|
|
40484
|
+
.k-scrollview-nav > .k-link.k-state-hover,
|
|
40500
40485
|
.k-scrollview-nav > .k-link.k-hover {
|
|
40501
40486
|
box-shadow: $scrollview-pagebutton-shadow;
|
|
40502
40487
|
}
|
|
@@ -41311,7 +41296,7 @@ $treemap-line-height: $line-height !default;
|
|
|
41311
41296
|
.k-leaf.k-inverse {
|
|
41312
41297
|
color: $component-text;
|
|
41313
41298
|
}
|
|
41314
|
-
.k-leaf.k-state-hover
|
|
41299
|
+
.k-leaf.k-state-hover,
|
|
41315
41300
|
.k-leaf.k-hover {
|
|
41316
41301
|
box-shadow: inset 0 0 0 3px $component-border;
|
|
41317
41302
|
}
|
|
@@ -41798,7 +41783,7 @@ $orgchart-line-v-height: 25px !default;
|
|
|
41798
41783
|
.k-orgchart-node-group-container:focus,
|
|
41799
41784
|
.k-orgchart-node-group-container.k-focus,
|
|
41800
41785
|
.k-orgchart-node-group-container.k-state-focus,
|
|
41801
|
-
.k-orgchart-node-group-container.k-state-focused
|
|
41786
|
+
.k-orgchart-node-group-container.k-state-focused,
|
|
41802
41787
|
.k-orgchart-node-group-container.k-focus {
|
|
41803
41788
|
@include box-shadow( $orgchart-node-group-focus-shadow );
|
|
41804
41789
|
@include fill ( $border: $orgchart-node-group-focus-border );
|
|
@@ -41818,6 +41803,151 @@ $orgchart-line-v-height: 25px !default;
|
|
|
41818
41803
|
|
|
41819
41804
|
// #endregion
|
|
41820
41805
|
|
|
41806
|
+
// #endregion
|
|
41807
|
+
// #region @import "signature/_index.scss"; -> packages/default/scss/signature/_index.scss
|
|
41808
|
+
// #region @import "../core/_index.scss"; -> packages/default/scss/core/_index.scss
|
|
41809
|
+
// File already imported_once. Skipping output.
|
|
41810
|
+
// #endregion
|
|
41811
|
+
|
|
41812
|
+
// Dependencies
|
|
41813
|
+
// #region @import "../button/_index.scss"; -> packages/default/scss/button/_index.scss
|
|
41814
|
+
// File already imported_once. Skipping output.
|
|
41815
|
+
// #endregion
|
|
41816
|
+
// #region @import "../input/_index.scss"; -> packages/default/scss/input/_index.scss
|
|
41817
|
+
// File already imported_once. Skipping output.
|
|
41818
|
+
// #endregion
|
|
41819
|
+
|
|
41820
|
+
// Component
|
|
41821
|
+
// #region @import "_variables.scss"; -> packages/default/scss/signature/_variables.scss
|
|
41822
|
+
$kendo-signature-width: 250px !default;
|
|
41823
|
+
$kendo-signature-height: 84px !default;
|
|
41824
|
+
|
|
41825
|
+
$kendo-signature-maximized-width: 750px !default;
|
|
41826
|
+
$kendo-signature-maximized-height: 252px !default;
|
|
41827
|
+
|
|
41828
|
+
$kendo-signature-padding: map-get( $spacing, 1 ) !default;
|
|
41829
|
+
$kendo-signature-padding-sm: map-get( $spacing, 1 ) - map-get($spacing, thin) !default;
|
|
41830
|
+
$kendo-signature-padding-md: $kendo-signature-padding !default;
|
|
41831
|
+
$kendo-signature-padding-lg: map-get( $spacing, 1 ) + map-get($spacing, thin) !default;
|
|
41832
|
+
|
|
41833
|
+
$kendo-signature-line-width: 1px !default;
|
|
41834
|
+
$kendo-signature-line-style: dashed !default;
|
|
41835
|
+
$kendo-signature-line-color: rgba( $info, .24 ) !default;
|
|
41836
|
+
|
|
41837
|
+
$kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding} ) !default;
|
|
41838
|
+
$kendo-signature-line-size-sm: calc( 100% - 2 * #{$kendo-signature-padding-sm} ) !default;
|
|
41839
|
+
$kendo-signature-line-size-md: calc( 100% - 2 * #{$kendo-signature-padding-md} ) !default;
|
|
41840
|
+
$kendo-signature-line-size-lg: calc( 100% - 2 * #{$kendo-signature-padding-lg} ) !default;
|
|
41841
|
+
|
|
41842
|
+
$kendo-signature-line-bottom-offset: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding} ) !default;
|
|
41843
|
+
$kendo-signature-line-bottom-offset-sm: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-sm} ) !default;
|
|
41844
|
+
$kendo-signature-line-bottom-offset-md: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-md} ) !default;
|
|
41845
|
+
$kendo-signature-line-bottom-offset-lg: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-lg} ) !default;
|
|
41846
|
+
|
|
41847
|
+
$kendo-signature-sizes: (
|
|
41848
|
+
sm: (
|
|
41849
|
+
padding: $kendo-signature-padding-sm,
|
|
41850
|
+
line-size: $kendo-signature-line-size-sm,
|
|
41851
|
+
line-offset: $kendo-signature-line-bottom-offset-sm
|
|
41852
|
+
),
|
|
41853
|
+
md: (
|
|
41854
|
+
padding: $kendo-signature-padding-md,
|
|
41855
|
+
line-size: $kendo-signature-line-size-md,
|
|
41856
|
+
line-offset: $kendo-signature-line-bottom-offset-md
|
|
41857
|
+
),
|
|
41858
|
+
lg: (
|
|
41859
|
+
padding: $kendo-signature-padding-lg,
|
|
41860
|
+
line-size: $kendo-signature-line-size-lg,
|
|
41861
|
+
line-offset: $kendo-signature-line-bottom-offset-lg
|
|
41862
|
+
)
|
|
41863
|
+
) !default;
|
|
41864
|
+
|
|
41865
|
+
$kendo-signature-actions-gap: map-get( $spacing, 1 ) !default;
|
|
41866
|
+
$kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacing, hair ) !default;
|
|
41867
|
+
|
|
41868
|
+
// #endregion
|
|
41869
|
+
// #region @import "_layout.scss"; -> packages/default/scss/signature/_layout.scss
|
|
41870
|
+
@include exports("signature/layout") {
|
|
41871
|
+
|
|
41872
|
+
.k-signature {
|
|
41873
|
+
width: $kendo-signature-width;
|
|
41874
|
+
height: $kendo-signature-height;
|
|
41875
|
+
position: relative;
|
|
41876
|
+
box-sizing: border-box;
|
|
41877
|
+
display: flex;
|
|
41878
|
+
flex-direction: column;
|
|
41879
|
+
justify-content: space-between;
|
|
41880
|
+
|
|
41881
|
+
&.k-signature-maximized {
|
|
41882
|
+
width: $kendo-signature-maximized-width;
|
|
41883
|
+
height: $kendo-signature-maximized-height;
|
|
41884
|
+
|
|
41885
|
+
> .k-signature-line {
|
|
41886
|
+
border-bottom-width: $kendo-signature-maximized-line-width;
|
|
41887
|
+
}
|
|
41888
|
+
}
|
|
41889
|
+
}
|
|
41890
|
+
|
|
41891
|
+
.k-signature-actions {
|
|
41892
|
+
display: flex;
|
|
41893
|
+
width: min-content;
|
|
41894
|
+
margin-inline-start: auto;
|
|
41895
|
+
gap: $kendo-signature-actions-gap;
|
|
41896
|
+
z-index: 2;
|
|
41897
|
+
}
|
|
41898
|
+
|
|
41899
|
+
.k-signature-canvas {
|
|
41900
|
+
position: absolute;
|
|
41901
|
+
top: 0;
|
|
41902
|
+
left: 0;
|
|
41903
|
+
width: 100%;
|
|
41904
|
+
height: 100%;
|
|
41905
|
+
display: block;
|
|
41906
|
+
z-index: 1;
|
|
41907
|
+
}
|
|
41908
|
+
|
|
41909
|
+
.k-signature-line {
|
|
41910
|
+
position: absolute;
|
|
41911
|
+
z-index: 0;
|
|
41912
|
+
border-bottom-width: $kendo-signature-line-width;
|
|
41913
|
+
border-bottom-style: $kendo-signature-line-style;
|
|
41914
|
+
}
|
|
41915
|
+
|
|
41916
|
+
// Sizes
|
|
41917
|
+
@each $size, $size-props in $kendo-signature-sizes {
|
|
41918
|
+
$_padding: map-get($size-props, padding);
|
|
41919
|
+
$_line-size: map-get($size-props, line-size);
|
|
41920
|
+
$_line-offset: map-get($size-props, line-offset);
|
|
41921
|
+
|
|
41922
|
+
.k-signature-#{$size} {
|
|
41923
|
+
padding: $_padding;
|
|
41924
|
+
|
|
41925
|
+
.k-signature-line {
|
|
41926
|
+
width: $_line-size;
|
|
41927
|
+
bottom: $_line-offset;
|
|
41928
|
+
}
|
|
41929
|
+
}
|
|
41930
|
+
|
|
41931
|
+
}
|
|
41932
|
+
}
|
|
41933
|
+
|
|
41934
|
+
// #endregion
|
|
41935
|
+
// #region @import "_theme.scss"; -> packages/default/scss/signature/_theme.scss
|
|
41936
|
+
@include exports("signature/theme") {
|
|
41937
|
+
|
|
41938
|
+
// Solid signature
|
|
41939
|
+
.k-signature {
|
|
41940
|
+
|
|
41941
|
+
.k-signature-line {
|
|
41942
|
+
border-bottom-color: $kendo-signature-line-color;
|
|
41943
|
+
}
|
|
41944
|
+
}
|
|
41945
|
+
|
|
41946
|
+
|
|
41947
|
+
}
|
|
41948
|
+
|
|
41949
|
+
// #endregion
|
|
41950
|
+
|
|
41821
41951
|
// #endregion
|
|
41822
41952
|
|
|
41823
41953
|
// #endregion
|