@progress/kendo-theme-material 5.4.2-dev.6 → 5.5.1-dev.1
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 +365 -380
- package/dist/all.scss +448 -293
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +8 -11
- package/scss/button/_variables.scss +33 -13
- package/scss/calendar/_theme.scss +3 -3
- package/scss/chip/_variables.scss +1 -1
- package/scss/drawer/_theme.scss +2 -2
- package/scss/editor/_theme.scss +2 -2
- package/scss/grid/_theme.scss +13 -13
- package/scss/index.scss +1 -0
- package/scss/input/_variables.scss +19 -2
- package/scss/list/_variables.scss +7 -7
- package/scss/listview/_theme.scss +1 -1
- package/scss/progressbar/_theme.scss +1 -1
- package/scss/progressbar/_variables.scss +1 -0
- package/scss/scheduler/_layout.scss +1 -1
- package/scss/signature/_index.scss +10 -0
- package/scss/signature/_layout.scss +1 -0
- package/scss/signature/_theme.scss +1 -0
- package/scss/signature/_variables.scss +45 -0
- package/scss/slider/_theme.scss +1 -1
- package/scss/spreadsheet/_theme.scss +7 -7
- package/scss/timeline/_layout.scss +2 -2
- package/scss/treeview/_variables.scss +6 -6
package/dist/all.scss
CHANGED
|
@@ -6968,16 +6968,16 @@ $message-box-link-text-decoration: underline !default;
|
|
|
6968
6968
|
/// Font size of the list component, if no size is set.
|
|
6969
6969
|
/// @group list
|
|
6970
6970
|
$kendo-list-font-size: null !default;
|
|
6971
|
-
$kendo-list-font-size-sm: $font-size-
|
|
6972
|
-
$kendo-list-font-size-md: $font-size-
|
|
6971
|
+
$kendo-list-font-size-sm: $font-size-md !default;
|
|
6972
|
+
$kendo-list-font-size-md: $font-size-md !default;
|
|
6973
6973
|
$kendo-list-font-size-lg: $font-size-lg !default;
|
|
6974
6974
|
|
|
6975
6975
|
/// Line height of the list component, if no size is set.
|
|
6976
6976
|
/// @group list
|
|
6977
6977
|
$kendo-list-line-height: null !default;
|
|
6978
|
-
$kendo-list-line-height-sm:
|
|
6979
|
-
$kendo-list-line-height-md:
|
|
6980
|
-
$kendo-list-line-height-lg: 1.
|
|
6978
|
+
$kendo-list-line-height-sm: (20 / 14) !default;
|
|
6979
|
+
$kendo-list-line-height-md: (20 / 14) !default;
|
|
6980
|
+
$kendo-list-line-height-lg: 1.5 !default;
|
|
6981
6981
|
|
|
6982
6982
|
/// Horizontal padding of list header, if no size is set.
|
|
6983
6983
|
/// @group list
|
|
@@ -6993,7 +6993,7 @@ $kendo-list-header-padding-y: null !default;
|
|
|
6993
6993
|
$kendo-list-header-padding-y-base: map-get( $spacing, 2 ) !default;
|
|
6994
6994
|
$kendo-list-header-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
6995
6995
|
$kendo-list-header-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
6996
|
-
$kendo-list-header-padding-y-lg: map-get( $spacing, 2 )
|
|
6996
|
+
$kendo-list-header-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
6997
6997
|
|
|
6998
6998
|
/// Border width of list header.
|
|
6999
6999
|
/// @group list
|
|
@@ -7031,7 +7031,7 @@ $kendo-list-item-padding-y: null !default;
|
|
|
7031
7031
|
$kendo-list-item-padding-y-base: map-get( $spacing, 2 ) !default;
|
|
7032
7032
|
$kendo-list-item-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
7033
7033
|
$kendo-list-item-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
7034
|
-
$kendo-list-item-padding-y-lg: map-get( $spacing, 2 )
|
|
7034
|
+
$kendo-list-item-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
7035
7035
|
|
|
7036
7036
|
/// Font size of list items, if no size is set.
|
|
7037
7037
|
/// @group list
|
|
@@ -8948,33 +8948,32 @@ $kendo-button-border-radius: null !default;
|
|
|
8948
8948
|
/// Horizontal padding of the button.
|
|
8949
8949
|
/// @group button
|
|
8950
8950
|
$kendo-button-padding-x: map-get( $spacing, 4 ) !default;
|
|
8951
|
-
$kendo-button-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
8952
|
-
$kendo-button-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
8953
|
-
$kendo-button-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
8954
|
-
|
|
8955
8951
|
/// Vertical padding of the button.
|
|
8956
8952
|
/// @group button
|
|
8957
8953
|
$kendo-button-padding-y: map-get( $spacing, 2 ) !default;
|
|
8958
|
-
$kendo-button-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
8959
|
-
$kendo-button-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
8960
|
-
$kendo-button-padding-y-lg: map-get( $spacing, 2 ) + map-get( $spacing, thin ) !default;
|
|
8961
|
-
|
|
8962
8954
|
/// Font family of the button.
|
|
8963
8955
|
/// @group button
|
|
8964
8956
|
$kendo-button-font-family: $font-family !default;
|
|
8965
|
-
|
|
8966
8957
|
/// Font sizes of the button.
|
|
8967
8958
|
/// @group button
|
|
8968
8959
|
$kendo-button-font-size: $font-size-md !default;
|
|
8969
|
-
$kendo-button-font-size-sm: $font-size-md !default;
|
|
8970
|
-
$kendo-button-font-size-md: $font-size-md !default;
|
|
8971
|
-
$kendo-button-font-size-lg: $font-size-md !default;
|
|
8972
|
-
|
|
8973
8960
|
/// Line heights used along with $font-size.
|
|
8974
8961
|
/// @group button
|
|
8975
8962
|
$kendo-button-line-height: ( 20 / 14 ) !default;
|
|
8963
|
+
|
|
8964
|
+
$kendo-button-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
8965
|
+
$kendo-button-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
8966
|
+
$kendo-button-font-size-sm: $font-size-md !default;
|
|
8976
8967
|
$kendo-button-line-height-sm: ( 20 / 14 ) !default;
|
|
8968
|
+
|
|
8969
|
+
$kendo-button-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
8970
|
+
$kendo-button-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
8971
|
+
$kendo-button-font-size-md: $font-size-md !default;
|
|
8977
8972
|
$kendo-button-line-height-md: ( 20 / 14 ) !default;
|
|
8973
|
+
|
|
8974
|
+
$kendo-button-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
8975
|
+
$kendo-button-padding-y-lg: map-get( $spacing, 2 ) + map-get( $spacing, thin ) !default;
|
|
8976
|
+
$kendo-button-font-size-lg: $font-size-md !default;
|
|
8978
8977
|
$kendo-button-line-height-lg: ( 20 / 14 ) !default;
|
|
8979
8978
|
|
|
8980
8979
|
/// Calculated height of the button.
|
|
@@ -8985,6 +8984,27 @@ $kendo-button-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-but
|
|
|
8985
8984
|
/// @group button
|
|
8986
8985
|
$kendo-button-inner-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} ) !default;
|
|
8987
8986
|
|
|
8987
|
+
$kendo-button-sizes: (
|
|
8988
|
+
sm: (
|
|
8989
|
+
padding-x: $kendo-button-padding-x-sm,
|
|
8990
|
+
padding-y: $kendo-button-padding-y-sm,
|
|
8991
|
+
font-size: $kendo-button-font-size-sm,
|
|
8992
|
+
line-height: $kendo-button-line-height-sm
|
|
8993
|
+
),
|
|
8994
|
+
md: (
|
|
8995
|
+
padding-x: $kendo-button-padding-x-md,
|
|
8996
|
+
padding-y: $kendo-button-padding-y-md,
|
|
8997
|
+
font-size: $kendo-button-font-size-md,
|
|
8998
|
+
line-height: $kendo-button-line-height-md
|
|
8999
|
+
),
|
|
9000
|
+
lg: (
|
|
9001
|
+
padding-x: $kendo-button-padding-x-lg,
|
|
9002
|
+
padding-y: $kendo-button-padding-y-lg,
|
|
9003
|
+
font-size: $kendo-button-font-size-lg,
|
|
9004
|
+
line-height: $kendo-button-line-height-lg
|
|
9005
|
+
)
|
|
9006
|
+
) !default;
|
|
9007
|
+
|
|
8988
9008
|
/// Theme colors map for the button.
|
|
8989
9009
|
/// @group button
|
|
8990
9010
|
$kendo-button-theme-colors: map-merge(
|
|
@@ -9210,45 +9230,27 @@ $kendo-button-transition: box-shadow 280ms cubic-bezier( .4, 0, .2, 1 ) !default
|
|
|
9210
9230
|
|
|
9211
9231
|
.k-button-text {}
|
|
9212
9232
|
|
|
9213
|
-
// Sizes
|
|
9214
|
-
.k-button-sm {
|
|
9215
|
-
padding: $kendo-button-padding-y-sm $kendo-button-padding-x-sm;
|
|
9216
|
-
font-size: $kendo-button-font-size-sm;
|
|
9217
|
-
line-height: $kendo-button-line-height-sm;
|
|
9218
|
-
}
|
|
9219
|
-
.k-button-md {
|
|
9220
|
-
padding: $kendo-button-padding-y-md $kendo-button-padding-x-md;
|
|
9221
|
-
font-size: $kendo-button-font-size-md;
|
|
9222
|
-
line-height: $kendo-button-line-height-md;
|
|
9223
|
-
}
|
|
9224
|
-
.k-button-lg {
|
|
9225
|
-
padding: $kendo-button-padding-y-lg $kendo-button-padding-x-lg;
|
|
9226
|
-
font-size: $kendo-button-font-size-lg;
|
|
9227
|
-
line-height: $kendo-button-line-height-lg;
|
|
9228
|
-
}
|
|
9229
9233
|
|
|
9230
|
-
|
|
9231
|
-
|
|
9234
|
+
// Sizes
|
|
9235
|
+
@each $size, $size-props in $kendo-button-sizes {
|
|
9236
|
+
$_padding-x: map-get( $size-props, padding-x );
|
|
9237
|
+
$_padding-y: map-get( $size-props, padding-y );
|
|
9238
|
+
$_font-size: map-get( $size-props, font-size );
|
|
9239
|
+
$_line-height: map-get( $size-props, line-height );
|
|
9232
9240
|
|
|
9233
|
-
|
|
9234
|
-
|
|
9235
|
-
|
|
9241
|
+
.k-button-#{$size} {
|
|
9242
|
+
padding: $_padding-y $_padding-x;
|
|
9243
|
+
font-size: $_font-size;
|
|
9244
|
+
line-height: $_line-height;
|
|
9236
9245
|
}
|
|
9237
|
-
}
|
|
9238
|
-
.k-icon-button.k-button-md {
|
|
9239
|
-
padding: $kendo-button-padding-y-md;
|
|
9240
9246
|
|
|
9241
|
-
|
|
9242
|
-
|
|
9243
|
-
min-height: calc( #{$kendo-button-font-size-md} * #{$kendo-button-line-height-md} );
|
|
9244
|
-
}
|
|
9245
|
-
}
|
|
9246
|
-
.k-icon-button.k-button-lg {
|
|
9247
|
-
padding: $kendo-button-padding-y-lg;
|
|
9247
|
+
.k-button-#{$size}.k-icon-button {
|
|
9248
|
+
padding: $_padding-y;
|
|
9248
9249
|
|
|
9249
|
-
|
|
9250
|
-
|
|
9251
|
-
|
|
9250
|
+
> .k-button-icon {
|
|
9251
|
+
min-width: calc( #{$_font-size} * #{$_line-height} );
|
|
9252
|
+
min-height: calc( #{$_font-size} * #{$_line-height} );
|
|
9253
|
+
}
|
|
9252
9254
|
}
|
|
9253
9255
|
}
|
|
9254
9256
|
|
|
@@ -9969,16 +9971,33 @@ $kendo-button-transition: box-shadow 280ms cubic-bezier( .4, 0, .2, 1 ) !default
|
|
|
9969
9971
|
// Component
|
|
9970
9972
|
// #region @import "_variables.scss"; -> packages/material/scss/input/_variables.scss
|
|
9971
9973
|
// Input
|
|
9974
|
+
|
|
9975
|
+
/// Default width of input components.
|
|
9976
|
+
/// @group input
|
|
9972
9977
|
$kendo-input-default-width: 100% !default;
|
|
9973
9978
|
|
|
9979
|
+
/// Border width of input components.
|
|
9980
|
+
/// @group input
|
|
9974
9981
|
$kendo-input-border-width: 1px !default;
|
|
9975
9982
|
$kendo-input-border-height: 1px !default;
|
|
9983
|
+
/// Border radius of input components.
|
|
9984
|
+
/// @group input
|
|
9976
9985
|
$kendo-input-border-radius: null !default;
|
|
9977
9986
|
|
|
9987
|
+
/// Horizontal padding of input components.
|
|
9988
|
+
/// @group input
|
|
9978
9989
|
$kendo-input-padding-x: map-get( $spacing, 4 ) !default;
|
|
9990
|
+
/// Vertical padding of input components.
|
|
9991
|
+
/// @group input
|
|
9979
9992
|
$kendo-input-padding-y: map-get( $spacing, 2 ) !default;
|
|
9993
|
+
///Font family of input components.
|
|
9994
|
+
/// @group input
|
|
9980
9995
|
$kendo-input-font-family: $font-family !default;
|
|
9996
|
+
/// Font size of input components.
|
|
9997
|
+
/// @group input
|
|
9981
9998
|
$kendo-input-font-size: $font-size-lg !default;
|
|
9999
|
+
/// Line height of input components.
|
|
10000
|
+
/// @group input
|
|
9982
10001
|
$kendo-input-line-height: 1.25 !default;
|
|
9983
10002
|
|
|
9984
10003
|
$kendo-input-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
@@ -9992,9 +10011,9 @@ $kendo-input-font-size-md: $font-size-lg !default;
|
|
|
9992
10011
|
$kendo-input-line-height-md: 1.25 !default;
|
|
9993
10012
|
|
|
9994
10013
|
$kendo-input-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
9995
|
-
$kendo-input-padding-y-lg: map-get( $spacing, 2 )
|
|
10014
|
+
$kendo-input-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
9996
10015
|
$kendo-input-font-size-lg: $font-size-lg !default;
|
|
9997
|
-
$kendo-input-line-height-lg: 1.
|
|
10016
|
+
$kendo-input-line-height-lg: 1.5 !default;
|
|
9998
10017
|
|
|
9999
10018
|
$kendo-input-sizes: (
|
|
10000
10019
|
sm: (
|
|
@@ -12642,7 +12661,7 @@ $kendo-avatar-theme-colors: $kendo-theme-colors !default;
|
|
|
12642
12661
|
$kendo-chip-border-width: 1px !default;
|
|
12643
12662
|
/// The spacing between the text and the icons of the chip.
|
|
12644
12663
|
/// @group chip
|
|
12645
|
-
$kendo-chip-spacing: map-get( $spacing, 1 );
|
|
12664
|
+
$kendo-chip-spacing: map-get( $spacing, 1 ) !default;
|
|
12646
12665
|
|
|
12647
12666
|
/// Horizontal padding of the chip.
|
|
12648
12667
|
/// @group chip
|
|
@@ -15538,7 +15557,8 @@ $fieldset-legend-border: null !default;
|
|
|
15538
15557
|
|
|
15539
15558
|
.k-multiselect,
|
|
15540
15559
|
.k-floating-label-container,
|
|
15541
|
-
.k-daterangepicker .k-dateinput
|
|
15560
|
+
.k-daterangepicker .k-dateinput,
|
|
15561
|
+
.k-signature {
|
|
15542
15562
|
display: inline-flex;
|
|
15543
15563
|
width: 100%;
|
|
15544
15564
|
}
|
|
@@ -16662,6 +16682,7 @@ $listbox-drop-hint-width: 2px !default;
|
|
|
16662
16682
|
// #region @import "_variables.scss"; -> packages/material/scss/progressbar/_variables.scss
|
|
16663
16683
|
// Progressbar
|
|
16664
16684
|
$progressbar-height: 5px !default;
|
|
16685
|
+
$progressbar-horizontal-width: 100% !default;
|
|
16665
16686
|
$progressbar-animation-timing: null !default;
|
|
16666
16687
|
$progressbar-border-width: 0px !default;
|
|
16667
16688
|
$progressbar-font-family: $font-family !default;
|
|
@@ -16716,7 +16737,7 @@ $progressbar-chunk-border: $component-bg !default;
|
|
|
16716
16737
|
|
|
16717
16738
|
|
|
16718
16739
|
// Selection
|
|
16719
|
-
> .k-state-selected
|
|
16740
|
+
> .k-state-selected,
|
|
16720
16741
|
> .k-selected {
|
|
16721
16742
|
border-width: 0;
|
|
16722
16743
|
border-style: solid;
|
|
@@ -16777,7 +16798,7 @@ $progressbar-chunk-border: $component-bg !default;
|
|
|
16777
16798
|
|
|
16778
16799
|
// Horizontal
|
|
16779
16800
|
.k-progressbar-horizontal {
|
|
16780
|
-
width:
|
|
16801
|
+
width: $progressbar-horizontal-width;
|
|
16781
16802
|
height: $progressbar-height;
|
|
16782
16803
|
grid-template-columns: 1fr;
|
|
16783
16804
|
grid-template-rows: 100%;
|
|
@@ -16787,7 +16808,7 @@ $progressbar-chunk-border: $component-bg !default;
|
|
|
16787
16808
|
flex-direction: row;
|
|
16788
16809
|
}
|
|
16789
16810
|
|
|
16790
|
-
> .k-state-selected
|
|
16811
|
+
> .k-state-selected,
|
|
16791
16812
|
> .k-selected {
|
|
16792
16813
|
width: 0;
|
|
16793
16814
|
width: calc( var( --kendo-progressbar-progress, 0 ) * 1% ); // sass-lint:disable-line no-duplicate-properties
|
|
@@ -16814,7 +16835,7 @@ $progressbar-chunk-border: $component-bg !default;
|
|
|
16814
16835
|
// Horizontal reverse
|
|
16815
16836
|
&.k-progressbar-reverse {
|
|
16816
16837
|
|
|
16817
|
-
> .k-state-selected
|
|
16838
|
+
> .k-state-selected,
|
|
16818
16839
|
> .k-selected {
|
|
16819
16840
|
flex-direction: row-reverse;
|
|
16820
16841
|
justify-self: flex-end;
|
|
@@ -16839,7 +16860,7 @@ $progressbar-chunk-border: $component-bg !default;
|
|
|
16839
16860
|
writing-mode: vertical-lr;
|
|
16840
16861
|
}
|
|
16841
16862
|
|
|
16842
|
-
> .k-state-selected
|
|
16863
|
+
> .k-state-selected,
|
|
16843
16864
|
> .k-selected {
|
|
16844
16865
|
height: 0;
|
|
16845
16866
|
height: calc( var( --kendo-progressbar-progress, 0 ) * 1% ); // sass-lint:disable-line no-duplicate-properties
|
|
@@ -16869,7 +16890,7 @@ $progressbar-chunk-border: $component-bg !default;
|
|
|
16869
16890
|
&.k-progressbar-reverse {
|
|
16870
16891
|
flex-direction: column;
|
|
16871
16892
|
|
|
16872
|
-
> .k-state-selected
|
|
16893
|
+
> .k-state-selected,
|
|
16873
16894
|
> .k-selected {
|
|
16874
16895
|
flex-direction: column;
|
|
16875
16896
|
align-self: flex-start;
|
|
@@ -16894,7 +16915,7 @@ $progressbar-chunk-border: $component-bg !default;
|
|
|
16894
16915
|
|
|
16895
16916
|
> .k-state-selected,
|
|
16896
16917
|
> .k-selected,
|
|
16897
|
-
> .k-state-selected > .k-progress-status-wrap
|
|
16918
|
+
> .k-state-selected > .k-progress-status-wrap,
|
|
16898
16919
|
> .k-selected > .k-progress-status-wrap {
|
|
16899
16920
|
transition: width .1s ease-in-out;
|
|
16900
16921
|
}
|
|
@@ -16923,7 +16944,7 @@ $progressbar-chunk-border: $component-bg !default;
|
|
|
16923
16944
|
display: -ms-inline-grid;
|
|
16924
16945
|
|
|
16925
16946
|
> .k-progress-status-wrap,
|
|
16926
|
-
> .k-state-selected
|
|
16947
|
+
> .k-state-selected,
|
|
16927
16948
|
> .k-selected {
|
|
16928
16949
|
-ms-grid-column: 1;
|
|
16929
16950
|
-ms-grid-row: 1;
|
|
@@ -16933,7 +16954,7 @@ $progressbar-chunk-border: $component-bg !default;
|
|
|
16933
16954
|
-ms-grid-columns: 1fr;
|
|
16934
16955
|
-ms-grid-rows: $progressbar-height;
|
|
16935
16956
|
|
|
16936
|
-
&.k-progressbar-reverse > .k-state-selected
|
|
16957
|
+
&.k-progressbar-reverse > .k-state-selected,
|
|
16937
16958
|
&.k-progressbar-reverse > .k-selected {
|
|
16938
16959
|
-ms-grid-column-align: end;
|
|
16939
16960
|
}
|
|
@@ -16942,12 +16963,12 @@ $progressbar-chunk-border: $component-bg !default;
|
|
|
16942
16963
|
-ms-grid-columns: $progressbar-height;
|
|
16943
16964
|
-ms-grid-rows: 1fr;
|
|
16944
16965
|
|
|
16945
|
-
> .k-state-selected
|
|
16966
|
+
> .k-state-selected,
|
|
16946
16967
|
> .k-selected {
|
|
16947
16968
|
-ms-grid-row-align: end;
|
|
16948
16969
|
}
|
|
16949
16970
|
|
|
16950
|
-
&.k-progressbar-reverse > .k-state-selected
|
|
16971
|
+
&.k-progressbar-reverse > .k-state-selected,
|
|
16951
16972
|
&.k-progressbar-reverse > .k-selected {
|
|
16952
16973
|
-ms-grid-row-align: start;
|
|
16953
16974
|
}
|
|
@@ -17092,7 +17113,7 @@ $progressbar-chunk-border: $component-bg !default;
|
|
|
17092
17113
|
$progressbar-gradient
|
|
17093
17114
|
);
|
|
17094
17115
|
|
|
17095
|
-
.k-state-selected
|
|
17116
|
+
.k-state-selected,
|
|
17096
17117
|
.k-selected {
|
|
17097
17118
|
@include fill(
|
|
17098
17119
|
$progressbar-fill-text,
|
|
@@ -17457,7 +17478,7 @@ $kendo-radio-ripple-opacity: .2 !default;
|
|
|
17457
17478
|
}
|
|
17458
17479
|
|
|
17459
17480
|
.k-radio:focus,
|
|
17460
|
-
.k-radio.k-state-focus
|
|
17481
|
+
.k-radio.k-state-focus,
|
|
17461
17482
|
.k-radio.k-focus {
|
|
17462
17483
|
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
17463
17484
|
|
|
@@ -17530,7 +17551,7 @@ $kendo-radio-ripple-opacity: .2 !default;
|
|
|
17530
17551
|
|
|
17531
17552
|
// Hover state
|
|
17532
17553
|
.k-radio:hover,
|
|
17533
|
-
.k-radio.k-state-hover
|
|
17554
|
+
.k-radio.k-state-hover,
|
|
17534
17555
|
.k-radio.k-hover {
|
|
17535
17556
|
@include fill(
|
|
17536
17557
|
$kendo-radio-hover-text,
|
|
@@ -17542,7 +17563,7 @@ $kendo-radio-ripple-opacity: .2 !default;
|
|
|
17542
17563
|
|
|
17543
17564
|
// Focus state
|
|
17544
17565
|
.k-radio:focus,
|
|
17545
|
-
.k-radio.k-state-focus
|
|
17566
|
+
.k-radio.k-state-focus,
|
|
17546
17567
|
.k-radio.k-focus {
|
|
17547
17568
|
@include fill( $border: $kendo-radio-focus-border );
|
|
17548
17569
|
@include box-shadow( $kendo-radio-focus-shadow );
|
|
@@ -17574,7 +17595,7 @@ $kendo-radio-ripple-opacity: .2 !default;
|
|
|
17574
17595
|
);
|
|
17575
17596
|
}
|
|
17576
17597
|
.k-radio:checked:focus,
|
|
17577
|
-
.k-radio.k-checked.k-state-focus
|
|
17598
|
+
.k-radio.k-checked.k-state-focus,
|
|
17578
17599
|
.k-radio.k-checked.k-focus {
|
|
17579
17600
|
@include fill( $border: $kendo-radio-focus-checked-border );
|
|
17580
17601
|
@include box-shadow( $kendo-radio-focus-checked-shadow );
|
|
@@ -17748,7 +17769,7 @@ $slider-disabled-opacity: .65 !default;
|
|
|
17748
17769
|
}
|
|
17749
17770
|
|
|
17750
17771
|
|
|
17751
|
-
&.k-state-disabled
|
|
17772
|
+
&.k-state-disabled,
|
|
17752
17773
|
&.k-disabled {
|
|
17753
17774
|
.k-tick,
|
|
17754
17775
|
.k-slider-track,
|
|
@@ -18254,20 +18275,20 @@ $slider-disabled-opacity: .65 !default;
|
|
|
18254
18275
|
}
|
|
18255
18276
|
|
|
18256
18277
|
&:focus,
|
|
18257
|
-
&.k-state-focused
|
|
18278
|
+
&.k-state-focused,
|
|
18258
18279
|
&.k-focus {
|
|
18259
18280
|
@include box-shadow( $slider-draghandle-focused-shadow );
|
|
18260
18281
|
}
|
|
18261
18282
|
}
|
|
18262
18283
|
|
|
18263
|
-
&.k-state-focused
|
|
18284
|
+
&.k-state-focused,
|
|
18264
18285
|
&.k-focus {
|
|
18265
18286
|
.k-draghandle {
|
|
18266
18287
|
@include box-shadow( $slider-draghandle-focused-shadow );
|
|
18267
18288
|
}
|
|
18268
18289
|
}
|
|
18269
18290
|
|
|
18270
|
-
&.k-state-disabled
|
|
18291
|
+
&.k-state-disabled,
|
|
18271
18292
|
&.k-disabled {
|
|
18272
18293
|
opacity: $slider-disabled-opacity;
|
|
18273
18294
|
}
|
|
@@ -18306,7 +18327,7 @@ $slider-disabled-opacity: .65 !default;
|
|
|
18306
18327
|
}
|
|
18307
18328
|
}
|
|
18308
18329
|
|
|
18309
|
-
&.k-state-disabled
|
|
18330
|
+
&.k-state-disabled,
|
|
18310
18331
|
&.k-disabled {
|
|
18311
18332
|
opacity: 1;
|
|
18312
18333
|
|
|
@@ -18856,7 +18877,7 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
|
18856
18877
|
}
|
|
18857
18878
|
|
|
18858
18879
|
// // styles are applied to the k-link element inside
|
|
18859
|
-
// .k-state-selected
|
|
18880
|
+
// .k-state-selected,
|
|
18860
18881
|
// .k-selected {
|
|
18861
18882
|
// color: inherit;
|
|
18862
18883
|
// background: transparent;
|
|
@@ -18882,6 +18903,10 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
|
18882
18903
|
&::after {
|
|
18883
18904
|
display: none;
|
|
18884
18905
|
}
|
|
18906
|
+
|
|
18907
|
+
&:focus {
|
|
18908
|
+
outline: 0;
|
|
18909
|
+
}
|
|
18885
18910
|
}
|
|
18886
18911
|
|
|
18887
18912
|
.k-range-start {
|
|
@@ -19246,7 +19271,7 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
|
19246
19271
|
|
|
19247
19272
|
.k-calendar {
|
|
19248
19273
|
|
|
19249
|
-
.k-state-focused .k-link
|
|
19274
|
+
.k-state-focused .k-link,
|
|
19250
19275
|
.k-focus .k-link {
|
|
19251
19276
|
@include fill(
|
|
19252
19277
|
$calendar-cell-hover-text,
|
|
@@ -19254,8 +19279,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
|
19254
19279
|
$calendar-cell-hover-border
|
|
19255
19280
|
);
|
|
19256
19281
|
}
|
|
19257
|
-
.k-state-selected.k-state-focused .k-link
|
|
19258
|
-
.k-selected.k-
|
|
19282
|
+
.k-state-selected.k-state-focused .k-link,
|
|
19283
|
+
.k-selected.k-focus .k-link {
|
|
19259
19284
|
@include fill(
|
|
19260
19285
|
$calendar-cell-selected-text,
|
|
19261
19286
|
try-tint($calendar-cell-selected-bg),
|
|
@@ -19427,7 +19452,7 @@ $time-list-focused-bg: null !default;
|
|
|
19427
19452
|
display: block;
|
|
19428
19453
|
}
|
|
19429
19454
|
|
|
19430
|
-
&.k-state-focused
|
|
19455
|
+
&.k-state-focused,
|
|
19431
19456
|
&.k-focus {
|
|
19432
19457
|
&::before,
|
|
19433
19458
|
&::after {
|
|
@@ -19572,7 +19597,7 @@ $time-list-focused-bg: null !default;
|
|
|
19572
19597
|
color: $time-list-title-text;
|
|
19573
19598
|
}
|
|
19574
19599
|
|
|
19575
|
-
&.k-state-focused
|
|
19600
|
+
&.k-state-focused,
|
|
19576
19601
|
&.k-focus {
|
|
19577
19602
|
.k-title {
|
|
19578
19603
|
color: $time-list-title-focus-text;
|
|
@@ -19919,7 +19944,7 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
19919
19944
|
&.k-focus,
|
|
19920
19945
|
&.k-state-selected,
|
|
19921
19946
|
&.k-selected,
|
|
19922
|
-
&.k-state-selected:hover
|
|
19947
|
+
&.k-state-selected:hover,
|
|
19923
19948
|
&.k-selected:hover {
|
|
19924
19949
|
position: relative;
|
|
19925
19950
|
z-index: 100;
|
|
@@ -21272,15 +21297,15 @@ $kendo-treeview-font-family: $font-family !default;
|
|
|
21272
21297
|
/// Font size of the treeview component.
|
|
21273
21298
|
/// @group treeview
|
|
21274
21299
|
$kendo-treeview-font-size: $font-size-lg !default;
|
|
21275
|
-
$kendo-treeview-font-size-sm: $font-size-
|
|
21276
|
-
$kendo-treeview-font-size-md: $font-size-
|
|
21300
|
+
$kendo-treeview-font-size-sm: $font-size-md !default;
|
|
21301
|
+
$kendo-treeview-font-size-md: $font-size-md !default;
|
|
21277
21302
|
$kendo-treeview-font-size-lg: $font-size-lg !default;
|
|
21278
21303
|
/// Line height of the treeview component.
|
|
21279
21304
|
/// @group treeview
|
|
21280
21305
|
$kendo-treeview-line-height: 1.25 !default;
|
|
21281
|
-
$kendo-treeview-line-height-sm:
|
|
21282
|
-
$kendo-treeview-line-height-md:
|
|
21283
|
-
$kendo-treeview-line-height-lg: 1.
|
|
21306
|
+
$kendo-treeview-line-height-sm: ( 20 / 14 ) !default;
|
|
21307
|
+
$kendo-treeview-line-height-md: ( 20 / 14 ) !default;
|
|
21308
|
+
$kendo-treeview-line-height-lg: 1.5 !default;
|
|
21284
21309
|
/// Indentation of child groups in treeview component.
|
|
21285
21310
|
/// @group treeview
|
|
21286
21311
|
$kendo-treeview-indent: 16px !default;
|
|
@@ -21296,7 +21321,7 @@ $kendo-treeview-item-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
|
21296
21321
|
$kendo-treeview-item-padding-y: map-get( $spacing, 2 ) !default;
|
|
21297
21322
|
$kendo-treeview-item-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
21298
21323
|
$kendo-treeview-item-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
21299
|
-
$kendo-treeview-item-padding-y-lg: map-get( $spacing, 2 )
|
|
21324
|
+
$kendo-treeview-item-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
21300
21325
|
/// Border width of treeview items.
|
|
21301
21326
|
/// @group treeview
|
|
21302
21327
|
$kendo-treeview-item-border-width: 0px !default;
|
|
@@ -21983,7 +22008,7 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
21983
22008
|
color: $component-text;
|
|
21984
22009
|
|
|
21985
22010
|
&:focus,
|
|
21986
|
-
&.k-state-focused
|
|
22011
|
+
&.k-state-focused,
|
|
21987
22012
|
&.k-focus {
|
|
21988
22013
|
|
|
21989
22014
|
.k-rating-item {
|
|
@@ -21991,7 +22016,7 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
21991
22016
|
text-shadow: $rating-icon-focused-shadow;
|
|
21992
22017
|
}
|
|
21993
22018
|
|
|
21994
|
-
&.k-state-selected > .k-icon
|
|
22019
|
+
&.k-state-selected > .k-icon,
|
|
21995
22020
|
&.k-selected > .k-icon {
|
|
21996
22021
|
text-shadow: $rating-icon-focused-selected-shadow;
|
|
21997
22022
|
}
|
|
@@ -22002,19 +22027,19 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
22002
22027
|
.k-rating-item {
|
|
22003
22028
|
color: $rating-icon-text;
|
|
22004
22029
|
|
|
22005
|
-
&.k-state-selected
|
|
22030
|
+
&.k-state-selected,
|
|
22006
22031
|
&.k-selected {
|
|
22007
22032
|
color: $rating-icon-selected-text;
|
|
22008
22033
|
|
|
22009
22034
|
&:focus,
|
|
22010
|
-
&.k-state-focused
|
|
22035
|
+
&.k-state-focused,
|
|
22011
22036
|
&.k-focus {
|
|
22012
22037
|
color: $rating-icon-focused-text;
|
|
22013
22038
|
}
|
|
22014
22039
|
}
|
|
22015
22040
|
|
|
22016
22041
|
&:hover,
|
|
22017
|
-
&.k-state-hover
|
|
22042
|
+
&.k-state-hover,
|
|
22018
22043
|
&.k-hover {
|
|
22019
22044
|
color: $rating-icon-hover-text;
|
|
22020
22045
|
cursor: pointer;
|
|
@@ -23308,7 +23333,7 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
23308
23333
|
z-index: 1;
|
|
23309
23334
|
}
|
|
23310
23335
|
input[disabled],
|
|
23311
|
-
input.k-state-disabled
|
|
23336
|
+
input.k-state-disabled,
|
|
23312
23337
|
input.k-disabled {
|
|
23313
23338
|
visibility: hidden;
|
|
23314
23339
|
}
|
|
@@ -23356,12 +23381,12 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
23356
23381
|
|
|
23357
23382
|
.k-file {
|
|
23358
23383
|
|
|
23359
|
-
&.k-state-focused
|
|
23384
|
+
&.k-state-focused,
|
|
23360
23385
|
&.k-focus {
|
|
23361
23386
|
box-shadow: inset $upload-focused-shadow;
|
|
23362
23387
|
}
|
|
23363
23388
|
|
|
23364
|
-
.k-upload-action.k-state-focused
|
|
23389
|
+
.k-upload-action.k-state-focused,
|
|
23365
23390
|
.k-upload-action.k-focus {
|
|
23366
23391
|
box-shadow: $upload-focused-shadow;
|
|
23367
23392
|
}
|
|
@@ -24439,7 +24464,7 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
24439
24464
|
|
|
24440
24465
|
// Hover state
|
|
24441
24466
|
&:hover,
|
|
24442
|
-
&.k-state-hover
|
|
24467
|
+
&.k-state-hover,
|
|
24443
24468
|
&.k-hover {
|
|
24444
24469
|
@include fill(
|
|
24445
24470
|
$actionsheet-item-hover-text,
|
|
@@ -24453,7 +24478,7 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
24453
24478
|
|
|
24454
24479
|
// Focus state
|
|
24455
24480
|
&:focus,
|
|
24456
|
-
&.k-state-focus
|
|
24481
|
+
&.k-state-focus,
|
|
24457
24482
|
&.k-focus {
|
|
24458
24483
|
@include fill(
|
|
24459
24484
|
$actionsheet-item-focus-text,
|
|
@@ -24467,7 +24492,7 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
24467
24492
|
|
|
24468
24493
|
// Disabed state
|
|
24469
24494
|
&:disabled,
|
|
24470
|
-
&.k-state-disabled
|
|
24495
|
+
&.k-state-disabled,
|
|
24471
24496
|
&.k-disabled {
|
|
24472
24497
|
@include fill(
|
|
24473
24498
|
$actionsheet-item-disabled-text,
|
|
@@ -24721,7 +24746,7 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
24721
24746
|
|
|
24722
24747
|
.k-window {
|
|
24723
24748
|
&:focus,
|
|
24724
|
-
&.k-state-focused
|
|
24749
|
+
&.k-state-focused,
|
|
24725
24750
|
&.k-focus {
|
|
24726
24751
|
@include box-shadow( $window-focused-shadow );
|
|
24727
24752
|
}
|
|
@@ -25261,33 +25286,33 @@ $drawer-selected-hover-text: $secondary !default;
|
|
|
25261
25286
|
.k-drawer-item {
|
|
25262
25287
|
|
|
25263
25288
|
&:hover,
|
|
25264
|
-
&.k-state-hover
|
|
25289
|
+
&.k-state-hover,
|
|
25265
25290
|
&.k-hover {
|
|
25266
25291
|
color: $drawer-hovered-text;
|
|
25267
25292
|
background-color: $drawer-hovered-bg;
|
|
25268
25293
|
}
|
|
25269
25294
|
|
|
25270
25295
|
&:focus,
|
|
25271
|
-
&.k-state-focused
|
|
25296
|
+
&.k-state-focused,
|
|
25272
25297
|
&.k-focus {
|
|
25273
25298
|
background-color: $drawer-focused-bg;
|
|
25274
25299
|
box-shadow: $drawer-focused-shadow;
|
|
25275
25300
|
|
|
25276
25301
|
&:hover,
|
|
25277
|
-
&.k-state-hover
|
|
25302
|
+
&.k-state-hover,
|
|
25278
25303
|
&.k-hover {
|
|
25279
25304
|
color: $drawer-hovered-text;
|
|
25280
25305
|
background-color: $drawer-hovered-bg;
|
|
25281
25306
|
}
|
|
25282
25307
|
}
|
|
25283
25308
|
|
|
25284
|
-
&.k-state-selected
|
|
25309
|
+
&.k-state-selected,
|
|
25285
25310
|
&.k-selected {
|
|
25286
25311
|
color: $drawer-selected-text;
|
|
25287
25312
|
background-color: $drawer-selected-bg;
|
|
25288
25313
|
|
|
25289
25314
|
&:hover,
|
|
25290
|
-
&.k-state-hover
|
|
25315
|
+
&.k-state-hover,
|
|
25291
25316
|
&.k-hover {
|
|
25292
25317
|
color: $drawer-selected-hover-text;
|
|
25293
25318
|
background-color: $drawer-selected-hover-bg;
|
|
@@ -25304,11 +25329,11 @@ $drawer-selected-hover-text: $secondary !default;
|
|
|
25304
25329
|
|
|
25305
25330
|
@include exports( "drawer/theme/material" ) {
|
|
25306
25331
|
.k-drawer-item {
|
|
25307
|
-
&.k-state-selected
|
|
25332
|
+
&.k-state-selected,
|
|
25308
25333
|
&.k-selected {
|
|
25309
25334
|
|
|
25310
25335
|
&:focus,
|
|
25311
|
-
&.k-state-focused
|
|
25336
|
+
&.k-state-focused,
|
|
25312
25337
|
&.k-focus {
|
|
25313
25338
|
background-color: $drawer-focused-bg;
|
|
25314
25339
|
box-shadow: $drawer-focused-shadow;
|
|
@@ -26561,7 +26586,7 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
26561
26586
|
outline: 0;
|
|
26562
26587
|
}
|
|
26563
26588
|
}
|
|
26564
|
-
.k-bottom-nav-item.k-state-disabled
|
|
26589
|
+
.k-bottom-nav-item.k-state-disabled,
|
|
26565
26590
|
.k-bottom-nav-item.k-disabled {
|
|
26566
26591
|
background-color: initial;
|
|
26567
26592
|
}
|
|
@@ -26616,7 +26641,7 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
26616
26641
|
@include fill( $bg: rgba(true-mix( $color, contrast-wcag( $color ), 35%), .2));
|
|
26617
26642
|
}
|
|
26618
26643
|
|
|
26619
|
-
.k-bottom-nav-item.k-state-selected
|
|
26644
|
+
.k-bottom-nav-item.k-state-selected,
|
|
26620
26645
|
.k-bottom-nav-item.k-selected {
|
|
26621
26646
|
@include fill( $color: contrast-wcag( $color ) );
|
|
26622
26647
|
}
|
|
@@ -26640,7 +26665,7 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
26640
26665
|
}
|
|
26641
26666
|
|
|
26642
26667
|
@each $name, $color in $kendo-theme-colors {
|
|
26643
|
-
&.k-bottom-nav-#{$name} .k-bottom-nav-item.k-state-selected
|
|
26668
|
+
&.k-bottom-nav-#{$name} .k-bottom-nav-item.k-state-selected,
|
|
26644
26669
|
&.k-bottom-nav-#{$name} .k-bottom-nav-item.k-selected {
|
|
26645
26670
|
@if $name == "secondary" or $name == "light" {
|
|
26646
26671
|
@include fill( $color: try-shade($color, 3) );
|
|
@@ -26901,7 +26926,7 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
26901
26926
|
);
|
|
26902
26927
|
|
|
26903
26928
|
&:focus,
|
|
26904
|
-
&.k-state-focused
|
|
26929
|
+
&.k-state-focused,
|
|
26905
26930
|
&.k-focus {
|
|
26906
26931
|
@include box-shadow( $breadcrumb-focused-shadow );
|
|
26907
26932
|
}
|
|
@@ -26918,7 +26943,7 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
26918
26943
|
|
|
26919
26944
|
// Hovered state
|
|
26920
26945
|
&:hover,
|
|
26921
|
-
&.k-state-hover
|
|
26946
|
+
&.k-state-hover,
|
|
26922
26947
|
&.k-hover {
|
|
26923
26948
|
@include fill(
|
|
26924
26949
|
$breadcrumb-link-hovered-text,
|
|
@@ -26929,7 +26954,7 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
26929
26954
|
|
|
26930
26955
|
// Focused state
|
|
26931
26956
|
&:focus,
|
|
26932
|
-
&.k-state-focused
|
|
26957
|
+
&.k-state-focused,
|
|
26933
26958
|
&.k-focus {
|
|
26934
26959
|
@include fill(
|
|
26935
26960
|
$breadcrumb-link-focused-text,
|
|
@@ -26951,7 +26976,7 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
26951
26976
|
|
|
26952
26977
|
// Hovered state
|
|
26953
26978
|
&:hover,
|
|
26954
|
-
&.k-state-hover
|
|
26979
|
+
&.k-state-hover,
|
|
26955
26980
|
&.k-hover {
|
|
26956
26981
|
@include fill(
|
|
26957
26982
|
$breadcrumb-root-link-hovered-text,
|
|
@@ -26962,7 +26987,7 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
26962
26987
|
|
|
26963
26988
|
// Focused state
|
|
26964
26989
|
&:focus,
|
|
26965
|
-
&.k-state-focused
|
|
26990
|
+
&.k-state-focused,
|
|
26966
26991
|
&.k-focus {
|
|
26967
26992
|
@include fill(
|
|
26968
26993
|
$breadcrumb-root-link-focused-text,
|
|
@@ -27111,7 +27136,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
27111
27136
|
|
|
27112
27137
|
// Focused state
|
|
27113
27138
|
&:focus,
|
|
27114
|
-
&.k-state-focus
|
|
27139
|
+
&.k-state-focus,
|
|
27115
27140
|
&.k-focus {
|
|
27116
27141
|
z-index: 3;
|
|
27117
27142
|
}
|
|
@@ -27161,7 +27186,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
27161
27186
|
&:hover {
|
|
27162
27187
|
z-index: 2;
|
|
27163
27188
|
}
|
|
27164
|
-
&.k-state-disabled
|
|
27189
|
+
&.k-state-disabled,
|
|
27165
27190
|
&.k-disabled {
|
|
27166
27191
|
color: inherit;
|
|
27167
27192
|
}
|
|
@@ -27211,7 +27236,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
27211
27236
|
}
|
|
27212
27237
|
|
|
27213
27238
|
// Selected state
|
|
27214
|
-
.k-state-selected
|
|
27239
|
+
.k-state-selected,
|
|
27215
27240
|
.k-selected {
|
|
27216
27241
|
cursor: inherit;
|
|
27217
27242
|
z-index: 2;
|
|
@@ -27378,7 +27403,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
27378
27403
|
&:focus,
|
|
27379
27404
|
&.k-focus,
|
|
27380
27405
|
&.k-state-focus,
|
|
27381
|
-
&.k-state-focused
|
|
27406
|
+
&.k-state-focused,
|
|
27382
27407
|
&.k-focus {
|
|
27383
27408
|
@include fill( $bg: $pager-focus-bg );
|
|
27384
27409
|
@include box-shadow( $pager-focus-shadow );
|
|
@@ -27394,7 +27419,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
27394
27419
|
);
|
|
27395
27420
|
|
|
27396
27421
|
&:hover,
|
|
27397
|
-
&.k-state-hover
|
|
27422
|
+
&.k-state-hover,
|
|
27398
27423
|
&.k-hover {
|
|
27399
27424
|
@include fill(
|
|
27400
27425
|
$pager-item-hover-text,
|
|
@@ -27403,7 +27428,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
27403
27428
|
);
|
|
27404
27429
|
}
|
|
27405
27430
|
|
|
27406
|
-
&.k-state-selected
|
|
27431
|
+
&.k-state-selected,
|
|
27407
27432
|
&.k-selected {
|
|
27408
27433
|
@include fill(
|
|
27409
27434
|
$pager-item-selected-text,
|
|
@@ -27413,7 +27438,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
27413
27438
|
}
|
|
27414
27439
|
|
|
27415
27440
|
&:focus,
|
|
27416
|
-
&.k-state-focus
|
|
27441
|
+
&.k-state-focus,
|
|
27417
27442
|
&.k-focus {
|
|
27418
27443
|
background-color: $pager-item-focus-bg;
|
|
27419
27444
|
@include box-shadow( $pager-item-focus-shadow );
|
|
@@ -27437,7 +27462,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
27437
27462
|
);
|
|
27438
27463
|
|
|
27439
27464
|
&:hover,
|
|
27440
|
-
&.k-state-hover
|
|
27465
|
+
&.k-state-hover,
|
|
27441
27466
|
&.k-hover {
|
|
27442
27467
|
@include fill(
|
|
27443
27468
|
$pager-number-hover-text,
|
|
@@ -27447,13 +27472,13 @@ $pager-dropdown-width: 5em !default;
|
|
|
27447
27472
|
}
|
|
27448
27473
|
|
|
27449
27474
|
&:focus,
|
|
27450
|
-
&.k-state-focus
|
|
27475
|
+
&.k-state-focus,
|
|
27451
27476
|
&.k-focus {
|
|
27452
27477
|
background-color: $pager-number-focus-bg;
|
|
27453
27478
|
@include box-shadow( $pager-number-focus-shadow );
|
|
27454
27479
|
}
|
|
27455
27480
|
|
|
27456
|
-
&.k-state-selected
|
|
27481
|
+
&.k-state-selected,
|
|
27457
27482
|
&.k-selected {
|
|
27458
27483
|
@include fill(
|
|
27459
27484
|
$pager-number-selected-text,
|
|
@@ -27486,7 +27511,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
27486
27511
|
);
|
|
27487
27512
|
|
|
27488
27513
|
&:hover,
|
|
27489
|
-
&.k-state-hover
|
|
27514
|
+
&.k-state-hover,
|
|
27490
27515
|
&.k-hover {
|
|
27491
27516
|
@include fill(
|
|
27492
27517
|
$dropdownlist-hovered-text,
|
|
@@ -27507,7 +27532,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
27507
27532
|
.k-link {
|
|
27508
27533
|
|
|
27509
27534
|
&:hover,
|
|
27510
|
-
&.k-state-hover
|
|
27535
|
+
&.k-state-hover,
|
|
27511
27536
|
&.k-hover {
|
|
27512
27537
|
@include fill(
|
|
27513
27538
|
$kendo-list-item-hover-text,
|
|
@@ -27515,7 +27540,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
27515
27540
|
);
|
|
27516
27541
|
}
|
|
27517
27542
|
|
|
27518
|
-
&.k-state-selected
|
|
27543
|
+
&.k-state-selected,
|
|
27519
27544
|
&.k-selected {
|
|
27520
27545
|
@include fill(
|
|
27521
27546
|
$kendo-list-item-selected-text,
|
|
@@ -27802,7 +27827,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
27802
27827
|
opacity: $stepper-optional-label-opacity;
|
|
27803
27828
|
}
|
|
27804
27829
|
.k-step-disabled .k-step-label-optional,
|
|
27805
|
-
&.k-state-disabled .k-step-label-optional
|
|
27830
|
+
&.k-state-disabled .k-step-label-optional,
|
|
27806
27831
|
&.k-disabled .k-step-label-optional {
|
|
27807
27832
|
color: inherit;
|
|
27808
27833
|
}
|
|
@@ -28135,7 +28160,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
28135
28160
|
$bg: $stepper-progressbar-bg
|
|
28136
28161
|
);
|
|
28137
28162
|
|
|
28138
|
-
.k-state-selected
|
|
28163
|
+
.k-state-selected,
|
|
28139
28164
|
.k-selected {
|
|
28140
28165
|
@include fill(
|
|
28141
28166
|
$color: $stepper-progressbar-fill-text,
|
|
@@ -28386,13 +28411,13 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
28386
28411
|
position: relative;
|
|
28387
28412
|
z-index: 1;
|
|
28388
28413
|
|
|
28389
|
-
&.k-state-active
|
|
28414
|
+
&.k-state-active,
|
|
28390
28415
|
&.k-active {
|
|
28391
28416
|
display: block;
|
|
28392
28417
|
}
|
|
28393
28418
|
|
|
28394
28419
|
&:focus,
|
|
28395
|
-
&.k-state-focused
|
|
28420
|
+
&.k-state-focused,
|
|
28396
28421
|
&.k-focus {
|
|
28397
28422
|
outline-width: 1px;
|
|
28398
28423
|
outline-style: dotted;
|
|
@@ -28481,7 +28506,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
28481
28506
|
margin-left: $tabstrip-item-gap;
|
|
28482
28507
|
}
|
|
28483
28508
|
|
|
28484
|
-
.k-item.k-state-active
|
|
28509
|
+
.k-item.k-state-active,
|
|
28485
28510
|
.k-item.k-active {
|
|
28486
28511
|
border-bottom-color: transparent;
|
|
28487
28512
|
}
|
|
@@ -28511,7 +28536,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
28511
28536
|
margin-left: $tabstrip-item-gap;
|
|
28512
28537
|
}
|
|
28513
28538
|
|
|
28514
|
-
.k-item.k-state-active
|
|
28539
|
+
.k-item.k-state-active,
|
|
28515
28540
|
.k-item.k-active {
|
|
28516
28541
|
border-top-color: transparent;
|
|
28517
28542
|
}
|
|
@@ -28545,7 +28570,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
28545
28570
|
margin-top: $tabstrip-item-gap;
|
|
28546
28571
|
}
|
|
28547
28572
|
|
|
28548
|
-
.k-item.k-state-active
|
|
28573
|
+
.k-item.k-state-active,
|
|
28549
28574
|
.k-item.k-active {
|
|
28550
28575
|
border-right-color: transparent;
|
|
28551
28576
|
}
|
|
@@ -28581,7 +28606,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
28581
28606
|
margin-top: $tabstrip-item-gap;
|
|
28582
28607
|
}
|
|
28583
28608
|
|
|
28584
|
-
.k-item.k-state-active
|
|
28609
|
+
.k-item.k-state-active,
|
|
28585
28610
|
.k-item.k-active {
|
|
28586
28611
|
border-left-color: transparent;
|
|
28587
28612
|
}
|
|
@@ -28627,7 +28652,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
28627
28652
|
border-left-width: $tabstrip-indicator-size;
|
|
28628
28653
|
}
|
|
28629
28654
|
}
|
|
28630
|
-
.k-item.k-state-active::after
|
|
28655
|
+
.k-item.k-state-active::after,
|
|
28631
28656
|
.k-item.k-active::after {
|
|
28632
28657
|
display: block;
|
|
28633
28658
|
}
|
|
@@ -28722,7 +28747,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
28722
28747
|
);
|
|
28723
28748
|
|
|
28724
28749
|
&:hover,
|
|
28725
|
-
&.k-state-hover
|
|
28750
|
+
&.k-state-hover,
|
|
28726
28751
|
&.k-hover {
|
|
28727
28752
|
@include fill(
|
|
28728
28753
|
$tabstrip-item-hovered-text,
|
|
@@ -28735,7 +28760,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
28735
28760
|
&:active,
|
|
28736
28761
|
&.k-state-active,
|
|
28737
28762
|
&.k-active,
|
|
28738
|
-
&.k-state-selected
|
|
28763
|
+
&.k-state-selected,
|
|
28739
28764
|
&.k-selected {
|
|
28740
28765
|
@include fill(
|
|
28741
28766
|
$tabstrip-item-selected-text,
|
|
@@ -28746,7 +28771,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
28746
28771
|
}
|
|
28747
28772
|
|
|
28748
28773
|
&:focus,
|
|
28749
|
-
&.k-state-focused
|
|
28774
|
+
&.k-state-focused,
|
|
28750
28775
|
&.k-focus {
|
|
28751
28776
|
@include box-shadow( $tabstrip-item-focused-shadow );
|
|
28752
28777
|
}
|
|
@@ -28769,7 +28794,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
28769
28794
|
);
|
|
28770
28795
|
|
|
28771
28796
|
&:focus,
|
|
28772
|
-
&.k-state-focused
|
|
28797
|
+
&.k-state-focused,
|
|
28773
28798
|
&.k-focus {
|
|
28774
28799
|
outline-color: $tabstrip-content-border-focused;
|
|
28775
28800
|
}
|
|
@@ -28780,7 +28805,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
28780
28805
|
@if ($tabstrip-indicator-size) {
|
|
28781
28806
|
|
|
28782
28807
|
.k-tabstrip-items-wrapper {
|
|
28783
|
-
.k-item.k-state-active::after
|
|
28808
|
+
.k-item.k-state-active::after,
|
|
28784
28809
|
.k-item.k-active::after {
|
|
28785
28810
|
border-color: $tabstrip-indicator-color;
|
|
28786
28811
|
}
|
|
@@ -28886,7 +28911,7 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
28886
28911
|
justify-content: space-between;
|
|
28887
28912
|
|
|
28888
28913
|
&:focus,
|
|
28889
|
-
&.k-state-focused
|
|
28914
|
+
&.k-state-focused,
|
|
28890
28915
|
&.k-focus {
|
|
28891
28916
|
outline-width: 1px;
|
|
28892
28917
|
outline-style: dotted;
|
|
@@ -28983,13 +29008,13 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
28983
29008
|
@include exports("wizard/theme") {
|
|
28984
29009
|
.k-wizard-step {
|
|
28985
29010
|
&:focus,
|
|
28986
|
-
&.k-state-focused
|
|
29011
|
+
&.k-state-focused,
|
|
28987
29012
|
&.k-focus {
|
|
28988
29013
|
outline-color: $wizard-step-border-focused;
|
|
28989
29014
|
}
|
|
28990
29015
|
|
|
28991
29016
|
.k-ie &:focus,
|
|
28992
|
-
.k-ie &.k-state-focused
|
|
29017
|
+
.k-ie &.k-state-focused,
|
|
28993
29018
|
.k-ie &.k-focus {
|
|
28994
29019
|
@include box-shadow($wizard-focused-shadow);
|
|
28995
29020
|
outline: none;
|
|
@@ -29160,7 +29185,7 @@ $expander-content-padding-y: $padding-y * 6 !default;
|
|
|
29160
29185
|
$expander-border
|
|
29161
29186
|
);
|
|
29162
29187
|
|
|
29163
|
-
&.k-state-focus
|
|
29188
|
+
&.k-state-focus,
|
|
29164
29189
|
&.k-focus {
|
|
29165
29190
|
box-shadow: $expander-focus-shadow;
|
|
29166
29191
|
}
|
|
@@ -29175,13 +29200,13 @@ $expander-content-padding-y: $padding-y * 6 !default;
|
|
|
29175
29200
|
outline: none;
|
|
29176
29201
|
|
|
29177
29202
|
&:hover,
|
|
29178
|
-
&.k-state-hover
|
|
29203
|
+
&.k-state-hover,
|
|
29179
29204
|
&.k-hover {
|
|
29180
29205
|
background-color: $expander-header-hover-bg;
|
|
29181
29206
|
}
|
|
29182
29207
|
|
|
29183
29208
|
// Should be removed
|
|
29184
|
-
&.k-state-focused
|
|
29209
|
+
&.k-state-focused,
|
|
29185
29210
|
&.k-focus {
|
|
29186
29211
|
background-color: $expander-header-focused-bg;
|
|
29187
29212
|
box-shadow: $expander-header-focused-shadow;
|
|
@@ -29555,7 +29580,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
29555
29580
|
|
|
29556
29581
|
// Hover
|
|
29557
29582
|
> .k-link:hover,
|
|
29558
|
-
> .k-link.k-state-hover
|
|
29583
|
+
> .k-link.k-state-hover,
|
|
29559
29584
|
> .k-link.k-hover {
|
|
29560
29585
|
@include fill(
|
|
29561
29586
|
$panelbar-header-hovered-text,
|
|
@@ -29569,7 +29594,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
29569
29594
|
> .k-link:focus,
|
|
29570
29595
|
> .k-link.k-state-focus,
|
|
29571
29596
|
> .k-link.k-focus,
|
|
29572
|
-
> .k-link.k-state-focused
|
|
29597
|
+
> .k-link.k-state-focused,
|
|
29573
29598
|
> .k-link.k-focus {
|
|
29574
29599
|
@include fill(
|
|
29575
29600
|
$panelbar-header-focused-text,
|
|
@@ -29582,7 +29607,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
29582
29607
|
|
|
29583
29608
|
// Focus & Hover
|
|
29584
29609
|
> .k-link:focus:hover,
|
|
29585
|
-
> .k-link.k-state-focus.k-state-hover
|
|
29610
|
+
> .k-link.k-state-focus.k-state-hover,
|
|
29586
29611
|
> .k-link.k-focus.k-hover {
|
|
29587
29612
|
@include fill(
|
|
29588
29613
|
$panelbar-header-hovered-focused-text,
|
|
@@ -29593,7 +29618,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
29593
29618
|
}
|
|
29594
29619
|
|
|
29595
29620
|
// Selected
|
|
29596
|
-
> .k-link.k-state-selected
|
|
29621
|
+
> .k-link.k-state-selected,
|
|
29597
29622
|
> .k-link.k-selected {
|
|
29598
29623
|
@include fill(
|
|
29599
29624
|
$panelbar-header-selected-text,
|
|
@@ -29611,7 +29636,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
29611
29636
|
// Selected Hover
|
|
29612
29637
|
> .k-link.k-state-selected:hover,
|
|
29613
29638
|
> .k-link.k-selected:hover,
|
|
29614
|
-
> .k-link.k-state-selected.k-state-hover
|
|
29639
|
+
> .k-link.k-state-selected.k-state-hover,
|
|
29615
29640
|
> .k-link.k-selected.k-hover {
|
|
29616
29641
|
@include fill(
|
|
29617
29642
|
$panelbar-header-selected-hovered-text,
|
|
@@ -29626,7 +29651,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
29626
29651
|
> .k-link.k-selected:focus,
|
|
29627
29652
|
> .k-link.k-state-selected.k-state-focus,
|
|
29628
29653
|
> .k-link.k-selected.k-focus,
|
|
29629
|
-
> .k-link.k-state-selected.k-state-focused
|
|
29654
|
+
> .k-link.k-state-selected.k-state-focused,
|
|
29630
29655
|
> .k-link.k-selected.k-focused {
|
|
29631
29656
|
@include fill(
|
|
29632
29657
|
$panelbar-header-selected-focused-text,
|
|
@@ -29641,7 +29666,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
29641
29666
|
> .k-link.k-selected:hover:focus,
|
|
29642
29667
|
> .k-link.k-state-selected.k-state-hover.k-state-focus,
|
|
29643
29668
|
> .k-link.k-selected.k-hover.k-state-focus,
|
|
29644
|
-
> .k-link.k-state-selected.k-state-hover.k-state-focused
|
|
29669
|
+
> .k-link.k-state-selected.k-state-hover.k-state-focused,
|
|
29645
29670
|
> .k-link.k-selected.k-hover.k-state-focused {
|
|
29646
29671
|
@include fill(
|
|
29647
29672
|
$panelbar-header-selected-hovered-focused-text,
|
|
@@ -29662,7 +29687,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
29662
29687
|
> .k-item > .k-link.k-state-hover,
|
|
29663
29688
|
> .k-item > .k-link.k-hover,
|
|
29664
29689
|
> .k-panelbar-item > .k-link:hover,
|
|
29665
|
-
> .k-panelbar-item > .k-link.k-state-hover
|
|
29690
|
+
> .k-panelbar-item > .k-link.k-state-hover,
|
|
29666
29691
|
> .k-panelbar-item > .k-link.k-hover {
|
|
29667
29692
|
@include fill(
|
|
29668
29693
|
$panelbar-item-hovered-text,
|
|
@@ -29681,7 +29706,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
29681
29706
|
> .k-panelbar-item > .k-link:focus,
|
|
29682
29707
|
> .k-panelbar-item > .k-link.k-state-focus,
|
|
29683
29708
|
> .k-panelbar-item > .k-link.k-focus,
|
|
29684
|
-
> .k-panelbar-item > .k-link.k-state-focused
|
|
29709
|
+
> .k-panelbar-item > .k-link.k-state-focused,
|
|
29685
29710
|
> .k-panelbar-item > .k-link.k-focus {
|
|
29686
29711
|
@include fill(
|
|
29687
29712
|
$panelbar-item-focused-text,
|
|
@@ -29697,7 +29722,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
29697
29722
|
> .k-item > .k-link.k-state-focus.k-state-hover,
|
|
29698
29723
|
> .k-item > .k-link.k-focus.k-hover,
|
|
29699
29724
|
> .k-panelbar-item > .k-link:focus:hover,
|
|
29700
|
-
> .k-panelbar-item > .k-link.k-state-focus.k-state-hover
|
|
29725
|
+
> .k-panelbar-item > .k-link.k-state-focus.k-state-hover,
|
|
29701
29726
|
> .k-panelbar-item > .k-link.k-focus.k-hover {
|
|
29702
29727
|
@include fill(
|
|
29703
29728
|
$panelbar-item-hovered-focused-text,
|
|
@@ -29710,7 +29735,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
29710
29735
|
// Selected
|
|
29711
29736
|
> .k-item > .k-link.k-state-selected,
|
|
29712
29737
|
> .k-item > .k-link.k-selected,
|
|
29713
|
-
> .k-panelbar-item > .k-link.k-state-selected
|
|
29738
|
+
> .k-panelbar-item > .k-link.k-state-selected,
|
|
29714
29739
|
> .k-panelbar-item > .k-link.k-selected {
|
|
29715
29740
|
@include fill(
|
|
29716
29741
|
$panelbar-item-selected-text,
|
|
@@ -29727,7 +29752,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
29727
29752
|
> .k-item > .k-link.k-selected.k-hover,
|
|
29728
29753
|
> .k-panelbar-item > .k-link.k-state-selected:hover,
|
|
29729
29754
|
> .k-panelbar-item > .k-link.k-selected:hover,
|
|
29730
|
-
> .k-panelbar-item > .k-link.k-state-selected.k-state-hover
|
|
29755
|
+
> .k-panelbar-item > .k-link.k-state-selected.k-state-hover,
|
|
29731
29756
|
> .k-panelbar-item > .k-link.k-selected.k-hover {
|
|
29732
29757
|
@include fill(
|
|
29733
29758
|
$panelbar-item-selected-hovered-text,
|
|
@@ -29748,7 +29773,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
29748
29773
|
> .k-panelbar-item > .k-link.k-selected:focus,
|
|
29749
29774
|
> .k-panelbar-item > .k-link.k-state-selected.k-state-focus,
|
|
29750
29775
|
> .k-panelbar-item > .k-link.k-selected.k-focus,
|
|
29751
|
-
> .k-item > .k-link.k-state-selected.k-state-focused
|
|
29776
|
+
> .k-item > .k-link.k-state-selected.k-state-focused,
|
|
29752
29777
|
> .k-item > .k-link.k-selected.k-focused {
|
|
29753
29778
|
@include fill(
|
|
29754
29779
|
$panelbar-item-selected-focused-text,
|
|
@@ -29769,7 +29794,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
29769
29794
|
> .k-panelbar-item > .k-link.k-selected:focus:hover,
|
|
29770
29795
|
> .k-panelbar-item > .k-link.k-state-selected.k-state-focus.k-state-hover,
|
|
29771
29796
|
> .k-panelbar-item > .k-link.k-selected.k-focus.k-state-hover,
|
|
29772
|
-
> .k-item > .k-link.k-state-selected.k-state-focused.k-state-hover
|
|
29797
|
+
> .k-item > .k-link.k-state-selected.k-state-focused.k-state-hover,
|
|
29773
29798
|
> .k-item > .k-link.k-selected.k-focused.k-state-hover {
|
|
29774
29799
|
@include fill(
|
|
29775
29800
|
$panelbar-item-selected-hovered-focused-text,
|
|
@@ -30063,7 +30088,7 @@ $splitbar-selected-text: $primary-contrast !default;
|
|
|
30063
30088
|
.k-splitbar:focus,
|
|
30064
30089
|
.k-splitbar.k-state-focus,
|
|
30065
30090
|
.k-splitbar.k-focus,
|
|
30066
|
-
.k-splitbar.k-state-focused
|
|
30091
|
+
.k-splitbar.k-state-focused,
|
|
30067
30092
|
.k-splitbar.k-focus {
|
|
30068
30093
|
color: $splitbar-selected-text;
|
|
30069
30094
|
background: $splitbar-selected-bg;
|
|
@@ -30176,7 +30201,7 @@ $tilelayout-hint-border: $component-border !default;
|
|
|
30176
30201
|
.k-tilelayout-item:focus,
|
|
30177
30202
|
.k-tilelayout-item.k-focus,
|
|
30178
30203
|
.k-tilelayout-item.k-state-focus,
|
|
30179
|
-
.k-tilelayout-item.k-state-focused
|
|
30204
|
+
.k-tilelayout-item.k-state-focused,
|
|
30180
30205
|
.k-tilelayout-item.k-focus {
|
|
30181
30206
|
@include box-shadow($tilelayout-card-focus-shadow);
|
|
30182
30207
|
}
|
|
@@ -30852,12 +30877,12 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30852
30877
|
|
|
30853
30878
|
.k-column-menu {
|
|
30854
30879
|
|
|
30855
|
-
.k-listgroup-item.k-state-selected
|
|
30880
|
+
.k-listgroup-item.k-state-selected,
|
|
30856
30881
|
.k-listgroup-item.k-selected {
|
|
30857
30882
|
color: $adaptive-grid-sort-text;
|
|
30858
30883
|
background: none;
|
|
30859
30884
|
}
|
|
30860
|
-
.k-listgroup-item.k-state-selected .k-link
|
|
30885
|
+
.k-listgroup-item.k-state-selected .k-link,
|
|
30861
30886
|
.k-listgroup-item.k-selected .k-link {
|
|
30862
30887
|
color: inherit;
|
|
30863
30888
|
}
|
|
@@ -31616,7 +31641,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
31616
31641
|
&.k-i-sort-desc-sm,
|
|
31617
31642
|
&.k-i-sort-asc-sm {
|
|
31618
31643
|
vertical-align: text-top;
|
|
31619
|
-
margin-
|
|
31644
|
+
margin-inline-start: $grid-sorted-icon-spacing;
|
|
31620
31645
|
}
|
|
31621
31646
|
}
|
|
31622
31647
|
|
|
@@ -31626,7 +31651,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
31626
31651
|
height: $icon-size;
|
|
31627
31652
|
font-size: $grid-sorting-index-font-size;
|
|
31628
31653
|
margin-top: $grid-sorting-index-spacing-y;
|
|
31629
|
-
margin-
|
|
31654
|
+
margin-inline-start: $grid-sorting-index-spacing-x;
|
|
31630
31655
|
}
|
|
31631
31656
|
}
|
|
31632
31657
|
|
|
@@ -32027,15 +32052,15 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32027
32052
|
}
|
|
32028
32053
|
|
|
32029
32054
|
.k-header > .k-cell-inner {
|
|
32030
|
-
margin: (-1 * $grid-header-padding-y)
|
|
32055
|
+
margin: (-1 * $grid-header-padding-y) (-1 * $grid-header-padding-x);
|
|
32031
32056
|
}
|
|
32032
32057
|
|
|
32033
32058
|
.k-filterable {
|
|
32034
32059
|
> .k-cell-inner {
|
|
32035
|
-
margin
|
|
32060
|
+
margin-inline-end: calc(-1 * #{$grid-filterable-icon-spacing});
|
|
32036
32061
|
|
|
32037
32062
|
.k-link {
|
|
32038
|
-
padding-
|
|
32063
|
+
padding-inline-end: 0;
|
|
32039
32064
|
}
|
|
32040
32065
|
}
|
|
32041
32066
|
}
|
|
@@ -32074,6 +32099,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32074
32099
|
.k-grid-filter,
|
|
32075
32100
|
.k-header-column-menu {
|
|
32076
32101
|
position: static;
|
|
32102
|
+
margin-inline-end: $grid-header-menu-icon-spacing;
|
|
32077
32103
|
}
|
|
32078
32104
|
|
|
32079
32105
|
.k-grid-filter,
|
|
@@ -32384,28 +32410,6 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32384
32410
|
margin-left: $icon-spacing;
|
|
32385
32411
|
margin-right: 0;
|
|
32386
32412
|
}
|
|
32387
|
-
|
|
32388
|
-
.k-header > .k-cell-inner {
|
|
32389
|
-
margin-right: (-1 * $grid-cell-padding-x);
|
|
32390
|
-
margin-left: calc(-1 * calc( #{$kendo-button-calc-size} - #{$grid-cell-padding-x}));
|
|
32391
|
-
|
|
32392
|
-
.k-sort-order {
|
|
32393
|
-
margin-right: $grid-sorting-index-spacing-x;
|
|
32394
|
-
margin-left: 0;
|
|
32395
|
-
}
|
|
32396
|
-
}
|
|
32397
|
-
|
|
32398
|
-
.k-filterable {
|
|
32399
|
-
> .k-cell-inner {
|
|
32400
|
-
margin-right: (-1 * $grid-cell-padding-x);
|
|
32401
|
-
margin-left: calc(-1 * #{$kendo-button-calc-size});
|
|
32402
|
-
|
|
32403
|
-
.k-link {
|
|
32404
|
-
padding-right: $grid-header-padding-x;
|
|
32405
|
-
padding-left: 0;
|
|
32406
|
-
}
|
|
32407
|
-
}
|
|
32408
|
-
}
|
|
32409
32413
|
}
|
|
32410
32414
|
}
|
|
32411
32415
|
|
|
@@ -32627,9 +32631,9 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32627
32631
|
}
|
|
32628
32632
|
|
|
32629
32633
|
// Hover state
|
|
32630
|
-
tbody
|
|
32631
|
-
tbody
|
|
32632
|
-
tbody
|
|
32634
|
+
tbody>tr:not(.k-detail-row):hover,
|
|
32635
|
+
tbody>tr:not(.k-detail-row).k-state-hover,
|
|
32636
|
+
tbody>tr:not(.k-detail-row).k-hover {
|
|
32633
32637
|
color: $grid-hovered-text;
|
|
32634
32638
|
background-color: $grid-hovered-bg;
|
|
32635
32639
|
}
|
|
@@ -32637,7 +32641,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32637
32641
|
// Selected state
|
|
32638
32642
|
td.k-state-selected,
|
|
32639
32643
|
td.k-selected,
|
|
32640
|
-
tr.k-state-selected > td
|
|
32644
|
+
tr.k-state-selected > td,
|
|
32641
32645
|
tr.k-selected > td {
|
|
32642
32646
|
color: $grid-selected-text;
|
|
32643
32647
|
background-color: $grid-selected-bg;
|
|
@@ -32653,7 +32657,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32653
32657
|
.k-grouping-row > td:focus,
|
|
32654
32658
|
.k-detail-row > td:focus,
|
|
32655
32659
|
.k-group-footer > td:focus,
|
|
32656
|
-
.k-grid-pager.k-state-focused
|
|
32660
|
+
.k-grid-pager.k-state-focused,
|
|
32657
32661
|
.k-grid-pager.k-focus {
|
|
32658
32662
|
box-shadow: $grid-focused-shadow;
|
|
32659
32663
|
}
|
|
@@ -32696,12 +32700,12 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32696
32700
|
}
|
|
32697
32701
|
|
|
32698
32702
|
// Selected state
|
|
32699
|
-
.k-state-selected td
|
|
32703
|
+
.k-state-selected td,
|
|
32700
32704
|
.k-selected td {
|
|
32701
32705
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
32702
32706
|
}
|
|
32703
32707
|
|
|
32704
|
-
.k-state-selected.k-alt td
|
|
32708
|
+
.k-state-selected.k-alt td,
|
|
32705
32709
|
.k-selected.k-alt td {
|
|
32706
32710
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
32707
32711
|
}
|
|
@@ -32709,7 +32713,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32709
32713
|
// Selected hover
|
|
32710
32714
|
.k-state-selected:hover td,
|
|
32711
32715
|
.k-selected:hover td,
|
|
32712
|
-
.k-state-selected.k-state-hover td
|
|
32716
|
+
.k-state-selected.k-state-hover td,
|
|
32713
32717
|
.k-selected.k-hover td {
|
|
32714
32718
|
@include fill( $bg: $grid-sticky-selected-hovered-bg );
|
|
32715
32719
|
}
|
|
@@ -32755,7 +32759,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32755
32759
|
&.k-state-border-down {
|
|
32756
32760
|
box-shadow: inset 0 0 0 2px rgba( 0, 0, 0, .1 );
|
|
32757
32761
|
}
|
|
32758
|
-
&.k-state-active
|
|
32762
|
+
&.k-state-active,
|
|
32759
32763
|
&.k-active {
|
|
32760
32764
|
color: $selected-text;
|
|
32761
32765
|
background-color: $selected-bg;
|
|
@@ -32815,7 +32819,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32815
32819
|
&.k-selected .k-grid-content-sticky,
|
|
32816
32820
|
&.k-state-selected .k-grid-row-sticky,
|
|
32817
32821
|
&.k-selected .k-grid-row-sticky,
|
|
32818
|
-
td.k-grid-content-sticky.k-state-selected
|
|
32822
|
+
td.k-grid-content-sticky.k-state-selected,
|
|
32819
32823
|
td.k-grid-content-sticky.k-selected {
|
|
32820
32824
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
32821
32825
|
}
|
|
@@ -32824,7 +32828,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32824
32828
|
&.k-selected.k-alt .k-grid-content-sticky,
|
|
32825
32829
|
&.k-state-selected.k-alt .k-grid-row-sticky,
|
|
32826
32830
|
&.k-selected.k-alt .k-grid-row-sticky,
|
|
32827
|
-
&.k-alt td.k-grid-content-sticky.k-state-selected
|
|
32831
|
+
&.k-alt td.k-grid-content-sticky.k-state-selected,
|
|
32828
32832
|
&.k-alt td.k-grid-content-sticky.k-selected {
|
|
32829
32833
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
32830
32834
|
}
|
|
@@ -32835,7 +32839,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32835
32839
|
&:hover .k-grid-row-sticky,
|
|
32836
32840
|
&.k-state-hover .k-grid-content-sticky,
|
|
32837
32841
|
&.k-hover .k-grid-content-sticky,
|
|
32838
|
-
&.k-state-hover .k-grid-row-sticky
|
|
32842
|
+
&.k-state-hover .k-grid-row-sticky,
|
|
32839
32843
|
&.k-hover .k-grid-row-sticky {
|
|
32840
32844
|
background-color: $grid-sticky-hovered-bg;
|
|
32841
32845
|
}
|
|
@@ -32852,7 +32856,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32852
32856
|
&.k-selected.k-hover .k-grid-row-sticky,
|
|
32853
32857
|
&:hover td.k-grid-content-sticky.k-state-selected,
|
|
32854
32858
|
&:hover td.k-grid-content-sticky.k-selected,
|
|
32855
|
-
&.k-state-hover td.k-grid-content-sticky.k-state-selected
|
|
32859
|
+
&.k-state-hover td.k-grid-content-sticky.k-state-selected,
|
|
32856
32860
|
&.k-hover td.k-grid-content-sticky.k-selected {
|
|
32857
32861
|
background-color: $grid-sticky-selected-hovered-bg;
|
|
32858
32862
|
}
|
|
@@ -32866,7 +32870,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32866
32870
|
background-color: $grid-sticky-bg;
|
|
32867
32871
|
|
|
32868
32872
|
&:hover,
|
|
32869
|
-
&.k-state-hover
|
|
32873
|
+
&.k-state-hover,
|
|
32870
32874
|
&.k-hover {
|
|
32871
32875
|
background-color: $grid-sticky-hovered-bg;
|
|
32872
32876
|
}
|
|
@@ -32880,7 +32884,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32880
32884
|
}
|
|
32881
32885
|
|
|
32882
32886
|
&:hover td,
|
|
32883
|
-
&.k-state-hover td
|
|
32887
|
+
&.k-state-hover td,
|
|
32884
32888
|
&.k-hover td {
|
|
32885
32889
|
background-color: $grid-sticky-hovered-bg;
|
|
32886
32890
|
}
|
|
@@ -32898,7 +32902,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32898
32902
|
.k-selected.k-grid-row-sticky td,
|
|
32899
32903
|
.k-grid-row-sticky td.k-state-selected,
|
|
32900
32904
|
.k-grid-row-sticky td.k-selected,
|
|
32901
|
-
.k-state-selected.k-grid-content-sticky
|
|
32905
|
+
.k-state-selected.k-grid-content-sticky,
|
|
32902
32906
|
.k-selected.k-grid-content-sticky {
|
|
32903
32907
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
32904
32908
|
}
|
|
@@ -32907,7 +32911,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32907
32911
|
tr.k-selected.k-alt .k-grid-content-sticky,
|
|
32908
32912
|
.k-state-selected.k-alt.k-grid-row-sticky td,
|
|
32909
32913
|
.k-selected.k-alt.k-grid-row-sticky td,
|
|
32910
|
-
.k-alt .k-state-selected.k-grid-content-sticky
|
|
32914
|
+
.k-alt .k-state-selected.k-grid-content-sticky,
|
|
32911
32915
|
.k-alt .k-selected.k-grid-content-sticky {
|
|
32912
32916
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
32913
32917
|
}
|
|
@@ -32923,7 +32927,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32923
32927
|
.k-grid-row-sticky.k-alt.k-state-hover td,
|
|
32924
32928
|
.k-grid-row-sticky.k-alt.k-hover td,
|
|
32925
32929
|
.k-alt:hover .k-grid-content-sticky,
|
|
32926
|
-
.k-alt.k-state-hover .k-grid-content-sticky
|
|
32930
|
+
.k-alt.k-state-hover .k-grid-content-sticky,
|
|
32927
32931
|
.k-alt.k-hover .k-grid-content-sticky {
|
|
32928
32932
|
background-color: $grid-sticky-hovered-bg;
|
|
32929
32933
|
}
|
|
@@ -32951,7 +32955,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32951
32955
|
.k-grid-row-sticky.k-hover td.k-selected,
|
|
32952
32956
|
tr:hover .k-grid-content-sticky.k-state-selected,
|
|
32953
32957
|
tr:hover .k-grid-content-sticky.k-selected,
|
|
32954
|
-
tr.k-state-hover .k-grid-content-sticky.k-state-selected
|
|
32958
|
+
tr.k-state-hover .k-grid-content-sticky.k-state-selected,
|
|
32955
32959
|
tr.k-hover .k-grid-content-sticky.k-selected {
|
|
32956
32960
|
background-color: $grid-sticky-selected-hovered-bg;
|
|
32957
32961
|
}
|
|
@@ -32963,7 +32967,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32963
32967
|
}
|
|
32964
32968
|
|
|
32965
32969
|
&:hover .k-grid-content-sticky,
|
|
32966
|
-
&.k-state-hover .k-grid-content-sticky
|
|
32970
|
+
&.k-state-hover .k-grid-content-sticky,
|
|
32967
32971
|
&.k-hover .k-grid-content-sticky {
|
|
32968
32972
|
@include fill( $bg: $grid-sticky-hovered-bg );
|
|
32969
32973
|
}
|
|
@@ -32977,13 +32981,13 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
32977
32981
|
);
|
|
32978
32982
|
}
|
|
32979
32983
|
.k-columnmenu-item:focus,
|
|
32980
|
-
.k-columnmenu-item.k-state-focus
|
|
32984
|
+
.k-columnmenu-item.k-state-focus,
|
|
32981
32985
|
.k-columnmenu-item.k-focus {
|
|
32982
32986
|
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
32983
32987
|
}
|
|
32984
32988
|
|
|
32985
32989
|
.k-columnmenu-item {
|
|
32986
|
-
&.k-state-selected
|
|
32990
|
+
&.k-state-selected,
|
|
32987
32991
|
&.k-selected {
|
|
32988
32992
|
@include fill(
|
|
32989
32993
|
$kendo-list-item-selected-text,
|
|
@@ -33009,7 +33013,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33009
33013
|
);
|
|
33010
33014
|
|
|
33011
33015
|
&:hover,
|
|
33012
|
-
&.k-state-hover
|
|
33016
|
+
&.k-state-hover,
|
|
33013
33017
|
&.k-hover {
|
|
33014
33018
|
@include fill(
|
|
33015
33019
|
$kendo-list-item-hover-text,
|
|
@@ -33017,7 +33021,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33017
33021
|
);
|
|
33018
33022
|
}
|
|
33019
33023
|
|
|
33020
|
-
&.k-state-selected
|
|
33024
|
+
&.k-state-selected,
|
|
33021
33025
|
&.k-selected {
|
|
33022
33026
|
@include fill(
|
|
33023
33027
|
$kendo-list-item-selected-text,
|
|
@@ -33026,7 +33030,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33026
33030
|
}
|
|
33027
33031
|
|
|
33028
33032
|
&:focus,
|
|
33029
|
-
&.k-state-focused
|
|
33033
|
+
&.k-state-focused,
|
|
33030
33034
|
&.k-focus {
|
|
33031
33035
|
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
33032
33036
|
}
|
|
@@ -33063,12 +33067,12 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33063
33067
|
// Selected state
|
|
33064
33068
|
td.k-state-selected,
|
|
33065
33069
|
td.k-selected,
|
|
33066
|
-
tr.k-state-selected
|
|
33070
|
+
tr.k-state-selected,
|
|
33067
33071
|
tr.k-selected {
|
|
33068
33072
|
color: $grid-selected-text;
|
|
33069
33073
|
background-color: $grid-selected-bg;
|
|
33070
33074
|
}
|
|
33071
|
-
tr.k-state-selected > td
|
|
33075
|
+
tr.k-state-selected > td,
|
|
33072
33076
|
tr.k-selected > td {
|
|
33073
33077
|
color: inherit;
|
|
33074
33078
|
background-color: transparent;
|
|
@@ -33076,9 +33080,9 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33076
33080
|
|
|
33077
33081
|
// Hover, Focused state
|
|
33078
33082
|
table {
|
|
33079
|
-
tr:not(.k-detail-row):hover,
|
|
33080
|
-
tr:not(.k-detail-row).k-state-hover,
|
|
33081
|
-
tr:not(.k-detail-row).k-hover,
|
|
33083
|
+
>tr:not(.k-detail-row):hover,
|
|
33084
|
+
>tr:not(.k-detail-row).k-state-hover,
|
|
33085
|
+
>tr:not(.k-detail-row).k-hover,
|
|
33082
33086
|
td.k-state-focused,
|
|
33083
33087
|
td.k-focus,
|
|
33084
33088
|
th.k-state-focused,
|
|
@@ -33093,7 +33097,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33093
33097
|
}
|
|
33094
33098
|
|
|
33095
33099
|
tr:hover,
|
|
33096
|
-
tr.k-state-hover
|
|
33100
|
+
tr.k-state-hover,
|
|
33097
33101
|
tr.k-hover {
|
|
33098
33102
|
.k-grid-header-sticky,
|
|
33099
33103
|
.k-grid-footer-sticky {
|
|
@@ -33121,7 +33125,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33121
33125
|
|
|
33122
33126
|
}
|
|
33123
33127
|
.k-grid-pager:focus,
|
|
33124
|
-
.k-grid-pager.k-state-focused
|
|
33128
|
+
.k-grid-pager.k-state-focused,
|
|
33125
33129
|
.k-grid-pager.k-focus {
|
|
33126
33130
|
color: inherit;
|
|
33127
33131
|
}
|
|
@@ -33175,7 +33179,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33175
33179
|
|
|
33176
33180
|
.k-group-footer {
|
|
33177
33181
|
&:hover td,
|
|
33178
|
-
&.k-state-hover td
|
|
33182
|
+
&.k-state-hover td,
|
|
33179
33183
|
&.k-hover td {
|
|
33180
33184
|
color: inherit;
|
|
33181
33185
|
@include fill( $bg: $grid-sticky-footer-hovered-bg );
|
|
@@ -33233,7 +33237,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33233
33237
|
box-shadow: none;
|
|
33234
33238
|
}
|
|
33235
33239
|
|
|
33236
|
-
&.k-state-active
|
|
33240
|
+
&.k-state-active,
|
|
33237
33241
|
&.k-active {
|
|
33238
33242
|
color: $primary-contrast;
|
|
33239
33243
|
background-color: $primary;
|
|
@@ -33274,7 +33278,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33274
33278
|
}
|
|
33275
33279
|
|
|
33276
33280
|
&:hover td,
|
|
33277
|
-
&.k-state-hover td
|
|
33281
|
+
&.k-state-hover td,
|
|
33278
33282
|
&.k-hover td {
|
|
33279
33283
|
@include fill( $bg: $grid-sticky-footer-hovered-bg );
|
|
33280
33284
|
}
|
|
@@ -33307,7 +33311,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33307
33311
|
}
|
|
33308
33312
|
|
|
33309
33313
|
.k-columnmenu-item {
|
|
33310
|
-
&.k-state-selected
|
|
33314
|
+
&.k-state-selected,
|
|
33311
33315
|
&.k-selected {
|
|
33312
33316
|
@include fill(
|
|
33313
33317
|
$kendo-list-item-selected-text,
|
|
@@ -33316,7 +33320,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33316
33320
|
}
|
|
33317
33321
|
}
|
|
33318
33322
|
.k-columnmenu-item:focus,
|
|
33319
|
-
.k-columnmenu-item.k-state-focus
|
|
33323
|
+
.k-columnmenu-item.k-state-focus,
|
|
33320
33324
|
.k-columnmenu-item.k-focus {
|
|
33321
33325
|
background: $kendo-list-item-hover-bg;
|
|
33322
33326
|
}
|
|
@@ -33325,7 +33329,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33325
33329
|
|
|
33326
33330
|
.k-item {
|
|
33327
33331
|
// Selected state
|
|
33328
|
-
&.k-state-selected
|
|
33332
|
+
&.k-state-selected,
|
|
33329
33333
|
&.k-selected {
|
|
33330
33334
|
background: $kendo-list-item-hover-bg;
|
|
33331
33335
|
}
|
|
@@ -33546,7 +33550,7 @@ $listview-item-focus-shadow: null !default;
|
|
|
33546
33550
|
// Listview content
|
|
33547
33551
|
.k-listview-content {
|
|
33548
33552
|
|
|
33549
|
-
> .k-state-focused
|
|
33553
|
+
> .k-state-focused,
|
|
33550
33554
|
> .k-focus {
|
|
33551
33555
|
@include fill(
|
|
33552
33556
|
$listview-item-focus-text,
|
|
@@ -33556,7 +33560,7 @@ $listview-item-focus-shadow: null !default;
|
|
|
33556
33560
|
@include box-shadow( $listview-item-focus-shadow );
|
|
33557
33561
|
}
|
|
33558
33562
|
|
|
33559
|
-
> .k-state-selected
|
|
33563
|
+
> .k-state-selected,
|
|
33560
33564
|
> .k-selected {
|
|
33561
33565
|
@include fill(
|
|
33562
33566
|
$listview-item-selected-text,
|
|
@@ -33579,7 +33583,7 @@ $listview-item-focus-shadow: null !default;
|
|
|
33579
33583
|
|
|
33580
33584
|
// Listview content
|
|
33581
33585
|
.k-listview-content {}
|
|
33582
|
-
.k-listview-content > .k-state-selected.k-state-focused
|
|
33586
|
+
.k-listview-content > .k-state-selected.k-state-focused,
|
|
33583
33587
|
.k-listview-content > .k-selected.k-focused {
|
|
33584
33588
|
background-color: rgba( contrast-wcag( $listview-bg ), .12 );
|
|
33585
33589
|
}
|
|
@@ -33952,7 +33956,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
33952
33956
|
overflow: hidden;
|
|
33953
33957
|
|
|
33954
33958
|
// disabled cells in the Spreadsheet should allow navigation if link is used
|
|
33955
|
-
.k-state-disabled
|
|
33959
|
+
.k-state-disabled,
|
|
33956
33960
|
.k-disabled {
|
|
33957
33961
|
pointer-events: auto;
|
|
33958
33962
|
}
|
|
@@ -34514,7 +34518,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34514
34518
|
background-position: 50% 50%;
|
|
34515
34519
|
|
|
34516
34520
|
&:hover div,
|
|
34517
|
-
&.k-state-hovered div
|
|
34521
|
+
&.k-state-hovered div,
|
|
34518
34522
|
&.k-hover div {
|
|
34519
34523
|
margin: 0;
|
|
34520
34524
|
align-self: center;
|
|
@@ -34580,7 +34584,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34580
34584
|
.k-spreadsheet-insert-image-dialog {
|
|
34581
34585
|
.k-spreadsheet-has-image {
|
|
34582
34586
|
&:hover,
|
|
34583
|
-
&.k-state-hovered
|
|
34587
|
+
&.k-state-hovered,
|
|
34584
34588
|
&.k-hover {
|
|
34585
34589
|
border-radius: $spreadsheet-insert-image-dialog-preview-overlay-border-radius;
|
|
34586
34590
|
}
|
|
@@ -34701,7 +34705,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34701
34705
|
.k-tabstrip-items .k-item {
|
|
34702
34706
|
color: inherit;
|
|
34703
34707
|
}
|
|
34704
|
-
.k-tabstrip-items .k-item.k-state-active::after
|
|
34708
|
+
.k-tabstrip-items .k-item.k-state-active::after,
|
|
34705
34709
|
.k-tabstrip-items .k-item.k-active::after {
|
|
34706
34710
|
border-color: $primary-contrast;
|
|
34707
34711
|
}
|
|
@@ -34724,7 +34728,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34724
34728
|
$toolbar-gradient
|
|
34725
34729
|
);
|
|
34726
34730
|
|
|
34727
|
-
.k-tabstrip-items .k-item.k-state-active
|
|
34731
|
+
.k-tabstrip-items .k-item.k-state-active,
|
|
34728
34732
|
.k-tabstrip-items .k-item.k-active {
|
|
34729
34733
|
border-color: $secondary;
|
|
34730
34734
|
}
|
|
@@ -34846,7 +34850,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34846
34850
|
);
|
|
34847
34851
|
box-shadow: inset 0 0 0 1px $kendo-button-border;
|
|
34848
34852
|
|
|
34849
|
-
&.k-state-active
|
|
34853
|
+
&.k-state-active,
|
|
34850
34854
|
&.k-active {
|
|
34851
34855
|
@include fill(
|
|
34852
34856
|
$kendo-button-active-text,
|
|
@@ -34892,13 +34896,13 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34892
34896
|
|
|
34893
34897
|
.k-spreadsheet-has-image {
|
|
34894
34898
|
&:hover,
|
|
34895
|
-
&.k-state-hovered
|
|
34899
|
+
&.k-state-hovered,
|
|
34896
34900
|
&.k-hover {
|
|
34897
34901
|
box-shadow: $spreadsheet-insert-image-dialog-preview-overlay-shadow;
|
|
34898
34902
|
}
|
|
34899
34903
|
|
|
34900
34904
|
&:hover div,
|
|
34901
|
-
&.k-state-hovered div
|
|
34905
|
+
&.k-state-hovered div,
|
|
34902
34906
|
&.k-hover div {
|
|
34903
34907
|
color: $spreadsheet-insert-image-dialog-overlay-hovered-text;
|
|
34904
34908
|
}
|
|
@@ -34933,7 +34937,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34933
34937
|
.k-button {}
|
|
34934
34938
|
|
|
34935
34939
|
.k-button:hover,
|
|
34936
|
-
.k-button.k-state-hover
|
|
34940
|
+
.k-button.k-state-hover,
|
|
34937
34941
|
.k-button.k-hover {
|
|
34938
34942
|
@include fill(
|
|
34939
34943
|
$kendo-list-item-hover-text,
|
|
@@ -34943,7 +34947,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34943
34947
|
.k-button:active,
|
|
34944
34948
|
.k-button.k-state-active,
|
|
34945
34949
|
.k-button.k-active,
|
|
34946
|
-
.k-button.k-state-selected
|
|
34950
|
+
.k-button.k-state-selected,
|
|
34947
34951
|
.k-button.k-selected {
|
|
34948
34952
|
@include fill(
|
|
34949
34953
|
$kendo-list-item-selected-text,
|
|
@@ -35932,7 +35936,7 @@ $pivotgrid-remove-text: $pivotgrid-button-bg !default;
|
|
|
35932
35936
|
// Selected state
|
|
35933
35937
|
.k-pivotgrid-cell.k-state-selected,
|
|
35934
35938
|
.k-pivotgrid-cell.k-selected,
|
|
35935
|
-
.k-pivotgrid-row.k-state-selected > .k-pivotgrid-cell
|
|
35939
|
+
.k-pivotgrid-row.k-state-selected > .k-pivotgrid-cell,
|
|
35936
35940
|
.k-pivotgrid-row.k-selected > .k-pivotgrid-cell {
|
|
35937
35941
|
@include fill (
|
|
35938
35942
|
$pivotgrid-selected-text,
|
|
@@ -36179,7 +36183,7 @@ $treelist-footer-row-border-width: 1px !default;
|
|
|
36179
36183
|
}
|
|
36180
36184
|
|
|
36181
36185
|
.k-treelist-dragging,
|
|
36182
|
-
.k-treelist-dragging .k-state-hover
|
|
36186
|
+
.k-treelist-dragging .k-state-hover,
|
|
36183
36187
|
.k-treelist-dragging .k-hover {
|
|
36184
36188
|
cursor: default;
|
|
36185
36189
|
}
|
|
@@ -36955,7 +36959,7 @@ $filemanager-preview-icon-border: null !default;
|
|
|
36955
36959
|
);
|
|
36956
36960
|
}
|
|
36957
36961
|
|
|
36958
|
-
&.k-state-selected .k-file-icon
|
|
36962
|
+
&.k-state-selected .k-file-icon,
|
|
36959
36963
|
&.k-selected .k-file-icon {
|
|
36960
36964
|
@include fill(
|
|
36961
36965
|
inherit,
|
|
@@ -37420,7 +37424,7 @@ $taskboard-drag-placeholder-border: $component-border !default;
|
|
|
37420
37424
|
);
|
|
37421
37425
|
}
|
|
37422
37426
|
.k-taskboard-column:focus,
|
|
37423
|
-
.k-taskboard-column.k-state-focus
|
|
37427
|
+
.k-taskboard-column.k-state-focus,
|
|
37424
37428
|
.k-taskboard-column.k-focus {
|
|
37425
37429
|
@include fill(
|
|
37426
37430
|
$taskboard-column-focus-text,
|
|
@@ -37623,7 +37627,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
37623
37627
|
pointer-events: auto;
|
|
37624
37628
|
}
|
|
37625
37629
|
|
|
37626
|
-
.k-editor-content.k-state-focused
|
|
37630
|
+
.k-editor-content.k-state-focused,
|
|
37627
37631
|
.k-editor-content.k-focus {
|
|
37628
37632
|
outline-width: 1px;
|
|
37629
37633
|
outline-style: dashed;
|
|
@@ -38077,7 +38081,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
38077
38081
|
display: block;
|
|
38078
38082
|
margin: auto;
|
|
38079
38083
|
|
|
38080
|
-
&.k-state-selected
|
|
38084
|
+
&.k-state-selected,
|
|
38081
38085
|
&.k-selected {
|
|
38082
38086
|
color: inherit;
|
|
38083
38087
|
border-width: 0;
|
|
@@ -38388,7 +38392,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
38388
38392
|
|
|
38389
38393
|
// Hover & Actve state
|
|
38390
38394
|
&:hover,
|
|
38391
|
-
&.k-state-active
|
|
38395
|
+
&.k-state-active,
|
|
38392
38396
|
&.k-active {
|
|
38393
38397
|
border-color: $panel-border;
|
|
38394
38398
|
}
|
|
@@ -38406,7 +38410,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
38406
38410
|
|
|
38407
38411
|
// Insert table
|
|
38408
38412
|
.k-ct-popup {
|
|
38409
|
-
.k-state-selected
|
|
38413
|
+
.k-state-selected,
|
|
38410
38414
|
.k-selected {
|
|
38411
38415
|
@include fill( $selected-text, $selected-bg, $selected-border, none );
|
|
38412
38416
|
}
|
|
@@ -38962,7 +38966,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
38962
38966
|
}
|
|
38963
38967
|
}
|
|
38964
38968
|
|
|
38965
|
-
tr.k-state-selected > td:last-child
|
|
38969
|
+
tr.k-state-selected > td:last-child,
|
|
38966
38970
|
tr.k-selected > td:last-child {
|
|
38967
38971
|
background: transparent;
|
|
38968
38972
|
}
|
|
@@ -39232,7 +39236,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
39232
39236
|
border-color: currentColor;
|
|
39233
39237
|
position: absolute;
|
|
39234
39238
|
}
|
|
39235
|
-
.k-gantt-line.k-state-selected
|
|
39239
|
+
.k-gantt-line.k-state-selected,
|
|
39236
39240
|
.k-gantt-line.k-selected {
|
|
39237
39241
|
z-index: 3;
|
|
39238
39242
|
}
|
|
@@ -39306,7 +39310,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
39306
39310
|
transform: translate(-50%, -50%);
|
|
39307
39311
|
}
|
|
39308
39312
|
.k-task-dot:hover::before,
|
|
39309
|
-
.k-task-dot.k-state-hover::before
|
|
39313
|
+
.k-task-dot.k-state-hover::before,
|
|
39310
39314
|
.k-task-dot.k-hover::before {
|
|
39311
39315
|
border-width: 1px;
|
|
39312
39316
|
}
|
|
@@ -39794,7 +39798,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
39794
39798
|
$border: $gantt-milestone-border
|
|
39795
39799
|
);
|
|
39796
39800
|
}
|
|
39797
|
-
.k-task-milestone.k-state-selected .k-task-milestone-content
|
|
39801
|
+
.k-task-milestone.k-state-selected .k-task-milestone-content,
|
|
39798
39802
|
.k-task-milestone.k-selected .k-task-milestone-content {
|
|
39799
39803
|
@include fill(
|
|
39800
39804
|
$bg: $gantt-milestone-selected-bg,
|
|
@@ -39809,7 +39813,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
39809
39813
|
stroke: $gantt-line-fill;
|
|
39810
39814
|
}
|
|
39811
39815
|
|
|
39812
|
-
polyline.k-state-selected
|
|
39816
|
+
polyline.k-state-selected,
|
|
39813
39817
|
polyline.k-selected {
|
|
39814
39818
|
stroke: $gantt-line-selected-fill;
|
|
39815
39819
|
}
|
|
@@ -39863,7 +39867,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
39863
39867
|
);
|
|
39864
39868
|
}
|
|
39865
39869
|
.k-task-dot:hover::before,
|
|
39866
|
-
.k-task-dot.k-state-hover::before
|
|
39870
|
+
.k-task-dot.k-state-hover::before,
|
|
39867
39871
|
.k-task-dot.k-hover::before {
|
|
39868
39872
|
@include fill(
|
|
39869
39873
|
$bg: $gantt-dot-hover-bg,
|
|
@@ -39889,7 +39893,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
39889
39893
|
);
|
|
39890
39894
|
}
|
|
39891
39895
|
}
|
|
39892
|
-
.k-task-milestone.k-state-selected
|
|
39896
|
+
.k-task-milestone.k-state-selected,
|
|
39893
39897
|
.k-task-milestone.k-selected {
|
|
39894
39898
|
background-image: none;
|
|
39895
39899
|
@include fill(
|
|
@@ -39920,7 +39924,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
39920
39924
|
.k-task-advanced .k-task-summary-complete {
|
|
39921
39925
|
color: $gantt-advanced-bg;
|
|
39922
39926
|
}
|
|
39923
|
-
.k-task-summary.k-state-selected
|
|
39927
|
+
.k-task-summary.k-state-selected,
|
|
39924
39928
|
.k-task-summary.k-selected {
|
|
39925
39929
|
color: $gantt-summary-selected-bg;
|
|
39926
39930
|
|
|
@@ -39964,7 +39968,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
39964
39968
|
$bg: $gantt-advanced-bg
|
|
39965
39969
|
);
|
|
39966
39970
|
}
|
|
39967
|
-
.k-task-single.k-state-selected
|
|
39971
|
+
.k-task-single.k-state-selected,
|
|
39968
39972
|
.k-task-single.k-selected {
|
|
39969
39973
|
@include fill(
|
|
39970
39974
|
$gantt-task-selected-text,
|
|
@@ -39981,7 +39985,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
39981
39985
|
.k-gantt-line {
|
|
39982
39986
|
color: $gantt-line-fill;
|
|
39983
39987
|
}
|
|
39984
|
-
.k-gantt-line.k-state-selected
|
|
39988
|
+
.k-gantt-line.k-state-selected,
|
|
39985
39989
|
.k-gantt-line.k-selected {
|
|
39986
39990
|
color: $gantt-line-selected-fill;
|
|
39987
39991
|
}
|
|
@@ -40662,7 +40666,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
40662
40666
|
}
|
|
40663
40667
|
|
|
40664
40668
|
&:hover,
|
|
40665
|
-
&.k-state-hover
|
|
40669
|
+
&.k-state-hover,
|
|
40666
40670
|
&.k-hover {
|
|
40667
40671
|
.k-event-delete {
|
|
40668
40672
|
opacity: 1;
|
|
@@ -40728,7 +40732,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
40728
40732
|
|
|
40729
40733
|
// Hover
|
|
40730
40734
|
&:hover,
|
|
40731
|
-
&.k-state-hover
|
|
40735
|
+
&.k-state-hover,
|
|
40732
40736
|
&.k-hover {
|
|
40733
40737
|
.k-event-actions .k-event-delete,
|
|
40734
40738
|
.k-resize-handle {
|
|
@@ -40990,7 +40994,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
40990
40994
|
.k-hover .k-task > .k-event-delete,
|
|
40991
40995
|
.k-scheduler-content tr:hover .k-event-delete,
|
|
40992
40996
|
.k-scheduler-content .k-scheduler-row:hover .k-event-delete,
|
|
40993
|
-
.k-scheduler-content .k-scheduler-row.k-state-hover .k-event-delete
|
|
40997
|
+
.k-scheduler-content .k-scheduler-row.k-state-hover .k-event-delete,
|
|
40994
40998
|
.k-scheduler-content .k-scheduler-row.k-hover .k-event-delete {
|
|
40995
40999
|
visibility: visible;
|
|
40996
41000
|
}
|
|
@@ -41064,7 +41068,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
41064
41068
|
position: relative;
|
|
41065
41069
|
}
|
|
41066
41070
|
|
|
41067
|
-
td.k-state-selected
|
|
41071
|
+
td.k-state-selected,
|
|
41068
41072
|
td.k-selected {
|
|
41069
41073
|
background-color: inherit;
|
|
41070
41074
|
}
|
|
@@ -41362,7 +41366,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
41362
41366
|
kendo-scheduler .k-event,
|
|
41363
41367
|
.k-event {
|
|
41364
41368
|
|
|
41365
|
-
&.k-state-selected
|
|
41369
|
+
&.k-state-selected,
|
|
41366
41370
|
&.k-selected {
|
|
41367
41371
|
&::before {
|
|
41368
41372
|
display: block;
|
|
@@ -41580,7 +41584,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
41580
41584
|
|
|
41581
41585
|
.k-scheduler-layout td.k-state-selected,
|
|
41582
41586
|
.k-scheduler-layout td.k-selected,
|
|
41583
|
-
.k-scheduler-layout .k-scheduler-cell.k-state-selected
|
|
41587
|
+
.k-scheduler-layout .k-scheduler-cell.k-state-selected,
|
|
41584
41588
|
.k-scheduler-layout .k-scheduler-cell.k-selected {
|
|
41585
41589
|
background-color: rgba($selected-bg, .25);
|
|
41586
41590
|
}
|
|
@@ -41603,7 +41607,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
41603
41607
|
);
|
|
41604
41608
|
@include box-shadow( $scheduler-event-shadow );
|
|
41605
41609
|
|
|
41606
|
-
&.k-state-hover
|
|
41610
|
+
&.k-state-hover,
|
|
41607
41611
|
&.k-hover {
|
|
41608
41612
|
@include fill(
|
|
41609
41613
|
$scheduler-event-hover-text,
|
|
@@ -41614,7 +41618,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
41614
41618
|
@include box-shadow( $scheduler-event-hover-shadow );
|
|
41615
41619
|
}
|
|
41616
41620
|
|
|
41617
|
-
&.k-state-selected
|
|
41621
|
+
&.k-state-selected,
|
|
41618
41622
|
&.k-selected {
|
|
41619
41623
|
@include fill(
|
|
41620
41624
|
$scheduler-event-selected-text,
|
|
@@ -41684,7 +41688,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
41684
41688
|
.k-scheduler-content tr.k-state-hover,
|
|
41685
41689
|
.k-scheduler-content tr.k-hover,
|
|
41686
41690
|
.k-scheduler-content .k-scheduler-row:hover,
|
|
41687
|
-
.k-scheduler-content .k-scheduler-row.k-state-hover
|
|
41691
|
+
.k-scheduler-content .k-scheduler-row.k-state-hover,
|
|
41688
41692
|
.k-scheduler-content .k-scheduler-row.k-hover {
|
|
41689
41693
|
@include fill(
|
|
41690
41694
|
$hovered-text,
|
|
@@ -41698,7 +41702,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
41698
41702
|
.k-scheduler-content tr:hover .k-scheduler-groupcolumn,
|
|
41699
41703
|
.k-scheduler-content tr.k-state-hover .k-scheduler-datecolumn,
|
|
41700
41704
|
.k-scheduler-content tr.k-hover .k-scheduler-datecolumn,
|
|
41701
|
-
.k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn
|
|
41705
|
+
.k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn,
|
|
41702
41706
|
.k-scheduler-content tr.k-hover .k-scheduler-groupcolumn {
|
|
41703
41707
|
@include fill(
|
|
41704
41708
|
$scheduler-text,
|
|
@@ -41708,13 +41712,13 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
41708
41712
|
}
|
|
41709
41713
|
|
|
41710
41714
|
// Selected
|
|
41711
|
-
.k-scheduler-content tr.k-state-selected
|
|
41715
|
+
.k-scheduler-content tr.k-state-selected,
|
|
41712
41716
|
.k-scheduler-content tr.k-selected {
|
|
41713
41717
|
background-color: rgba($selected-bg, .25);
|
|
41714
41718
|
}
|
|
41715
41719
|
.k-scheduler-content tr.k-state-selected .k-scheduler-datecolumn,
|
|
41716
41720
|
.k-scheduler-content tr.k-selected .k-scheduler-datecolumn,
|
|
41717
|
-
.k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn
|
|
41721
|
+
.k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn,
|
|
41718
41722
|
.k-scheduler-content tr.k-selected .k-scheduler-groupcolumn {
|
|
41719
41723
|
background-color: $scheduler-bg;
|
|
41720
41724
|
}
|
|
@@ -41732,7 +41736,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
41732
41736
|
@include fill( $bg: $scheduler-yearview-indicator-bg );
|
|
41733
41737
|
}
|
|
41734
41738
|
|
|
41735
|
-
.k-state-selected .k-day-indicator
|
|
41739
|
+
.k-state-selected .k-day-indicator,
|
|
41736
41740
|
.k-selected .k-day-indicator {
|
|
41737
41741
|
@include fill( $bg: $scheduler-yearview-indicator-selected-bg );
|
|
41738
41742
|
}
|
|
@@ -42070,7 +42074,7 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
42070
42074
|
|
|
42071
42075
|
|
|
42072
42076
|
// Message states
|
|
42073
|
-
.k-message.k-state-selected
|
|
42077
|
+
.k-message.k-state-selected,
|
|
42074
42078
|
.k-message.k-selected {
|
|
42075
42079
|
margin-bottom: $chat-item-spacing-y;
|
|
42076
42080
|
border: 0;
|
|
@@ -42280,7 +42284,7 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
42280
42284
|
flex: 0 0 auto;
|
|
42281
42285
|
}
|
|
42282
42286
|
|
|
42283
|
-
&.k-state-selected
|
|
42287
|
+
&.k-state-selected,
|
|
42284
42288
|
&.k-selected {
|
|
42285
42289
|
background: none;
|
|
42286
42290
|
}
|
|
@@ -42517,7 +42521,7 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
42517
42521
|
.k-bubble:hover {
|
|
42518
42522
|
@include box-shadow( $chat-bubble-hover-shadow );
|
|
42519
42523
|
}
|
|
42520
|
-
.k-state-selected .k-bubble
|
|
42524
|
+
.k-state-selected .k-bubble,
|
|
42521
42525
|
.k-selected .k-bubble {
|
|
42522
42526
|
@include box-shadow( $chat-bubble-selected-shadow );
|
|
42523
42527
|
}
|
|
@@ -42533,7 +42537,7 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
42533
42537
|
.k-alt .k-bubble:hover {
|
|
42534
42538
|
@include box-shadow( $chat-alt-bubble-hover-shadow );
|
|
42535
42539
|
}
|
|
42536
|
-
.k-alt .k-state-selected .k-bubble
|
|
42540
|
+
.k-alt .k-state-selected .k-bubble,
|
|
42537
42541
|
.k-alt .k-selected .k-bubble {
|
|
42538
42542
|
@include box-shadow( $chat-alt-bubble-selected-shadow );
|
|
42539
42543
|
}
|
|
@@ -43296,12 +43300,12 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
43296
43300
|
}
|
|
43297
43301
|
|
|
43298
43302
|
.k-timeline-track-item:hover .k-timeline-circle::before,
|
|
43299
|
-
.k-timeline-track-item.k-state-hover .k-timeline-circle::before
|
|
43303
|
+
.k-timeline-track-item.k-state-hover .k-timeline-circle::before,
|
|
43300
43304
|
.k-timeline-track-item.k-hover .k-timeline-circle::before {
|
|
43301
43305
|
opacity: $kendo-flat-button-hover-opacity;
|
|
43302
43306
|
}
|
|
43303
43307
|
|
|
43304
|
-
.k-timeline-track-item.k-state-focus .k-timeline-circle::before
|
|
43308
|
+
.k-timeline-track-item.k-state-focus .k-timeline-circle::before,
|
|
43305
43309
|
.k-timeline-track-item.k-focus .k-timeline-circle::before {
|
|
43306
43310
|
opacity: $kendo-flat-button-focus-opacity;
|
|
43307
43311
|
}
|
|
@@ -43353,7 +43357,7 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
43353
43357
|
color: $body-text;
|
|
43354
43358
|
}
|
|
43355
43359
|
|
|
43356
|
-
.k-timeline-arrow.k-state-disabled
|
|
43360
|
+
.k-timeline-arrow.k-state-disabled,
|
|
43357
43361
|
.k-timeline-arrow.k-disabled {
|
|
43358
43362
|
opacity: 1; // The arrow button in disabled mode should have a solid background
|
|
43359
43363
|
color: $timeline-track-arrow-disabled-text;
|
|
@@ -43374,7 +43378,7 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
43374
43378
|
background-color: $timeline-flag-bg;
|
|
43375
43379
|
}
|
|
43376
43380
|
|
|
43377
|
-
.k-timeline-track-item.k-state-focus .k-timeline-circle
|
|
43381
|
+
.k-timeline-track-item.k-state-focus .k-timeline-circle,
|
|
43378
43382
|
.k-timeline-track-item.k-focus .k-timeline-circle {
|
|
43379
43383
|
@include box-shadow( $timeline-track-item-focus-shadow );
|
|
43380
43384
|
}
|
|
@@ -44086,7 +44090,7 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
44086
44090
|
-webkit-tap-highlight-color: $scrollview-arrow-tap-highlight-color;
|
|
44087
44091
|
|
|
44088
44092
|
&:focus,
|
|
44089
|
-
&.k-state-focus
|
|
44093
|
+
&.k-state-focus,
|
|
44090
44094
|
&.k-focus {
|
|
44091
44095
|
color: $scrollview-navigation-color;
|
|
44092
44096
|
opacity: $scrollview-navigation-hover-opacity;
|
|
@@ -44097,7 +44101,7 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
44097
44101
|
}
|
|
44098
44102
|
|
|
44099
44103
|
&:hover,
|
|
44100
|
-
&.k-state-hover
|
|
44104
|
+
&.k-state-hover,
|
|
44101
44105
|
&.k-hover {
|
|
44102
44106
|
color: $scrollview-navigation-color;
|
|
44103
44107
|
opacity: $scrollview-navigation-hover-opacity;
|
|
@@ -44117,14 +44121,14 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
44117
44121
|
}
|
|
44118
44122
|
|
|
44119
44123
|
&:focus,
|
|
44120
|
-
&.k-state-focused
|
|
44124
|
+
&.k-state-focused,
|
|
44121
44125
|
&.k-focus {
|
|
44122
44126
|
box-shadow: $scrollview-pagebutton-shadow;
|
|
44123
44127
|
}
|
|
44124
44128
|
}
|
|
44125
44129
|
|
|
44126
44130
|
.k-scrollview-nav > .k-link:hover,
|
|
44127
|
-
.k-scrollview-nav > .k-link.k-state-hover
|
|
44131
|
+
.k-scrollview-nav > .k-link.k-state-hover,
|
|
44128
44132
|
.k-scrollview-nav > .k-link.k-hover {
|
|
44129
44133
|
box-shadow: $scrollview-pagebutton-shadow;
|
|
44130
44134
|
}
|
|
@@ -44945,7 +44949,7 @@ $treemap-line-height: $line-height !default;
|
|
|
44945
44949
|
.k-leaf.k-inverse {
|
|
44946
44950
|
color: $component-text;
|
|
44947
44951
|
}
|
|
44948
|
-
.k-leaf.k-state-hover
|
|
44952
|
+
.k-leaf.k-state-hover,
|
|
44949
44953
|
.k-leaf.k-hover {
|
|
44950
44954
|
box-shadow: inset 0 0 0 3px $component-border;
|
|
44951
44955
|
}
|
|
@@ -45444,7 +45448,7 @@ $orgchart-line-v-height: 25px !default;
|
|
|
45444
45448
|
.k-orgchart-node-group-container:focus,
|
|
45445
45449
|
.k-orgchart-node-group-container.k-focus,
|
|
45446
45450
|
.k-orgchart-node-group-container.k-state-focus,
|
|
45447
|
-
.k-orgchart-node-group-container.k-state-focused
|
|
45451
|
+
.k-orgchart-node-group-container.k-state-focused,
|
|
45448
45452
|
.k-orgchart-node-group-container.k-focus {
|
|
45449
45453
|
@include box-shadow( $orgchart-node-group-focus-shadow );
|
|
45450
45454
|
@include fill ( $border: $orgchart-node-group-focus-border );
|
|
@@ -45466,6 +45470,157 @@ $orgchart-line-v-height: 25px !default;
|
|
|
45466
45470
|
|
|
45467
45471
|
// #endregion
|
|
45468
45472
|
|
|
45473
|
+
// #endregion
|
|
45474
|
+
// #region @import "signature/_index.scss"; -> packages/material/scss/signature/_index.scss
|
|
45475
|
+
// #region @import "../core/_index.scss"; -> packages/material/scss/core/_index.scss
|
|
45476
|
+
// File already imported_once. Skipping output.
|
|
45477
|
+
// #endregion
|
|
45478
|
+
|
|
45479
|
+
// Dependencies
|
|
45480
|
+
// #region @import "../button/_index.scss"; -> packages/material/scss/button/_index.scss
|
|
45481
|
+
// File already imported_once. Skipping output.
|
|
45482
|
+
// #endregion
|
|
45483
|
+
// #region @import "../input/_index.scss"; -> packages/material/scss/input/_index.scss
|
|
45484
|
+
// File already imported_once. Skipping output.
|
|
45485
|
+
// #endregion
|
|
45486
|
+
|
|
45487
|
+
// Component
|
|
45488
|
+
// #region @import "_variables.scss"; -> packages/material/scss/signature/_variables.scss
|
|
45489
|
+
$kendo-signature-width: 246px !default;
|
|
45490
|
+
$kendo-signature-height: 108px !default;
|
|
45491
|
+
|
|
45492
|
+
$kendo-signature-maximized-width: 750px !default;
|
|
45493
|
+
$kendo-signature-maximized-height: 252px !default;
|
|
45494
|
+
|
|
45495
|
+
$kendo-signature-padding: map-get( $spacing, 2 ) !default;
|
|
45496
|
+
$kendo-signature-padding-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
45497
|
+
$kendo-signature-padding-md: $kendo-signature-padding !default;
|
|
45498
|
+
$kendo-signature-padding-lg: map-get( $spacing, 2 ) + map-get( $spacing, thin ) !default;
|
|
45499
|
+
|
|
45500
|
+
$kendo-signature-line-width: 1px !default;
|
|
45501
|
+
$kendo-signature-line-style: dashed !default;
|
|
45502
|
+
$kendo-signature-line-color: rgba( $info, .24 ) !default;
|
|
45503
|
+
|
|
45504
|
+
$kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding} ) !default;
|
|
45505
|
+
$kendo-signature-line-size-sm: calc( 100% - 2 * #{$kendo-signature-padding-sm} ) !default;
|
|
45506
|
+
$kendo-signature-line-size-md: calc( 100% - 2 * #{$kendo-signature-padding-md} ) !default;
|
|
45507
|
+
$kendo-signature-line-size-lg: calc( 100% - 2 * #{$kendo-signature-padding-lg} ) !default;
|
|
45508
|
+
|
|
45509
|
+
$kendo-signature-line-bottom-offset: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding} ) !default;
|
|
45510
|
+
$kendo-signature-line-bottom-offset-sm: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-sm} ) !default;
|
|
45511
|
+
$kendo-signature-line-bottom-offset-md: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-md} ) !default;
|
|
45512
|
+
$kendo-signature-line-bottom-offset-lg: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-lg} ) !default;
|
|
45513
|
+
|
|
45514
|
+
$kendo-signature-sizes: (
|
|
45515
|
+
sm: (
|
|
45516
|
+
padding: $kendo-signature-padding-sm,
|
|
45517
|
+
line-size: $kendo-signature-line-size-sm,
|
|
45518
|
+
line-offset: $kendo-signature-line-bottom-offset-sm
|
|
45519
|
+
),
|
|
45520
|
+
md: (
|
|
45521
|
+
padding: $kendo-signature-padding-md,
|
|
45522
|
+
line-size: $kendo-signature-line-size-md,
|
|
45523
|
+
line-offset: $kendo-signature-line-bottom-offset-md
|
|
45524
|
+
),
|
|
45525
|
+
lg: (
|
|
45526
|
+
padding: $kendo-signature-padding-lg,
|
|
45527
|
+
line-size: $kendo-signature-line-size-lg,
|
|
45528
|
+
line-offset: $kendo-signature-line-bottom-offset-lg
|
|
45529
|
+
)
|
|
45530
|
+
) !default;
|
|
45531
|
+
|
|
45532
|
+
$kendo-signature-actions-gap: map-get( $spacing, 1 ) !default;
|
|
45533
|
+
$kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacing, hair ) !default;
|
|
45534
|
+
|
|
45535
|
+
// #endregion
|
|
45536
|
+
// #region @import "_layout.scss"; -> packages/material/scss/signature/_layout.scss
|
|
45537
|
+
// #region @import "~@progress/kendo-theme-default/scss/signature/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/signature/_layout.scss
|
|
45538
|
+
@include exports("signature/layout") {
|
|
45539
|
+
|
|
45540
|
+
.k-signature {
|
|
45541
|
+
width: $kendo-signature-width;
|
|
45542
|
+
height: $kendo-signature-height;
|
|
45543
|
+
position: relative;
|
|
45544
|
+
box-sizing: border-box;
|
|
45545
|
+
display: flex;
|
|
45546
|
+
flex-direction: column;
|
|
45547
|
+
justify-content: space-between;
|
|
45548
|
+
|
|
45549
|
+
&.k-signature-maximized {
|
|
45550
|
+
width: $kendo-signature-maximized-width;
|
|
45551
|
+
height: $kendo-signature-maximized-height;
|
|
45552
|
+
|
|
45553
|
+
> .k-signature-line {
|
|
45554
|
+
border-bottom-width: $kendo-signature-maximized-line-width;
|
|
45555
|
+
}
|
|
45556
|
+
}
|
|
45557
|
+
}
|
|
45558
|
+
|
|
45559
|
+
.k-signature-actions {
|
|
45560
|
+
display: flex;
|
|
45561
|
+
width: min-content;
|
|
45562
|
+
margin-inline-start: auto;
|
|
45563
|
+
gap: $kendo-signature-actions-gap;
|
|
45564
|
+
z-index: 2;
|
|
45565
|
+
}
|
|
45566
|
+
|
|
45567
|
+
.k-signature-canvas {
|
|
45568
|
+
position: absolute;
|
|
45569
|
+
top: 0;
|
|
45570
|
+
left: 0;
|
|
45571
|
+
width: 100%;
|
|
45572
|
+
height: 100%;
|
|
45573
|
+
display: block;
|
|
45574
|
+
z-index: 1;
|
|
45575
|
+
}
|
|
45576
|
+
|
|
45577
|
+
.k-signature-line {
|
|
45578
|
+
position: absolute;
|
|
45579
|
+
z-index: 0;
|
|
45580
|
+
border-bottom-width: $kendo-signature-line-width;
|
|
45581
|
+
border-bottom-style: $kendo-signature-line-style;
|
|
45582
|
+
}
|
|
45583
|
+
|
|
45584
|
+
// Sizes
|
|
45585
|
+
@each $size, $size-props in $kendo-signature-sizes {
|
|
45586
|
+
$_padding: map-get($size-props, padding);
|
|
45587
|
+
$_line-size: map-get($size-props, line-size);
|
|
45588
|
+
$_line-offset: map-get($size-props, line-offset);
|
|
45589
|
+
|
|
45590
|
+
.k-signature-#{$size} {
|
|
45591
|
+
padding: $_padding;
|
|
45592
|
+
|
|
45593
|
+
.k-signature-line {
|
|
45594
|
+
width: $_line-size;
|
|
45595
|
+
bottom: $_line-offset;
|
|
45596
|
+
}
|
|
45597
|
+
}
|
|
45598
|
+
|
|
45599
|
+
}
|
|
45600
|
+
}
|
|
45601
|
+
|
|
45602
|
+
// #endregion
|
|
45603
|
+
|
|
45604
|
+
// #endregion
|
|
45605
|
+
// #region @import "_theme.scss"; -> packages/material/scss/signature/_theme.scss
|
|
45606
|
+
// #region @import "~@progress/kendo-theme-default/scss/signature/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/signature/_theme.scss
|
|
45607
|
+
@include exports("signature/theme") {
|
|
45608
|
+
|
|
45609
|
+
// Solid signature
|
|
45610
|
+
.k-signature {
|
|
45611
|
+
|
|
45612
|
+
.k-signature-line {
|
|
45613
|
+
border-bottom-color: $kendo-signature-line-color;
|
|
45614
|
+
}
|
|
45615
|
+
}
|
|
45616
|
+
|
|
45617
|
+
|
|
45618
|
+
}
|
|
45619
|
+
|
|
45620
|
+
// #endregion
|
|
45621
|
+
|
|
45622
|
+
// #endregion
|
|
45623
|
+
|
|
45469
45624
|
// #endregion
|
|
45470
45625
|
|
|
45471
45626
|
// #endregion
|