@progress/kendo-theme-default 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 +350 -364
- package/dist/all.scss +417 -268
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +7 -10
- package/scss/action-sheet/_theme.scss +3 -3
- package/scss/adaptive/_theme.scss +2 -2
- package/scss/bottom-navigation/_layout.scss +1 -1
- package/scss/bottom-navigation/_theme.scss +2 -2
- package/scss/breadcrumb/_theme.scss +5 -5
- package/scss/button/_layout.scss +17 -35
- package/scss/button/_variables.scss +34 -14
- package/scss/calendar/_layout.scss +5 -1
- package/scss/chat/_layout.scss +2 -2
- package/scss/chat/_theme.scss +2 -2
- package/scss/chip/_variables.scss +1 -1
- package/scss/colorpalette/_layout.scss +1 -1
- package/scss/dataviz/_theme.scss +1 -1
- package/scss/drawer/_theme.scss +5 -5
- package/scss/editor/_layout.scss +2 -2
- package/scss/editor/_theme.scss +3 -3
- package/scss/expansion-panel/_theme.scss +3 -3
- package/scss/filemanager/_theme.scss +1 -1
- package/scss/forms/_layout.scss +2 -1
- package/scss/gantt/_layout.scss +3 -3
- package/scss/gantt/_theme.scss +7 -7
- package/scss/grid/_layout.scss +6 -27
- package/scss/grid/_theme.scss +25 -25
- package/scss/index.scss +1 -0
- package/scss/input/_variables.scss +21 -4
- package/scss/list/_variables.scss +4 -4
- package/scss/listview/_theme.scss +2 -2
- package/scss/orgchart/_theme.scss +1 -1
- package/scss/pager/_layout.scss +3 -3
- package/scss/pager/_theme.scss +10 -10
- package/scss/panelbar/_theme.scss +14 -14
- package/scss/pivotgrid/_theme.scss +1 -1
- package/scss/progressbar/_layout.scss +11 -11
- package/scss/progressbar/_theme.scss +1 -1
- package/scss/progressbar/_variables.scss +1 -0
- package/scss/radio/_layout.scss +1 -1
- package/scss/radio/_theme.scss +3 -3
- package/scss/rating/_theme.scss +5 -5
- package/scss/scheduler/_layout.scss +4 -4
- package/scss/scheduler/_theme.scss +8 -8
- package/scss/scrollview/_theme.scss +4 -4
- package/scss/signature/_index.scss +10 -0
- package/scss/signature/_layout.scss +63 -0
- package/scss/signature/_theme.scss +12 -0
- package/scss/signature/_variables.scss +45 -0
- package/scss/slider/_layout.scss +1 -1
- package/scss/slider/_theme.scss +3 -3
- package/scss/splitter/_theme.scss +1 -1
- package/scss/spreadsheet/_layout.scss +3 -3
- package/scss/spreadsheet/_theme.scss +6 -6
- package/scss/stepper/_layout.scss +1 -1
- package/scss/stepper/_theme.scss +1 -1
- package/scss/tabstrip/_layout.scss +7 -7
- package/scss/tabstrip/_theme.scss +5 -5
- package/scss/taskboard/_theme.scss +1 -1
- package/scss/tilelayout/_theme.scss +1 -1
- package/scss/timeline/_theme.scss +2 -2
- package/scss/timeselector/_layout.scss +1 -1
- package/scss/timeselector/_theme.scss +1 -1
- package/scss/treelist/_layout.scss +1 -1
- package/scss/treeview/_variables.scss +4 -4
- package/scss/upload/_layout.scss +1 -1
- package/scss/upload/_theme.scss +2 -2
- package/scss/window/_theme.scss +1 -1
- package/scss/wizard/_layout.scss +1 -1
- package/scss/wizard/_theme.scss +2 -2
package/dist/all.scss
CHANGED
|
@@ -6036,14 +6036,14 @@ $message-box-link-text-decoration: underline !default;
|
|
|
6036
6036
|
$kendo-list-font-size: null !default;
|
|
6037
6037
|
$kendo-list-font-size-sm: $font-size-md !default;
|
|
6038
6038
|
$kendo-list-font-size-md: $font-size-md !default;
|
|
6039
|
-
$kendo-list-font-size-lg: $font-size-
|
|
6039
|
+
$kendo-list-font-size-lg: $font-size-lg !default;
|
|
6040
6040
|
|
|
6041
6041
|
/// Line height of the list component, if no size is set.
|
|
6042
6042
|
/// @group list
|
|
6043
6043
|
$kendo-list-line-height: null !default;
|
|
6044
6044
|
$kendo-list-line-height-sm: null !default;
|
|
6045
6045
|
$kendo-list-line-height-md: null !default;
|
|
6046
|
-
$kendo-list-line-height-lg:
|
|
6046
|
+
$kendo-list-line-height-lg: $line-height-lg !default;
|
|
6047
6047
|
|
|
6048
6048
|
/// Horizontal padding of list header, if no size is set.
|
|
6049
6049
|
/// @group list
|
|
@@ -6089,7 +6089,7 @@ $kendo-list-item-padding-x: null !default;
|
|
|
6089
6089
|
$kendo-list-item-padding-x-base: map-get( $spacing, 2 ) !default;
|
|
6090
6090
|
$kendo-list-item-padding-x-sm: map-get( $spacing, 2 ) !default;
|
|
6091
6091
|
$kendo-list-item-padding-x-md: map-get( $spacing, 2 ) !default;
|
|
6092
|
-
$kendo-list-item-padding-x-lg: map-get( $spacing,
|
|
6092
|
+
$kendo-list-item-padding-x-lg: map-get( $spacing, 3 ) !default;
|
|
6093
6093
|
|
|
6094
6094
|
/// Vertical padding of list items, when no size is set.
|
|
6095
6095
|
/// @group list
|
|
@@ -6097,7 +6097,7 @@ $kendo-list-item-padding-y: null !default;
|
|
|
6097
6097
|
$kendo-list-item-padding-y-base: map-get( $spacing, 1 ) !default;
|
|
6098
6098
|
$kendo-list-item-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
6099
6099
|
$kendo-list-item-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
6100
|
-
$kendo-list-item-padding-y-lg: map-get( $spacing,
|
|
6100
|
+
$kendo-list-item-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
6101
6101
|
|
|
6102
6102
|
/// Font size of list items, if no size is set.
|
|
6103
6103
|
/// @group list
|
|
@@ -7955,34 +7955,33 @@ $kendo-button-border-radius: null !default;
|
|
|
7955
7955
|
/// Horizontal padding of the button.
|
|
7956
7956
|
/// @group button
|
|
7957
7957
|
$kendo-button-padding-x: map-get( $spacing, 2 ) !default;
|
|
7958
|
-
$kendo-button-padding-x-sm: map-get( $spacing, 2 ) !default;
|
|
7959
|
-
$kendo-button-padding-x-md: map-get( $spacing, 2 ) !default;
|
|
7960
|
-
$kendo-button-padding-x-lg: map-get( $spacing, 2 ) !default;
|
|
7961
|
-
|
|
7962
7958
|
/// Vertical padding of the button.
|
|
7963
7959
|
/// @group button
|
|
7964
7960
|
$kendo-button-padding-y: map-get( $spacing, 1 ) !default;
|
|
7965
|
-
$kendo-button-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
7966
|
-
$kendo-button-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
7967
|
-
$kendo-button-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
|
|
7968
|
-
|
|
7969
7961
|
/// Font family of the button.
|
|
7970
7962
|
/// @group button
|
|
7971
7963
|
$kendo-button-font-family: $font-family !default;
|
|
7972
|
-
|
|
7973
7964
|
/// Font sizes of the button.
|
|
7974
7965
|
/// @group button
|
|
7975
7966
|
$kendo-button-font-size: $font-size-md !default;
|
|
7976
|
-
$kendo-button-font-size-sm: $font-size-md !default;
|
|
7977
|
-
$kendo-button-font-size-md: $font-size-md !default;
|
|
7978
|
-
$kendo-button-font-size-lg: $font-size-md !default;
|
|
7979
|
-
|
|
7980
7967
|
/// Line heights used along with $font-size.
|
|
7981
7968
|
/// @group button
|
|
7982
7969
|
$kendo-button-line-height: $line-height-md !default;
|
|
7970
|
+
|
|
7971
|
+
$kendo-button-padding-x-sm: map-get( $spacing, 2 ) !default;
|
|
7972
|
+
$kendo-button-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
7973
|
+
$kendo-button-font-size-sm: $font-size-md !default;
|
|
7983
7974
|
$kendo-button-line-height-sm: $line-height-md !default;
|
|
7975
|
+
|
|
7976
|
+
$kendo-button-padding-x-md: map-get( $spacing, 2 ) !default;
|
|
7977
|
+
$kendo-button-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
7978
|
+
$kendo-button-font-size-md: $font-size-md !default;
|
|
7984
7979
|
$kendo-button-line-height-md: $line-height-md !default;
|
|
7985
|
-
|
|
7980
|
+
|
|
7981
|
+
$kendo-button-padding-x-lg: map-get( $spacing, 3 ) !default;
|
|
7982
|
+
$kendo-button-padding-y-lg: map-get( $spacing, 2 );
|
|
7983
|
+
$kendo-button-font-size-lg: $font-size-lg !default;
|
|
7984
|
+
$kendo-button-line-height-lg: $line-height-lg !default;
|
|
7986
7985
|
|
|
7987
7986
|
/// Calculated height of the button.
|
|
7988
7987
|
/// @group button
|
|
@@ -7992,6 +7991,27 @@ $kendo-button-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-but
|
|
|
7992
7991
|
/// @group button
|
|
7993
7992
|
$kendo-button-inner-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} ) !default;
|
|
7994
7993
|
|
|
7994
|
+
$kendo-button-sizes: (
|
|
7995
|
+
sm: (
|
|
7996
|
+
padding-x: $kendo-button-padding-x-sm,
|
|
7997
|
+
padding-y: $kendo-button-padding-y-sm,
|
|
7998
|
+
font-size: $kendo-button-font-size-sm,
|
|
7999
|
+
line-height: $kendo-button-line-height-sm
|
|
8000
|
+
),
|
|
8001
|
+
md: (
|
|
8002
|
+
padding-x: $kendo-button-padding-x-md,
|
|
8003
|
+
padding-y: $kendo-button-padding-y-md,
|
|
8004
|
+
font-size: $kendo-button-font-size-md,
|
|
8005
|
+
line-height: $kendo-button-line-height-md
|
|
8006
|
+
),
|
|
8007
|
+
lg: (
|
|
8008
|
+
padding-x: $kendo-button-padding-x-lg,
|
|
8009
|
+
padding-y: $kendo-button-padding-y-lg,
|
|
8010
|
+
font-size: $kendo-button-font-size-lg,
|
|
8011
|
+
line-height: $kendo-button-line-height-lg
|
|
8012
|
+
)
|
|
8013
|
+
) !default;
|
|
8014
|
+
|
|
7995
8015
|
/// Theme colors map for the button.
|
|
7996
8016
|
/// @group button
|
|
7997
8017
|
$kendo-button-theme-colors: map-merge(
|
|
@@ -8216,45 +8236,27 @@ $kendo-button-transition: color .2s ease-in-out !default;
|
|
|
8216
8236
|
|
|
8217
8237
|
.k-button-text {}
|
|
8218
8238
|
|
|
8219
|
-
// Sizes
|
|
8220
|
-
.k-button-sm {
|
|
8221
|
-
padding: $kendo-button-padding-y-sm $kendo-button-padding-x-sm;
|
|
8222
|
-
font-size: $kendo-button-font-size-sm;
|
|
8223
|
-
line-height: $kendo-button-line-height-sm;
|
|
8224
|
-
}
|
|
8225
|
-
.k-button-md {
|
|
8226
|
-
padding: $kendo-button-padding-y-md $kendo-button-padding-x-md;
|
|
8227
|
-
font-size: $kendo-button-font-size-md;
|
|
8228
|
-
line-height: $kendo-button-line-height-md;
|
|
8229
|
-
}
|
|
8230
|
-
.k-button-lg {
|
|
8231
|
-
padding: $kendo-button-padding-y-lg $kendo-button-padding-x-lg;
|
|
8232
|
-
font-size: $kendo-button-font-size-lg;
|
|
8233
|
-
line-height: $kendo-button-line-height-lg;
|
|
8234
|
-
}
|
|
8235
8239
|
|
|
8236
|
-
|
|
8237
|
-
|
|
8240
|
+
// Sizes
|
|
8241
|
+
@each $size, $size-props in $kendo-button-sizes {
|
|
8242
|
+
$_padding-x: map-get( $size-props, padding-x );
|
|
8243
|
+
$_padding-y: map-get( $size-props, padding-y );
|
|
8244
|
+
$_font-size: map-get( $size-props, font-size );
|
|
8245
|
+
$_line-height: map-get( $size-props, line-height );
|
|
8238
8246
|
|
|
8239
|
-
|
|
8240
|
-
|
|
8241
|
-
|
|
8247
|
+
.k-button-#{$size} {
|
|
8248
|
+
padding: $_padding-y $_padding-x;
|
|
8249
|
+
font-size: $_font-size;
|
|
8250
|
+
line-height: $_line-height;
|
|
8242
8251
|
}
|
|
8243
|
-
}
|
|
8244
|
-
.k-icon-button.k-button-md {
|
|
8245
|
-
padding: $kendo-button-padding-y-md;
|
|
8246
8252
|
|
|
8247
|
-
|
|
8248
|
-
|
|
8249
|
-
min-height: calc( #{$kendo-button-font-size-md} * #{$kendo-button-line-height-md} );
|
|
8250
|
-
}
|
|
8251
|
-
}
|
|
8252
|
-
.k-icon-button.k-button-lg {
|
|
8253
|
-
padding: $kendo-button-padding-y-lg;
|
|
8253
|
+
.k-button-#{$size}.k-icon-button {
|
|
8254
|
+
padding: $_padding-y;
|
|
8254
8255
|
|
|
8255
|
-
|
|
8256
|
-
|
|
8257
|
-
|
|
8256
|
+
> .k-button-icon {
|
|
8257
|
+
min-width: calc( #{$_font-size} * #{$_line-height} );
|
|
8258
|
+
min-height: calc( #{$_font-size} * #{$_line-height} );
|
|
8259
|
+
}
|
|
8258
8260
|
}
|
|
8259
8261
|
}
|
|
8260
8262
|
|
|
@@ -8777,16 +8779,33 @@ $kendo-button-transition: color .2s ease-in-out !default;
|
|
|
8777
8779
|
// Component
|
|
8778
8780
|
// #region @import "_variables.scss"; -> packages/default/scss/input/_variables.scss
|
|
8779
8781
|
// Input
|
|
8782
|
+
|
|
8783
|
+
/// Default width of input components.
|
|
8784
|
+
/// @group input
|
|
8780
8785
|
$kendo-input-default-width: 100% !default;
|
|
8781
8786
|
|
|
8787
|
+
/// Border width of input components.
|
|
8788
|
+
/// @group input
|
|
8782
8789
|
$kendo-input-border-width: 1px !default;
|
|
8783
8790
|
$kendo-input-border-height: ( $kendo-input-border-width * 2 ) !default;
|
|
8791
|
+
/// Border radius of input components.
|
|
8792
|
+
/// @group input
|
|
8784
8793
|
$kendo-input-border-radius: null !default;
|
|
8785
8794
|
|
|
8795
|
+
/// Horizontal padding of input components.
|
|
8796
|
+
/// @group input
|
|
8786
8797
|
$kendo-input-padding-x: map-get( $spacing, 2 ) !default;
|
|
8798
|
+
/// Vertical padding of input components.
|
|
8799
|
+
/// @group input
|
|
8787
8800
|
$kendo-input-padding-y: map-get( $spacing, 1 ) !default;
|
|
8801
|
+
/// Font family of input components.
|
|
8802
|
+
/// @group input
|
|
8788
8803
|
$kendo-input-font-family: $font-family !default;
|
|
8804
|
+
/// Font size of input components.
|
|
8805
|
+
/// @group input
|
|
8789
8806
|
$kendo-input-font-size: $font-size-md !default;
|
|
8807
|
+
/// Line height of input components.
|
|
8808
|
+
/// @group input
|
|
8790
8809
|
$kendo-input-line-height: $line-height-md !default;
|
|
8791
8810
|
|
|
8792
8811
|
$kendo-input-padding-x-sm: map-get( $spacing, 2 ) !default;
|
|
@@ -8799,10 +8818,10 @@ $kendo-input-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
|
8799
8818
|
$kendo-input-font-size-md: $font-size-md !default;
|
|
8800
8819
|
$kendo-input-line-height-md: $line-height-md !default;
|
|
8801
8820
|
|
|
8802
|
-
$kendo-input-padding-x-lg: map-get( $spacing,
|
|
8803
|
-
$kendo-input-padding-y-lg: map-get( $spacing,
|
|
8804
|
-
$kendo-input-font-size-lg: $font-size-
|
|
8805
|
-
$kendo-input-line-height-lg: $line-height-
|
|
8821
|
+
$kendo-input-padding-x-lg: map-get( $spacing, 3 ) !default;
|
|
8822
|
+
$kendo-input-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
8823
|
+
$kendo-input-font-size-lg: $font-size-lg !default;
|
|
8824
|
+
$kendo-input-line-height-lg: $line-height-lg !default;
|
|
8806
8825
|
|
|
8807
8826
|
$kendo-input-sizes: (
|
|
8808
8827
|
sm: (
|
|
@@ -11260,7 +11279,7 @@ $kendo-avatar-theme-colors: $kendo-theme-colors !default;
|
|
|
11260
11279
|
$kendo-chip-border-width: 1px !default;
|
|
11261
11280
|
/// The spacing between the text and the icons of the chip.
|
|
11262
11281
|
/// @group chip
|
|
11263
|
-
$kendo-chip-spacing: map-get( $spacing, 1 );
|
|
11282
|
+
$kendo-chip-spacing: map-get( $spacing, 1 ) !default;
|
|
11264
11283
|
|
|
11265
11284
|
/// Horizontal padding of the chip.
|
|
11266
11285
|
/// @group chip
|
|
@@ -13862,7 +13881,8 @@ $fieldset-legend-border: null !default;
|
|
|
13862
13881
|
|
|
13863
13882
|
.k-multiselect,
|
|
13864
13883
|
.k-floating-label-container,
|
|
13865
|
-
.k-daterangepicker .k-dateinput
|
|
13884
|
+
.k-daterangepicker .k-dateinput,
|
|
13885
|
+
.k-signature {
|
|
13866
13886
|
display: inline-flex;
|
|
13867
13887
|
width: 100%;
|
|
13868
13888
|
}
|
|
@@ -14886,6 +14906,7 @@ $listbox-drop-hint-width: 1px !default;
|
|
|
14886
14906
|
// #region @import "_variables.scss"; -> packages/default/scss/progressbar/_variables.scss
|
|
14887
14907
|
// Progressbar
|
|
14888
14908
|
$progressbar-height: 22px !default;
|
|
14909
|
+
$progressbar-horizontal-width: 100% !default;
|
|
14889
14910
|
$progressbar-animation-timing: 1s linear infinite !default;
|
|
14890
14911
|
$progressbar-border-width: 0px !default;
|
|
14891
14912
|
$progressbar-font-family: $font-family !default;
|
|
@@ -14939,7 +14960,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
14939
14960
|
|
|
14940
14961
|
|
|
14941
14962
|
// Selection
|
|
14942
|
-
> .k-state-selected
|
|
14963
|
+
> .k-state-selected,
|
|
14943
14964
|
> .k-selected {
|
|
14944
14965
|
border-width: 0;
|
|
14945
14966
|
border-style: solid;
|
|
@@ -15000,7 +15021,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15000
15021
|
|
|
15001
15022
|
// Horizontal
|
|
15002
15023
|
.k-progressbar-horizontal {
|
|
15003
|
-
width:
|
|
15024
|
+
width: $progressbar-horizontal-width;
|
|
15004
15025
|
height: $progressbar-height;
|
|
15005
15026
|
grid-template-columns: 1fr;
|
|
15006
15027
|
grid-template-rows: 100%;
|
|
@@ -15010,7 +15031,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15010
15031
|
flex-direction: row;
|
|
15011
15032
|
}
|
|
15012
15033
|
|
|
15013
|
-
> .k-state-selected
|
|
15034
|
+
> .k-state-selected,
|
|
15014
15035
|
> .k-selected {
|
|
15015
15036
|
width: 0;
|
|
15016
15037
|
width: calc( var( --kendo-progressbar-progress, 0 ) * 1% ); // sass-lint:disable-line no-duplicate-properties
|
|
@@ -15037,7 +15058,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15037
15058
|
// Horizontal reverse
|
|
15038
15059
|
&.k-progressbar-reverse {
|
|
15039
15060
|
|
|
15040
|
-
> .k-state-selected
|
|
15061
|
+
> .k-state-selected,
|
|
15041
15062
|
> .k-selected {
|
|
15042
15063
|
flex-direction: row-reverse;
|
|
15043
15064
|
justify-self: flex-end;
|
|
@@ -15062,7 +15083,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15062
15083
|
writing-mode: vertical-lr;
|
|
15063
15084
|
}
|
|
15064
15085
|
|
|
15065
|
-
> .k-state-selected
|
|
15086
|
+
> .k-state-selected,
|
|
15066
15087
|
> .k-selected {
|
|
15067
15088
|
height: 0;
|
|
15068
15089
|
height: calc( var( --kendo-progressbar-progress, 0 ) * 1% ); // sass-lint:disable-line no-duplicate-properties
|
|
@@ -15092,7 +15113,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15092
15113
|
&.k-progressbar-reverse {
|
|
15093
15114
|
flex-direction: column;
|
|
15094
15115
|
|
|
15095
|
-
> .k-state-selected
|
|
15116
|
+
> .k-state-selected,
|
|
15096
15117
|
> .k-selected {
|
|
15097
15118
|
flex-direction: column;
|
|
15098
15119
|
align-self: flex-start;
|
|
@@ -15117,7 +15138,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15117
15138
|
|
|
15118
15139
|
> .k-state-selected,
|
|
15119
15140
|
> .k-selected,
|
|
15120
|
-
> .k-state-selected > .k-progress-status-wrap
|
|
15141
|
+
> .k-state-selected > .k-progress-status-wrap,
|
|
15121
15142
|
> .k-selected > .k-progress-status-wrap {
|
|
15122
15143
|
transition: width .1s ease-in-out;
|
|
15123
15144
|
}
|
|
@@ -15146,7 +15167,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15146
15167
|
display: -ms-inline-grid;
|
|
15147
15168
|
|
|
15148
15169
|
> .k-progress-status-wrap,
|
|
15149
|
-
> .k-state-selected
|
|
15170
|
+
> .k-state-selected,
|
|
15150
15171
|
> .k-selected {
|
|
15151
15172
|
-ms-grid-column: 1;
|
|
15152
15173
|
-ms-grid-row: 1;
|
|
@@ -15156,7 +15177,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15156
15177
|
-ms-grid-columns: 1fr;
|
|
15157
15178
|
-ms-grid-rows: $progressbar-height;
|
|
15158
15179
|
|
|
15159
|
-
&.k-progressbar-reverse > .k-state-selected
|
|
15180
|
+
&.k-progressbar-reverse > .k-state-selected,
|
|
15160
15181
|
&.k-progressbar-reverse > .k-selected {
|
|
15161
15182
|
-ms-grid-column-align: end;
|
|
15162
15183
|
}
|
|
@@ -15165,12 +15186,12 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15165
15186
|
-ms-grid-columns: $progressbar-height;
|
|
15166
15187
|
-ms-grid-rows: 1fr;
|
|
15167
15188
|
|
|
15168
|
-
> .k-state-selected
|
|
15189
|
+
> .k-state-selected,
|
|
15169
15190
|
> .k-selected {
|
|
15170
15191
|
-ms-grid-row-align: end;
|
|
15171
15192
|
}
|
|
15172
15193
|
|
|
15173
|
-
&.k-progressbar-reverse > .k-state-selected
|
|
15194
|
+
&.k-progressbar-reverse > .k-state-selected,
|
|
15174
15195
|
&.k-progressbar-reverse > .k-selected {
|
|
15175
15196
|
-ms-grid-row-align: start;
|
|
15176
15197
|
}
|
|
@@ -15190,7 +15211,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
15190
15211
|
.k-progressbar {
|
|
15191
15212
|
@include fill( $progressbar-text, $progressbar-bg, $progressbar-border, $progressbar-gradient );
|
|
15192
15213
|
|
|
15193
|
-
.k-state-selected
|
|
15214
|
+
.k-state-selected,
|
|
15194
15215
|
.k-selected {
|
|
15195
15216
|
@include fill( $progressbar-fill-text, $progressbar-fill-bg, $progressbar-fill-border, $progressbar-fill-gradient );
|
|
15196
15217
|
}
|
|
@@ -15557,7 +15578,7 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15557
15578
|
}
|
|
15558
15579
|
|
|
15559
15580
|
.k-radio:focus,
|
|
15560
|
-
.k-radio.k-state-focus
|
|
15581
|
+
.k-radio.k-state-focus,
|
|
15561
15582
|
.k-radio.k-focus {
|
|
15562
15583
|
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
15563
15584
|
|
|
@@ -15618,7 +15639,7 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15618
15639
|
|
|
15619
15640
|
// Hover state
|
|
15620
15641
|
.k-radio:hover,
|
|
15621
|
-
.k-radio.k-state-hover
|
|
15642
|
+
.k-radio.k-state-hover,
|
|
15622
15643
|
.k-radio.k-hover {
|
|
15623
15644
|
@include fill(
|
|
15624
15645
|
$kendo-radio-hover-text,
|
|
@@ -15630,7 +15651,7 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15630
15651
|
|
|
15631
15652
|
// Focus state
|
|
15632
15653
|
.k-radio:focus,
|
|
15633
|
-
.k-radio.k-state-focus
|
|
15654
|
+
.k-radio.k-state-focus,
|
|
15634
15655
|
.k-radio.k-focus {
|
|
15635
15656
|
@include fill( $border: $kendo-radio-focus-border );
|
|
15636
15657
|
@include box-shadow( $kendo-radio-focus-shadow );
|
|
@@ -15662,7 +15683,7 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
15662
15683
|
);
|
|
15663
15684
|
}
|
|
15664
15685
|
.k-radio:checked:focus,
|
|
15665
|
-
.k-radio.k-checked.k-state-focus
|
|
15686
|
+
.k-radio.k-checked.k-state-focus,
|
|
15666
15687
|
.k-radio.k-checked.k-focus {
|
|
15667
15688
|
@include fill( $border: $kendo-radio-focus-checked-border );
|
|
15668
15689
|
@include box-shadow( $kendo-radio-focus-checked-shadow );
|
|
@@ -15830,7 +15851,7 @@ $slider-disabled-opacity: null !default;
|
|
|
15830
15851
|
}
|
|
15831
15852
|
|
|
15832
15853
|
|
|
15833
|
-
&.k-state-disabled
|
|
15854
|
+
&.k-state-disabled,
|
|
15834
15855
|
&.k-disabled {
|
|
15835
15856
|
.k-tick,
|
|
15836
15857
|
.k-slider-track,
|
|
@@ -16284,20 +16305,20 @@ $slider-disabled-opacity: null !default;
|
|
|
16284
16305
|
}
|
|
16285
16306
|
|
|
16286
16307
|
&:focus,
|
|
16287
|
-
&.k-state-focused
|
|
16308
|
+
&.k-state-focused,
|
|
16288
16309
|
&.k-focus {
|
|
16289
16310
|
@include box-shadow( $slider-draghandle-focused-shadow );
|
|
16290
16311
|
}
|
|
16291
16312
|
}
|
|
16292
16313
|
|
|
16293
|
-
&.k-state-focused
|
|
16314
|
+
&.k-state-focused,
|
|
16294
16315
|
&.k-focus {
|
|
16295
16316
|
.k-draghandle {
|
|
16296
16317
|
@include box-shadow( $slider-draghandle-focused-shadow );
|
|
16297
16318
|
}
|
|
16298
16319
|
}
|
|
16299
16320
|
|
|
16300
|
-
&.k-state-disabled
|
|
16321
|
+
&.k-state-disabled,
|
|
16301
16322
|
&.k-disabled {
|
|
16302
16323
|
opacity: $slider-disabled-opacity;
|
|
16303
16324
|
}
|
|
@@ -16844,7 +16865,7 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
|
16844
16865
|
}
|
|
16845
16866
|
|
|
16846
16867
|
// // styles are applied to the k-link element inside
|
|
16847
|
-
// .k-state-selected
|
|
16868
|
+
// .k-state-selected,
|
|
16848
16869
|
// .k-selected {
|
|
16849
16870
|
// color: inherit;
|
|
16850
16871
|
// background: transparent;
|
|
@@ -16870,6 +16891,10 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
|
16870
16891
|
&::after {
|
|
16871
16892
|
display: none;
|
|
16872
16893
|
}
|
|
16894
|
+
|
|
16895
|
+
&:focus {
|
|
16896
|
+
outline: 0;
|
|
16897
|
+
}
|
|
16873
16898
|
}
|
|
16874
16899
|
|
|
16875
16900
|
.k-range-start {
|
|
@@ -17359,7 +17384,7 @@ $time-list-focused-bg: rgba(0, 0, 0, .04) !default;
|
|
|
17359
17384
|
display: block;
|
|
17360
17385
|
}
|
|
17361
17386
|
|
|
17362
|
-
&.k-state-focused
|
|
17387
|
+
&.k-state-focused,
|
|
17363
17388
|
&.k-focus {
|
|
17364
17389
|
&::before,
|
|
17365
17390
|
&::after {
|
|
@@ -17501,7 +17526,7 @@ $time-list-focused-bg: rgba(0, 0, 0, .04) !default;
|
|
|
17501
17526
|
color: $time-list-title-text;
|
|
17502
17527
|
}
|
|
17503
17528
|
|
|
17504
|
-
&.k-state-focused
|
|
17529
|
+
&.k-state-focused,
|
|
17505
17530
|
&.k-focus {
|
|
17506
17531
|
.k-title {
|
|
17507
17532
|
color: $time-list-title-focus-text;
|
|
@@ -17815,7 +17840,7 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
17815
17840
|
&.k-focus,
|
|
17816
17841
|
&.k-state-selected,
|
|
17817
17842
|
&.k-selected,
|
|
17818
|
-
&.k-state-selected:hover
|
|
17843
|
+
&.k-state-selected:hover,
|
|
17819
17844
|
&.k-selected:hover {
|
|
17820
17845
|
position: relative;
|
|
17821
17846
|
z-index: 100;
|
|
@@ -19089,13 +19114,13 @@ $kendo-treeview-font-family: $font-family !default;
|
|
|
19089
19114
|
$kendo-treeview-font-size: $font-size-md !default;
|
|
19090
19115
|
$kendo-treeview-font-size-sm: $font-size-md !default;
|
|
19091
19116
|
$kendo-treeview-font-size-md: $font-size-md !default;
|
|
19092
|
-
$kendo-treeview-font-size-lg: $font-size-
|
|
19117
|
+
$kendo-treeview-font-size-lg: $font-size-lg !default;
|
|
19093
19118
|
/// Line height of the treeview component.
|
|
19094
19119
|
/// @group treeview
|
|
19095
19120
|
$kendo-treeview-line-height: $line-height-md !default;
|
|
19096
19121
|
$kendo-treeview-line-height-sm: $line-height-md !default;
|
|
19097
19122
|
$kendo-treeview-line-height-md: $line-height-md !default;
|
|
19098
|
-
$kendo-treeview-line-height-lg: $line-height-
|
|
19123
|
+
$kendo-treeview-line-height-lg: $line-height-lg !default;
|
|
19099
19124
|
/// Indentation of child groups in treeview component.
|
|
19100
19125
|
/// @group treeview
|
|
19101
19126
|
$kendo-treeview-indent: 16px !default;
|
|
@@ -19105,13 +19130,13 @@ $kendo-treeview-indent: 16px !default;
|
|
|
19105
19130
|
$kendo-treeview-item-padding-x: map-get( $spacing, 2 ) !default;
|
|
19106
19131
|
$kendo-treeview-item-padding-x-sm: map-get( $spacing, 2 ) !default;
|
|
19107
19132
|
$kendo-treeview-item-padding-x-md: map-get( $spacing, 2 ) !default;
|
|
19108
|
-
$kendo-treeview-item-padding-x-lg: map-get( $spacing,
|
|
19133
|
+
$kendo-treeview-item-padding-x-lg: map-get( $spacing, 3 ) !default;
|
|
19109
19134
|
/// Vertical padding of treeview items.
|
|
19110
19135
|
/// @group treeview
|
|
19111
19136
|
$kendo-treeview-item-padding-y: map-get( $spacing, 1 ) !default;
|
|
19112
19137
|
$kendo-treeview-item-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
19113
19138
|
$kendo-treeview-item-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
19114
|
-
$kendo-treeview-item-padding-y-lg: map-get( $spacing,
|
|
19139
|
+
$kendo-treeview-item-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
19115
19140
|
/// Border width of treeview items.
|
|
19116
19141
|
/// @group treeview
|
|
19117
19142
|
$kendo-treeview-item-border-width: 0px !default;
|
|
@@ -19728,7 +19753,7 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19728
19753
|
color: $component-text;
|
|
19729
19754
|
|
|
19730
19755
|
&:focus,
|
|
19731
|
-
&.k-state-focused
|
|
19756
|
+
&.k-state-focused,
|
|
19732
19757
|
&.k-focus {
|
|
19733
19758
|
|
|
19734
19759
|
.k-rating-item {
|
|
@@ -19736,7 +19761,7 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19736
19761
|
text-shadow: $rating-icon-focused-shadow;
|
|
19737
19762
|
}
|
|
19738
19763
|
|
|
19739
|
-
&.k-state-selected > .k-icon
|
|
19764
|
+
&.k-state-selected > .k-icon,
|
|
19740
19765
|
&.k-selected > .k-icon {
|
|
19741
19766
|
text-shadow: $rating-icon-focused-selected-shadow;
|
|
19742
19767
|
}
|
|
@@ -19747,19 +19772,19 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
19747
19772
|
.k-rating-item {
|
|
19748
19773
|
color: $rating-icon-text;
|
|
19749
19774
|
|
|
19750
|
-
&.k-state-selected
|
|
19775
|
+
&.k-state-selected,
|
|
19751
19776
|
&.k-selected {
|
|
19752
19777
|
color: $rating-icon-selected-text;
|
|
19753
19778
|
|
|
19754
19779
|
&:focus,
|
|
19755
|
-
&.k-state-focused
|
|
19780
|
+
&.k-state-focused,
|
|
19756
19781
|
&.k-focus {
|
|
19757
19782
|
color: $rating-icon-focused-text;
|
|
19758
19783
|
}
|
|
19759
19784
|
}
|
|
19760
19785
|
|
|
19761
19786
|
&:hover,
|
|
19762
|
-
&.k-state-hover
|
|
19787
|
+
&.k-state-hover,
|
|
19763
19788
|
&.k-hover {
|
|
19764
19789
|
color: $rating-icon-hover-text;
|
|
19765
19790
|
cursor: pointer;
|
|
@@ -20970,7 +20995,7 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
20970
20995
|
z-index: 1;
|
|
20971
20996
|
}
|
|
20972
20997
|
input[disabled],
|
|
20973
|
-
input.k-state-disabled
|
|
20998
|
+
input.k-state-disabled,
|
|
20974
20999
|
input.k-disabled {
|
|
20975
21000
|
visibility: hidden;
|
|
20976
21001
|
}
|
|
@@ -21015,12 +21040,12 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
21015
21040
|
|
|
21016
21041
|
.k-file {
|
|
21017
21042
|
|
|
21018
|
-
&.k-state-focused
|
|
21043
|
+
&.k-state-focused,
|
|
21019
21044
|
&.k-focus {
|
|
21020
21045
|
box-shadow: inset $upload-focused-shadow;
|
|
21021
21046
|
}
|
|
21022
21047
|
|
|
21023
|
-
.k-upload-action.k-state-focused
|
|
21048
|
+
.k-upload-action.k-state-focused,
|
|
21024
21049
|
.k-upload-action.k-focus {
|
|
21025
21050
|
box-shadow: $upload-focused-shadow;
|
|
21026
21051
|
}
|
|
@@ -22065,7 +22090,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22065
22090
|
|
|
22066
22091
|
// Hover state
|
|
22067
22092
|
&:hover,
|
|
22068
|
-
&.k-state-hover
|
|
22093
|
+
&.k-state-hover,
|
|
22069
22094
|
&.k-hover {
|
|
22070
22095
|
@include fill(
|
|
22071
22096
|
$actionsheet-item-hover-text,
|
|
@@ -22079,7 +22104,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22079
22104
|
|
|
22080
22105
|
// Focus state
|
|
22081
22106
|
&:focus,
|
|
22082
|
-
&.k-state-focus
|
|
22107
|
+
&.k-state-focus,
|
|
22083
22108
|
&.k-focus {
|
|
22084
22109
|
@include fill(
|
|
22085
22110
|
$actionsheet-item-focus-text,
|
|
@@ -22093,7 +22118,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22093
22118
|
|
|
22094
22119
|
// Disabed state
|
|
22095
22120
|
&:disabled,
|
|
22096
|
-
&.k-state-disabled
|
|
22121
|
+
&.k-state-disabled,
|
|
22097
22122
|
&.k-disabled {
|
|
22098
22123
|
@include fill(
|
|
22099
22124
|
$actionsheet-item-disabled-text,
|
|
@@ -22332,7 +22357,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
22332
22357
|
|
|
22333
22358
|
.k-window {
|
|
22334
22359
|
&:focus,
|
|
22335
|
-
&.k-state-focused
|
|
22360
|
+
&.k-state-focused,
|
|
22336
22361
|
&.k-focus {
|
|
22337
22362
|
@include box-shadow( $window-focused-shadow );
|
|
22338
22363
|
}
|
|
@@ -22809,33 +22834,33 @@ $drawer-selected-hover-text: $selected-hover-text !default;
|
|
|
22809
22834
|
.k-drawer-item {
|
|
22810
22835
|
|
|
22811
22836
|
&:hover,
|
|
22812
|
-
&.k-state-hover
|
|
22837
|
+
&.k-state-hover,
|
|
22813
22838
|
&.k-hover {
|
|
22814
22839
|
color: $drawer-hovered-text;
|
|
22815
22840
|
background-color: $drawer-hovered-bg;
|
|
22816
22841
|
}
|
|
22817
22842
|
|
|
22818
22843
|
&:focus,
|
|
22819
|
-
&.k-state-focused
|
|
22844
|
+
&.k-state-focused,
|
|
22820
22845
|
&.k-focus {
|
|
22821
22846
|
background-color: $drawer-focused-bg;
|
|
22822
22847
|
box-shadow: $drawer-focused-shadow;
|
|
22823
22848
|
|
|
22824
22849
|
&:hover,
|
|
22825
|
-
&.k-state-hover
|
|
22850
|
+
&.k-state-hover,
|
|
22826
22851
|
&.k-hover {
|
|
22827
22852
|
color: $drawer-hovered-text;
|
|
22828
22853
|
background-color: $drawer-hovered-bg;
|
|
22829
22854
|
}
|
|
22830
22855
|
}
|
|
22831
22856
|
|
|
22832
|
-
&.k-state-selected
|
|
22857
|
+
&.k-state-selected,
|
|
22833
22858
|
&.k-selected {
|
|
22834
22859
|
color: $drawer-selected-text;
|
|
22835
22860
|
background-color: $drawer-selected-bg;
|
|
22836
22861
|
|
|
22837
22862
|
&:hover,
|
|
22838
|
-
&.k-state-hover
|
|
22863
|
+
&.k-state-hover,
|
|
22839
22864
|
&.k-hover {
|
|
22840
22865
|
color: $drawer-selected-hover-text;
|
|
22841
22866
|
background-color: $drawer-selected-hover-bg;
|
|
@@ -24069,7 +24094,7 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
24069
24094
|
outline: 0;
|
|
24070
24095
|
}
|
|
24071
24096
|
}
|
|
24072
|
-
.k-bottom-nav-item.k-state-disabled
|
|
24097
|
+
.k-bottom-nav-item.k-state-disabled,
|
|
24073
24098
|
.k-bottom-nav-item.k-disabled {
|
|
24074
24099
|
background-color: initial;
|
|
24075
24100
|
}
|
|
@@ -24121,7 +24146,7 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
24121
24146
|
@include fill( $bg: rgba(true-mix( $color, contrast-wcag( $color ), 35%), .2));
|
|
24122
24147
|
}
|
|
24123
24148
|
|
|
24124
|
-
.k-bottom-nav-item.k-state-selected
|
|
24149
|
+
.k-bottom-nav-item.k-state-selected,
|
|
24125
24150
|
.k-bottom-nav-item.k-selected {
|
|
24126
24151
|
@include fill( $color: contrast-wcag( $color ) );
|
|
24127
24152
|
}
|
|
@@ -24145,7 +24170,7 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
24145
24170
|
}
|
|
24146
24171
|
|
|
24147
24172
|
@each $name, $color in $kendo-theme-colors {
|
|
24148
|
-
&.k-bottom-nav-#{$name} .k-bottom-nav-item.k-state-selected
|
|
24173
|
+
&.k-bottom-nav-#{$name} .k-bottom-nav-item.k-state-selected,
|
|
24149
24174
|
&.k-bottom-nav-#{$name} .k-bottom-nav-item.k-selected {
|
|
24150
24175
|
@if $name == "secondary" or $name == "light" {
|
|
24151
24176
|
@include fill( $color: try-shade($color, 3) );
|
|
@@ -24400,7 +24425,7 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24400
24425
|
);
|
|
24401
24426
|
|
|
24402
24427
|
&:focus,
|
|
24403
|
-
&.k-state-focused
|
|
24428
|
+
&.k-state-focused,
|
|
24404
24429
|
&.k-focus {
|
|
24405
24430
|
@include box-shadow( $breadcrumb-focused-shadow );
|
|
24406
24431
|
}
|
|
@@ -24417,7 +24442,7 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24417
24442
|
|
|
24418
24443
|
// Hovered state
|
|
24419
24444
|
&:hover,
|
|
24420
|
-
&.k-state-hover
|
|
24445
|
+
&.k-state-hover,
|
|
24421
24446
|
&.k-hover {
|
|
24422
24447
|
@include fill(
|
|
24423
24448
|
$breadcrumb-link-hovered-text,
|
|
@@ -24428,7 +24453,7 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24428
24453
|
|
|
24429
24454
|
// Focused state
|
|
24430
24455
|
&:focus,
|
|
24431
|
-
&.k-state-focused
|
|
24456
|
+
&.k-state-focused,
|
|
24432
24457
|
&.k-focus {
|
|
24433
24458
|
@include fill(
|
|
24434
24459
|
$breadcrumb-link-focused-text,
|
|
@@ -24450,7 +24475,7 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24450
24475
|
|
|
24451
24476
|
// Hovered state
|
|
24452
24477
|
&:hover,
|
|
24453
|
-
&.k-state-hover
|
|
24478
|
+
&.k-state-hover,
|
|
24454
24479
|
&.k-hover {
|
|
24455
24480
|
@include fill(
|
|
24456
24481
|
$breadcrumb-root-link-hovered-text,
|
|
@@ -24461,7 +24486,7 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
24461
24486
|
|
|
24462
24487
|
// Focused state
|
|
24463
24488
|
&:focus,
|
|
24464
|
-
&.k-state-focused
|
|
24489
|
+
&.k-state-focused,
|
|
24465
24490
|
&.k-focus {
|
|
24466
24491
|
@include fill(
|
|
24467
24492
|
$breadcrumb-root-link-focused-text,
|
|
@@ -24607,7 +24632,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24607
24632
|
|
|
24608
24633
|
// Focused state
|
|
24609
24634
|
&:focus,
|
|
24610
|
-
&.k-state-focus
|
|
24635
|
+
&.k-state-focus,
|
|
24611
24636
|
&.k-focus {
|
|
24612
24637
|
z-index: 3;
|
|
24613
24638
|
}
|
|
@@ -24657,7 +24682,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24657
24682
|
&:hover {
|
|
24658
24683
|
z-index: 2;
|
|
24659
24684
|
}
|
|
24660
|
-
&.k-state-disabled
|
|
24685
|
+
&.k-state-disabled,
|
|
24661
24686
|
&.k-disabled {
|
|
24662
24687
|
color: inherit;
|
|
24663
24688
|
}
|
|
@@ -24707,7 +24732,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24707
24732
|
}
|
|
24708
24733
|
|
|
24709
24734
|
// Selected state
|
|
24710
|
-
.k-state-selected
|
|
24735
|
+
.k-state-selected,
|
|
24711
24736
|
.k-selected {
|
|
24712
24737
|
cursor: inherit;
|
|
24713
24738
|
z-index: 2;
|
|
@@ -24853,7 +24878,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24853
24878
|
&:focus,
|
|
24854
24879
|
&.k-focus,
|
|
24855
24880
|
&.k-state-focus,
|
|
24856
|
-
&.k-state-focused
|
|
24881
|
+
&.k-state-focused,
|
|
24857
24882
|
&.k-focus {
|
|
24858
24883
|
@include fill( $bg: $pager-focus-bg );
|
|
24859
24884
|
@include box-shadow( $pager-focus-shadow );
|
|
@@ -24869,7 +24894,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24869
24894
|
);
|
|
24870
24895
|
|
|
24871
24896
|
&:hover,
|
|
24872
|
-
&.k-state-hover
|
|
24897
|
+
&.k-state-hover,
|
|
24873
24898
|
&.k-hover {
|
|
24874
24899
|
@include fill(
|
|
24875
24900
|
$pager-item-hover-text,
|
|
@@ -24878,7 +24903,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24878
24903
|
);
|
|
24879
24904
|
}
|
|
24880
24905
|
|
|
24881
|
-
&.k-state-selected
|
|
24906
|
+
&.k-state-selected,
|
|
24882
24907
|
&.k-selected {
|
|
24883
24908
|
@include fill(
|
|
24884
24909
|
$pager-item-selected-text,
|
|
@@ -24888,7 +24913,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24888
24913
|
}
|
|
24889
24914
|
|
|
24890
24915
|
&:focus,
|
|
24891
|
-
&.k-state-focus
|
|
24916
|
+
&.k-state-focus,
|
|
24892
24917
|
&.k-focus {
|
|
24893
24918
|
background-color: $pager-item-focus-bg;
|
|
24894
24919
|
@include box-shadow( $pager-item-focus-shadow );
|
|
@@ -24912,7 +24937,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24912
24937
|
);
|
|
24913
24938
|
|
|
24914
24939
|
&:hover,
|
|
24915
|
-
&.k-state-hover
|
|
24940
|
+
&.k-state-hover,
|
|
24916
24941
|
&.k-hover {
|
|
24917
24942
|
@include fill(
|
|
24918
24943
|
$pager-number-hover-text,
|
|
@@ -24922,13 +24947,13 @@ $pager-dropdown-width: 5em !default;
|
|
|
24922
24947
|
}
|
|
24923
24948
|
|
|
24924
24949
|
&:focus,
|
|
24925
|
-
&.k-state-focus
|
|
24950
|
+
&.k-state-focus,
|
|
24926
24951
|
&.k-focus {
|
|
24927
24952
|
background-color: $pager-number-focus-bg;
|
|
24928
24953
|
@include box-shadow( $pager-number-focus-shadow );
|
|
24929
24954
|
}
|
|
24930
24955
|
|
|
24931
|
-
&.k-state-selected
|
|
24956
|
+
&.k-state-selected,
|
|
24932
24957
|
&.k-selected {
|
|
24933
24958
|
@include fill(
|
|
24934
24959
|
$pager-number-selected-text,
|
|
@@ -24961,7 +24986,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24961
24986
|
);
|
|
24962
24987
|
|
|
24963
24988
|
&:hover,
|
|
24964
|
-
&.k-state-hover
|
|
24989
|
+
&.k-state-hover,
|
|
24965
24990
|
&.k-hover {
|
|
24966
24991
|
@include fill(
|
|
24967
24992
|
$dropdownlist-hovered-text,
|
|
@@ -24982,7 +25007,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24982
25007
|
.k-link {
|
|
24983
25008
|
|
|
24984
25009
|
&:hover,
|
|
24985
|
-
&.k-state-hover
|
|
25010
|
+
&.k-state-hover,
|
|
24986
25011
|
&.k-hover {
|
|
24987
25012
|
@include fill(
|
|
24988
25013
|
$kendo-list-item-hover-text,
|
|
@@ -24990,7 +25015,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
24990
25015
|
);
|
|
24991
25016
|
}
|
|
24992
25017
|
|
|
24993
|
-
&.k-state-selected
|
|
25018
|
+
&.k-state-selected,
|
|
24994
25019
|
&.k-selected {
|
|
24995
25020
|
@include fill(
|
|
24996
25021
|
$kendo-list-item-selected-text,
|
|
@@ -25258,7 +25283,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25258
25283
|
opacity: $stepper-optional-label-opacity;
|
|
25259
25284
|
}
|
|
25260
25285
|
.k-step-disabled .k-step-label-optional,
|
|
25261
|
-
&.k-state-disabled .k-step-label-optional
|
|
25286
|
+
&.k-state-disabled .k-step-label-optional,
|
|
25262
25287
|
&.k-disabled .k-step-label-optional {
|
|
25263
25288
|
color: inherit;
|
|
25264
25289
|
}
|
|
@@ -25573,7 +25598,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25573
25598
|
$bg: $stepper-progressbar-bg
|
|
25574
25599
|
);
|
|
25575
25600
|
|
|
25576
|
-
.k-state-selected
|
|
25601
|
+
.k-state-selected,
|
|
25577
25602
|
.k-selected {
|
|
25578
25603
|
@include fill(
|
|
25579
25604
|
$color: $stepper-progressbar-fill-text,
|
|
@@ -25821,13 +25846,13 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
25821
25846
|
position: relative;
|
|
25822
25847
|
z-index: 1;
|
|
25823
25848
|
|
|
25824
|
-
&.k-state-active
|
|
25849
|
+
&.k-state-active,
|
|
25825
25850
|
&.k-active {
|
|
25826
25851
|
display: block;
|
|
25827
25852
|
}
|
|
25828
25853
|
|
|
25829
25854
|
&:focus,
|
|
25830
|
-
&.k-state-focused
|
|
25855
|
+
&.k-state-focused,
|
|
25831
25856
|
&.k-focus {
|
|
25832
25857
|
outline-width: 1px;
|
|
25833
25858
|
outline-style: dotted;
|
|
@@ -25916,7 +25941,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
25916
25941
|
margin-left: $tabstrip-item-gap;
|
|
25917
25942
|
}
|
|
25918
25943
|
|
|
25919
|
-
.k-item.k-state-active
|
|
25944
|
+
.k-item.k-state-active,
|
|
25920
25945
|
.k-item.k-active {
|
|
25921
25946
|
border-bottom-color: transparent;
|
|
25922
25947
|
}
|
|
@@ -25946,7 +25971,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
25946
25971
|
margin-left: $tabstrip-item-gap;
|
|
25947
25972
|
}
|
|
25948
25973
|
|
|
25949
|
-
.k-item.k-state-active
|
|
25974
|
+
.k-item.k-state-active,
|
|
25950
25975
|
.k-item.k-active {
|
|
25951
25976
|
border-top-color: transparent;
|
|
25952
25977
|
}
|
|
@@ -25980,7 +26005,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
25980
26005
|
margin-top: $tabstrip-item-gap;
|
|
25981
26006
|
}
|
|
25982
26007
|
|
|
25983
|
-
.k-item.k-state-active
|
|
26008
|
+
.k-item.k-state-active,
|
|
25984
26009
|
.k-item.k-active {
|
|
25985
26010
|
border-right-color: transparent;
|
|
25986
26011
|
}
|
|
@@ -26016,7 +26041,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26016
26041
|
margin-top: $tabstrip-item-gap;
|
|
26017
26042
|
}
|
|
26018
26043
|
|
|
26019
|
-
.k-item.k-state-active
|
|
26044
|
+
.k-item.k-state-active,
|
|
26020
26045
|
.k-item.k-active {
|
|
26021
26046
|
border-left-color: transparent;
|
|
26022
26047
|
}
|
|
@@ -26062,7 +26087,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26062
26087
|
border-left-width: $tabstrip-indicator-size;
|
|
26063
26088
|
}
|
|
26064
26089
|
}
|
|
26065
|
-
.k-item.k-state-active::after
|
|
26090
|
+
.k-item.k-state-active::after,
|
|
26066
26091
|
.k-item.k-active::after {
|
|
26067
26092
|
display: block;
|
|
26068
26093
|
}
|
|
@@ -26133,7 +26158,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26133
26158
|
);
|
|
26134
26159
|
|
|
26135
26160
|
&:hover,
|
|
26136
|
-
&.k-state-hover
|
|
26161
|
+
&.k-state-hover,
|
|
26137
26162
|
&.k-hover {
|
|
26138
26163
|
@include fill(
|
|
26139
26164
|
$tabstrip-item-hovered-text,
|
|
@@ -26146,7 +26171,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26146
26171
|
&:active,
|
|
26147
26172
|
&.k-state-active,
|
|
26148
26173
|
&.k-active,
|
|
26149
|
-
&.k-state-selected
|
|
26174
|
+
&.k-state-selected,
|
|
26150
26175
|
&.k-selected {
|
|
26151
26176
|
@include fill(
|
|
26152
26177
|
$tabstrip-item-selected-text,
|
|
@@ -26157,7 +26182,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26157
26182
|
}
|
|
26158
26183
|
|
|
26159
26184
|
&:focus,
|
|
26160
|
-
&.k-state-focused
|
|
26185
|
+
&.k-state-focused,
|
|
26161
26186
|
&.k-focus {
|
|
26162
26187
|
@include box-shadow( $tabstrip-item-focused-shadow );
|
|
26163
26188
|
}
|
|
@@ -26180,7 +26205,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26180
26205
|
);
|
|
26181
26206
|
|
|
26182
26207
|
&:focus,
|
|
26183
|
-
&.k-state-focused
|
|
26208
|
+
&.k-state-focused,
|
|
26184
26209
|
&.k-focus {
|
|
26185
26210
|
outline-color: $tabstrip-content-border-focused;
|
|
26186
26211
|
}
|
|
@@ -26191,7 +26216,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26191
26216
|
@if ($tabstrip-indicator-size) {
|
|
26192
26217
|
|
|
26193
26218
|
.k-tabstrip-items-wrapper {
|
|
26194
|
-
.k-item.k-state-active::after
|
|
26219
|
+
.k-item.k-state-active::after,
|
|
26195
26220
|
.k-item.k-active::after {
|
|
26196
26221
|
border-color: $tabstrip-indicator-color;
|
|
26197
26222
|
}
|
|
@@ -26282,7 +26307,7 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
26282
26307
|
justify-content: space-between;
|
|
26283
26308
|
|
|
26284
26309
|
&:focus,
|
|
26285
|
-
&.k-state-focused
|
|
26310
|
+
&.k-state-focused,
|
|
26286
26311
|
&.k-focus {
|
|
26287
26312
|
outline-width: 1px;
|
|
26288
26313
|
outline-style: dotted;
|
|
@@ -26376,13 +26401,13 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
26376
26401
|
@include exports("wizard/theme") {
|
|
26377
26402
|
.k-wizard-step {
|
|
26378
26403
|
&:focus,
|
|
26379
|
-
&.k-state-focused
|
|
26404
|
+
&.k-state-focused,
|
|
26380
26405
|
&.k-focus {
|
|
26381
26406
|
outline-color: $wizard-step-border-focused;
|
|
26382
26407
|
}
|
|
26383
26408
|
|
|
26384
26409
|
.k-ie &:focus,
|
|
26385
|
-
.k-ie &.k-state-focused
|
|
26410
|
+
.k-ie &.k-state-focused,
|
|
26386
26411
|
.k-ie &.k-focus {
|
|
26387
26412
|
@include box-shadow($wizard-focused-shadow);
|
|
26388
26413
|
outline: none;
|
|
@@ -26547,7 +26572,7 @@ $expander-content-padding-y: $padding-y * 4 !default;
|
|
|
26547
26572
|
$expander-border
|
|
26548
26573
|
);
|
|
26549
26574
|
|
|
26550
|
-
&.k-state-focus
|
|
26575
|
+
&.k-state-focus,
|
|
26551
26576
|
&.k-focus {
|
|
26552
26577
|
box-shadow: $expander-focus-shadow;
|
|
26553
26578
|
}
|
|
@@ -26562,13 +26587,13 @@ $expander-content-padding-y: $padding-y * 4 !default;
|
|
|
26562
26587
|
outline: none;
|
|
26563
26588
|
|
|
26564
26589
|
&:hover,
|
|
26565
|
-
&.k-state-hover
|
|
26590
|
+
&.k-state-hover,
|
|
26566
26591
|
&.k-hover {
|
|
26567
26592
|
background-color: $expander-header-hover-bg;
|
|
26568
26593
|
}
|
|
26569
26594
|
|
|
26570
26595
|
// Should be removed
|
|
26571
|
-
&.k-state-focused
|
|
26596
|
+
&.k-state-focused,
|
|
26572
26597
|
&.k-focus {
|
|
26573
26598
|
background-color: $expander-header-focused-bg;
|
|
26574
26599
|
box-shadow: $expander-header-focused-shadow;
|
|
@@ -26935,7 +26960,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
26935
26960
|
|
|
26936
26961
|
// Hover
|
|
26937
26962
|
> .k-link:hover,
|
|
26938
|
-
> .k-link.k-state-hover
|
|
26963
|
+
> .k-link.k-state-hover,
|
|
26939
26964
|
> .k-link.k-hover {
|
|
26940
26965
|
@include fill(
|
|
26941
26966
|
$panelbar-header-hovered-text,
|
|
@@ -26949,7 +26974,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
26949
26974
|
> .k-link:focus,
|
|
26950
26975
|
> .k-link.k-state-focus,
|
|
26951
26976
|
> .k-link.k-focus,
|
|
26952
|
-
> .k-link.k-state-focused
|
|
26977
|
+
> .k-link.k-state-focused,
|
|
26953
26978
|
> .k-link.k-focus {
|
|
26954
26979
|
@include fill(
|
|
26955
26980
|
$panelbar-header-focused-text,
|
|
@@ -26962,7 +26987,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
26962
26987
|
|
|
26963
26988
|
// Focus & Hover
|
|
26964
26989
|
> .k-link:focus:hover,
|
|
26965
|
-
> .k-link.k-state-focus.k-state-hover
|
|
26990
|
+
> .k-link.k-state-focus.k-state-hover,
|
|
26966
26991
|
> .k-link.k-focus.k-hover {
|
|
26967
26992
|
@include fill(
|
|
26968
26993
|
$panelbar-header-hovered-focused-text,
|
|
@@ -26973,7 +26998,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
26973
26998
|
}
|
|
26974
26999
|
|
|
26975
27000
|
// Selected
|
|
26976
|
-
> .k-link.k-state-selected
|
|
27001
|
+
> .k-link.k-state-selected,
|
|
26977
27002
|
> .k-link.k-selected {
|
|
26978
27003
|
@include fill(
|
|
26979
27004
|
$panelbar-header-selected-text,
|
|
@@ -26991,7 +27016,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
26991
27016
|
// Selected Hover
|
|
26992
27017
|
> .k-link.k-state-selected:hover,
|
|
26993
27018
|
> .k-link.k-selected:hover,
|
|
26994
|
-
> .k-link.k-state-selected.k-state-hover
|
|
27019
|
+
> .k-link.k-state-selected.k-state-hover,
|
|
26995
27020
|
> .k-link.k-selected.k-hover {
|
|
26996
27021
|
@include fill(
|
|
26997
27022
|
$panelbar-header-selected-hovered-text,
|
|
@@ -27006,7 +27031,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27006
27031
|
> .k-link.k-selected:focus,
|
|
27007
27032
|
> .k-link.k-state-selected.k-state-focus,
|
|
27008
27033
|
> .k-link.k-selected.k-focus,
|
|
27009
|
-
> .k-link.k-state-selected.k-state-focused
|
|
27034
|
+
> .k-link.k-state-selected.k-state-focused,
|
|
27010
27035
|
> .k-link.k-selected.k-focused {
|
|
27011
27036
|
@include fill(
|
|
27012
27037
|
$panelbar-header-selected-focused-text,
|
|
@@ -27021,7 +27046,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27021
27046
|
> .k-link.k-selected:hover:focus,
|
|
27022
27047
|
> .k-link.k-state-selected.k-state-hover.k-state-focus,
|
|
27023
27048
|
> .k-link.k-selected.k-hover.k-state-focus,
|
|
27024
|
-
> .k-link.k-state-selected.k-state-hover.k-state-focused
|
|
27049
|
+
> .k-link.k-state-selected.k-state-hover.k-state-focused,
|
|
27025
27050
|
> .k-link.k-selected.k-hover.k-state-focused {
|
|
27026
27051
|
@include fill(
|
|
27027
27052
|
$panelbar-header-selected-hovered-focused-text,
|
|
@@ -27042,7 +27067,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27042
27067
|
> .k-item > .k-link.k-state-hover,
|
|
27043
27068
|
> .k-item > .k-link.k-hover,
|
|
27044
27069
|
> .k-panelbar-item > .k-link:hover,
|
|
27045
|
-
> .k-panelbar-item > .k-link.k-state-hover
|
|
27070
|
+
> .k-panelbar-item > .k-link.k-state-hover,
|
|
27046
27071
|
> .k-panelbar-item > .k-link.k-hover {
|
|
27047
27072
|
@include fill(
|
|
27048
27073
|
$panelbar-item-hovered-text,
|
|
@@ -27061,7 +27086,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27061
27086
|
> .k-panelbar-item > .k-link:focus,
|
|
27062
27087
|
> .k-panelbar-item > .k-link.k-state-focus,
|
|
27063
27088
|
> .k-panelbar-item > .k-link.k-focus,
|
|
27064
|
-
> .k-panelbar-item > .k-link.k-state-focused
|
|
27089
|
+
> .k-panelbar-item > .k-link.k-state-focused,
|
|
27065
27090
|
> .k-panelbar-item > .k-link.k-focus {
|
|
27066
27091
|
@include fill(
|
|
27067
27092
|
$panelbar-item-focused-text,
|
|
@@ -27077,7 +27102,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27077
27102
|
> .k-item > .k-link.k-state-focus.k-state-hover,
|
|
27078
27103
|
> .k-item > .k-link.k-focus.k-hover,
|
|
27079
27104
|
> .k-panelbar-item > .k-link:focus:hover,
|
|
27080
|
-
> .k-panelbar-item > .k-link.k-state-focus.k-state-hover
|
|
27105
|
+
> .k-panelbar-item > .k-link.k-state-focus.k-state-hover,
|
|
27081
27106
|
> .k-panelbar-item > .k-link.k-focus.k-hover {
|
|
27082
27107
|
@include fill(
|
|
27083
27108
|
$panelbar-item-hovered-focused-text,
|
|
@@ -27090,7 +27115,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27090
27115
|
// Selected
|
|
27091
27116
|
> .k-item > .k-link.k-state-selected,
|
|
27092
27117
|
> .k-item > .k-link.k-selected,
|
|
27093
|
-
> .k-panelbar-item > .k-link.k-state-selected
|
|
27118
|
+
> .k-panelbar-item > .k-link.k-state-selected,
|
|
27094
27119
|
> .k-panelbar-item > .k-link.k-selected {
|
|
27095
27120
|
@include fill(
|
|
27096
27121
|
$panelbar-item-selected-text,
|
|
@@ -27107,7 +27132,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27107
27132
|
> .k-item > .k-link.k-selected.k-hover,
|
|
27108
27133
|
> .k-panelbar-item > .k-link.k-state-selected:hover,
|
|
27109
27134
|
> .k-panelbar-item > .k-link.k-selected:hover,
|
|
27110
|
-
> .k-panelbar-item > .k-link.k-state-selected.k-state-hover
|
|
27135
|
+
> .k-panelbar-item > .k-link.k-state-selected.k-state-hover,
|
|
27111
27136
|
> .k-panelbar-item > .k-link.k-selected.k-hover {
|
|
27112
27137
|
@include fill(
|
|
27113
27138
|
$panelbar-item-selected-hovered-text,
|
|
@@ -27128,7 +27153,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27128
27153
|
> .k-panelbar-item > .k-link.k-selected:focus,
|
|
27129
27154
|
> .k-panelbar-item > .k-link.k-state-selected.k-state-focus,
|
|
27130
27155
|
> .k-panelbar-item > .k-link.k-selected.k-focus,
|
|
27131
|
-
> .k-item > .k-link.k-state-selected.k-state-focused
|
|
27156
|
+
> .k-item > .k-link.k-state-selected.k-state-focused,
|
|
27132
27157
|
> .k-item > .k-link.k-selected.k-focused {
|
|
27133
27158
|
@include fill(
|
|
27134
27159
|
$panelbar-item-selected-focused-text,
|
|
@@ -27149,7 +27174,7 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27149
27174
|
> .k-panelbar-item > .k-link.k-selected:focus:hover,
|
|
27150
27175
|
> .k-panelbar-item > .k-link.k-state-selected.k-state-focus.k-state-hover,
|
|
27151
27176
|
> .k-panelbar-item > .k-link.k-selected.k-focus.k-state-hover,
|
|
27152
|
-
> .k-item > .k-link.k-state-selected.k-state-focused.k-state-hover
|
|
27177
|
+
> .k-item > .k-link.k-state-selected.k-state-focused.k-state-hover,
|
|
27153
27178
|
> .k-item > .k-link.k-selected.k-focused.k-state-hover {
|
|
27154
27179
|
@include fill(
|
|
27155
27180
|
$panelbar-item-selected-hovered-focused-text,
|
|
@@ -27437,7 +27462,7 @@ $splitbar-selected-text: $selected-text !default;
|
|
|
27437
27462
|
.k-splitbar:focus,
|
|
27438
27463
|
.k-splitbar.k-state-focus,
|
|
27439
27464
|
.k-splitbar.k-focus,
|
|
27440
|
-
.k-splitbar.k-state-focused
|
|
27465
|
+
.k-splitbar.k-state-focused,
|
|
27441
27466
|
.k-splitbar.k-focus {
|
|
27442
27467
|
color: $splitbar-selected-text;
|
|
27443
27468
|
background: $splitbar-selected-bg;
|
|
@@ -27544,7 +27569,7 @@ $tilelayout-hint-border: $component-border !default;
|
|
|
27544
27569
|
.k-tilelayout-item:focus,
|
|
27545
27570
|
.k-tilelayout-item.k-focus,
|
|
27546
27571
|
.k-tilelayout-item.k-state-focus,
|
|
27547
|
-
.k-tilelayout-item.k-state-focused
|
|
27572
|
+
.k-tilelayout-item.k-state-focused,
|
|
27548
27573
|
.k-tilelayout-item.k-focus {
|
|
27549
27574
|
@include box-shadow($tilelayout-card-focus-shadow);
|
|
27550
27575
|
}
|
|
@@ -28216,12 +28241,12 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28216
28241
|
|
|
28217
28242
|
.k-column-menu {
|
|
28218
28243
|
|
|
28219
|
-
.k-listgroup-item.k-state-selected
|
|
28244
|
+
.k-listgroup-item.k-state-selected,
|
|
28220
28245
|
.k-listgroup-item.k-selected {
|
|
28221
28246
|
color: $adaptive-grid-sort-text;
|
|
28222
28247
|
background: none;
|
|
28223
28248
|
}
|
|
28224
|
-
.k-listgroup-item.k-state-selected .k-link
|
|
28249
|
+
.k-listgroup-item.k-state-selected .k-link,
|
|
28225
28250
|
.k-listgroup-item.k-selected .k-link {
|
|
28226
28251
|
color: inherit;
|
|
28227
28252
|
}
|
|
@@ -28963,7 +28988,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28963
28988
|
&.k-i-sort-desc-sm,
|
|
28964
28989
|
&.k-i-sort-asc-sm {
|
|
28965
28990
|
vertical-align: text-top;
|
|
28966
|
-
margin-
|
|
28991
|
+
margin-inline-start: $grid-sorted-icon-spacing;
|
|
28967
28992
|
}
|
|
28968
28993
|
}
|
|
28969
28994
|
|
|
@@ -28973,7 +28998,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28973
28998
|
height: $icon-size;
|
|
28974
28999
|
font-size: $grid-sorting-index-font-size;
|
|
28975
29000
|
margin-top: $grid-sorting-index-spacing-y;
|
|
28976
|
-
margin-
|
|
29001
|
+
margin-inline-start: $grid-sorting-index-spacing-x;
|
|
28977
29002
|
}
|
|
28978
29003
|
}
|
|
28979
29004
|
|
|
@@ -29374,15 +29399,15 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29374
29399
|
}
|
|
29375
29400
|
|
|
29376
29401
|
.k-header > .k-cell-inner {
|
|
29377
|
-
margin: (-1 * $grid-header-padding-y)
|
|
29402
|
+
margin: (-1 * $grid-header-padding-y) (-1 * $grid-header-padding-x);
|
|
29378
29403
|
}
|
|
29379
29404
|
|
|
29380
29405
|
.k-filterable {
|
|
29381
29406
|
> .k-cell-inner {
|
|
29382
|
-
margin
|
|
29407
|
+
margin-inline-end: calc(-1 * #{$grid-filterable-icon-spacing});
|
|
29383
29408
|
|
|
29384
29409
|
.k-link {
|
|
29385
|
-
padding-
|
|
29410
|
+
padding-inline-end: 0;
|
|
29386
29411
|
}
|
|
29387
29412
|
}
|
|
29388
29413
|
}
|
|
@@ -29421,6 +29446,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29421
29446
|
.k-grid-filter,
|
|
29422
29447
|
.k-header-column-menu {
|
|
29423
29448
|
position: static;
|
|
29449
|
+
margin-inline-end: $grid-header-menu-icon-spacing;
|
|
29424
29450
|
}
|
|
29425
29451
|
|
|
29426
29452
|
.k-grid-filter,
|
|
@@ -29731,28 +29757,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29731
29757
|
margin-left: $icon-spacing;
|
|
29732
29758
|
margin-right: 0;
|
|
29733
29759
|
}
|
|
29734
|
-
|
|
29735
|
-
.k-header > .k-cell-inner {
|
|
29736
|
-
margin-right: (-1 * $grid-cell-padding-x);
|
|
29737
|
-
margin-left: calc(-1 * calc( #{$kendo-button-calc-size} - #{$grid-cell-padding-x}));
|
|
29738
|
-
|
|
29739
|
-
.k-sort-order {
|
|
29740
|
-
margin-right: $grid-sorting-index-spacing-x;
|
|
29741
|
-
margin-left: 0;
|
|
29742
|
-
}
|
|
29743
|
-
}
|
|
29744
|
-
|
|
29745
|
-
.k-filterable {
|
|
29746
|
-
> .k-cell-inner {
|
|
29747
|
-
margin-right: (-1 * $grid-cell-padding-x);
|
|
29748
|
-
margin-left: calc(-1 * #{$kendo-button-calc-size});
|
|
29749
|
-
|
|
29750
|
-
.k-link {
|
|
29751
|
-
padding-right: $grid-header-padding-x;
|
|
29752
|
-
padding-left: 0;
|
|
29753
|
-
}
|
|
29754
|
-
}
|
|
29755
|
-
}
|
|
29756
29760
|
}
|
|
29757
29761
|
}
|
|
29758
29762
|
|
|
@@ -29855,9 +29859,9 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29855
29859
|
}
|
|
29856
29860
|
|
|
29857
29861
|
// Hover state
|
|
29858
|
-
tbody
|
|
29859
|
-
tbody
|
|
29860
|
-
tbody
|
|
29862
|
+
tbody>tr:not(.k-detail-row):hover,
|
|
29863
|
+
tbody>tr:not(.k-detail-row).k-state-hover,
|
|
29864
|
+
tbody>tr:not(.k-detail-row).k-hover {
|
|
29861
29865
|
color: $grid-hovered-text;
|
|
29862
29866
|
background-color: $grid-hovered-bg;
|
|
29863
29867
|
}
|
|
@@ -29865,7 +29869,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29865
29869
|
// Selected state
|
|
29866
29870
|
td.k-state-selected,
|
|
29867
29871
|
td.k-selected,
|
|
29868
|
-
tr.k-state-selected > td
|
|
29872
|
+
tr.k-state-selected > td,
|
|
29869
29873
|
tr.k-selected > td {
|
|
29870
29874
|
color: $grid-selected-text;
|
|
29871
29875
|
background-color: $grid-selected-bg;
|
|
@@ -29881,7 +29885,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29881
29885
|
.k-grouping-row > td:focus,
|
|
29882
29886
|
.k-detail-row > td:focus,
|
|
29883
29887
|
.k-group-footer > td:focus,
|
|
29884
|
-
.k-grid-pager.k-state-focused
|
|
29888
|
+
.k-grid-pager.k-state-focused,
|
|
29885
29889
|
.k-grid-pager.k-focus {
|
|
29886
29890
|
box-shadow: $grid-focused-shadow;
|
|
29887
29891
|
}
|
|
@@ -29924,12 +29928,12 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29924
29928
|
}
|
|
29925
29929
|
|
|
29926
29930
|
// Selected state
|
|
29927
|
-
.k-state-selected td
|
|
29931
|
+
.k-state-selected td,
|
|
29928
29932
|
.k-selected td {
|
|
29929
29933
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
29930
29934
|
}
|
|
29931
29935
|
|
|
29932
|
-
.k-state-selected.k-alt td
|
|
29936
|
+
.k-state-selected.k-alt td,
|
|
29933
29937
|
.k-selected.k-alt td {
|
|
29934
29938
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
29935
29939
|
}
|
|
@@ -29937,7 +29941,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29937
29941
|
// Selected hover
|
|
29938
29942
|
.k-state-selected:hover td,
|
|
29939
29943
|
.k-selected:hover td,
|
|
29940
|
-
.k-state-selected.k-state-hover td
|
|
29944
|
+
.k-state-selected.k-state-hover td,
|
|
29941
29945
|
.k-selected.k-hover td {
|
|
29942
29946
|
@include fill( $bg: $grid-sticky-selected-hovered-bg );
|
|
29943
29947
|
}
|
|
@@ -29983,7 +29987,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29983
29987
|
&.k-state-border-down {
|
|
29984
29988
|
box-shadow: inset 0 0 0 2px rgba( 0, 0, 0, .1 );
|
|
29985
29989
|
}
|
|
29986
|
-
&.k-state-active
|
|
29990
|
+
&.k-state-active,
|
|
29987
29991
|
&.k-active {
|
|
29988
29992
|
color: $selected-text;
|
|
29989
29993
|
background-color: $selected-bg;
|
|
@@ -30043,7 +30047,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30043
30047
|
&.k-selected .k-grid-content-sticky,
|
|
30044
30048
|
&.k-state-selected .k-grid-row-sticky,
|
|
30045
30049
|
&.k-selected .k-grid-row-sticky,
|
|
30046
|
-
td.k-grid-content-sticky.k-state-selected
|
|
30050
|
+
td.k-grid-content-sticky.k-state-selected,
|
|
30047
30051
|
td.k-grid-content-sticky.k-selected {
|
|
30048
30052
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
30049
30053
|
}
|
|
@@ -30052,7 +30056,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30052
30056
|
&.k-selected.k-alt .k-grid-content-sticky,
|
|
30053
30057
|
&.k-state-selected.k-alt .k-grid-row-sticky,
|
|
30054
30058
|
&.k-selected.k-alt .k-grid-row-sticky,
|
|
30055
|
-
&.k-alt td.k-grid-content-sticky.k-state-selected
|
|
30059
|
+
&.k-alt td.k-grid-content-sticky.k-state-selected,
|
|
30056
30060
|
&.k-alt td.k-grid-content-sticky.k-selected {
|
|
30057
30061
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
30058
30062
|
}
|
|
@@ -30063,7 +30067,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30063
30067
|
&:hover .k-grid-row-sticky,
|
|
30064
30068
|
&.k-state-hover .k-grid-content-sticky,
|
|
30065
30069
|
&.k-hover .k-grid-content-sticky,
|
|
30066
|
-
&.k-state-hover .k-grid-row-sticky
|
|
30070
|
+
&.k-state-hover .k-grid-row-sticky,
|
|
30067
30071
|
&.k-hover .k-grid-row-sticky {
|
|
30068
30072
|
background-color: $grid-sticky-hovered-bg;
|
|
30069
30073
|
}
|
|
@@ -30080,7 +30084,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30080
30084
|
&.k-selected.k-hover .k-grid-row-sticky,
|
|
30081
30085
|
&:hover td.k-grid-content-sticky.k-state-selected,
|
|
30082
30086
|
&:hover td.k-grid-content-sticky.k-selected,
|
|
30083
|
-
&.k-state-hover td.k-grid-content-sticky.k-state-selected
|
|
30087
|
+
&.k-state-hover td.k-grid-content-sticky.k-state-selected,
|
|
30084
30088
|
&.k-hover td.k-grid-content-sticky.k-selected {
|
|
30085
30089
|
background-color: $grid-sticky-selected-hovered-bg;
|
|
30086
30090
|
}
|
|
@@ -30094,7 +30098,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30094
30098
|
background-color: $grid-sticky-bg;
|
|
30095
30099
|
|
|
30096
30100
|
&:hover,
|
|
30097
|
-
&.k-state-hover
|
|
30101
|
+
&.k-state-hover,
|
|
30098
30102
|
&.k-hover {
|
|
30099
30103
|
background-color: $grid-sticky-hovered-bg;
|
|
30100
30104
|
}
|
|
@@ -30108,7 +30112,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30108
30112
|
}
|
|
30109
30113
|
|
|
30110
30114
|
&:hover td,
|
|
30111
|
-
&.k-state-hover td
|
|
30115
|
+
&.k-state-hover td,
|
|
30112
30116
|
&.k-hover td {
|
|
30113
30117
|
background-color: $grid-sticky-hovered-bg;
|
|
30114
30118
|
}
|
|
@@ -30126,7 +30130,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30126
30130
|
.k-selected.k-grid-row-sticky td,
|
|
30127
30131
|
.k-grid-row-sticky td.k-state-selected,
|
|
30128
30132
|
.k-grid-row-sticky td.k-selected,
|
|
30129
|
-
.k-state-selected.k-grid-content-sticky
|
|
30133
|
+
.k-state-selected.k-grid-content-sticky,
|
|
30130
30134
|
.k-selected.k-grid-content-sticky {
|
|
30131
30135
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
30132
30136
|
}
|
|
@@ -30135,7 +30139,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30135
30139
|
tr.k-selected.k-alt .k-grid-content-sticky,
|
|
30136
30140
|
.k-state-selected.k-alt.k-grid-row-sticky td,
|
|
30137
30141
|
.k-selected.k-alt.k-grid-row-sticky td,
|
|
30138
|
-
.k-alt .k-state-selected.k-grid-content-sticky
|
|
30142
|
+
.k-alt .k-state-selected.k-grid-content-sticky,
|
|
30139
30143
|
.k-alt .k-selected.k-grid-content-sticky {
|
|
30140
30144
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
30141
30145
|
}
|
|
@@ -30151,7 +30155,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30151
30155
|
.k-grid-row-sticky.k-alt.k-state-hover td,
|
|
30152
30156
|
.k-grid-row-sticky.k-alt.k-hover td,
|
|
30153
30157
|
.k-alt:hover .k-grid-content-sticky,
|
|
30154
|
-
.k-alt.k-state-hover .k-grid-content-sticky
|
|
30158
|
+
.k-alt.k-state-hover .k-grid-content-sticky,
|
|
30155
30159
|
.k-alt.k-hover .k-grid-content-sticky {
|
|
30156
30160
|
background-color: $grid-sticky-hovered-bg;
|
|
30157
30161
|
}
|
|
@@ -30179,7 +30183,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30179
30183
|
.k-grid-row-sticky.k-hover td.k-selected,
|
|
30180
30184
|
tr:hover .k-grid-content-sticky.k-state-selected,
|
|
30181
30185
|
tr:hover .k-grid-content-sticky.k-selected,
|
|
30182
|
-
tr.k-state-hover .k-grid-content-sticky.k-state-selected
|
|
30186
|
+
tr.k-state-hover .k-grid-content-sticky.k-state-selected,
|
|
30183
30187
|
tr.k-hover .k-grid-content-sticky.k-selected {
|
|
30184
30188
|
background-color: $grid-sticky-selected-hovered-bg;
|
|
30185
30189
|
}
|
|
@@ -30191,7 +30195,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30191
30195
|
}
|
|
30192
30196
|
|
|
30193
30197
|
&:hover .k-grid-content-sticky,
|
|
30194
|
-
&.k-state-hover .k-grid-content-sticky
|
|
30198
|
+
&.k-state-hover .k-grid-content-sticky,
|
|
30195
30199
|
&.k-hover .k-grid-content-sticky {
|
|
30196
30200
|
@include fill( $bg: $grid-sticky-hovered-bg );
|
|
30197
30201
|
}
|
|
@@ -30205,13 +30209,13 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30205
30209
|
);
|
|
30206
30210
|
}
|
|
30207
30211
|
.k-columnmenu-item:focus,
|
|
30208
|
-
.k-columnmenu-item.k-state-focus
|
|
30212
|
+
.k-columnmenu-item.k-state-focus,
|
|
30209
30213
|
.k-columnmenu-item.k-focus {
|
|
30210
30214
|
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
30211
30215
|
}
|
|
30212
30216
|
|
|
30213
30217
|
.k-columnmenu-item {
|
|
30214
|
-
&.k-state-selected
|
|
30218
|
+
&.k-state-selected,
|
|
30215
30219
|
&.k-selected {
|
|
30216
30220
|
@include fill(
|
|
30217
30221
|
$kendo-list-item-selected-text,
|
|
@@ -30237,7 +30241,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30237
30241
|
);
|
|
30238
30242
|
|
|
30239
30243
|
&:hover,
|
|
30240
|
-
&.k-state-hover
|
|
30244
|
+
&.k-state-hover,
|
|
30241
30245
|
&.k-hover {
|
|
30242
30246
|
@include fill(
|
|
30243
30247
|
$kendo-list-item-hover-text,
|
|
@@ -30245,7 +30249,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30245
30249
|
);
|
|
30246
30250
|
}
|
|
30247
30251
|
|
|
30248
|
-
&.k-state-selected
|
|
30252
|
+
&.k-state-selected,
|
|
30249
30253
|
&.k-selected {
|
|
30250
30254
|
@include fill(
|
|
30251
30255
|
$kendo-list-item-selected-text,
|
|
@@ -30254,7 +30258,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30254
30258
|
}
|
|
30255
30259
|
|
|
30256
30260
|
&:focus,
|
|
30257
|
-
&.k-state-focused
|
|
30261
|
+
&.k-state-focused,
|
|
30258
30262
|
&.k-focus {
|
|
30259
30263
|
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
30260
30264
|
}
|
|
@@ -30490,7 +30494,7 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
30490
30494
|
// Listview content
|
|
30491
30495
|
.k-listview-content {
|
|
30492
30496
|
|
|
30493
|
-
> .k-state-focused
|
|
30497
|
+
> .k-state-focused,
|
|
30494
30498
|
> .k-focus {
|
|
30495
30499
|
@include fill(
|
|
30496
30500
|
$listview-item-focus-text,
|
|
@@ -30500,7 +30504,7 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
30500
30504
|
@include box-shadow( $listview-item-focus-shadow );
|
|
30501
30505
|
}
|
|
30502
30506
|
|
|
30503
|
-
> .k-state-selected
|
|
30507
|
+
> .k-state-selected,
|
|
30504
30508
|
> .k-selected {
|
|
30505
30509
|
@include fill(
|
|
30506
30510
|
$listview-item-selected-text,
|
|
@@ -30878,7 +30882,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
30878
30882
|
overflow: hidden;
|
|
30879
30883
|
|
|
30880
30884
|
// disabled cells in the Spreadsheet should allow navigation if link is used
|
|
30881
|
-
.k-state-disabled
|
|
30885
|
+
.k-state-disabled,
|
|
30882
30886
|
.k-disabled {
|
|
30883
30887
|
pointer-events: auto;
|
|
30884
30888
|
}
|
|
@@ -31440,7 +31444,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31440
31444
|
background-position: 50% 50%;
|
|
31441
31445
|
|
|
31442
31446
|
&:hover div,
|
|
31443
|
-
&.k-state-hovered div
|
|
31447
|
+
&.k-state-hovered div,
|
|
31444
31448
|
&.k-hover div {
|
|
31445
31449
|
margin: 0;
|
|
31446
31450
|
align-self: center;
|
|
@@ -31506,7 +31510,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31506
31510
|
.k-spreadsheet-insert-image-dialog {
|
|
31507
31511
|
.k-spreadsheet-has-image {
|
|
31508
31512
|
&:hover,
|
|
31509
|
-
&.k-state-hovered
|
|
31513
|
+
&.k-state-hovered,
|
|
31510
31514
|
&.k-hover {
|
|
31511
31515
|
border-radius: $spreadsheet-insert-image-dialog-preview-overlay-border-radius;
|
|
31512
31516
|
}
|
|
@@ -31683,7 +31687,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31683
31687
|
);
|
|
31684
31688
|
}
|
|
31685
31689
|
|
|
31686
|
-
&.k-state-active
|
|
31690
|
+
&.k-state-active,
|
|
31687
31691
|
&.k-active {
|
|
31688
31692
|
@include fill(
|
|
31689
31693
|
$kendo-button-active-text,
|
|
@@ -31701,7 +31705,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31701
31705
|
> .k-menu,
|
|
31702
31706
|
> .k-menu:not(.k-context-menu) {
|
|
31703
31707
|
|
|
31704
|
-
.k-item.k-state-hover
|
|
31708
|
+
.k-item.k-state-hover,
|
|
31705
31709
|
.k-item.k-hover {
|
|
31706
31710
|
@include fill(
|
|
31707
31711
|
$kendo-list-item-hover-text,
|
|
@@ -31732,7 +31736,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31732
31736
|
.k-button {}
|
|
31733
31737
|
|
|
31734
31738
|
.k-button:hover,
|
|
31735
|
-
.k-button.k-state-hover
|
|
31739
|
+
.k-button.k-state-hover,
|
|
31736
31740
|
.k-button.k-hover {
|
|
31737
31741
|
@include fill(
|
|
31738
31742
|
$kendo-list-item-hover-text,
|
|
@@ -31742,7 +31746,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31742
31746
|
.k-button:active,
|
|
31743
31747
|
.k-button.k-state-active,
|
|
31744
31748
|
.k-button.k-active,
|
|
31745
|
-
.k-button.k-state-selected
|
|
31749
|
+
.k-button.k-state-selected,
|
|
31746
31750
|
.k-button.k-selected {
|
|
31747
31751
|
@include fill(
|
|
31748
31752
|
$kendo-list-item-selected-text,
|
|
@@ -31764,13 +31768,13 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31764
31768
|
|
|
31765
31769
|
.k-spreadsheet-has-image {
|
|
31766
31770
|
&:hover,
|
|
31767
|
-
&.k-state-hovered
|
|
31771
|
+
&.k-state-hovered,
|
|
31768
31772
|
&.k-hover {
|
|
31769
31773
|
box-shadow: $spreadsheet-insert-image-dialog-preview-overlay-shadow;
|
|
31770
31774
|
}
|
|
31771
31775
|
|
|
31772
31776
|
&:hover div,
|
|
31773
|
-
&.k-state-hovered div
|
|
31777
|
+
&.k-state-hovered div,
|
|
31774
31778
|
&.k-hover div {
|
|
31775
31779
|
color: $spreadsheet-insert-image-dialog-overlay-hovered-text;
|
|
31776
31780
|
}
|
|
@@ -32754,7 +32758,7 @@ $pivotgrid-remove-text: null !default;
|
|
|
32754
32758
|
// Selected state
|
|
32755
32759
|
.k-pivotgrid-cell.k-state-selected,
|
|
32756
32760
|
.k-pivotgrid-cell.k-selected,
|
|
32757
|
-
.k-pivotgrid-row.k-state-selected > .k-pivotgrid-cell
|
|
32761
|
+
.k-pivotgrid-row.k-state-selected > .k-pivotgrid-cell,
|
|
32758
32762
|
.k-pivotgrid-row.k-selected > .k-pivotgrid-cell {
|
|
32759
32763
|
@include fill (
|
|
32760
32764
|
$pivotgrid-selected-text,
|
|
@@ -32983,7 +32987,7 @@ $treelist-footer-row-border-width: 1px !default;
|
|
|
32983
32987
|
}
|
|
32984
32988
|
|
|
32985
32989
|
.k-treelist-dragging,
|
|
32986
|
-
.k-treelist-dragging .k-state-hover
|
|
32990
|
+
.k-treelist-dragging .k-state-hover,
|
|
32987
32991
|
.k-treelist-dragging .k-hover {
|
|
32988
32992
|
cursor: default;
|
|
32989
32993
|
}
|
|
@@ -33699,7 +33703,7 @@ $filemanager-preview-icon-border: null !default;
|
|
|
33699
33703
|
);
|
|
33700
33704
|
}
|
|
33701
33705
|
|
|
33702
|
-
&.k-state-selected .k-file-icon
|
|
33706
|
+
&.k-state-selected .k-file-icon,
|
|
33703
33707
|
&.k-selected .k-file-icon {
|
|
33704
33708
|
@include fill(
|
|
33705
33709
|
inherit,
|
|
@@ -34158,7 +34162,7 @@ $taskboard-drag-placeholder-border: $component-border !default;
|
|
|
34158
34162
|
);
|
|
34159
34163
|
}
|
|
34160
34164
|
.k-taskboard-column:focus,
|
|
34161
|
-
.k-taskboard-column.k-state-focus
|
|
34165
|
+
.k-taskboard-column.k-state-focus,
|
|
34162
34166
|
.k-taskboard-column.k-focus {
|
|
34163
34167
|
@include fill(
|
|
34164
34168
|
$taskboard-column-focus-text,
|
|
@@ -34358,7 +34362,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
34358
34362
|
pointer-events: auto;
|
|
34359
34363
|
}
|
|
34360
34364
|
|
|
34361
|
-
.k-editor-content.k-state-focused
|
|
34365
|
+
.k-editor-content.k-state-focused,
|
|
34362
34366
|
.k-editor-content.k-focus {
|
|
34363
34367
|
outline-width: 1px;
|
|
34364
34368
|
outline-style: dashed;
|
|
@@ -34812,7 +34816,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
34812
34816
|
display: block;
|
|
34813
34817
|
margin: auto;
|
|
34814
34818
|
|
|
34815
|
-
&.k-state-selected
|
|
34819
|
+
&.k-state-selected,
|
|
34816
34820
|
&.k-selected {
|
|
34817
34821
|
color: inherit;
|
|
34818
34822
|
border-width: 0;
|
|
@@ -35032,7 +35036,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35032
35036
|
|
|
35033
35037
|
kendo-editor {
|
|
35034
35038
|
&.k-readonly {
|
|
35035
|
-
.k-editor-content.k-state-focused
|
|
35039
|
+
.k-editor-content.k-state-focused,
|
|
35036
35040
|
.k-editor-content.k-focus {
|
|
35037
35041
|
outline-color: $body-text;
|
|
35038
35042
|
}
|
|
@@ -35070,7 +35074,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35070
35074
|
|
|
35071
35075
|
// Hover & Actve state
|
|
35072
35076
|
&:hover,
|
|
35073
|
-
&.k-state-active
|
|
35077
|
+
&.k-state-active,
|
|
35074
35078
|
&.k-active {
|
|
35075
35079
|
border-color: $panel-border;
|
|
35076
35080
|
}
|
|
@@ -35088,7 +35092,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35088
35092
|
|
|
35089
35093
|
// Insert table
|
|
35090
35094
|
.k-ct-popup {
|
|
35091
|
-
.k-state-selected
|
|
35095
|
+
.k-state-selected,
|
|
35092
35096
|
.k-selected {
|
|
35093
35097
|
@include fill( $selected-text, $selected-bg, $selected-border, none );
|
|
35094
35098
|
}
|
|
@@ -35637,7 +35641,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
35637
35641
|
}
|
|
35638
35642
|
}
|
|
35639
35643
|
|
|
35640
|
-
tr.k-state-selected > td:last-child
|
|
35644
|
+
tr.k-state-selected > td:last-child,
|
|
35641
35645
|
tr.k-selected > td:last-child {
|
|
35642
35646
|
background: transparent;
|
|
35643
35647
|
}
|
|
@@ -35907,7 +35911,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
35907
35911
|
border-color: currentColor;
|
|
35908
35912
|
position: absolute;
|
|
35909
35913
|
}
|
|
35910
|
-
.k-gantt-line.k-state-selected
|
|
35914
|
+
.k-gantt-line.k-state-selected,
|
|
35911
35915
|
.k-gantt-line.k-selected {
|
|
35912
35916
|
z-index: 3;
|
|
35913
35917
|
}
|
|
@@ -35981,7 +35985,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
35981
35985
|
transform: translate(-50%, -50%);
|
|
35982
35986
|
}
|
|
35983
35987
|
.k-task-dot:hover::before,
|
|
35984
|
-
.k-task-dot.k-state-hover::before
|
|
35988
|
+
.k-task-dot.k-state-hover::before,
|
|
35985
35989
|
.k-task-dot.k-hover::before {
|
|
35986
35990
|
border-width: 1px;
|
|
35987
35991
|
}
|
|
@@ -36452,7 +36456,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36452
36456
|
$border: $gantt-milestone-border
|
|
36453
36457
|
);
|
|
36454
36458
|
}
|
|
36455
|
-
.k-task-milestone.k-state-selected .k-task-milestone-content
|
|
36459
|
+
.k-task-milestone.k-state-selected .k-task-milestone-content,
|
|
36456
36460
|
.k-task-milestone.k-selected .k-task-milestone-content {
|
|
36457
36461
|
@include fill(
|
|
36458
36462
|
$bg: $gantt-milestone-selected-bg,
|
|
@@ -36467,7 +36471,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36467
36471
|
stroke: $gantt-line-fill;
|
|
36468
36472
|
}
|
|
36469
36473
|
|
|
36470
|
-
polyline.k-state-selected
|
|
36474
|
+
polyline.k-state-selected,
|
|
36471
36475
|
polyline.k-selected {
|
|
36472
36476
|
stroke: $gantt-line-selected-fill;
|
|
36473
36477
|
}
|
|
@@ -36521,7 +36525,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36521
36525
|
);
|
|
36522
36526
|
}
|
|
36523
36527
|
.k-task-dot:hover::before,
|
|
36524
|
-
.k-task-dot.k-state-hover::before
|
|
36528
|
+
.k-task-dot.k-state-hover::before,
|
|
36525
36529
|
.k-task-dot.k-hover::before {
|
|
36526
36530
|
@include fill(
|
|
36527
36531
|
$bg: $gantt-dot-hover-bg,
|
|
@@ -36547,7 +36551,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36547
36551
|
);
|
|
36548
36552
|
}
|
|
36549
36553
|
}
|
|
36550
|
-
.k-task-milestone.k-state-selected
|
|
36554
|
+
.k-task-milestone.k-state-selected,
|
|
36551
36555
|
.k-task-milestone.k-selected {
|
|
36552
36556
|
background-image: none;
|
|
36553
36557
|
@include fill(
|
|
@@ -36578,7 +36582,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36578
36582
|
.k-task-advanced .k-task-summary-complete {
|
|
36579
36583
|
color: $gantt-advanced-bg;
|
|
36580
36584
|
}
|
|
36581
|
-
.k-task-summary.k-state-selected
|
|
36585
|
+
.k-task-summary.k-state-selected,
|
|
36582
36586
|
.k-task-summary.k-selected {
|
|
36583
36587
|
color: $gantt-summary-selected-bg;
|
|
36584
36588
|
|
|
@@ -36622,7 +36626,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36622
36626
|
$bg: $gantt-advanced-bg
|
|
36623
36627
|
);
|
|
36624
36628
|
}
|
|
36625
|
-
.k-task-single.k-state-selected
|
|
36629
|
+
.k-task-single.k-state-selected,
|
|
36626
36630
|
.k-task-single.k-selected {
|
|
36627
36631
|
@include fill(
|
|
36628
36632
|
$gantt-task-selected-text,
|
|
@@ -36639,7 +36643,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
36639
36643
|
.k-gantt-line {
|
|
36640
36644
|
color: $gantt-line-fill;
|
|
36641
36645
|
}
|
|
36642
|
-
.k-gantt-line.k-state-selected
|
|
36646
|
+
.k-gantt-line.k-state-selected,
|
|
36643
36647
|
.k-gantt-line.k-selected {
|
|
36644
36648
|
color: $gantt-line-selected-fill;
|
|
36645
36649
|
}
|
|
@@ -37295,7 +37299,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37295
37299
|
}
|
|
37296
37300
|
|
|
37297
37301
|
&:hover,
|
|
37298
|
-
&.k-state-hover
|
|
37302
|
+
&.k-state-hover,
|
|
37299
37303
|
&.k-hover {
|
|
37300
37304
|
.k-event-delete {
|
|
37301
37305
|
opacity: 1;
|
|
@@ -37361,7 +37365,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37361
37365
|
|
|
37362
37366
|
// Hover
|
|
37363
37367
|
&:hover,
|
|
37364
|
-
&.k-state-hover
|
|
37368
|
+
&.k-state-hover,
|
|
37365
37369
|
&.k-hover {
|
|
37366
37370
|
.k-event-actions .k-event-delete,
|
|
37367
37371
|
.k-resize-handle {
|
|
@@ -37623,7 +37627,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37623
37627
|
.k-hover .k-task > .k-event-delete,
|
|
37624
37628
|
.k-scheduler-content tr:hover .k-event-delete,
|
|
37625
37629
|
.k-scheduler-content .k-scheduler-row:hover .k-event-delete,
|
|
37626
|
-
.k-scheduler-content .k-scheduler-row.k-state-hover .k-event-delete
|
|
37630
|
+
.k-scheduler-content .k-scheduler-row.k-state-hover .k-event-delete,
|
|
37627
37631
|
.k-scheduler-content .k-scheduler-row.k-hover .k-event-delete {
|
|
37628
37632
|
visibility: visible;
|
|
37629
37633
|
}
|
|
@@ -37697,7 +37701,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37697
37701
|
position: relative;
|
|
37698
37702
|
}
|
|
37699
37703
|
|
|
37700
|
-
td.k-state-selected
|
|
37704
|
+
td.k-state-selected,
|
|
37701
37705
|
td.k-selected {
|
|
37702
37706
|
background-color: inherit;
|
|
37703
37707
|
}
|
|
@@ -38044,7 +38048,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38044
38048
|
|
|
38045
38049
|
.k-scheduler-layout td.k-state-selected,
|
|
38046
38050
|
.k-scheduler-layout td.k-selected,
|
|
38047
|
-
.k-scheduler-layout .k-scheduler-cell.k-state-selected
|
|
38051
|
+
.k-scheduler-layout .k-scheduler-cell.k-state-selected,
|
|
38048
38052
|
.k-scheduler-layout .k-scheduler-cell.k-selected {
|
|
38049
38053
|
background-color: rgba($selected-bg, .25);
|
|
38050
38054
|
}
|
|
@@ -38067,7 +38071,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38067
38071
|
);
|
|
38068
38072
|
@include box-shadow( $scheduler-event-shadow );
|
|
38069
38073
|
|
|
38070
|
-
&.k-state-hover
|
|
38074
|
+
&.k-state-hover,
|
|
38071
38075
|
&.k-hover {
|
|
38072
38076
|
@include fill(
|
|
38073
38077
|
$scheduler-event-hover-text,
|
|
@@ -38078,7 +38082,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38078
38082
|
@include box-shadow( $scheduler-event-hover-shadow );
|
|
38079
38083
|
}
|
|
38080
38084
|
|
|
38081
|
-
&.k-state-selected
|
|
38085
|
+
&.k-state-selected,
|
|
38082
38086
|
&.k-selected {
|
|
38083
38087
|
@include fill(
|
|
38084
38088
|
$scheduler-event-selected-text,
|
|
@@ -38148,7 +38152,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38148
38152
|
.k-scheduler-content tr.k-state-hover,
|
|
38149
38153
|
.k-scheduler-content tr.k-hover,
|
|
38150
38154
|
.k-scheduler-content .k-scheduler-row:hover,
|
|
38151
|
-
.k-scheduler-content .k-scheduler-row.k-state-hover
|
|
38155
|
+
.k-scheduler-content .k-scheduler-row.k-state-hover,
|
|
38152
38156
|
.k-scheduler-content .k-scheduler-row.k-hover {
|
|
38153
38157
|
@include fill(
|
|
38154
38158
|
$hovered-text,
|
|
@@ -38162,7 +38166,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38162
38166
|
.k-scheduler-content tr:hover .k-scheduler-groupcolumn,
|
|
38163
38167
|
.k-scheduler-content tr.k-state-hover .k-scheduler-datecolumn,
|
|
38164
38168
|
.k-scheduler-content tr.k-hover .k-scheduler-datecolumn,
|
|
38165
|
-
.k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn
|
|
38169
|
+
.k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn,
|
|
38166
38170
|
.k-scheduler-content tr.k-hover .k-scheduler-groupcolumn {
|
|
38167
38171
|
@include fill(
|
|
38168
38172
|
$scheduler-text,
|
|
@@ -38172,13 +38176,13 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38172
38176
|
}
|
|
38173
38177
|
|
|
38174
38178
|
// Selected
|
|
38175
|
-
.k-scheduler-content tr.k-state-selected
|
|
38179
|
+
.k-scheduler-content tr.k-state-selected,
|
|
38176
38180
|
.k-scheduler-content tr.k-selected {
|
|
38177
38181
|
background-color: rgba($selected-bg, .25);
|
|
38178
38182
|
}
|
|
38179
38183
|
.k-scheduler-content tr.k-state-selected .k-scheduler-datecolumn,
|
|
38180
38184
|
.k-scheduler-content tr.k-selected .k-scheduler-datecolumn,
|
|
38181
|
-
.k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn
|
|
38185
|
+
.k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn,
|
|
38182
38186
|
.k-scheduler-content tr.k-selected .k-scheduler-groupcolumn {
|
|
38183
38187
|
background-color: $scheduler-bg;
|
|
38184
38188
|
}
|
|
@@ -38196,7 +38200,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38196
38200
|
@include fill( $bg: $scheduler-yearview-indicator-bg );
|
|
38197
38201
|
}
|
|
38198
38202
|
|
|
38199
|
-
.k-state-selected .k-day-indicator
|
|
38203
|
+
.k-state-selected .k-day-indicator,
|
|
38200
38204
|
.k-selected .k-day-indicator {
|
|
38201
38205
|
@include fill( $bg: $scheduler-yearview-indicator-selected-bg );
|
|
38202
38206
|
}
|
|
@@ -38497,7 +38501,7 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
38497
38501
|
|
|
38498
38502
|
|
|
38499
38503
|
// Message states
|
|
38500
|
-
.k-message.k-state-selected
|
|
38504
|
+
.k-message.k-state-selected,
|
|
38501
38505
|
.k-message.k-selected {
|
|
38502
38506
|
margin-bottom: $chat-item-spacing-y;
|
|
38503
38507
|
border: 0;
|
|
@@ -38707,7 +38711,7 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
38707
38711
|
flex: 0 0 auto;
|
|
38708
38712
|
}
|
|
38709
38713
|
|
|
38710
|
-
&.k-state-selected
|
|
38714
|
+
&.k-state-selected,
|
|
38711
38715
|
&.k-selected {
|
|
38712
38716
|
background: none;
|
|
38713
38717
|
}
|
|
@@ -38941,7 +38945,7 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
38941
38945
|
.k-bubble:hover {
|
|
38942
38946
|
@include box-shadow( $chat-bubble-hover-shadow );
|
|
38943
38947
|
}
|
|
38944
|
-
.k-state-selected .k-bubble
|
|
38948
|
+
.k-state-selected .k-bubble,
|
|
38945
38949
|
.k-selected .k-bubble {
|
|
38946
38950
|
@include box-shadow( $chat-bubble-selected-shadow );
|
|
38947
38951
|
}
|
|
@@ -38957,7 +38961,7 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
38957
38961
|
.k-alt .k-bubble:hover {
|
|
38958
38962
|
@include box-shadow( $chat-alt-bubble-hover-shadow );
|
|
38959
38963
|
}
|
|
38960
|
-
.k-alt .k-state-selected .k-bubble
|
|
38964
|
+
.k-alt .k-state-selected .k-bubble,
|
|
38961
38965
|
.k-alt .k-selected .k-bubble {
|
|
38962
38966
|
@include box-shadow( $chat-alt-bubble-selected-shadow );
|
|
38963
38967
|
}
|
|
@@ -39744,7 +39748,7 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
39744
39748
|
color: $body-text;
|
|
39745
39749
|
}
|
|
39746
39750
|
|
|
39747
|
-
.k-timeline-arrow.k-state-disabled
|
|
39751
|
+
.k-timeline-arrow.k-state-disabled,
|
|
39748
39752
|
.k-timeline-arrow.k-disabled {
|
|
39749
39753
|
opacity: 1; // The arrow button in disabled mode should have a solid background
|
|
39750
39754
|
color: $timeline-track-arrow-disabled-text;
|
|
@@ -39765,7 +39769,7 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
39765
39769
|
background-color: $timeline-flag-bg;
|
|
39766
39770
|
}
|
|
39767
39771
|
|
|
39768
|
-
.k-timeline-track-item.k-state-focus .k-timeline-circle
|
|
39772
|
+
.k-timeline-track-item.k-state-focus .k-timeline-circle,
|
|
39769
39773
|
.k-timeline-track-item.k-focus .k-timeline-circle {
|
|
39770
39774
|
@include box-shadow( $timeline-track-item-focus-shadow );
|
|
39771
39775
|
}
|
|
@@ -40458,7 +40462,7 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
40458
40462
|
-webkit-tap-highlight-color: $scrollview-arrow-tap-highlight-color;
|
|
40459
40463
|
|
|
40460
40464
|
&:focus,
|
|
40461
|
-
&.k-state-focus
|
|
40465
|
+
&.k-state-focus,
|
|
40462
40466
|
&.k-focus {
|
|
40463
40467
|
color: $scrollview-navigation-color;
|
|
40464
40468
|
opacity: $scrollview-navigation-hover-opacity;
|
|
@@ -40469,7 +40473,7 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
40469
40473
|
}
|
|
40470
40474
|
|
|
40471
40475
|
&:hover,
|
|
40472
|
-
&.k-state-hover
|
|
40476
|
+
&.k-state-hover,
|
|
40473
40477
|
&.k-hover {
|
|
40474
40478
|
color: $scrollview-navigation-color;
|
|
40475
40479
|
opacity: $scrollview-navigation-hover-opacity;
|
|
@@ -40489,14 +40493,14 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
40489
40493
|
}
|
|
40490
40494
|
|
|
40491
40495
|
&:focus,
|
|
40492
|
-
&.k-state-focused
|
|
40496
|
+
&.k-state-focused,
|
|
40493
40497
|
&.k-focus {
|
|
40494
40498
|
box-shadow: $scrollview-pagebutton-shadow;
|
|
40495
40499
|
}
|
|
40496
40500
|
}
|
|
40497
40501
|
|
|
40498
40502
|
.k-scrollview-nav > .k-link:hover,
|
|
40499
|
-
.k-scrollview-nav > .k-link.k-state-hover
|
|
40503
|
+
.k-scrollview-nav > .k-link.k-state-hover,
|
|
40500
40504
|
.k-scrollview-nav > .k-link.k-hover {
|
|
40501
40505
|
box-shadow: $scrollview-pagebutton-shadow;
|
|
40502
40506
|
}
|
|
@@ -41311,7 +41315,7 @@ $treemap-line-height: $line-height !default;
|
|
|
41311
41315
|
.k-leaf.k-inverse {
|
|
41312
41316
|
color: $component-text;
|
|
41313
41317
|
}
|
|
41314
|
-
.k-leaf.k-state-hover
|
|
41318
|
+
.k-leaf.k-state-hover,
|
|
41315
41319
|
.k-leaf.k-hover {
|
|
41316
41320
|
box-shadow: inset 0 0 0 3px $component-border;
|
|
41317
41321
|
}
|
|
@@ -41798,7 +41802,7 @@ $orgchart-line-v-height: 25px !default;
|
|
|
41798
41802
|
.k-orgchart-node-group-container:focus,
|
|
41799
41803
|
.k-orgchart-node-group-container.k-focus,
|
|
41800
41804
|
.k-orgchart-node-group-container.k-state-focus,
|
|
41801
|
-
.k-orgchart-node-group-container.k-state-focused
|
|
41805
|
+
.k-orgchart-node-group-container.k-state-focused,
|
|
41802
41806
|
.k-orgchart-node-group-container.k-focus {
|
|
41803
41807
|
@include box-shadow( $orgchart-node-group-focus-shadow );
|
|
41804
41808
|
@include fill ( $border: $orgchart-node-group-focus-border );
|
|
@@ -41818,6 +41822,151 @@ $orgchart-line-v-height: 25px !default;
|
|
|
41818
41822
|
|
|
41819
41823
|
// #endregion
|
|
41820
41824
|
|
|
41825
|
+
// #endregion
|
|
41826
|
+
// #region @import "signature/_index.scss"; -> packages/default/scss/signature/_index.scss
|
|
41827
|
+
// #region @import "../core/_index.scss"; -> packages/default/scss/core/_index.scss
|
|
41828
|
+
// File already imported_once. Skipping output.
|
|
41829
|
+
// #endregion
|
|
41830
|
+
|
|
41831
|
+
// Dependencies
|
|
41832
|
+
// #region @import "../button/_index.scss"; -> packages/default/scss/button/_index.scss
|
|
41833
|
+
// File already imported_once. Skipping output.
|
|
41834
|
+
// #endregion
|
|
41835
|
+
// #region @import "../input/_index.scss"; -> packages/default/scss/input/_index.scss
|
|
41836
|
+
// File already imported_once. Skipping output.
|
|
41837
|
+
// #endregion
|
|
41838
|
+
|
|
41839
|
+
// Component
|
|
41840
|
+
// #region @import "_variables.scss"; -> packages/default/scss/signature/_variables.scss
|
|
41841
|
+
$kendo-signature-width: 250px !default;
|
|
41842
|
+
$kendo-signature-height: 84px !default;
|
|
41843
|
+
|
|
41844
|
+
$kendo-signature-maximized-width: 750px !default;
|
|
41845
|
+
$kendo-signature-maximized-height: 252px !default;
|
|
41846
|
+
|
|
41847
|
+
$kendo-signature-padding: map-get( $spacing, 1 ) !default;
|
|
41848
|
+
$kendo-signature-padding-sm: map-get( $spacing, 1 ) - map-get($spacing, thin) !default;
|
|
41849
|
+
$kendo-signature-padding-md: $kendo-signature-padding !default;
|
|
41850
|
+
$kendo-signature-padding-lg: map-get( $spacing, 1 ) + map-get($spacing, thin) !default;
|
|
41851
|
+
|
|
41852
|
+
$kendo-signature-line-width: 1px !default;
|
|
41853
|
+
$kendo-signature-line-style: dashed !default;
|
|
41854
|
+
$kendo-signature-line-color: rgba( $info, .24 ) !default;
|
|
41855
|
+
|
|
41856
|
+
$kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding} ) !default;
|
|
41857
|
+
$kendo-signature-line-size-sm: calc( 100% - 2 * #{$kendo-signature-padding-sm} ) !default;
|
|
41858
|
+
$kendo-signature-line-size-md: calc( 100% - 2 * #{$kendo-signature-padding-md} ) !default;
|
|
41859
|
+
$kendo-signature-line-size-lg: calc( 100% - 2 * #{$kendo-signature-padding-lg} ) !default;
|
|
41860
|
+
|
|
41861
|
+
$kendo-signature-line-bottom-offset: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding} ) !default;
|
|
41862
|
+
$kendo-signature-line-bottom-offset-sm: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-sm} ) !default;
|
|
41863
|
+
$kendo-signature-line-bottom-offset-md: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-md} ) !default;
|
|
41864
|
+
$kendo-signature-line-bottom-offset-lg: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-lg} ) !default;
|
|
41865
|
+
|
|
41866
|
+
$kendo-signature-sizes: (
|
|
41867
|
+
sm: (
|
|
41868
|
+
padding: $kendo-signature-padding-sm,
|
|
41869
|
+
line-size: $kendo-signature-line-size-sm,
|
|
41870
|
+
line-offset: $kendo-signature-line-bottom-offset-sm
|
|
41871
|
+
),
|
|
41872
|
+
md: (
|
|
41873
|
+
padding: $kendo-signature-padding-md,
|
|
41874
|
+
line-size: $kendo-signature-line-size-md,
|
|
41875
|
+
line-offset: $kendo-signature-line-bottom-offset-md
|
|
41876
|
+
),
|
|
41877
|
+
lg: (
|
|
41878
|
+
padding: $kendo-signature-padding-lg,
|
|
41879
|
+
line-size: $kendo-signature-line-size-lg,
|
|
41880
|
+
line-offset: $kendo-signature-line-bottom-offset-lg
|
|
41881
|
+
)
|
|
41882
|
+
) !default;
|
|
41883
|
+
|
|
41884
|
+
$kendo-signature-actions-gap: map-get( $spacing, 1 ) !default;
|
|
41885
|
+
$kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacing, hair ) !default;
|
|
41886
|
+
|
|
41887
|
+
// #endregion
|
|
41888
|
+
// #region @import "_layout.scss"; -> packages/default/scss/signature/_layout.scss
|
|
41889
|
+
@include exports("signature/layout") {
|
|
41890
|
+
|
|
41891
|
+
.k-signature {
|
|
41892
|
+
width: $kendo-signature-width;
|
|
41893
|
+
height: $kendo-signature-height;
|
|
41894
|
+
position: relative;
|
|
41895
|
+
box-sizing: border-box;
|
|
41896
|
+
display: flex;
|
|
41897
|
+
flex-direction: column;
|
|
41898
|
+
justify-content: space-between;
|
|
41899
|
+
|
|
41900
|
+
&.k-signature-maximized {
|
|
41901
|
+
width: $kendo-signature-maximized-width;
|
|
41902
|
+
height: $kendo-signature-maximized-height;
|
|
41903
|
+
|
|
41904
|
+
> .k-signature-line {
|
|
41905
|
+
border-bottom-width: $kendo-signature-maximized-line-width;
|
|
41906
|
+
}
|
|
41907
|
+
}
|
|
41908
|
+
}
|
|
41909
|
+
|
|
41910
|
+
.k-signature-actions {
|
|
41911
|
+
display: flex;
|
|
41912
|
+
width: min-content;
|
|
41913
|
+
margin-inline-start: auto;
|
|
41914
|
+
gap: $kendo-signature-actions-gap;
|
|
41915
|
+
z-index: 2;
|
|
41916
|
+
}
|
|
41917
|
+
|
|
41918
|
+
.k-signature-canvas {
|
|
41919
|
+
position: absolute;
|
|
41920
|
+
top: 0;
|
|
41921
|
+
left: 0;
|
|
41922
|
+
width: 100%;
|
|
41923
|
+
height: 100%;
|
|
41924
|
+
display: block;
|
|
41925
|
+
z-index: 1;
|
|
41926
|
+
}
|
|
41927
|
+
|
|
41928
|
+
.k-signature-line {
|
|
41929
|
+
position: absolute;
|
|
41930
|
+
z-index: 0;
|
|
41931
|
+
border-bottom-width: $kendo-signature-line-width;
|
|
41932
|
+
border-bottom-style: $kendo-signature-line-style;
|
|
41933
|
+
}
|
|
41934
|
+
|
|
41935
|
+
// Sizes
|
|
41936
|
+
@each $size, $size-props in $kendo-signature-sizes {
|
|
41937
|
+
$_padding: map-get($size-props, padding);
|
|
41938
|
+
$_line-size: map-get($size-props, line-size);
|
|
41939
|
+
$_line-offset: map-get($size-props, line-offset);
|
|
41940
|
+
|
|
41941
|
+
.k-signature-#{$size} {
|
|
41942
|
+
padding: $_padding;
|
|
41943
|
+
|
|
41944
|
+
.k-signature-line {
|
|
41945
|
+
width: $_line-size;
|
|
41946
|
+
bottom: $_line-offset;
|
|
41947
|
+
}
|
|
41948
|
+
}
|
|
41949
|
+
|
|
41950
|
+
}
|
|
41951
|
+
}
|
|
41952
|
+
|
|
41953
|
+
// #endregion
|
|
41954
|
+
// #region @import "_theme.scss"; -> packages/default/scss/signature/_theme.scss
|
|
41955
|
+
@include exports("signature/theme") {
|
|
41956
|
+
|
|
41957
|
+
// Solid signature
|
|
41958
|
+
.k-signature {
|
|
41959
|
+
|
|
41960
|
+
.k-signature-line {
|
|
41961
|
+
border-bottom-color: $kendo-signature-line-color;
|
|
41962
|
+
}
|
|
41963
|
+
}
|
|
41964
|
+
|
|
41965
|
+
|
|
41966
|
+
}
|
|
41967
|
+
|
|
41968
|
+
// #endregion
|
|
41969
|
+
|
|
41821
41970
|
// #endregion
|
|
41822
41971
|
|
|
41823
41972
|
// #endregion
|