@progress/kendo-theme-default 6.4.0-dev.3 → 6.4.0-dev.4
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 +74 -233
- package/dist/all.scss +292 -508
- package/dist/meta/sassdoc-data.json +806 -806
- package/dist/meta/sassdoc-raw-data.json +401 -401
- package/dist/meta/variables.json +5 -1
- package/dist/meta/variables.scss +1 -1
- 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-a11y.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 +4 -4
- package/scss/_variables.scss +3 -4
- package/scss/action-sheet/_layout.scss +0 -5
- package/scss/adaptive/_layout.scss +3 -15
- package/scss/adaptive/_theme.scss +1 -1
- package/scss/badge/_variables.scss +2 -2
- package/scss/button/_layout.scss +10 -10
- package/scss/button/_variables.scss +1 -1
- package/scss/calendar/_layout.scss +0 -5
- package/scss/calendar/_theme.scss +1 -1
- package/scss/calendar/_variables.scss +2 -2
- package/scss/chat/_layout.scss +2 -2
- package/scss/checkbox/_layout.scss +3 -3
- package/scss/checkbox/_theme.scss +1 -1
- package/scss/chip/_layout.scss +1 -1
- package/scss/chip/_theme.scss +1 -1
- package/scss/chip/_variables.scss +1 -1
- package/scss/color-preview/_layout.scss +1 -2
- package/scss/common/_animations.scss +7 -9
- package/scss/common/_base.scss +1 -2
- package/scss/dataviz/_layout.scss +2 -0
- package/scss/dataviz/_theme.scss +2 -0
- package/scss/drawer/_layout.scss +2 -2
- package/scss/editor/_layout.scss +8 -7
- package/scss/editor/_theme.scss +2 -2
- package/scss/editor/_variables.scss +1 -1
- package/scss/fab/_variables.scss +4 -4
- package/scss/floating-label/_variables.scss +1 -1
- package/scss/forms/_layout.scss +2 -2
- package/scss/gantt/_layout.scss +6 -6
- package/scss/grid/_layout.scss +30 -15
- package/scss/grid/_variables.scss +2 -1
- package/scss/icons/_layout.scss +4 -13
- package/scss/input/_layout.scss +13 -13
- package/scss/input/_variables.scss +2 -2
- package/scss/list/_layout.scss +2 -2
- package/scss/list/_variables.scss +3 -3
- package/scss/listbox/_index.scss +0 -1
- package/scss/listbox/_layout.scss +0 -9
- package/scss/listgroup/_layout.scss +0 -10
- package/scss/loader/_layout.scss +1 -1
- package/scss/loader/_theme.scss +2 -4
- package/scss/mediaplayer/_layout.scss +4 -10
- package/scss/menu/_layout.scss +7 -44
- package/scss/menu/_variables.scss +1 -1
- package/scss/notification/_variables.scss +0 -1
- package/scss/pager/_layout.scss +0 -9
- package/scss/pdf-viewer/_layout.scss +3 -2
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/progressbar/_layout.scss +3 -3
- package/scss/radio/_layout.scss +3 -3
- package/scss/responsivepanel/_layout.scss +1 -3
- package/scss/scheduler/_layout.scss +6 -17
- package/scss/scheduler/_theme.scss +2 -4
- package/scss/scrollview/_layout.scss +0 -11
- package/scss/signature/_variables.scss +1 -1
- package/scss/slider/_layout.scss +42 -78
- package/scss/splitter/_layout.scss +3 -13
- package/scss/spreadsheet/_layout.scss +5 -7
- package/scss/stepper/_theme.scss +0 -3
- package/scss/table/_layout.scss +13 -11
- package/scss/tabstrip/_layout.scss +9 -14
- package/scss/taskboard/_layout.scss +1 -15
- package/scss/toolbar/_layout.scss +5 -8
- package/scss/toolbar/_theme.scss +1 -2
- package/scss/treeview/_variables.scss +1 -1
- package/scss/upload/_layout.scss +1 -1
- package/scss/window/_layout.scss +1 -1
- package/scss/window/_theme.scss +3 -5
- package/scss/wizard/_layout.scss +1 -3
package/dist/all.scss
CHANGED
|
@@ -10,8 +10,10 @@ $wcag-min-contrast-ratio: 4.5 !default;
|
|
|
10
10
|
// #region @import "@progress/kendo-theme-core/scss/functions/index.import.scss"; -> node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
|
|
11
11
|
// #region @import "../_variables.scss"; -> node_modules/@progress/kendo-theme-core/scss/_variables.scss
|
|
12
12
|
// Equilateral triangle variables
|
|
13
|
+
// stylelint-disable number-max-precision
|
|
13
14
|
$equilateral-index: 1.7320508076 !default;
|
|
14
15
|
$equilateral-height: .8660254038 !default;
|
|
16
|
+
// stylelint-enable number-max-precision
|
|
15
17
|
|
|
16
18
|
// #endregion
|
|
17
19
|
|
|
@@ -192,15 +194,13 @@ $equilateral-height: .8660254038 !default;
|
|
|
192
194
|
|
|
193
195
|
// Precomputed linear color channel values, for use in contrast calculations.
|
|
194
196
|
// See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
|
|
195
|
-
//
|
|
196
197
|
// Algorithm, for c in 0 to 255:
|
|
197
198
|
// f(c) {
|
|
198
199
|
// c = c / 255;
|
|
199
200
|
// return c < 0.03928 ? c / 12.92 : Math.pow((c + 0.055) / 1.055, 2.4);
|
|
200
201
|
// }
|
|
201
|
-
//
|
|
202
202
|
// This lookup table is needed since there is no `pow` in SASS.
|
|
203
|
-
// stylelint-disable
|
|
203
|
+
// stylelint-disable number-max-precision
|
|
204
204
|
$_linear-channel-values: (
|
|
205
205
|
0
|
|
206
206
|
.0003035269835488375
|
|
@@ -459,6 +459,7 @@ $_linear-channel-values: (
|
|
|
459
459
|
.9911020971138298
|
|
460
460
|
1
|
|
461
461
|
);
|
|
462
|
+
// stylelint-enable number-max-precision
|
|
462
463
|
|
|
463
464
|
/// The contrast ratio to reach against white, to determine if color changes from "light" to "dark".
|
|
464
465
|
/// Acceptable values for WCAG 2.0 are 3, 4.5 and 7.
|
|
@@ -503,7 +504,6 @@ $wcag-light: white !default;
|
|
|
503
504
|
/// @link https://www.w3.org/TR/WCAG/#dfn-contrast-ratio
|
|
504
505
|
/// @link https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
|
|
505
506
|
@function k-color-contrast-ratio( $background, $foreground ) {
|
|
506
|
-
// sass-lint:disable-block variable-name-format
|
|
507
507
|
$backLum: k-color-luminance( $background ) + .05;
|
|
508
508
|
$foreLum: k-color-luminance( $foreground ) + .05;
|
|
509
509
|
|
|
@@ -554,7 +554,6 @@ $wcag-light: white !default;
|
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
-
// sass-lint:disable-block no-warn
|
|
558
557
|
@warn "Found no color leading to #{$min-ratio}:1 contrast ratio against #{$background}...";
|
|
559
558
|
|
|
560
559
|
@return $max-ratio-color;
|
|
@@ -738,7 +737,7 @@ $kendo-color-level-step: 8% !default;
|
|
|
738
737
|
@return null;
|
|
739
738
|
}
|
|
740
739
|
|
|
741
|
-
@if $_prefix == null {
|
|
740
|
+
@if $_prefix == null { // stylelint-disable-line
|
|
742
741
|
$_prefix: "";
|
|
743
742
|
}
|
|
744
743
|
|
|
@@ -931,7 +930,6 @@ $_kendo-escape-class-name: (
|
|
|
931
930
|
@return $result;
|
|
932
931
|
}
|
|
933
932
|
|
|
934
|
-
// sass-lint:disable-block no-warn
|
|
935
933
|
@warn "No list passed.";
|
|
936
934
|
@return $result;
|
|
937
935
|
}
|
|
@@ -1143,7 +1141,7 @@ $_kendo-escape-class-name: (
|
|
|
1143
1141
|
/// @example scss - Usage
|
|
1144
1142
|
/// @debug k-math-random(); // => 0.123456789
|
|
1145
1143
|
@function k-math-random( $limit: null ) {
|
|
1146
|
-
@if ( $limit == null ) {
|
|
1144
|
+
@if ( $limit == null ) { // stylelint-disable-line
|
|
1147
1145
|
@return random();
|
|
1148
1146
|
}
|
|
1149
1147
|
|
|
@@ -1203,7 +1201,7 @@ $_kendo-escape-class-name: (
|
|
|
1203
1201
|
/// @debug k-map-get( ( "foo": "bar" ), "foo" ); // => "bar"
|
|
1204
1202
|
@function k-map-get( $map, $keys... ) {
|
|
1205
1203
|
@each $key in $keys {
|
|
1206
|
-
$map: map-get( $map, $key );
|
|
1204
|
+
$map: map-get( $map, $key ); // stylelint-disable-line
|
|
1207
1205
|
}
|
|
1208
1206
|
@return $map;
|
|
1209
1207
|
}
|
|
@@ -1239,7 +1237,7 @@ $_kendo-escape-class-name: (
|
|
|
1239
1237
|
/// @debug k-map-merge( ( "foo": "bar" ), ( "baz": "qux" ) ); // => ( "foo": "bar", "baz": "qux" )
|
|
1240
1238
|
@function k-map-merge( $map, $args... ) {
|
|
1241
1239
|
@each $arg in $args {
|
|
1242
|
-
$map: map-merge( $map, $arg );
|
|
1240
|
+
$map: map-merge( $map, $arg ); // stylelint-disable-line
|
|
1243
1241
|
}
|
|
1244
1242
|
@return $map;
|
|
1245
1243
|
}
|
|
@@ -1697,7 +1695,6 @@ $_kendo-escape-class-name: (
|
|
|
1697
1695
|
$outline: $outline-prop;
|
|
1698
1696
|
|
|
1699
1697
|
$result: k-map-merge($result, (
|
|
1700
|
-
// sass-lint:disable-block indentation
|
|
1701
1698
|
#{$prefix}bg: $bg,
|
|
1702
1699
|
#{$prefix}text: $text,
|
|
1703
1700
|
#{$prefix}border: $border,
|
|
@@ -1727,7 +1724,7 @@ $_kendo-escape-class-name: (
|
|
|
1727
1724
|
$src-palette-name: k-map-get( $definition, PALETTE );
|
|
1728
1725
|
$matrix: k-map-remove( $definition, PALETTE );
|
|
1729
1726
|
|
|
1730
|
-
@if ($tc-index == null ) {
|
|
1727
|
+
@if ($tc-index == null ) { // stylelint-disable-line
|
|
1731
1728
|
$tmp-result: k-generate-theme-variant( $variant, $matrix, $src-palette-name );
|
|
1732
1729
|
$result: k-map-merge( $result, $tmp-result);
|
|
1733
1730
|
} @else {
|
|
@@ -2898,7 +2895,6 @@ $_kendo-data-uris: () !default;
|
|
|
2898
2895
|
/// @require $_kendo-data-uris
|
|
2899
2896
|
@mixin register-data-uri( $name, $content ) {
|
|
2900
2897
|
@if ( k-map-has-key( $_kendo-data-uris, $name ) ) {
|
|
2901
|
-
// sass-lint:disable-block no-warn
|
|
2902
2898
|
@warn "Attempt to redefine data URI of file `#{$name}`.";
|
|
2903
2899
|
}
|
|
2904
2900
|
|
|
@@ -2948,7 +2944,6 @@ $_kendo-data-uris: () !default;
|
|
|
2948
2944
|
}
|
|
2949
2945
|
|
|
2950
2946
|
@mixin checkerboard-gradient( $primary-color: white, $secondary-color: rgba( black, .09 ), $size: 10px ) {
|
|
2951
|
-
// sass-lint:disable-block indentation
|
|
2952
2947
|
$_position: calc( #{$size} / 2 );
|
|
2953
2948
|
|
|
2954
2949
|
background:
|
|
@@ -2998,7 +2993,7 @@ $_kendo-imported-modules: () !default;
|
|
|
2998
2993
|
/// @param {String} $name - The name of the exported module.
|
|
2999
2994
|
/// @require $_kendo-imported-modules
|
|
3000
2995
|
@mixin exports( $name ) {
|
|
3001
|
-
@if (k-list-index( $_kendo-imported-modules, $name ) == null) {
|
|
2996
|
+
@if (k-list-index( $_kendo-imported-modules, $name ) == null) { // stylelint-disable-line
|
|
3002
2997
|
$_kendo-imported-modules: k-list-append( $_kendo-imported-modules, $name ) !global;
|
|
3003
2998
|
@content;
|
|
3004
2999
|
}
|
|
@@ -3663,6 +3658,7 @@ $_kendo-dependencies: (
|
|
|
3663
3658
|
$_deps: () !default;
|
|
3664
3659
|
$_imported: () !default;
|
|
3665
3660
|
|
|
3661
|
+
// stylelint-disable scss/at-if-no-null
|
|
3666
3662
|
@mixin module-register( $name: null, $dependencies: null ) {
|
|
3667
3663
|
@if (k-list-index( $kendo-components, $name) != null) {
|
|
3668
3664
|
$_deps: k-map-merge( $_deps, ( $name: $dependencies ) );
|
|
@@ -3670,7 +3666,6 @@ $_imported: () !default;
|
|
|
3670
3666
|
@if $dependencies {
|
|
3671
3667
|
@each $dep in $dependencies {
|
|
3672
3668
|
@if ( k-list-index( $kendo-components, $dep ) == null ) {
|
|
3673
|
-
// sass-lint:disable-block no-warn
|
|
3674
3669
|
@warn "The module \"#{$name}\" depends on module \"#{$dep}\", but the styles will not be loaded!";
|
|
3675
3670
|
}
|
|
3676
3671
|
}
|
|
@@ -3684,7 +3679,6 @@ $_imported: () !default;
|
|
|
3684
3679
|
@if $dependencies {
|
|
3685
3680
|
@each $dep in $dependencies {
|
|
3686
3681
|
@if ( k-list-index( $_imported, $dep ) == null ) {
|
|
3687
|
-
// sass-lint:disable-block no-warn
|
|
3688
3682
|
@warn "The module \"#{$name}\" depends on module \"#{$dep}\", but the styles have not been loaded yet!";
|
|
3689
3683
|
}
|
|
3690
3684
|
}
|
|
@@ -3699,7 +3693,6 @@ $_imported: () !default;
|
|
|
3699
3693
|
@mixin verify-dependencies() {
|
|
3700
3694
|
@each $component in $kendo-components {
|
|
3701
3695
|
@if (k-map-has-key( $_kendo-dependencies, $component ) == false) {
|
|
3702
|
-
// sass-lint:disable-block no-warn
|
|
3703
3696
|
@error "Module '#{$component}' is not defined.";
|
|
3704
3697
|
}
|
|
3705
3698
|
}
|
|
@@ -3709,11 +3702,11 @@ $_imported: () !default;
|
|
|
3709
3702
|
@mixin verify-rendered() {
|
|
3710
3703
|
@each $component in $kendo-components {
|
|
3711
3704
|
@if (k-list-index( $_imported, $component ) == null) {
|
|
3712
|
-
// sass-lint:disable-block no-warn
|
|
3713
3705
|
@error "Module '#{$component}' has not been rendered.";
|
|
3714
3706
|
}
|
|
3715
3707
|
}
|
|
3716
3708
|
}
|
|
3709
|
+
// stylelint-enable scss/at-if-no-null
|
|
3717
3710
|
|
|
3718
3711
|
// #endregion
|
|
3719
3712
|
|
|
@@ -3750,7 +3743,7 @@ $_imported: () !default;
|
|
|
3750
3743
|
}
|
|
3751
3744
|
|
|
3752
3745
|
// #endregion
|
|
3753
|
-
// #region @import "./_layout"; -> node_modules/@progress/kendo-theme-core/scss/styles/_layout.scss
|
|
3746
|
+
// #region @import "./_layout.scss"; -> node_modules/@progress/kendo-theme-core/scss/styles/_layout.scss
|
|
3754
3747
|
@mixin kendo-core--styles--layout() {
|
|
3755
3748
|
|
|
3756
3749
|
// Basic layout
|
|
@@ -3804,8 +3797,8 @@ $_imported: () !default;
|
|
|
3804
3797
|
border-style: solid;
|
|
3805
3798
|
border-color: inherit;
|
|
3806
3799
|
display: block;
|
|
3807
|
-
flex-grow: 0 !important; //
|
|
3808
|
-
flex-shrink: 0 !important; //
|
|
3800
|
+
flex-grow: 0 !important; // stylelint-disable-line declaration-no-important
|
|
3801
|
+
flex-shrink: 0 !important; // stylelint-disable-line declaration-no-important
|
|
3809
3802
|
align-self: stretch;
|
|
3810
3803
|
}
|
|
3811
3804
|
.k-separator-horizontal,
|
|
@@ -3829,7 +3822,7 @@ $_imported: () !default;
|
|
|
3829
3822
|
|
|
3830
3823
|
// Hidden
|
|
3831
3824
|
.k-hidden {
|
|
3832
|
-
display: none !important; //
|
|
3825
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
3833
3826
|
}
|
|
3834
3827
|
|
|
3835
3828
|
|
|
@@ -3853,14 +3846,14 @@ $_imported: () !default;
|
|
|
3853
3846
|
|
|
3854
3847
|
// Hidden attribute
|
|
3855
3848
|
[hidden] {
|
|
3856
|
-
display: none !important; //
|
|
3849
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
3857
3850
|
}
|
|
3858
3851
|
|
|
3859
3852
|
|
|
3860
3853
|
// Hide script tags
|
|
3861
3854
|
// see https://github.com/telerik/kendo-themes/issues/2360
|
|
3862
3855
|
script {
|
|
3863
|
-
display: none !important; //
|
|
3856
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
3864
3857
|
}
|
|
3865
3858
|
|
|
3866
3859
|
}
|
|
@@ -3906,7 +3899,6 @@ $kendo-auto-bootstrap: true !default;
|
|
|
3906
3899
|
|
|
3907
3900
|
// Spacing
|
|
3908
3901
|
$kendo-spacing: (
|
|
3909
|
-
// sass-lint:disable-block leading-zero
|
|
3910
3902
|
0: 0,
|
|
3911
3903
|
1px: 1px,
|
|
3912
3904
|
0.5: 2px,
|
|
@@ -3983,7 +3975,7 @@ $kendo-padding-y: 4px !default;
|
|
|
3983
3975
|
$kendo-padding-sm-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
3984
3976
|
/// Small vertical padding.
|
|
3985
3977
|
/// @group common
|
|
3986
|
-
$kendo-padding-sm-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
3978
|
+
$kendo-padding-sm-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
3987
3979
|
/// Medium horizontal padding.
|
|
3988
3980
|
/// @group common
|
|
3989
3981
|
$kendo-padding-md-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
@@ -4002,13 +3994,13 @@ $kendo-padding-lg-y: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
|
4002
3994
|
$kendo-border-radius: k-map-get( $kendo-spacing, 1 ) !default;
|
|
4003
3995
|
/// Small border radius.
|
|
4004
3996
|
/// @group common
|
|
4005
|
-
$kendo-border-radius-sm: $kendo-border-radius - k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
3997
|
+
$kendo-border-radius-sm: $kendo-border-radius - k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
4006
3998
|
/// Medium border radius.
|
|
4007
3999
|
/// @group common
|
|
4008
4000
|
$kendo-border-radius-md: $kendo-border-radius !default;
|
|
4009
4001
|
/// Large border radius.
|
|
4010
4002
|
/// @group common
|
|
4011
|
-
$kendo-border-radius-lg: $kendo-border-radius + k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
4003
|
+
$kendo-border-radius-lg: $kendo-border-radius + k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
4012
4004
|
|
|
4013
4005
|
$kendo-border-radii: (
|
|
4014
4006
|
DEFAULT: $kendo-border-radius-md,
|
|
@@ -4403,8 +4395,7 @@ $kendo-invalid-shadow: null !default;
|
|
|
4403
4395
|
// PDF export icons fix
|
|
4404
4396
|
.kendo-pdf-hide-pseudo-elements::before,
|
|
4405
4397
|
.kendo-pdf-hide-pseudo-elements::after {
|
|
4406
|
-
//
|
|
4407
|
-
display: none !important;
|
|
4398
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
4408
4399
|
}
|
|
4409
4400
|
}
|
|
4410
4401
|
|
|
@@ -4900,9 +4891,8 @@ $kendo-invalid-shadow: null !default;
|
|
|
4900
4891
|
}
|
|
4901
4892
|
|
|
4902
4893
|
&-exit-active {
|
|
4903
|
-
// sass-lint:disable-block no-important
|
|
4904
4894
|
// override any max-height set to element to allow animation
|
|
4905
|
-
max-height: 0 !important;
|
|
4895
|
+
max-height: 0 !important; // stylelint-disable-line declaration-no-important
|
|
4906
4896
|
transition: max-height 300ms ease-in-out;
|
|
4907
4897
|
}
|
|
4908
4898
|
}
|
|
@@ -4919,9 +4909,8 @@ $kendo-invalid-shadow: null !default;
|
|
|
4919
4909
|
}
|
|
4920
4910
|
|
|
4921
4911
|
&-exit-active {
|
|
4922
|
-
// sass-lint:disable-block no-important
|
|
4923
4912
|
// override any max-height set to element to allow animation
|
|
4924
|
-
max-width: 0 !important;
|
|
4913
|
+
max-width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
4925
4914
|
transition: max-width 300ms ease-in-out;
|
|
4926
4915
|
}
|
|
4927
4916
|
}
|
|
@@ -4933,7 +4922,7 @@ $kendo-invalid-shadow: null !default;
|
|
|
4933
4922
|
|
|
4934
4923
|
.k-fx-end .k-fx-next,
|
|
4935
4924
|
.k-fx-end .k-fx-current {
|
|
4936
|
-
transition: all $fx-duration ease-out;
|
|
4925
|
+
transition: all $fx-duration ease-out;
|
|
4937
4926
|
}
|
|
4938
4927
|
|
|
4939
4928
|
.k-fx {
|
|
@@ -4950,8 +4939,7 @@ $kendo-invalid-shadow: null !default;
|
|
|
4950
4939
|
|
|
4951
4940
|
.k-fx-hidden,
|
|
4952
4941
|
.k-fx-hidden * {
|
|
4953
|
-
//
|
|
4954
|
-
visibility: hidden !important;
|
|
4942
|
+
visibility: hidden !important; // stylelint-disable-line declaration-no-important
|
|
4955
4943
|
}
|
|
4956
4944
|
|
|
4957
4945
|
.k-fx-reverse {
|
|
@@ -4965,8 +4953,8 @@ $kendo-invalid-shadow: null !default;
|
|
|
4965
4953
|
}
|
|
4966
4954
|
|
|
4967
4955
|
// Zoom
|
|
4956
|
+
// stylelint-disable declaration-no-important
|
|
4968
4957
|
.k-fx-zoom {
|
|
4969
|
-
// sass-lint:disable-block no-important
|
|
4970
4958
|
&.k-fx-start .k-fx-next {
|
|
4971
4959
|
transform: scale(0) !important;
|
|
4972
4960
|
}
|
|
@@ -4990,6 +4978,7 @@ $kendo-invalid-shadow: null !default;
|
|
|
4990
4978
|
}
|
|
4991
4979
|
}
|
|
4992
4980
|
}
|
|
4981
|
+
// stylelint-enable declaration-no-important
|
|
4993
4982
|
|
|
4994
4983
|
// Fade
|
|
4995
4984
|
.k-fx-fade {
|
|
@@ -5028,7 +5017,7 @@ $kendo-invalid-shadow: null !default;
|
|
|
5028
5017
|
&.k-fx-end .k-fx-current .km-content,
|
|
5029
5018
|
&.k-fx-end .k-fx-current .km-header,
|
|
5030
5019
|
&.k-fx-end .k-fx-current .km-footer {
|
|
5031
|
-
transition: all $fx-duration ease-out;
|
|
5020
|
+
transition: all $fx-duration ease-out;
|
|
5032
5021
|
}
|
|
5033
5022
|
|
|
5034
5023
|
// left
|
|
@@ -5491,7 +5480,6 @@ $kendo-theme-colors: () !default;
|
|
|
5491
5480
|
$kendo-font-sizes: () !default;
|
|
5492
5481
|
|
|
5493
5482
|
$kendo-spacing: (
|
|
5494
|
-
// sass-lint:disable-block leading-zero
|
|
5495
5483
|
0: 0,
|
|
5496
5484
|
1px: 1px,
|
|
5497
5485
|
0.5: .125rem,
|
|
@@ -5529,7 +5517,6 @@ $kendo-spacing: (
|
|
|
5529
5517
|
) !default;
|
|
5530
5518
|
|
|
5531
5519
|
$kendo-sizing: k-map-merge( $kendo-spacing, (
|
|
5532
|
-
// sass-lint:disable-block indentation
|
|
5533
5520
|
"auto": auto,
|
|
5534
5521
|
"1/2": 50%,
|
|
5535
5522
|
"1/3": 33.333333%,
|
|
@@ -5572,8 +5559,6 @@ $kendo-border-radii: (
|
|
|
5572
5559
|
full: 9999px
|
|
5573
5560
|
) !default;
|
|
5574
5561
|
|
|
5575
|
-
//
|
|
5576
|
-
|
|
5577
5562
|
$kendo-utils: (
|
|
5578
5563
|
|
|
5579
5564
|
// Accessibility
|
|
@@ -5666,7 +5651,6 @@ $kendo-utils: (
|
|
|
5666
5651
|
),
|
|
5667
5652
|
"overscroll": (),
|
|
5668
5653
|
"placement": k-map-merge( $kendo-spacing, (
|
|
5669
|
-
// sass-lint:disable-block indentation
|
|
5670
5654
|
-1: -1px
|
|
5671
5655
|
)),
|
|
5672
5656
|
"position": (
|
|
@@ -5939,14 +5923,13 @@ $kendo-utils: (
|
|
|
5939
5923
|
fr: minmax( 0, 1fr ),
|
|
5940
5924
|
),
|
|
5941
5925
|
"gap": k-map-merge( $kendo-spacing, (
|
|
5942
|
-
// sass-lint:disable-block indentation
|
|
5943
5926
|
// TODO: remove this extension once we fix docs
|
|
5944
5927
|
xs: k-map-get( $kendo-spacing, 1 ),
|
|
5945
5928
|
sm: k-map-get( $kendo-spacing, 2 ),
|
|
5946
5929
|
md: k-map-get( $kendo-spacing, 3 ),
|
|
5947
5930
|
lg: k-map-get( $kendo-spacing, 4 ),
|
|
5948
5931
|
xl: k-map-get( $kendo-spacing, 6 ),
|
|
5949
|
-
thin: k-map-get( $kendo-spacing, 0.5 ),
|
|
5932
|
+
thin: k-map-get( $kendo-spacing, 0.5 ),
|
|
5950
5933
|
hair: k-map-get( $kendo-spacing, 1px )
|
|
5951
5934
|
)),
|
|
5952
5935
|
"align-content": (
|
|
@@ -6083,33 +6066,30 @@ $kendo-utils: (
|
|
|
6083
6066
|
// Spacing
|
|
6084
6067
|
"margin": k-map-merge( $kendo-spacing,
|
|
6085
6068
|
k-map-negate( $kendo-spacing), (
|
|
6086
|
-
// sass-lint:disable-block indentation
|
|
6087
6069
|
// TODO: remove this extension once we fix docs
|
|
6088
6070
|
xs: k-map-get( $kendo-spacing, 1 ),
|
|
6089
6071
|
sm: k-map-get( $kendo-spacing, 2 ),
|
|
6090
6072
|
md: k-map-get( $kendo-spacing, 3 ),
|
|
6091
6073
|
lg: k-map-get( $kendo-spacing, 4 ),
|
|
6092
6074
|
xl: k-map-get( $kendo-spacing, 6 ),
|
|
6093
|
-
thin: k-map-get( $kendo-spacing, 0.5 ),
|
|
6075
|
+
thin: k-map-get( $kendo-spacing, 0.5 ),
|
|
6094
6076
|
hair: k-map-get( $kendo-spacing, 1px ),
|
|
6095
6077
|
auto: auto
|
|
6096
6078
|
)),
|
|
6097
6079
|
"padding": k-map-merge( $kendo-spacing, (
|
|
6098
|
-
// sass-lint:disable-block indentation
|
|
6099
6080
|
// TODO: remove this extension once we fix docs
|
|
6100
6081
|
xs: k-map-get( $kendo-spacing, 1 ),
|
|
6101
6082
|
sm: k-map-get( $kendo-spacing, 2 ),
|
|
6102
6083
|
md: k-map-get( $kendo-spacing, 3 ),
|
|
6103
6084
|
lg: k-map-get( $kendo-spacing, 4 ),
|
|
6104
6085
|
xl: k-map-get( $kendo-spacing, 6 ),
|
|
6105
|
-
thin: k-map-get( $kendo-spacing, 0.5 ),
|
|
6086
|
+
thin: k-map-get( $kendo-spacing, 0.5 ),
|
|
6106
6087
|
hair: k-map-get( $kendo-spacing, 1px )
|
|
6107
6088
|
)),
|
|
6108
6089
|
"space-between": (),
|
|
6109
6090
|
|
|
6110
6091
|
// Sizing
|
|
6111
6092
|
"width": k-map-merge( $kendo-sizing, (
|
|
6112
|
-
// sass-lint:disable-block indentation
|
|
6113
6093
|
screen: 100vw
|
|
6114
6094
|
)),
|
|
6115
6095
|
"min-width": (
|
|
@@ -6130,7 +6110,6 @@ $kendo-utils: (
|
|
|
6130
6110
|
fit: fit-content
|
|
6131
6111
|
),
|
|
6132
6112
|
"height": k-map-merge( $kendo-sizing, (
|
|
6133
|
-
// sass-lint:disable-block indentation
|
|
6134
6113
|
screen: 100vh
|
|
6135
6114
|
)),
|
|
6136
6115
|
"min-height": (
|
|
@@ -6188,7 +6167,6 @@ $kendo-utils: (
|
|
|
6188
6167
|
end
|
|
6189
6168
|
),
|
|
6190
6169
|
"text-color": k-map-merge( $kendo-theme-colors, (
|
|
6191
|
-
// sass-lint:disable-block indentation
|
|
6192
6170
|
"inherit": inherit,
|
|
6193
6171
|
"current": currentColor,
|
|
6194
6172
|
"transparent": transparent,
|
|
@@ -6244,7 +6222,6 @@ $kendo-utils: (
|
|
|
6244
6222
|
text: text
|
|
6245
6223
|
),
|
|
6246
6224
|
"background-color": k-map-merge( $kendo-theme-colors, (
|
|
6247
|
-
// sass-lint:disable-block indentation
|
|
6248
6225
|
"inherit": inherit,
|
|
6249
6226
|
"transparent": transparent,
|
|
6250
6227
|
"black": black,
|
|
@@ -6288,7 +6265,6 @@ $kendo-utils: (
|
|
|
6288
6265
|
none
|
|
6289
6266
|
),
|
|
6290
6267
|
"border-color": k-map-merge( $kendo-theme-colors, (
|
|
6291
|
-
// sass-lint:disable-block indentation
|
|
6292
6268
|
"inherit": inherit,
|
|
6293
6269
|
"current": currentColor,
|
|
6294
6270
|
"transparent": transparent,
|
|
@@ -6315,7 +6291,6 @@ $kendo-utils: (
|
|
|
6315
6291
|
none
|
|
6316
6292
|
),
|
|
6317
6293
|
"outline-color": k-map-merge( $kendo-theme-colors, (
|
|
6318
|
-
// sass-lint:disable-block indentation
|
|
6319
6294
|
"inherit": inherit,
|
|
6320
6295
|
"current": currentColor,
|
|
6321
6296
|
"transparent": transparent,
|
|
@@ -6334,7 +6309,6 @@ $kendo-utils: (
|
|
|
6334
6309
|
"box-shadow": (),
|
|
6335
6310
|
"box-shadow-color": (),
|
|
6336
6311
|
"opacity": (
|
|
6337
|
-
// sass-lint:disable-block leading-zero
|
|
6338
6312
|
0: 0,
|
|
6339
6313
|
5: 0.05,
|
|
6340
6314
|
10: 0.1,
|
|
@@ -6373,7 +6347,6 @@ $kendo-utils: (
|
|
|
6373
6347
|
// Transform
|
|
6374
6348
|
"flip": true,
|
|
6375
6349
|
"scale": (
|
|
6376
|
-
// sass-lint:disable-block leading-zero
|
|
6377
6350
|
0: 0,
|
|
6378
6351
|
0.25: .25,
|
|
6379
6352
|
0.5: .5,
|
|
@@ -6557,7 +6530,7 @@ $kendo-utils: (
|
|
|
6557
6530
|
@if $important {
|
|
6558
6531
|
.\!#{$_selector} {
|
|
6559
6532
|
@each $prop in $_props {
|
|
6560
|
-
#{$prop}: if( $_fn, k-meta-call($_fn, $_val), $_val ) !important; //
|
|
6533
|
+
#{$prop}: if( $_fn, k-meta-call($_fn, $_val), $_val ) !important; // stylelint-disable-line declaration-no-important
|
|
6561
6534
|
}
|
|
6562
6535
|
}
|
|
6563
6536
|
}
|
|
@@ -6888,9 +6861,9 @@ $kendo-utils: (
|
|
|
6888
6861
|
// Legacy aliases
|
|
6889
6862
|
@include generate-utils( display, display, $kendo-utils-display );
|
|
6890
6863
|
.#{$kendo-prefix}d-flex-row { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-row !optional; }
|
|
6891
|
-
.\!#{$kendo-prefix}d-flex-row { @extend .\!#{$kendo-prefix}d-flex, .\!#{$kendo-prefix}flex-row !optional; }
|
|
6864
|
+
.\!#{$kendo-prefix}d-flex-row { @extend .\!#{$kendo-prefix}d-flex, .\!#{$kendo-prefix}flex-row !optional; }
|
|
6892
6865
|
.#{$kendo-prefix}d-flex-col { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-col !optional; }
|
|
6893
|
-
.\!#{$kendo-prefix}d-flex-col { @extend .\!#{$kendo-prefix}d-flex, .\!#{$kendo-prefix}flex-row !optional; }
|
|
6866
|
+
.\!#{$kendo-prefix}d-flex-col { @extend .\!#{$kendo-prefix}d-flex, .\!#{$kendo-prefix}flex-row !optional; }
|
|
6894
6867
|
|
|
6895
6868
|
}
|
|
6896
6869
|
|
|
@@ -7237,7 +7210,7 @@ $kendo-utils: (
|
|
|
7237
7210
|
// placement length utility classes
|
|
7238
7211
|
@each $side in (top, right, bottom, left) {
|
|
7239
7212
|
.#{$kendo-prefix}#{$side},
|
|
7240
|
-
.#{$kendo-prefix}pos-#{$side} { #{$side}: 0; }
|
|
7213
|
+
.#{$kendo-prefix}pos-#{$side} { #{$side}: 0; }
|
|
7241
7214
|
}
|
|
7242
7215
|
|
|
7243
7216
|
// Inset utility classes
|
|
@@ -8242,8 +8215,8 @@ $kendo-utils: (
|
|
|
8242
8215
|
|
|
8243
8216
|
// Legacy aliases
|
|
8244
8217
|
@include generate-utils( colspan, grid-column, $kendo-utils-grid-column-span );
|
|
8245
|
-
.#{$kendo-prefix}colspan-all { @extend .#{$kendo-prefix}colspan-full !optional; }
|
|
8246
|
-
.\!#{$kendo-prefix}colspan-all { @extend .\!#{$kendo-prefix}colspan-full !optional; }
|
|
8218
|
+
.#{$kendo-prefix}colspan-all { @extend .#{$kendo-prefix}colspan-full !optional; }
|
|
8219
|
+
.\!#{$kendo-prefix}colspan-all { @extend .\!#{$kendo-prefix}colspan-full !optional; }
|
|
8247
8220
|
|
|
8248
8221
|
}
|
|
8249
8222
|
|
|
@@ -8286,8 +8259,8 @@ $kendo-utils: (
|
|
|
8286
8259
|
|
|
8287
8260
|
// Legacy aliases
|
|
8288
8261
|
@include generate-utils( rowspan, grid-row, $kendo-utils-grid-row-span );
|
|
8289
|
-
.#{$kendo-prefix}rowspan-all { @extend .#{$kendo-prefix}rowspan-full !optional; }
|
|
8290
|
-
.\!#{$kendo-prefix}rowspan-all { @extend .\!#{$kendo-prefix}rowspan-full !optional; }
|
|
8262
|
+
.#{$kendo-prefix}rowspan-all { @extend .#{$kendo-prefix}rowspan-full !optional; }
|
|
8263
|
+
.\!#{$kendo-prefix}rowspan-all { @extend .\!#{$kendo-prefix}rowspan-full !optional; }
|
|
8291
8264
|
|
|
8292
8265
|
}
|
|
8293
8266
|
|
|
@@ -8436,7 +8409,7 @@ $kendo-utils: (
|
|
|
8436
8409
|
|
|
8437
8410
|
// Custom justify-content classes
|
|
8438
8411
|
.#{$kendo-prefix}justify-content-stretch > * { flex: 1 0 0%; }
|
|
8439
|
-
.\!.#{$kendo-prefix}justify-content-stretch > * { flex: 1 0 0% !important; } //
|
|
8412
|
+
.\!.#{$kendo-prefix}justify-content-stretch > * { flex: 1 0 0% !important; } // stylelint-disable-line declaration-no-important
|
|
8440
8413
|
|
|
8441
8414
|
}
|
|
8442
8415
|
|
|
@@ -10688,9 +10661,9 @@ $kendo-utils: (
|
|
|
10688
10661
|
text-overflow: ellipsis;
|
|
10689
10662
|
}
|
|
10690
10663
|
.\!#{$kendo-prefix}text-truncate {
|
|
10691
|
-
white-space: nowrap !important; //
|
|
10692
|
-
overflow: hidden !important; //
|
|
10693
|
-
text-overflow: ellipsis !important; //
|
|
10664
|
+
white-space: nowrap !important; // stylelint-disable-line declaration-no-important
|
|
10665
|
+
overflow: hidden !important; // stylelint-disable-line declaration-no-important
|
|
10666
|
+
text-overflow: ellipsis !important; // stylelint-disable-line declaration-no-important
|
|
10694
10667
|
}
|
|
10695
10668
|
|
|
10696
10669
|
// Legacy aliases
|
|
@@ -12250,11 +12223,11 @@ $kendo-utils: (
|
|
|
12250
12223
|
$kendo-utils-flip: k-map-get( $kendo-utils, "flip" ) !default;
|
|
12251
12224
|
@if $kendo-utils-flip {
|
|
12252
12225
|
.#{$kendo-prefix}flip-h { transform: scaleX( -1 ); }
|
|
12253
|
-
.\!#{$kendo-prefix}flip-h { transform: scaleX( -1 ) !important; } //
|
|
12226
|
+
.\!#{$kendo-prefix}flip-h { transform: scaleX( -1 ) !important; } // stylelint-disable-line declaration-no-important
|
|
12254
12227
|
.#{$kendo-prefix}flip-v { transform: scaleY( -1 ); }
|
|
12255
|
-
.\!#{$kendo-prefix}flip-v { transform: scaleY( -1 ) !important; } //
|
|
12228
|
+
.\!#{$kendo-prefix}flip-v { transform: scaleY( -1 ) !important; } // stylelint-disable-line declaration-no-important
|
|
12256
12229
|
.#{$kendo-prefix}flip-h.#{$kendo-prefix}flip-v { transform: scale( -1, -1 ); }
|
|
12257
|
-
.\!#{$kendo-prefix}flip-h.\!#{$kendo-prefix}flip-v { transform: scale( -1, -1 ) !important; } //
|
|
12230
|
+
.\!#{$kendo-prefix}flip-h.\!#{$kendo-prefix}flip-v { transform: scale( -1, -1 ) !important; } // stylelint-disable-line declaration-no-important
|
|
12258
12231
|
|
|
12259
12232
|
// Legacy aliases
|
|
12260
12233
|
.#{$kendo-prefix}flip-x { @extend .#{$kendo-prefix}flip-h !optional; }
|
|
@@ -12379,11 +12352,11 @@ $kendo-utils: (
|
|
|
12379
12352
|
/// @group transform
|
|
12380
12353
|
/// @contextType css
|
|
12381
12354
|
|
|
12382
|
-
//
|
|
12355
|
+
// stylelint-disable scss/at-function-pattern
|
|
12383
12356
|
@function __rotate( $val ) {
|
|
12384
12357
|
@return rotate( $val );
|
|
12385
12358
|
}
|
|
12386
|
-
//
|
|
12359
|
+
// stylelint-enable scss/at-function-pattern
|
|
12387
12360
|
|
|
12388
12361
|
@mixin kendo-utils--transform--rotate() {
|
|
12389
12362
|
|
|
@@ -12413,7 +12386,7 @@ $kendo-utils: (
|
|
|
12413
12386
|
/// @group transform
|
|
12414
12387
|
/// @contextType css
|
|
12415
12388
|
|
|
12416
|
-
//
|
|
12389
|
+
// stylelint-disable scss/at-function-pattern
|
|
12417
12390
|
@function __scale( $val ) {
|
|
12418
12391
|
@return scale( $val );
|
|
12419
12392
|
}
|
|
@@ -12423,7 +12396,7 @@ $kendo-utils: (
|
|
|
12423
12396
|
@function __scale-y( $val ) {
|
|
12424
12397
|
@return scaleY( $val );
|
|
12425
12398
|
}
|
|
12426
|
-
//
|
|
12399
|
+
// stylelint-enable scss/at-function-pattern
|
|
12427
12400
|
|
|
12428
12401
|
@mixin kendo-utils--transform--scale() {
|
|
12429
12402
|
|
|
@@ -12461,14 +12434,14 @@ $kendo-utils: (
|
|
|
12461
12434
|
/// @group skew
|
|
12462
12435
|
/// @contextType css
|
|
12463
12436
|
|
|
12464
|
-
//
|
|
12437
|
+
// stylelint-disable scss/at-function-pattern
|
|
12465
12438
|
@function __skew-x( $val ) {
|
|
12466
12439
|
@return skewX( $val );
|
|
12467
12440
|
}
|
|
12468
12441
|
@function __skew-y( $val ) {
|
|
12469
12442
|
@return skewY( $val );
|
|
12470
12443
|
}
|
|
12471
|
-
//
|
|
12444
|
+
// stylelint-enable scss/at-function-pattern
|
|
12472
12445
|
|
|
12473
12446
|
@mixin kendo-utils--transform--skew() {
|
|
12474
12447
|
|
|
@@ -12535,7 +12508,7 @@ $kendo-utils: (
|
|
|
12535
12508
|
/// @group transform
|
|
12536
12509
|
/// @contextType css
|
|
12537
12510
|
|
|
12538
|
-
//
|
|
12511
|
+
// stylelint-disable scss/at-function-pattern
|
|
12539
12512
|
@function __translate( $val ) {
|
|
12540
12513
|
@return translate( $val );
|
|
12541
12514
|
}
|
|
@@ -12545,7 +12518,7 @@ $kendo-utils: (
|
|
|
12545
12518
|
@function __translate-y( $val ) {
|
|
12546
12519
|
@return translateY( $val );
|
|
12547
12520
|
}
|
|
12548
|
-
//
|
|
12521
|
+
// stylelint-enable scss/at-function-pattern
|
|
12549
12522
|
|
|
12550
12523
|
@mixin kendo-utils--transform--translate() {
|
|
12551
12524
|
|
|
@@ -15034,6 +15007,10 @@ $ki-rotate-map: (
|
|
|
15034
15007
|
right: 0;
|
|
15035
15008
|
margin: 0 -.5em -.5em 0;
|
|
15036
15009
|
}
|
|
15010
|
+
.k-svg-icon.k-icon-modifier {
|
|
15011
|
+
width: 1em;
|
|
15012
|
+
height: 1em;
|
|
15013
|
+
}
|
|
15037
15014
|
|
|
15038
15015
|
.k-i-none::before {
|
|
15039
15016
|
content: "";
|
|
@@ -15045,19 +15022,6 @@ $ki-rotate-map: (
|
|
|
15045
15022
|
cursor: pointer;
|
|
15046
15023
|
}
|
|
15047
15024
|
|
|
15048
|
-
// RTL icons
|
|
15049
|
-
.k-rtl,
|
|
15050
|
-
[dir="rtl"] {
|
|
15051
|
-
.k-i-indent-increase,
|
|
15052
|
-
.k-i-indent-decrease,
|
|
15053
|
-
.k-i-caret-alt-right,
|
|
15054
|
-
.k-i-caret-alt-left,
|
|
15055
|
-
.k-svg-i-caret-alt-right,
|
|
15056
|
-
.k-svg-i-caret-alt-left {
|
|
15057
|
-
transform: scaleX(-1);
|
|
15058
|
-
}
|
|
15059
|
-
}
|
|
15060
|
-
|
|
15061
15025
|
.k-sprite {
|
|
15062
15026
|
display: inline-block;
|
|
15063
15027
|
width: 16px;
|
|
@@ -15532,7 +15496,7 @@ $kendo-list-lg-header-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
15532
15496
|
/// The vertical padding of the List header, if no size is set.
|
|
15533
15497
|
/// @group list
|
|
15534
15498
|
$kendo-list-header-padding-y: null !default;
|
|
15535
|
-
$kendo-list-sm-header-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
15499
|
+
$kendo-list-sm-header-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
15536
15500
|
$kendo-list-md-header-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
15537
15501
|
$kendo-list-lg-header-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
15538
15502
|
|
|
@@ -15568,7 +15532,7 @@ $kendo-list-lg-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
15568
15532
|
/// The vertical padding of the List items, when no size is set.
|
|
15569
15533
|
/// @group list
|
|
15570
15534
|
$kendo-list-item-padding-y: null !default;
|
|
15571
|
-
$kendo-list-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
15535
|
+
$kendo-list-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
15572
15536
|
$kendo-list-md-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
15573
15537
|
$kendo-list-lg-item-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
15574
15538
|
|
|
@@ -15596,7 +15560,7 @@ $kendo-list-lg-group-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
15596
15560
|
/// The vertical padding of the List group items, when no size is set.
|
|
15597
15561
|
/// @group list
|
|
15598
15562
|
$kendo-list-group-item-padding-y: null !default;
|
|
15599
|
-
$kendo-list-sm-group-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
15563
|
+
$kendo-list-sm-group-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
15600
15564
|
$kendo-list-md-group-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
15601
15565
|
$kendo-list-lg-group-item-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
15602
15566
|
|
|
@@ -16063,7 +16027,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
16063
16027
|
|
|
16064
16028
|
.k-ripple {
|
|
16065
16029
|
// Hide ripple temporarily
|
|
16066
|
-
visibility: hidden !important; //
|
|
16030
|
+
visibility: hidden !important; // stylelint-disable-line declaration-no-important
|
|
16067
16031
|
}
|
|
16068
16032
|
}
|
|
16069
16033
|
.k-checkbox + .k-label,
|
|
@@ -16077,7 +16041,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
16077
16041
|
|
|
16078
16042
|
// Empty label
|
|
16079
16043
|
.k-checkbox-label:empty {
|
|
16080
|
-
display: none !important; //
|
|
16044
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
16081
16045
|
}
|
|
16082
16046
|
.k-checkbox-label.k-no-text {
|
|
16083
16047
|
min-width: 1px;
|
|
@@ -16132,7 +16096,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
16132
16096
|
|
|
16133
16097
|
.k-checkbox:focus,
|
|
16134
16098
|
.k-checkbox.k-focus {
|
|
16135
|
-
box-shadow: none !important; //
|
|
16099
|
+
box-shadow: none !important; // stylelint-disable-line declaration-no-important
|
|
16136
16100
|
}
|
|
16137
16101
|
|
|
16138
16102
|
.k-checkbox:disabled::after,
|
|
@@ -16173,7 +16137,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
16173
16137
|
|
|
16174
16138
|
// #endregion
|
|
16175
16139
|
// #region @import "./_theme.scss"; -> scss/checkbox/_theme.scss
|
|
16176
|
-
@mixin kendo-checkbox--theme-base
|
|
16140
|
+
@mixin kendo-checkbox--theme-base() {
|
|
16177
16141
|
|
|
16178
16142
|
// Checkbox
|
|
16179
16143
|
.k-checkbox {
|
|
@@ -16358,7 +16322,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
16358
16322
|
padding-block: $kendo-list-header-padding-y;
|
|
16359
16323
|
padding-inline: $kendo-list-header-padding-x;
|
|
16360
16324
|
border-width: 0;
|
|
16361
|
-
border-width: $kendo-list-header-border-width;
|
|
16325
|
+
border-width: $kendo-list-header-border-width;
|
|
16362
16326
|
border-style: solid;
|
|
16363
16327
|
font-size: $kendo-list-header-font-size;
|
|
16364
16328
|
line-height: $kendo-list-header-line-height;
|
|
@@ -16443,7 +16407,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
16443
16407
|
padding-block: $kendo-list-group-item-padding-y;
|
|
16444
16408
|
padding-inline: $kendo-list-group-item-padding-x;
|
|
16445
16409
|
border-width: 0;
|
|
16446
|
-
border-width: $kendo-list-group-item-border-width;
|
|
16410
|
+
border-width: $kendo-list-group-item-border-width;
|
|
16447
16411
|
border-style: solid;
|
|
16448
16412
|
font-size: $kendo-list-group-item-font-size;
|
|
16449
16413
|
line-height: $kendo-list-group-item-line-height;
|
|
@@ -16905,11 +16869,6 @@ $kendo-listgroup-item-border-width: 1px !default;
|
|
|
16905
16869
|
> .k-select {
|
|
16906
16870
|
right: auto;
|
|
16907
16871
|
left: 0;
|
|
16908
|
-
|
|
16909
|
-
.k-icon,
|
|
16910
|
-
.k-svg-icon {
|
|
16911
|
-
transform: scaleX(-1);
|
|
16912
|
-
}
|
|
16913
16872
|
}
|
|
16914
16873
|
}
|
|
16915
16874
|
}
|
|
@@ -16925,11 +16884,6 @@ $kendo-listgroup-item-border-width: 1px !default;
|
|
|
16925
16884
|
margin-left: -$kendo-listgroup-item-padding-x;
|
|
16926
16885
|
border-right-width: 1px;
|
|
16927
16886
|
border-left-width: 0;
|
|
16928
|
-
|
|
16929
|
-
.k-icon,
|
|
16930
|
-
.k-svg-icon {
|
|
16931
|
-
transform: scaleX(-1);
|
|
16932
|
-
}
|
|
16933
16887
|
}
|
|
16934
16888
|
}
|
|
16935
16889
|
}
|
|
@@ -17638,7 +17592,7 @@ $kendo-table-selected-border: null !default;
|
|
|
17638
17592
|
// Table header
|
|
17639
17593
|
.k-table-header {
|
|
17640
17594
|
padding-inline-end: var(--kendo-scrollbar-width);
|
|
17641
|
-
border-width: 0 0 1px
|
|
17595
|
+
border-width: 0 0 1px;
|
|
17642
17596
|
border-style: solid;
|
|
17643
17597
|
box-sizing: border-box;
|
|
17644
17598
|
|
|
@@ -17724,18 +17678,19 @@ $kendo-table-selected-border: null !default;
|
|
|
17724
17678
|
}
|
|
17725
17679
|
}
|
|
17726
17680
|
|
|
17681
|
+
// stylelint-disable declaration-no-important
|
|
17727
17682
|
.k-table-spacer-td {
|
|
17728
|
-
padding: 0 !important;
|
|
17729
|
-
width: 0 !important;
|
|
17730
|
-
border-left-width: 0 !important;
|
|
17731
|
-
border-right-width: 0 !important;
|
|
17683
|
+
padding: 0 !important;
|
|
17684
|
+
width: 0 !important;
|
|
17685
|
+
border-left-width: 0 !important;
|
|
17686
|
+
border-right-width: 0 !important;
|
|
17732
17687
|
}
|
|
17733
17688
|
.k-table-group-td {
|
|
17734
|
-
padding: 0 !important;
|
|
17735
|
-
width: 0 !important;
|
|
17736
|
-
border-left-width: 0 !important;
|
|
17737
|
-
border-right-width: 0 !important;
|
|
17738
|
-
overflow: visible;
|
|
17689
|
+
padding: 0 !important;
|
|
17690
|
+
width: 0 !important;
|
|
17691
|
+
border-left-width: 0 !important;
|
|
17692
|
+
border-right-width: 0 !important;
|
|
17693
|
+
overflow: visible;
|
|
17739
17694
|
|
|
17740
17695
|
> span {
|
|
17741
17696
|
font-size: .75em;
|
|
@@ -17744,6 +17699,7 @@ $kendo-table-selected-border: null !default;
|
|
|
17744
17699
|
right: 0;
|
|
17745
17700
|
}
|
|
17746
17701
|
}
|
|
17702
|
+
// stylelint-enable declaration-no-important
|
|
17747
17703
|
}
|
|
17748
17704
|
|
|
17749
17705
|
|
|
@@ -17769,7 +17725,7 @@ $kendo-table-selected-border: null !default;
|
|
|
17769
17725
|
// Table footer
|
|
17770
17726
|
.k-table-footer {
|
|
17771
17727
|
padding-inline-end: var(--kendo-scrollbar-width);
|
|
17772
|
-
border-width: 1px 0 0
|
|
17728
|
+
border-width: 1px 0 0;
|
|
17773
17729
|
border-style: solid;
|
|
17774
17730
|
box-sizing: border-box;
|
|
17775
17731
|
|
|
@@ -18313,7 +18269,7 @@ $kendo-badge-border-radius: $kendo-border-radius-md !default;
|
|
|
18313
18269
|
$kendo-badge-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
18314
18270
|
/// The horizontal padding of the small Badge.
|
|
18315
18271
|
/// @group badge
|
|
18316
|
-
$kendo-badge-sm-padding-x: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
18272
|
+
$kendo-badge-sm-padding-x: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
18317
18273
|
/// The horizontal padding of the medium Badge.
|
|
18318
18274
|
/// @group badge
|
|
18319
18275
|
$kendo-badge-md-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
@@ -18326,7 +18282,7 @@ $kendo-badge-lg-padding-x: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
|
18326
18282
|
$kendo-badge-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
18327
18283
|
/// The vertical padding of the small Badge.
|
|
18328
18284
|
/// @group badge
|
|
18329
|
-
$kendo-badge-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
18285
|
+
$kendo-badge-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
18330
18286
|
/// The vertical padding of the medium Badge.
|
|
18331
18287
|
/// @group badge
|
|
18332
18288
|
$kendo-badge-md-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
@@ -18663,7 +18619,7 @@ $kendo-button-lg-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
18663
18619
|
$kendo-button-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
18664
18620
|
/// The vertical padding of the small Button.
|
|
18665
18621
|
/// @group button
|
|
18666
|
-
$kendo-button-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
18622
|
+
$kendo-button-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
18667
18623
|
/// The vertical padding of the medium Button.
|
|
18668
18624
|
/// @group button
|
|
18669
18625
|
$kendo-button-md-padding-y: $kendo-button-padding-y !default;
|
|
@@ -18923,7 +18879,7 @@ $kendo-chip-lg-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
|
18923
18879
|
$kendo-chip-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
18924
18880
|
/// The vertical padding of the small Chip.
|
|
18925
18881
|
/// @group chip
|
|
18926
|
-
$kendo-chip-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
18882
|
+
$kendo-chip-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
18927
18883
|
/// The vertical padding of the medium Chip.
|
|
18928
18884
|
/// @group chip
|
|
18929
18885
|
$kendo-chip-md-padding-y: $kendo-chip-padding-y !default;
|
|
@@ -19104,7 +19060,7 @@ $kendo-chip-list-sizes: (
|
|
|
19104
19060
|
}
|
|
19105
19061
|
|
|
19106
19062
|
.k-selected-icon-wrapper {
|
|
19107
|
-
display: none !important; //
|
|
19063
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
19108
19064
|
}
|
|
19109
19065
|
}
|
|
19110
19066
|
|
|
@@ -19240,7 +19196,7 @@ $kendo-chip-list-sizes: (
|
|
|
19240
19196
|
|
|
19241
19197
|
// #endregion
|
|
19242
19198
|
// #region @import "./_theme.scss"; -> scss/chip/_theme.scss
|
|
19243
|
-
@mixin kendo-chip--theme-base
|
|
19199
|
+
@mixin kendo-chip--theme-base() {
|
|
19244
19200
|
|
|
19245
19201
|
// Solid
|
|
19246
19202
|
@each $name, $color in $kendo-chip-theme-colors {
|
|
@@ -19464,8 +19420,7 @@ $kendo-color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0
|
|
|
19464
19420
|
box-sizing: border-box;
|
|
19465
19421
|
border-style: solid;
|
|
19466
19422
|
display: inline-flex;
|
|
19467
|
-
flex-
|
|
19468
|
-
flex-wrap: nowrap;
|
|
19423
|
+
flex-flow: row nowrap;
|
|
19469
19424
|
position: relative;
|
|
19470
19425
|
overflow: hidden;
|
|
19471
19426
|
|
|
@@ -20219,7 +20174,7 @@ $kendo-loading-opacity: .3 !default;
|
|
|
20219
20174
|
content: "";
|
|
20220
20175
|
// See https://github.com/telerik/kendo-themes/issues/1925
|
|
20221
20176
|
border-width: 1px; // TODO: Remove once we drop IE support
|
|
20222
|
-
border-width: clamp( .015em, 1px, 1px );
|
|
20177
|
+
border-width: clamp( .015em, 1px, 1px );
|
|
20223
20178
|
font-size: 4em;
|
|
20224
20179
|
}
|
|
20225
20180
|
|
|
@@ -20275,11 +20230,9 @@ $kendo-loading-opacity: .3 !default;
|
|
|
20275
20230
|
}
|
|
20276
20231
|
|
|
20277
20232
|
.k-loader-container-inner {
|
|
20278
|
-
// sass-lint:disable-block no-important
|
|
20279
|
-
// sass-lint:disable-block class-name-format
|
|
20280
20233
|
.k-text-secondary,
|
|
20281
|
-
.\!k-text-secondary {
|
|
20282
|
-
color: $kendo-loader-secondary-bg !important;
|
|
20234
|
+
.\!k-text-secondary { // stylelint-disable-line
|
|
20235
|
+
color: $kendo-loader-secondary-bg !important; // stylelint-disable-line declaration-no-important
|
|
20283
20236
|
}
|
|
20284
20237
|
}
|
|
20285
20238
|
|
|
@@ -20788,20 +20741,20 @@ $_kendo-module-meta: (
|
|
|
20788
20741
|
|
|
20789
20742
|
// Flat button
|
|
20790
20743
|
.k-button-flat {
|
|
20791
|
-
border-color: transparent !important; //
|
|
20744
|
+
border-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
20792
20745
|
color: inherit;
|
|
20793
|
-
background: none !important; //
|
|
20794
|
-
box-shadow: none !important; //
|
|
20746
|
+
background: none !important; // stylelint-disable-line declaration-no-important
|
|
20747
|
+
box-shadow: none !important; // stylelint-disable-line declaration-no-important
|
|
20795
20748
|
|
|
20796
20749
|
// Overlay background
|
|
20797
20750
|
&::before {
|
|
20798
|
-
display: block !important; //
|
|
20751
|
+
display: block !important; // stylelint-disable-line declaration-no-important
|
|
20799
20752
|
}
|
|
20800
20753
|
|
|
20801
20754
|
// Focus ring
|
|
20802
20755
|
&::after {
|
|
20803
20756
|
box-shadow: inset 0 0 0 2px currentColor;
|
|
20804
|
-
display: block !important; //
|
|
20757
|
+
display: block !important; // stylelint-disable-line declaration-no-important
|
|
20805
20758
|
}
|
|
20806
20759
|
|
|
20807
20760
|
&:focus::after,
|
|
@@ -20835,10 +20788,10 @@ $_kendo-module-meta: (
|
|
|
20835
20788
|
|
|
20836
20789
|
// Clear button
|
|
20837
20790
|
.k-button-clear {
|
|
20838
|
-
border-color: transparent !important; //
|
|
20791
|
+
border-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
20839
20792
|
color: inherit;
|
|
20840
|
-
background: none !important; //
|
|
20841
|
-
box-shadow: none !important; //
|
|
20793
|
+
background: none !important; // stylelint-disable-line declaration-no-important
|
|
20794
|
+
box-shadow: none !important; // stylelint-disable-line declaration-no-important
|
|
20842
20795
|
}
|
|
20843
20796
|
|
|
20844
20797
|
|
|
@@ -20862,7 +20815,7 @@ $_kendo-module-meta: (
|
|
|
20862
20815
|
}
|
|
20863
20816
|
|
|
20864
20817
|
|
|
20865
|
-
.k-button {
|
|
20818
|
+
.k-button { // stylelint-disable-line
|
|
20866
20819
|
|
|
20867
20820
|
&::before {
|
|
20868
20821
|
@extend .k-button-overlay !optional;
|
|
@@ -20911,7 +20864,7 @@ $_kendo-module-meta: (
|
|
|
20911
20864
|
|
|
20912
20865
|
|
|
20913
20866
|
// Button focus ring
|
|
20914
|
-
.k-button {
|
|
20867
|
+
.k-button { // stylelint-disable-line
|
|
20915
20868
|
|
|
20916
20869
|
&::after {
|
|
20917
20870
|
@include border-radius( inherit );
|
|
@@ -21393,7 +21346,7 @@ $kendo-menu-popup-lg-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
21393
21346
|
/// Vertical padding of the menu item in popup.
|
|
21394
21347
|
/// @group menu
|
|
21395
21348
|
$kendo-menu-popup-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
21396
|
-
$kendo-menu-popup-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
21349
|
+
$kendo-menu-popup-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
21397
21350
|
$kendo-menu-popup-md-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
21398
21351
|
$kendo-menu-popup-lg-item-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
21399
21352
|
|
|
@@ -21557,7 +21510,7 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
|
|
|
21557
21510
|
flex-direction: row;
|
|
21558
21511
|
|
|
21559
21512
|
> .k-menu-item + .k-menu-item {
|
|
21560
|
-
margin-
|
|
21513
|
+
margin-inline-start: $kendo-menu-item-spacing;
|
|
21561
21514
|
}
|
|
21562
21515
|
|
|
21563
21516
|
> .k-separator {
|
|
@@ -21582,7 +21535,7 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
|
|
|
21582
21535
|
> .k-menu-item > .k-menu-link {
|
|
21583
21536
|
padding-block: $kendo-menu-popup-item-padding-y;
|
|
21584
21537
|
padding-inline: $kendo-menu-popup-item-padding-x;
|
|
21585
|
-
padding-
|
|
21538
|
+
padding-inline-end: $kendo-menu-popup-item-padding-end;
|
|
21586
21539
|
}
|
|
21587
21540
|
|
|
21588
21541
|
> .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
|
|
@@ -21735,7 +21688,7 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
|
|
|
21735
21688
|
}
|
|
21736
21689
|
.k-animation-container .k-context-menu.k-menu-horizontal {
|
|
21737
21690
|
// kendo-jquery adds `display: block` via js and we need to override it.
|
|
21738
|
-
display: flex !important; //
|
|
21691
|
+
display: flex !important; // stylelint-disable-line declaration-no-important
|
|
21739
21692
|
flex-wrap: nowrap;
|
|
21740
21693
|
}
|
|
21741
21694
|
.k-context-menu-popup {
|
|
@@ -21774,28 +21727,28 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
|
|
|
21774
21727
|
|
|
21775
21728
|
&.k-scroll-left {
|
|
21776
21729
|
top: 0;
|
|
21777
|
-
|
|
21730
|
+
inset-inline-start: 0;
|
|
21778
21731
|
height: 100%;
|
|
21779
21732
|
width: 16px;
|
|
21780
21733
|
border-right-width: 1px;
|
|
21781
21734
|
}
|
|
21782
21735
|
&.k-scroll-right {
|
|
21783
21736
|
top: 0;
|
|
21784
|
-
|
|
21737
|
+
inset-inline-end: 0;
|
|
21785
21738
|
height: 100%;
|
|
21786
21739
|
width: 16px;
|
|
21787
21740
|
border-left-width: 1px;
|
|
21788
21741
|
}
|
|
21789
21742
|
&.k-scroll-up {
|
|
21790
21743
|
top: 0;
|
|
21791
|
-
|
|
21744
|
+
inset-inline-start: 0;
|
|
21792
21745
|
width: 100%;
|
|
21793
21746
|
height: 16px;
|
|
21794
21747
|
border-bottom-width: 1px;
|
|
21795
21748
|
}
|
|
21796
21749
|
&.k-scroll-down {
|
|
21797
21750
|
bottom: 0;
|
|
21798
|
-
|
|
21751
|
+
inset-inline-start: 0;
|
|
21799
21752
|
width: 100%;
|
|
21800
21753
|
height: 16px;
|
|
21801
21754
|
border-top-width: 1px;
|
|
@@ -21803,43 +21756,6 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
|
|
|
21803
21756
|
}
|
|
21804
21757
|
}
|
|
21805
21758
|
|
|
21806
|
-
|
|
21807
|
-
// RTL
|
|
21808
|
-
.k-rtl,
|
|
21809
|
-
[dir="rtl"] {
|
|
21810
|
-
|
|
21811
|
-
// Orientation -- horizontal
|
|
21812
|
-
.k-menu-horizontal {
|
|
21813
|
-
|
|
21814
|
-
> .k-menu-item + .k-menu-item {
|
|
21815
|
-
margin-right: $kendo-menu-item-spacing;
|
|
21816
|
-
margin-left: 0;
|
|
21817
|
-
}
|
|
21818
|
-
}
|
|
21819
|
-
|
|
21820
|
-
|
|
21821
|
-
// Orientation -- vertical
|
|
21822
|
-
.k-menu-vertical {
|
|
21823
|
-
|
|
21824
|
-
> .k-menu-item > .k-menu-link {
|
|
21825
|
-
padding-right: $kendo-menu-popup-item-padding-x;
|
|
21826
|
-
padding-left: $kendo-menu-popup-item-padding-end;
|
|
21827
|
-
}
|
|
21828
|
-
}
|
|
21829
|
-
|
|
21830
|
-
|
|
21831
|
-
// Sub menu
|
|
21832
|
-
.k-menu-group {
|
|
21833
|
-
|
|
21834
|
-
.k-menu-link {
|
|
21835
|
-
padding-right: $kendo-menu-popup-item-padding-x;
|
|
21836
|
-
padding-left: $kendo-menu-popup-item-padding-end;
|
|
21837
|
-
}
|
|
21838
|
-
|
|
21839
|
-
}
|
|
21840
|
-
|
|
21841
|
-
}
|
|
21842
|
-
|
|
21843
21759
|
}
|
|
21844
21760
|
|
|
21845
21761
|
|
|
@@ -22263,13 +22179,10 @@ $kendo-toolbar-sizes: (
|
|
|
22263
22179
|
height: $kendo-button-lg-calc-size;
|
|
22264
22180
|
}
|
|
22265
22181
|
|
|
22266
|
-
|
|
22267
|
-
|
|
22268
|
-
// sass-lint:disable class-name-format
|
|
22269
22182
|
.k-floating-toolbar,
|
|
22270
|
-
.editorToolbarWindow.k-window-content {
|
|
22271
|
-
padding-block: $kendo-toolbar-md-padding-y !important; //
|
|
22272
|
-
padding-inline: $kendo-toolbar-md-padding-x !important; //
|
|
22183
|
+
.editorToolbarWindow.k-window-content { // stylelint-disable-line
|
|
22184
|
+
padding-block: $kendo-toolbar-md-padding-y !important; // stylelint-disable-line declaration-no-important
|
|
22185
|
+
padding-inline: $kendo-toolbar-md-padding-x !important; // stylelint-disable-line declaration-no-important
|
|
22273
22186
|
border-width: $kendo-toolbar-border-width;
|
|
22274
22187
|
border-style: solid;
|
|
22275
22188
|
display: flex;
|
|
@@ -22285,14 +22198,14 @@ $kendo-toolbar-sizes: (
|
|
|
22285
22198
|
background: none;
|
|
22286
22199
|
}
|
|
22287
22200
|
}
|
|
22288
|
-
.k-editortoolbar-dragHandle {
|
|
22201
|
+
.k-editortoolbar-dragHandle { // stylelint-disable-line
|
|
22289
22202
|
cursor: move;
|
|
22290
22203
|
display: flex;
|
|
22291
22204
|
align-items: center;
|
|
22292
22205
|
align-self: stretch;
|
|
22293
22206
|
flex-shrink: 0;
|
|
22294
22207
|
}
|
|
22295
|
-
|
|
22208
|
+
|
|
22296
22209
|
|
|
22297
22210
|
|
|
22298
22211
|
// Remove once the Overflow Popup uses
|
|
@@ -22403,9 +22316,8 @@ $kendo-toolbar-sizes: (
|
|
|
22403
22316
|
|
|
22404
22317
|
}
|
|
22405
22318
|
|
|
22406
|
-
// sass-lint:disable-block class-name-format
|
|
22407
22319
|
.k-floating-toolbar,
|
|
22408
|
-
.editorToolbarWindow.k-window-content {
|
|
22320
|
+
.editorToolbarWindow.k-window-content { // stylelint-disable-line
|
|
22409
22321
|
@include fill(
|
|
22410
22322
|
$kendo-toolbar-text,
|
|
22411
22323
|
$kendo-toolbar-bg,
|
|
@@ -22677,7 +22589,7 @@ $kendo-input-lg-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
22677
22589
|
$kendo-input-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
22678
22590
|
/// The vertical padding of the small Input components.
|
|
22679
22591
|
/// @group input
|
|
22680
|
-
$kendo-input-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
22592
|
+
$kendo-input-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
22681
22593
|
/// The vertical padding of the medium Input components.
|
|
22682
22594
|
/// @group input
|
|
22683
22595
|
$kendo-input-md-padding-y: $kendo-input-padding-y !default;
|
|
@@ -22894,7 +22806,7 @@ $kendo-input-clear-value-hover-opacity: 1 !default;
|
|
|
22894
22806
|
|
|
22895
22807
|
/// The vertical margin of the clear value icon.
|
|
22896
22808
|
/// @group input
|
|
22897
|
-
$kendo-input-values-margin-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
22809
|
+
$kendo-input-values-margin-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
22898
22810
|
/// The horizontal margin of the clear value icon.
|
|
22899
22811
|
/// @group input
|
|
22900
22812
|
$kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
|
|
@@ -23412,8 +23324,8 @@ $kendo-form-sizes: (
|
|
|
23412
23324
|
.k-form {
|
|
23413
23325
|
border: 0;
|
|
23414
23326
|
|
|
23415
|
-
.k-label,
|
|
23416
|
-
kendo-label,
|
|
23327
|
+
.k-form-field > .k-label,
|
|
23328
|
+
.k-form-field > kendo-label,
|
|
23417
23329
|
.k-form-label {
|
|
23418
23330
|
margin-bottom: $kendo-form-label-margin-bottom;
|
|
23419
23331
|
display: flex;
|
|
@@ -24273,7 +24185,7 @@ $_kendo-module-meta: (
|
|
|
24273
24185
|
|
|
24274
24186
|
> .k-input,
|
|
24275
24187
|
> .k-picker {
|
|
24276
|
-
border-width: 0 !important; //
|
|
24188
|
+
border-width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
24277
24189
|
color: inherit;
|
|
24278
24190
|
background: none;
|
|
24279
24191
|
font: inherit;
|
|
@@ -24542,8 +24454,8 @@ $_kendo-module-meta: (
|
|
|
24542
24454
|
box-shadow: none;
|
|
24543
24455
|
|
|
24544
24456
|
> .k-button-icon {
|
|
24545
|
-
min-width: auto !important; //
|
|
24546
|
-
// min-height: auto !important; //
|
|
24457
|
+
min-width: auto !important; // stylelint-disable-line declaration-no-important
|
|
24458
|
+
// min-height: auto !important; // stylelint-disable-line declaration-no-important
|
|
24547
24459
|
}
|
|
24548
24460
|
|
|
24549
24461
|
&:focus {
|
|
@@ -24576,8 +24488,8 @@ $_kendo-module-meta: (
|
|
|
24576
24488
|
.k-button-icon {
|
|
24577
24489
|
margin-block: -1em;
|
|
24578
24490
|
margin-inline: 0;
|
|
24579
|
-
min-width: auto !important; //
|
|
24580
|
-
min-height: auto !important; //
|
|
24491
|
+
min-width: auto !important; // stylelint-disable-line declaration-no-important
|
|
24492
|
+
min-height: auto !important; // stylelint-disable-line declaration-no-important
|
|
24581
24493
|
}
|
|
24582
24494
|
}
|
|
24583
24495
|
.k-spinner-increase .k-icon,
|
|
@@ -24620,14 +24532,14 @@ $_kendo-module-meta: (
|
|
|
24620
24532
|
// Fill mode
|
|
24621
24533
|
.k-input-flat,
|
|
24622
24534
|
.k-picker-flat {
|
|
24623
|
-
@include border-bottom-radius( 0 !important ); //
|
|
24535
|
+
@include border-bottom-radius( 0 !important ); // stylelint-disable-line declaration-no-important
|
|
24624
24536
|
border-width: $kendo-input-border-width 0;
|
|
24625
|
-
border-top-color: transparent !important; //
|
|
24626
|
-
background-image: none !important; //
|
|
24537
|
+
border-top-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
24538
|
+
background-image: none !important; // stylelint-disable-line declaration-no-important
|
|
24627
24539
|
}
|
|
24628
24540
|
|
|
24629
24541
|
.k-input-outline {
|
|
24630
|
-
background: none !important; //
|
|
24542
|
+
background: none !important; // stylelint-disable-line declaration-no-important
|
|
24631
24543
|
}
|
|
24632
24544
|
|
|
24633
24545
|
|
|
@@ -24680,8 +24592,8 @@ $_kendo-module-meta: (
|
|
|
24680
24592
|
}
|
|
24681
24593
|
|
|
24682
24594
|
&.k-icon-picker .k-input-inner {
|
|
24683
|
-
width: calc( #{$_line-height * 1em} );
|
|
24684
|
-
height: calc( #{$_line-height * 1em} );
|
|
24595
|
+
width: calc( #{ $_line-height * 1em } );
|
|
24596
|
+
height: calc( #{ $_line-height * 1em } );
|
|
24685
24597
|
padding: $_padding-y;
|
|
24686
24598
|
box-sizing: content-box;
|
|
24687
24599
|
}
|
|
@@ -24708,11 +24620,11 @@ $_kendo-module-meta: (
|
|
|
24708
24620
|
|
|
24709
24621
|
|
|
24710
24622
|
// This is needed for the textbox container to capture browser autofill
|
|
24711
|
-
@keyframes autoFillStart {
|
|
24623
|
+
@keyframes autoFillStart { // stylelint-disable-line
|
|
24712
24624
|
from {}
|
|
24713
24625
|
to {}
|
|
24714
24626
|
}
|
|
24715
|
-
@keyframes autoFillEnd {
|
|
24627
|
+
@keyframes autoFillEnd { // stylelint-disable-line
|
|
24716
24628
|
from {}
|
|
24717
24629
|
to {}
|
|
24718
24630
|
}
|
|
@@ -25251,7 +25163,7 @@ $_kendo-module-meta: (
|
|
|
25251
25163
|
/// The transformation scale of the Floating Label.
|
|
25252
25164
|
/// @group floating-label
|
|
25253
25165
|
$kendo-floating-label-scale: 1 !default;
|
|
25254
|
-
///The font size of the Floating Label.
|
|
25166
|
+
/// The font size of the Floating Label.
|
|
25255
25167
|
/// @group floating-label
|
|
25256
25168
|
$kendo-floating-label-font-size: $kendo-input-font-size !default;
|
|
25257
25169
|
/// The maximum width of the Floating Label.
|
|
@@ -25929,9 +25841,6 @@ $_kendo-module-meta: (
|
|
|
25929
25841
|
// #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
|
|
25930
25842
|
// File already imported_once. Skipping output.
|
|
25931
25843
|
// #endregion
|
|
25932
|
-
// #region @import "../list/_index.scss"; -> scss/list/_index.scss
|
|
25933
|
-
// File already imported_once. Skipping output.
|
|
25934
|
-
// #endregion
|
|
25935
25844
|
|
|
25936
25845
|
|
|
25937
25846
|
// Component
|
|
@@ -26061,15 +25970,6 @@ $kendo-listbox-drop-hint-width: 1px !default;
|
|
|
26061
25970
|
.k-ghost {
|
|
26062
25971
|
opacity: .5;
|
|
26063
25972
|
}
|
|
26064
|
-
|
|
26065
|
-
.k-rtl &,
|
|
26066
|
-
&[dir="rtl"],
|
|
26067
|
-
[dir="rtl"] & {
|
|
26068
|
-
|
|
26069
|
-
.k-listbox-actions .k-button-icon {
|
|
26070
|
-
transform: scaleX(-1);
|
|
26071
|
-
}
|
|
26072
|
-
}
|
|
26073
25973
|
}
|
|
26074
25974
|
|
|
26075
25975
|
.k-item {
|
|
@@ -26327,7 +26227,7 @@ $kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
|
|
|
26327
26227
|
}
|
|
26328
26228
|
|
|
26329
26229
|
> .k-progressbar-value {
|
|
26330
|
-
width: calc( var( --kendo-progressbar-value, 0 ) * 1% );
|
|
26230
|
+
width: calc( var( --kendo-progressbar-value, 0 ) * 1% );
|
|
26331
26231
|
flex-direction: row;
|
|
26332
26232
|
|
|
26333
26233
|
> .k-progress-status-wrap {
|
|
@@ -26372,13 +26272,13 @@ $kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
|
|
|
26372
26272
|
}
|
|
26373
26273
|
|
|
26374
26274
|
> .k-progressbar-value {
|
|
26375
|
-
height: calc( var( --kendo-progressbar-value, 0 ) * 1% );
|
|
26275
|
+
height: calc( var( --kendo-progressbar-value, 0 ) * 1% );
|
|
26376
26276
|
flex-direction: column-reverse;
|
|
26377
26277
|
align-self: flex-end;
|
|
26378
26278
|
align-items: flex-end;
|
|
26379
26279
|
|
|
26380
26280
|
> .k-progress-status-wrap {
|
|
26381
|
-
height: calc( 100% * ( 100 / var( --kendo-progressbar-value, 1 ) ) );
|
|
26281
|
+
height: calc( 100% * ( 100 / var( --kendo-progressbar-value, 1 ) ) );
|
|
26382
26282
|
}
|
|
26383
26283
|
}
|
|
26384
26284
|
|
|
@@ -26876,7 +26776,7 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
26876
26776
|
|
|
26877
26777
|
.k-ripple {
|
|
26878
26778
|
// Hide ripple temporarily
|
|
26879
|
-
visibility: hidden !important; //
|
|
26779
|
+
visibility: hidden !important; // stylelint-disable-line declaration-no-important
|
|
26880
26780
|
}
|
|
26881
26781
|
}
|
|
26882
26782
|
.k-radio + .k-label,
|
|
@@ -26890,7 +26790,7 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
26890
26790
|
|
|
26891
26791
|
// Empty label
|
|
26892
26792
|
.k-radio-label:empty {
|
|
26893
|
-
display: none !important; //
|
|
26793
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
26894
26794
|
}
|
|
26895
26795
|
.k-radio-label.k-no-text {
|
|
26896
26796
|
min-width: 1px;
|
|
@@ -26945,7 +26845,7 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
26945
26845
|
|
|
26946
26846
|
.k-radio:focus,
|
|
26947
26847
|
.k-radio.k-focus {
|
|
26948
|
-
box-shadow: none !important; //
|
|
26848
|
+
box-shadow: none !important; // stylelint-disable-line declaration-no-important
|
|
26949
26849
|
}
|
|
26950
26850
|
|
|
26951
26851
|
.k-radio:disabled::after,
|
|
@@ -27260,16 +27160,6 @@ $kendo-slider-disabled-opacity: null !default;
|
|
|
27260
27160
|
cursor: default;
|
|
27261
27161
|
}
|
|
27262
27162
|
}
|
|
27263
|
-
|
|
27264
|
-
.k-rtl &,
|
|
27265
|
-
&.k-rtl,
|
|
27266
|
-
[dir="rtl"] &,
|
|
27267
|
-
&[dir="rtl"] {
|
|
27268
|
-
.k-slider-selection {
|
|
27269
|
-
left: auto;
|
|
27270
|
-
right: 0;
|
|
27271
|
-
}
|
|
27272
|
-
}
|
|
27273
27163
|
}
|
|
27274
27164
|
|
|
27275
27165
|
|
|
@@ -27352,36 +27242,13 @@ $kendo-slider-disabled-opacity: null !default;
|
|
|
27352
27242
|
|
|
27353
27243
|
.k-slider-selection {
|
|
27354
27244
|
width: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1% );
|
|
27355
|
-
|
|
27245
|
+
inset-inline-start: calc( var(--kendo-slider-start, 0) * 1% );
|
|
27356
27246
|
}
|
|
27357
27247
|
.k-draghandle-start {
|
|
27358
|
-
|
|
27248
|
+
inset-inline-start: calc( var(--kendo-slider-start, 0) * 1% );
|
|
27359
27249
|
}
|
|
27360
27250
|
.k-draghandle-end {
|
|
27361
|
-
|
|
27362
|
-
}
|
|
27363
|
-
|
|
27364
|
-
[dir="rtl"] & {
|
|
27365
|
-
.k-slider-selection {
|
|
27366
|
-
left: unset;
|
|
27367
|
-
right: calc( var(--kendo-slider-start, 0) * 1% );
|
|
27368
|
-
}
|
|
27369
|
-
.k-draghandle-start {
|
|
27370
|
-
left: unset;
|
|
27371
|
-
right: calc( var(--kendo-slider-start, 0) * 1% );
|
|
27372
|
-
}
|
|
27373
|
-
.k-draghandle-end {
|
|
27374
|
-
left: unset;
|
|
27375
|
-
right: calc( var(--kendo-slider-end, 0) * 1% );
|
|
27376
|
-
}
|
|
27377
|
-
|
|
27378
|
-
.k-draghandle {
|
|
27379
|
-
transform: translate(50%, -50%);
|
|
27380
|
-
}
|
|
27381
|
-
.k-draghandle:focus,
|
|
27382
|
-
.k-draghandle:active {
|
|
27383
|
-
transform: translate(50%, -50%) scale($kendo-slider-draghandle-active-scale);
|
|
27384
|
-
}
|
|
27251
|
+
inset-inline-start: calc( var(--kendo-slider-end, 0) * 1% );
|
|
27385
27252
|
}
|
|
27386
27253
|
}
|
|
27387
27254
|
}
|
|
@@ -27465,7 +27332,7 @@ $kendo-slider-disabled-opacity: null !default;
|
|
|
27465
27332
|
|
|
27466
27333
|
.k-label {
|
|
27467
27334
|
text-align: start;
|
|
27468
|
-
|
|
27335
|
+
inset-inline-start: 120%;
|
|
27469
27336
|
top: 50%;
|
|
27470
27337
|
transform: translateY(-50%);
|
|
27471
27338
|
}
|
|
@@ -27473,23 +27340,8 @@ $kendo-slider-disabled-opacity: null !default;
|
|
|
27473
27340
|
.k-last .k-label { top: 0; }
|
|
27474
27341
|
|
|
27475
27342
|
.k-slider-topleft .k-label {
|
|
27476
|
-
|
|
27477
|
-
|
|
27478
|
-
}
|
|
27479
|
-
|
|
27480
|
-
.k-rtl &,
|
|
27481
|
-
&.k-rtl,
|
|
27482
|
-
[dir="rtl"] &,
|
|
27483
|
-
&[dir="rtl"] {
|
|
27484
|
-
.k-label {
|
|
27485
|
-
left: auto;
|
|
27486
|
-
right: 120%;
|
|
27487
|
-
}
|
|
27488
|
-
|
|
27489
|
-
.k-slider-topleft .k-label {
|
|
27490
|
-
left: 120%;
|
|
27491
|
-
right: auto;
|
|
27492
|
-
}
|
|
27343
|
+
inset-inline-start: auto;
|
|
27344
|
+
inset-inline-end: 120%;
|
|
27493
27345
|
}
|
|
27494
27346
|
|
|
27495
27347
|
}
|
|
@@ -27525,34 +27377,16 @@ $kendo-slider-disabled-opacity: null !default;
|
|
|
27525
27377
|
// labels
|
|
27526
27378
|
|
|
27527
27379
|
.k-label {
|
|
27528
|
-
|
|
27380
|
+
inset-inline-start: 50%;
|
|
27529
27381
|
bottom: -1.2em;
|
|
27530
27382
|
transform: translateX(-50%);
|
|
27531
27383
|
}
|
|
27532
|
-
.k-first .k-label {
|
|
27533
|
-
.k-last .k-label {
|
|
27384
|
+
.k-first .k-label { inset-inline-start: 0; }
|
|
27385
|
+
.k-last .k-label { inset-inline-start: 100%; }
|
|
27534
27386
|
|
|
27535
27387
|
.k-slider-topleft .k-label {
|
|
27536
27388
|
top: -1.2em;
|
|
27537
27389
|
}
|
|
27538
|
-
|
|
27539
|
-
.k-rtl &,
|
|
27540
|
-
&.k-rtl,
|
|
27541
|
-
[dir="rtl"] &,
|
|
27542
|
-
&[dir="rtl"] {
|
|
27543
|
-
.k-slider-track,
|
|
27544
|
-
.k-slider-selection {
|
|
27545
|
-
right: 0;
|
|
27546
|
-
left: auto;
|
|
27547
|
-
}
|
|
27548
|
-
|
|
27549
|
-
.k-button-increase .k-icon,
|
|
27550
|
-
.k-button-increase .k-svg-icon,
|
|
27551
|
-
.k-button-decrease .k-icon,
|
|
27552
|
-
.k-button-decrease .k-svg-icon {
|
|
27553
|
-
transform: scaleX(-1);
|
|
27554
|
-
}
|
|
27555
|
-
}
|
|
27556
27390
|
}
|
|
27557
27391
|
|
|
27558
27392
|
.k-slider-track,
|
|
@@ -27632,7 +27466,7 @@ $kendo-slider-disabled-opacity: null !default;
|
|
|
27632
27466
|
.k-slider-tooltip {
|
|
27633
27467
|
.k-callout-n,
|
|
27634
27468
|
.k-callout-s {
|
|
27635
|
-
margin-
|
|
27469
|
+
margin-inline-start: - k-math-div( $kendo-tooltip-callout-size, 2 );
|
|
27636
27470
|
}
|
|
27637
27471
|
|
|
27638
27472
|
.k-callout-w,
|
|
@@ -27641,20 +27475,50 @@ $kendo-slider-disabled-opacity: null !default;
|
|
|
27641
27475
|
}
|
|
27642
27476
|
}
|
|
27643
27477
|
|
|
27478
|
+
// RTL
|
|
27479
|
+
.k-slider-rtl {
|
|
27480
|
+
&.k-slider-horizontal {
|
|
27481
|
+
|
|
27482
|
+
.k-draghandle {
|
|
27483
|
+
transform: translate(50%, -50%);
|
|
27484
|
+
}
|
|
27485
|
+
|
|
27486
|
+
.k-draghandle:focus,
|
|
27487
|
+
.k-draghandle:active {
|
|
27488
|
+
transform: if( $kendo-slider-draghandle-active-scale, translate(50%, -50%) scale($kendo-slider-draghandle-active-scale), null );
|
|
27489
|
+
}
|
|
27490
|
+
|
|
27491
|
+
.k-label {
|
|
27492
|
+
transform: translateX(50%);
|
|
27493
|
+
}
|
|
27494
|
+
}
|
|
27495
|
+
}
|
|
27496
|
+
|
|
27497
|
+
.k-slider[dir="rtl"],
|
|
27498
|
+
[dir="rtl"] .k-slider,
|
|
27499
|
+
.k-slider.k-rtl,
|
|
27500
|
+
.k-rtl .k-slider {
|
|
27501
|
+
@extend .k-slider-rtl !optional;
|
|
27502
|
+
}
|
|
27503
|
+
|
|
27644
27504
|
|
|
27645
27505
|
// Angular specific
|
|
27646
27506
|
.k-slider kendo-resize-sensor {
|
|
27647
27507
|
position: absolute;
|
|
27648
27508
|
}
|
|
27649
27509
|
.k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
|
|
27650
|
-
padding-
|
|
27651
|
-
padding-
|
|
27510
|
+
padding-inline-start: calc( #{$kendo-slider-draghandle-size} / 2 );
|
|
27511
|
+
padding-inline-end: calc( #{$kendo-slider-draghandle-size} / 2 );
|
|
27652
27512
|
}
|
|
27653
27513
|
.k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
|
|
27654
27514
|
padding-top: calc( #{$kendo-slider-draghandle-size} / 2 );
|
|
27655
27515
|
padding-bottom: calc( #{$kendo-slider-draghandle-size} / 2 );
|
|
27656
27516
|
}
|
|
27657
27517
|
|
|
27518
|
+
// Aliases
|
|
27519
|
+
.k-draghandle { @extend .k-slider-thumb !optional; }
|
|
27520
|
+
.k-draghandle-start { @extend .k-slider-thumb-start !optional; }
|
|
27521
|
+
.k-draghandle-end { @extend .k-slider-thumb-end !optional; }
|
|
27658
27522
|
}
|
|
27659
27523
|
|
|
27660
27524
|
|
|
@@ -27929,8 +27793,8 @@ $kendo-infinite-calendar-view-height: ( $kendo-calendar-cell-size * 9 ) !default
|
|
|
27929
27793
|
$kendo-calendar-sm-font-size: $kendo-font-size-md !default;
|
|
27930
27794
|
$kendo-calendar-sm-line-height: $kendo-line-height-md !default;
|
|
27931
27795
|
$kendo-calendar-sm-cell-size: 28px !default;
|
|
27932
|
-
$kendo-calendar-sm-cell-padding-x: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
27933
|
-
$kendo-calendar-sm-cell-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
27796
|
+
$kendo-calendar-sm-cell-padding-x: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
27797
|
+
$kendo-calendar-sm-cell-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
27934
27798
|
|
|
27935
27799
|
$kendo-calendar-md-font-size: $kendo-font-size-md !default;
|
|
27936
27800
|
$kendo-calendar-md-line-height: $kendo-line-height-md !default;
|
|
@@ -28464,11 +28328,6 @@ $kendo-calendar-sizes: (
|
|
|
28464
28328
|
.k-calendar.k-rtl,
|
|
28465
28329
|
.k-calendar[dir="rtl"] {
|
|
28466
28330
|
|
|
28467
|
-
.k-calendar-nav-prev,
|
|
28468
|
-
.k-calendar-nav-next {
|
|
28469
|
-
transform: scaleX(-1);
|
|
28470
|
-
}
|
|
28471
|
-
|
|
28472
28331
|
.k-content.k-scrollable,
|
|
28473
28332
|
.k-calendar-content.k-scrollable {
|
|
28474
28333
|
@include hide-scrollbar("left");
|
|
@@ -28642,7 +28501,7 @@ $kendo-calendar-sizes: (
|
|
|
28642
28501
|
|
|
28643
28502
|
|
|
28644
28503
|
// Multiview calendar
|
|
28645
|
-
.k-calendar {
|
|
28504
|
+
.k-calendar { // stylelint-disable-line
|
|
28646
28505
|
|
|
28647
28506
|
$kendo-calendar-range-gap: 1px !default;
|
|
28648
28507
|
$kendo-calendar-range-bg: rgba( $kendo-calendar-cell-selected-bg, .25 );
|
|
@@ -31672,7 +31531,7 @@ $kendo-treeview-lg-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
31672
31531
|
$kendo-treeview-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
31673
31532
|
/// The vertical padding of the small TreeView items.
|
|
31674
31533
|
/// @group treeview
|
|
31675
|
-
$kendo-treeview-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
31534
|
+
$kendo-treeview-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
31676
31535
|
/// The vertical padding of the medium TreeView items.
|
|
31677
31536
|
/// @group treeview
|
|
31678
31537
|
$kendo-treeview-md-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
@@ -33641,7 +33500,7 @@ $kendo-upload-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
33641
33500
|
|
|
33642
33501
|
input {
|
|
33643
33502
|
// font should not depend on outside styles, otherwise upload may break
|
|
33644
|
-
font: 170px monospace !important; //
|
|
33503
|
+
font: 170px monospace !important; // stylelint-disable-line declaration-no-important
|
|
33645
33504
|
margin: 0;
|
|
33646
33505
|
padding: 0;
|
|
33647
33506
|
width: 100%;
|
|
@@ -34119,13 +33978,13 @@ $kendo-fab-lg-padding-y: ( $kendo-fab-padding-y * 1.5 ) !default;
|
|
|
34119
33978
|
|
|
34120
33979
|
/// The horizontal padding of the FAB icon.
|
|
34121
33980
|
/// @group floating-action-button
|
|
34122
|
-
$kendo-fab-icon-padding-x: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
33981
|
+
$kendo-fab-icon-padding-x: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
34123
33982
|
/// The vertical padding of the FAB icon.
|
|
34124
33983
|
/// @group floating-action-button
|
|
34125
33984
|
$kendo-fab-icon-padding-y: $kendo-fab-icon-padding-x !default;
|
|
34126
33985
|
/// The spacing of the FAB icon.
|
|
34127
33986
|
/// @group floating-action-button
|
|
34128
|
-
$kendo-fab-icon-spacing: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
33987
|
+
$kendo-fab-icon-spacing: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
34129
33988
|
|
|
34130
33989
|
/// The horizontal padding of the FAB items.
|
|
34131
33990
|
/// @group floating-action-button
|
|
@@ -34201,7 +34060,7 @@ $kendo-fab-active-shadow: null !default;
|
|
|
34201
34060
|
$kendo-fab-outline-style: solid !default;
|
|
34202
34061
|
/// The outline width of the FAB.
|
|
34203
34062
|
/// @group floating-action-button
|
|
34204
|
-
$kendo-fab-outline-width: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
34063
|
+
$kendo-fab-outline-width: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
34205
34064
|
|
|
34206
34065
|
/// The base text color of the FAB item.
|
|
34207
34066
|
/// @group floating-action-button
|
|
@@ -34237,7 +34096,7 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
34237
34096
|
$kendo-fab-item-outline-style: solid !default;
|
|
34238
34097
|
/// The outline width of the FAB item.
|
|
34239
34098
|
/// @group floating-action-button
|
|
34240
|
-
$kendo-fab-item-outline-width: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
34099
|
+
$kendo-fab-item-outline-width: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
34241
34100
|
/// The outline color of the FAB item.
|
|
34242
34101
|
/// @group floating-action-button
|
|
34243
34102
|
$kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
@@ -34694,11 +34553,6 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
|
|
|
34694
34553
|
z-index: 9999;
|
|
34695
34554
|
overflow: hidden;
|
|
34696
34555
|
transform: translateZ(0);
|
|
34697
|
-
}
|
|
34698
|
-
|
|
34699
|
-
|
|
34700
|
-
// Animation container
|
|
34701
|
-
.k-actionsheet-container {
|
|
34702
34556
|
|
|
34703
34557
|
// Overlay
|
|
34704
34558
|
> .k-overlay {
|
|
@@ -35412,7 +35266,7 @@ $_kendo-module-meta: (
|
|
|
35412
35266
|
}
|
|
35413
35267
|
|
|
35414
35268
|
// Resize Handles
|
|
35415
|
-
.k-window {
|
|
35269
|
+
.k-window { // stylelint-disable-line
|
|
35416
35270
|
.k-resize-n { top: 0; }
|
|
35417
35271
|
.k-resize-e { right: 0; }
|
|
35418
35272
|
.k-resize-s { bottom: 0; }
|
|
@@ -35440,11 +35294,9 @@ $_kendo-module-meta: (
|
|
|
35440
35294
|
@include box-shadow( $kendo-window-shadow );
|
|
35441
35295
|
}
|
|
35442
35296
|
|
|
35443
|
-
.k-window
|
|
35444
|
-
|
|
35445
|
-
|
|
35446
|
-
@include focus-indicator( $kendo-window-focus-shadow );
|
|
35447
|
-
}
|
|
35297
|
+
.k-window:focus,
|
|
35298
|
+
.k-window.k-focus {
|
|
35299
|
+
@include focus-indicator( $kendo-window-focus-shadow );
|
|
35448
35300
|
}
|
|
35449
35301
|
|
|
35450
35302
|
|
|
@@ -35751,7 +35603,7 @@ $kendo-drawer-selected-hover-text: $kendo-selected-hover-text !default;
|
|
|
35751
35603
|
display: flex;
|
|
35752
35604
|
flex-direction: column;
|
|
35753
35605
|
flex: 0 0 auto;
|
|
35754
|
-
transition: all 300ms ease-in-out;
|
|
35606
|
+
transition: all 300ms ease-in-out;
|
|
35755
35607
|
overflow: hidden;
|
|
35756
35608
|
-webkit-touch-callout: none;
|
|
35757
35609
|
-webkit-tap-highlight-color: $kendo-color-rgba-transparent;
|
|
@@ -35839,7 +35691,7 @@ $kendo-drawer-selected-hover-text: $kendo-selected-hover-text !default;
|
|
|
35839
35691
|
overflow-x: hidden;
|
|
35840
35692
|
overflow-y: auto;
|
|
35841
35693
|
scrollbar-width: thin; // Scrollbar styles for Mozilla
|
|
35842
|
-
transition: all 300ms ease-in-out;
|
|
35694
|
+
transition: all 300ms ease-in-out;
|
|
35843
35695
|
|
|
35844
35696
|
// Scrollbar styles for Chrome, Safari and Opera
|
|
35845
35697
|
&::-webkit-scrollbar {
|
|
@@ -36145,7 +35997,6 @@ $kendo-notification-border: $kendo-component-border !default;
|
|
|
36145
35997
|
@function notification-theme( $colors ) {
|
|
36146
35998
|
$_theme: ();
|
|
36147
35999
|
|
|
36148
|
-
// sass-lint:disable-block indentation
|
|
36149
36000
|
@each $name, $color in $colors {
|
|
36150
36001
|
$_theme: k-map-merge(( $name: (
|
|
36151
36002
|
color: k-contrast-legacy( $color ),
|
|
@@ -37220,9 +37071,7 @@ $_kendo-module-meta: (
|
|
|
37220
37071
|
}
|
|
37221
37072
|
.k-rpanel-top.k-rpanel-expanded {
|
|
37222
37073
|
max-height: 568px;
|
|
37223
|
-
//
|
|
37224
|
-
overflow: visible !important;
|
|
37225
|
-
// sass-lint:enable no-important
|
|
37074
|
+
overflow: visible !important; // stylelint-disable-line declaration-no-important
|
|
37226
37075
|
}
|
|
37227
37076
|
|
|
37228
37077
|
// Toggle button
|
|
@@ -38132,15 +37981,6 @@ $kendo-pager-sizes: (
|
|
|
38132
37981
|
*::after {
|
|
38133
37982
|
box-sizing: border-box;
|
|
38134
37983
|
}
|
|
38135
|
-
|
|
38136
|
-
.k-rtl &,
|
|
38137
|
-
&[dir="rtl"],
|
|
38138
|
-
[dir="rtl"] & {
|
|
38139
|
-
.k-pager-nav .k-button-icon {
|
|
38140
|
-
transform: scaleX(-1);
|
|
38141
|
-
}
|
|
38142
|
-
}
|
|
38143
|
-
|
|
38144
37984
|
}
|
|
38145
37985
|
|
|
38146
37986
|
|
|
@@ -38959,9 +38799,6 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
|
|
|
38959
38799
|
.k-step-success .k-step-label .k-svg-icon {
|
|
38960
38800
|
@include fill( $color: $kendo-stepper-label-success-text );
|
|
38961
38801
|
}
|
|
38962
|
-
.k-step-error .k-step-label {
|
|
38963
|
-
@include fill( $color: $kendo-stepper-label-error-text );
|
|
38964
|
-
}
|
|
38965
38802
|
|
|
38966
38803
|
.k-step-error {
|
|
38967
38804
|
.k-step-label {
|
|
@@ -39288,7 +39125,7 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
|
|
|
39288
39125
|
// Tabstrip content
|
|
39289
39126
|
.k-tabstrip-content,
|
|
39290
39127
|
.k-tabstrip > .k-content {
|
|
39291
|
-
margin: 0 !important; //
|
|
39128
|
+
margin: 0 !important; // stylelint-disable-line declaration-no-important
|
|
39292
39129
|
padding-block: $kendo-tabstrip-content-padding-y;
|
|
39293
39130
|
padding-inline: $kendo-tabstrip-content-padding-x;
|
|
39294
39131
|
box-sizing: border-box;
|
|
@@ -39387,14 +39224,14 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
|
|
|
39387
39224
|
.k-item.k-active {
|
|
39388
39225
|
margin-bottom: if( $kendo-tabstrip-border-width, -$kendo-tabstrip-border-width, null );
|
|
39389
39226
|
border-bottom-width: $kendo-tabstrip-border-width;
|
|
39390
|
-
border-bottom-color: transparent !important; //
|
|
39227
|
+
border-bottom-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
39391
39228
|
}
|
|
39392
39229
|
}
|
|
39393
39230
|
|
|
39394
39231
|
> .k-content,
|
|
39395
39232
|
> .k-tabstrip-content {
|
|
39396
39233
|
@include border-bottom-radius( $kendo-tabstrip-item-border-radius );
|
|
39397
|
-
border-top-width: 0 !important; //
|
|
39234
|
+
border-top-width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
39398
39235
|
}
|
|
39399
39236
|
}
|
|
39400
39237
|
.k-tabstrip-bottom {
|
|
@@ -39410,14 +39247,14 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
|
|
|
39410
39247
|
.k-item.k-active {
|
|
39411
39248
|
margin-top: if( $kendo-tabstrip-border-width, -$kendo-tabstrip-border-width, null );
|
|
39412
39249
|
border-top-width: $kendo-tabstrip-border-width;
|
|
39413
|
-
border-top-color: transparent !important; //
|
|
39250
|
+
border-top-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
39414
39251
|
}
|
|
39415
39252
|
}
|
|
39416
39253
|
|
|
39417
39254
|
> .k-content,
|
|
39418
39255
|
> .k-tabstrip-content {
|
|
39419
39256
|
@include border-top-radius( $kendo-tabstrip-item-border-radius );
|
|
39420
|
-
border-bottom-width: 0 !important; //
|
|
39257
|
+
border-bottom-width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
39421
39258
|
}
|
|
39422
39259
|
}
|
|
39423
39260
|
.k-tabstrip-left {
|
|
@@ -39435,14 +39272,14 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
|
|
|
39435
39272
|
.k-item.k-active {
|
|
39436
39273
|
margin-right: if( $kendo-tabstrip-border-width, -$kendo-tabstrip-border-width, null );
|
|
39437
39274
|
border-right-width: $kendo-tabstrip-border-width;
|
|
39438
|
-
border-right-color: transparent !important; //
|
|
39275
|
+
border-right-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
39439
39276
|
}
|
|
39440
39277
|
}
|
|
39441
39278
|
|
|
39442
39279
|
> .k-content,
|
|
39443
39280
|
> .k-tabstrip-content {
|
|
39444
39281
|
@include border-right-radius( $kendo-tabstrip-item-border-radius );
|
|
39445
|
-
border-left-width: 0 !important; //
|
|
39282
|
+
border-left-width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
39446
39283
|
}
|
|
39447
39284
|
|
|
39448
39285
|
}
|
|
@@ -39461,7 +39298,7 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
|
|
|
39461
39298
|
.k-item.k-active {
|
|
39462
39299
|
margin-left: if( $kendo-tabstrip-border-width, -$kendo-tabstrip-border-width, null );
|
|
39463
39300
|
border-left-width: $kendo-tabstrip-border-width;
|
|
39464
|
-
border-left-color: transparent !important; //
|
|
39301
|
+
border-left-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
39465
39302
|
}
|
|
39466
39303
|
}
|
|
39467
39304
|
|
|
@@ -39537,7 +39374,7 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
|
|
|
39537
39374
|
// Hide tabstrip indicator when dragging
|
|
39538
39375
|
.k-tabstrip-items-wrapper .k-item.k-tabstrip-dragging {
|
|
39539
39376
|
&::after {
|
|
39540
|
-
display: none !important; //
|
|
39377
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
39541
39378
|
}
|
|
39542
39379
|
}
|
|
39543
39380
|
|
|
@@ -39558,11 +39395,6 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
|
|
|
39558
39395
|
> .k-tabstrip-content { order: 0; }
|
|
39559
39396
|
}
|
|
39560
39397
|
|
|
39561
|
-
.k-tabstrip-prev .k-button-icon,
|
|
39562
|
-
.k-tabstrip-next .k-button-icon {
|
|
39563
|
-
transform: scaleX(-1);
|
|
39564
|
-
}
|
|
39565
|
-
|
|
39566
39398
|
}
|
|
39567
39399
|
|
|
39568
39400
|
}
|
|
@@ -39865,6 +39697,7 @@ $kendo-wizard-step-focus-border: #656565 !default;
|
|
|
39865
39697
|
.k-wizard-vertical {
|
|
39866
39698
|
|
|
39867
39699
|
.k-wizard-steps {
|
|
39700
|
+
margin-left: $kendo-wizard-content-padding-x;
|
|
39868
39701
|
flex: 1 0 0%;
|
|
39869
39702
|
}
|
|
39870
39703
|
|
|
@@ -39872,9 +39705,6 @@ $kendo-wizard-step-focus-border: #656565 !default;
|
|
|
39872
39705
|
flex: 1 1 0%;
|
|
39873
39706
|
}
|
|
39874
39707
|
|
|
39875
|
-
.k-wizard-steps {
|
|
39876
|
-
margin-left: $kendo-wizard-content-padding-x;
|
|
39877
|
-
}
|
|
39878
39708
|
}
|
|
39879
39709
|
|
|
39880
39710
|
.k-wizard-left {
|
|
@@ -40938,25 +40768,15 @@ $kendo-splitbar-selected-text: $kendo-selected-text !default;
|
|
|
40938
40768
|
.k-pane-flex {
|
|
40939
40769
|
&.k-hidden,
|
|
40940
40770
|
&[hidden] {
|
|
40941
|
-
// sass-lint:disable-block no-important
|
|
40942
40771
|
// hidden panes need to be zero-width to allow pane animation
|
|
40943
|
-
flex: 0 1 0% !important;
|
|
40944
|
-
overflow: hidden !important;
|
|
40945
|
-
display: block !important;
|
|
40772
|
+
flex: 0 1 0% !important; // stylelint-disable-line declaration-no-important
|
|
40773
|
+
overflow: hidden !important; // stylelint-disable-line declaration-no-important
|
|
40774
|
+
display: block !important; // stylelint-disable-line declaration-no-important
|
|
40946
40775
|
}
|
|
40947
40776
|
}
|
|
40948
40777
|
|
|
40949
40778
|
&.k-splitter-horizontal {
|
|
40950
40779
|
flex-direction: row;
|
|
40951
|
-
|
|
40952
|
-
&[dir="rtl"] {
|
|
40953
|
-
> .k-splitbar {
|
|
40954
|
-
> .k-collapse-next,
|
|
40955
|
-
> .k-collapse-prev {
|
|
40956
|
-
transform: scaleX(-1);
|
|
40957
|
-
}
|
|
40958
|
-
}
|
|
40959
|
-
}
|
|
40960
40780
|
}
|
|
40961
40781
|
&.k-splitter-vertical {
|
|
40962
40782
|
flex-direction: column;
|
|
@@ -41367,7 +41187,7 @@ $kendo-adaptive-scheduler-subtle-text: $kendo-subtle-text !default;
|
|
|
41367
41187
|
|
|
41368
41188
|
|
|
41369
41189
|
// Grid specific styles
|
|
41370
|
-
.k-pane-wrapper {
|
|
41190
|
+
.k-pane-wrapper { // stylelint-disable-line
|
|
41371
41191
|
|
|
41372
41192
|
> div.k-pane {
|
|
41373
41193
|
box-shadow: none;
|
|
@@ -41427,7 +41247,7 @@ $kendo-adaptive-scheduler-subtle-text: $kendo-subtle-text !default;
|
|
|
41427
41247
|
|
|
41428
41248
|
|
|
41429
41249
|
// Scheduler specific styles
|
|
41430
|
-
.k-pane-wrapper {
|
|
41250
|
+
.k-pane-wrapper { // stylelint-disable-line
|
|
41431
41251
|
|
|
41432
41252
|
.k-scheduler-edit-form {
|
|
41433
41253
|
|
|
@@ -41654,7 +41474,7 @@ $kendo-adaptive-scheduler-subtle-text: $kendo-subtle-text !default;
|
|
|
41654
41474
|
|
|
41655
41475
|
|
|
41656
41476
|
// Common styles for the Adaptive Layout
|
|
41657
|
-
.k-pane-wrapper {
|
|
41477
|
+
.k-pane-wrapper { // stylelint-disable-line
|
|
41658
41478
|
|
|
41659
41479
|
.k-appbar {
|
|
41660
41480
|
padding: k-map-get( $kendo-spacing, 1 );
|
|
@@ -41769,24 +41589,12 @@ $kendo-adaptive-scheduler-subtle-text: $kendo-subtle-text !default;
|
|
|
41769
41589
|
&[dir="rtl"],
|
|
41770
41590
|
[dir="rtl"] & {
|
|
41771
41591
|
|
|
41772
|
-
.k-header-cancel .k-button-icon,
|
|
41773
|
-
.k-listgroup-item .k-select .k-svg-icon,
|
|
41774
|
-
.k-listgroup-item .k-select .k-icon {
|
|
41775
|
-
transform: scaleX( -1 );
|
|
41776
|
-
}
|
|
41777
|
-
|
|
41778
41592
|
.k-scheduler-mobile {
|
|
41779
41593
|
|
|
41780
41594
|
.k-scheduler-toolbar {
|
|
41781
|
-
|
|
41782
41595
|
> ul > li {
|
|
41783
41596
|
border: 0;
|
|
41784
41597
|
}
|
|
41785
|
-
|
|
41786
|
-
.k-nav-prev,
|
|
41787
|
-
.k-nav-next {
|
|
41788
|
-
transform: scaleX(-1);
|
|
41789
|
-
}
|
|
41790
41598
|
}
|
|
41791
41599
|
|
|
41792
41600
|
.k-task .k-i-reload {
|
|
@@ -41882,7 +41690,7 @@ $kendo-adaptive-scheduler-subtle-text: $kendo-subtle-text !default;
|
|
|
41882
41690
|
.k-clear,
|
|
41883
41691
|
.k-select-all,
|
|
41884
41692
|
.k-scheduler-delete,
|
|
41885
|
-
.k-scheduler-resetSeries { //
|
|
41693
|
+
.k-scheduler-resetSeries { // stylelint-disable-line
|
|
41886
41694
|
color: $kendo-adaptive-menu-clear-text;
|
|
41887
41695
|
}
|
|
41888
41696
|
|
|
@@ -42064,7 +41872,7 @@ $kendo-grid-sm-cell-padding-y: $kendo-grid-sm-padding-y !default;
|
|
|
42064
41872
|
$kendo-grid-sm-filter-cell-padding-x: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
42065
41873
|
$kendo-grid-sm-filter-cell-padding-y: $kendo-grid-sm-filter-cell-padding-x !default;
|
|
42066
41874
|
$kendo-grid-sm-edit-cell-padding-x: $kendo-grid-sm-cell-padding-x !default;
|
|
42067
|
-
$kendo-grid-sm-edit-cell-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
41875
|
+
$kendo-grid-sm-edit-cell-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
42068
41876
|
$kendo-grid-sm-group-dropclue-height: calc( #{$kendo-chip-sm-calc-size} + #{$kendo-grid-group-drop-hint-size}) !default;
|
|
42069
41877
|
$kendo-grid-sm-selection-aggregates-padding-x: $kendo-grid-sm-padding-y !default;
|
|
42070
41878
|
$kendo-grid-sm-selection-aggregates-padding-y: $kendo-grid-sm-padding-y !default;
|
|
@@ -42261,6 +42069,7 @@ $kendo-grid-sticky-hover-bg: k-color-darken($kendo-grid-bg, 8%) !default;
|
|
|
42261
42069
|
$kendo-grid-sticky-selected-hover-bg: k-color-shade($kendo-grid-sticky-selected-bg, .7) !default;
|
|
42262
42070
|
|
|
42263
42071
|
$kendo-grid-column-menu-width: 230px !default;
|
|
42072
|
+
$kendo-grid-column-menu-max-width: 320px !default;
|
|
42264
42073
|
|
|
42265
42074
|
$kendo-grid-filter-menu-check-all-border-bottom-width: 1px !default;
|
|
42266
42075
|
|
|
@@ -42844,7 +42653,8 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
42844
42653
|
}
|
|
42845
42654
|
|
|
42846
42655
|
.k-grid-filter-popup {
|
|
42847
|
-
min-width:
|
|
42656
|
+
min-width: $kendo-grid-column-menu-width;
|
|
42657
|
+
max-width: $kendo-grid-column-menu-max-width;
|
|
42848
42658
|
}
|
|
42849
42659
|
|
|
42850
42660
|
// Standalone column menu
|
|
@@ -43415,17 +43225,18 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
43415
43225
|
}
|
|
43416
43226
|
|
|
43417
43227
|
// Remove Grid scrollbar during built-in export
|
|
43228
|
+
// stylelint-disable declaration-no-important
|
|
43418
43229
|
.k-pdf-export-shadow {
|
|
43419
43230
|
.k-grid {
|
|
43420
43231
|
float: left;
|
|
43421
|
-
width: auto !important;
|
|
43232
|
+
width: auto !important;
|
|
43422
43233
|
}
|
|
43423
43234
|
|
|
43424
43235
|
// Remove all sizes and scrolling
|
|
43425
43236
|
.k-grid,
|
|
43426
43237
|
.k-grid-content,
|
|
43427
43238
|
.k-grid-content-locked {
|
|
43428
|
-
height: auto !important;
|
|
43239
|
+
height: auto !important;
|
|
43429
43240
|
overflow: visible;
|
|
43430
43241
|
}
|
|
43431
43242
|
|
|
@@ -43433,21 +43244,23 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
43433
43244
|
& + .k-grid-header-wrap,
|
|
43434
43245
|
& + .k-grid-content,
|
|
43435
43246
|
& + .k-grid-footer-wrap {
|
|
43436
|
-
width: auto !important;
|
|
43247
|
+
width: auto !important;
|
|
43437
43248
|
}
|
|
43438
43249
|
}
|
|
43439
43250
|
|
|
43440
43251
|
// Remove empty space reserved above .k-table-the scrollbar
|
|
43441
43252
|
.k-grid-header,
|
|
43442
43253
|
.k-grid[data-role="grid"] .k-grid-footer {
|
|
43443
|
-
padding: 0 !important;
|
|
43254
|
+
padding: 0 !important;
|
|
43444
43255
|
}
|
|
43445
43256
|
}
|
|
43257
|
+
// stylelint-enable declaration-no-important
|
|
43446
43258
|
|
|
43447
43259
|
|
|
43448
43260
|
// Filter menu
|
|
43449
43261
|
.k-filter-menu-popup {
|
|
43450
|
-
width: $kendo-grid-column-menu-width;
|
|
43262
|
+
min-width: $kendo-grid-column-menu-width;
|
|
43263
|
+
max-width: $kendo-grid-column-menu-max-width;
|
|
43451
43264
|
}
|
|
43452
43265
|
.k-filter-menu {
|
|
43453
43266
|
box-sizing: border-box;
|
|
@@ -43491,7 +43304,8 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
43491
43304
|
.k-grid-filter-popup.k-popup {
|
|
43492
43305
|
|
|
43493
43306
|
.k-filter-menu-container {
|
|
43494
|
-
width: $kendo-grid-column-menu-width;
|
|
43307
|
+
min-width: $kendo-grid-column-menu-width;
|
|
43308
|
+
max-width: $kendo-grid-column-menu-max-width;
|
|
43495
43309
|
}
|
|
43496
43310
|
}
|
|
43497
43311
|
|
|
@@ -43522,19 +43336,17 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
43522
43336
|
|
|
43523
43337
|
// autofitting requires automatic table layout to measure sizes
|
|
43524
43338
|
.k-autofitting {
|
|
43525
|
-
//
|
|
43526
|
-
|
|
43527
|
-
width: auto !important;
|
|
43528
|
-
table-layout: auto !important;
|
|
43339
|
+
width: auto !important; // stylelint-disable-line declaration-no-important
|
|
43340
|
+
table-layout: auto !important; // stylelint-disable-line declaration-no-important
|
|
43529
43341
|
|
|
43530
43342
|
.k-table-th,
|
|
43531
43343
|
td,
|
|
43532
43344
|
.k-table-td {
|
|
43533
|
-
white-space: nowrap !important;
|
|
43345
|
+
white-space: nowrap !important; // stylelint-disable-line declaration-no-important
|
|
43534
43346
|
}
|
|
43535
43347
|
|
|
43536
43348
|
.k-detail-row {
|
|
43537
|
-
display: none !important;
|
|
43349
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
43538
43350
|
}
|
|
43539
43351
|
}
|
|
43540
43352
|
|
|
@@ -43543,13 +43355,13 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
43543
43355
|
// Column menu
|
|
43544
43356
|
.k-column-menu-popup,
|
|
43545
43357
|
.k-grid-columnmenu-popup {
|
|
43546
|
-
width: $kendo-grid-column-menu-width;
|
|
43358
|
+
min-width: $kendo-grid-column-menu-width;
|
|
43547
43359
|
box-sizing: border-box;
|
|
43548
43360
|
|
|
43549
43361
|
&.k-popup {
|
|
43550
43362
|
padding-block: $kendo-grid-column-menu-popup-padding-y;
|
|
43551
43363
|
padding-inline: $kendo-grid-column-menu-popup-padding-x;
|
|
43552
|
-
max-width:
|
|
43364
|
+
max-width: $kendo-grid-column-menu-max-width;
|
|
43553
43365
|
}
|
|
43554
43366
|
|
|
43555
43367
|
.k-actions {
|
|
@@ -43671,6 +43483,18 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
43671
43483
|
flex: 1 1 auto;
|
|
43672
43484
|
}
|
|
43673
43485
|
|
|
43486
|
+
.k-rtl .k-grid-virtual .k-grid-content,
|
|
43487
|
+
[dir="rtl"] .k-grid-virtual .k-grid-content,
|
|
43488
|
+
.k-rtl.k-grid-virtual .k-grid-content,
|
|
43489
|
+
[dir="rtl"].k-grid-virtual .k-grid-content {
|
|
43490
|
+
|
|
43491
|
+
.k-grid-table-wrap,
|
|
43492
|
+
.k-grid-table,
|
|
43493
|
+
> .k-height-container {
|
|
43494
|
+
float: right;
|
|
43495
|
+
}
|
|
43496
|
+
}
|
|
43497
|
+
|
|
43674
43498
|
}
|
|
43675
43499
|
|
|
43676
43500
|
|
|
@@ -44876,9 +44700,8 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
44876
44700
|
|
|
44877
44701
|
|
|
44878
44702
|
// Spreadsheet view
|
|
44879
|
-
// sass-lint:disable no-important
|
|
44880
44703
|
.k-spreadsheet-view {
|
|
44881
|
-
height: auto !important;
|
|
44704
|
+
height: auto !important; // stylelint-disable-line declaration-no-important
|
|
44882
44705
|
border-color: inherit;
|
|
44883
44706
|
font-size: 12px;
|
|
44884
44707
|
font-family: Arial, Verdana, Sans-serif;
|
|
@@ -44891,7 +44714,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
44891
44714
|
pointer-events: auto;
|
|
44892
44715
|
}
|
|
44893
44716
|
}
|
|
44894
|
-
|
|
44717
|
+
|
|
44895
44718
|
.k-spreadsheet-fixed-container {
|
|
44896
44719
|
width: 100%;
|
|
44897
44720
|
height: 100%;
|
|
@@ -45087,9 +44910,8 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
45087
44910
|
}
|
|
45088
44911
|
|
|
45089
44912
|
.k-spreadsheet-active-cell {
|
|
45090
|
-
// sass-lint:disable-block no-important
|
|
45091
44913
|
// always show exact active cell border, regardless of inline cell styles
|
|
45092
|
-
outline-color: transparent !important;
|
|
44914
|
+
outline-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
45093
44915
|
z-index: 10;
|
|
45094
44916
|
}
|
|
45095
44917
|
|
|
@@ -45484,7 +45306,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
45484
45306
|
position: absolute;
|
|
45485
45307
|
transform: translate(-50%, -50%);
|
|
45486
45308
|
|
|
45487
|
-
//
|
|
45309
|
+
// stylelint-disable declaration-block-single-line-max-declarations, selector-class-pattern
|
|
45488
45310
|
&.N { left: 50%; top: 0; cursor: ns-resize; }
|
|
45489
45311
|
&.NE { left: 100%; top: 0; cursor: nesw-resize; }
|
|
45490
45312
|
&.E { left: 100%; top: 50%; cursor: ew-resize; }
|
|
@@ -45493,7 +45315,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
45493
45315
|
&.SW { left: 0; top: 100%; cursor: nesw-resize; }
|
|
45494
45316
|
&.W { left: 0; top: 50%; cursor: ew-resize; }
|
|
45495
45317
|
&.NW { left: 0; top: 0; cursor: nwse-resize; }
|
|
45496
|
-
//
|
|
45318
|
+
// stylelint-enable declaration-block-single-line-max-declarations, selector-class-pattern
|
|
45497
45319
|
}
|
|
45498
45320
|
|
|
45499
45321
|
.k-spreadsheet-insert-image-dialog {
|
|
@@ -46433,7 +46255,7 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
46433
46255
|
.k-pdf-export-shadow {
|
|
46434
46256
|
|
|
46435
46257
|
.k-pivotgrid {
|
|
46436
|
-
height: auto !important; //
|
|
46258
|
+
height: auto !important; // stylelint-disable-line declaration-no-important
|
|
46437
46259
|
}
|
|
46438
46260
|
|
|
46439
46261
|
.k-pivotgrid-values {
|
|
@@ -48192,7 +48014,7 @@ $kendo-taskboard-drag-placeholder-border: $kendo-component-border !default;
|
|
|
48192
48014
|
border-width: $kendo-taskboard-card-border-width;
|
|
48193
48015
|
|
|
48194
48016
|
&.k-taskboard-card-category {
|
|
48195
|
-
border-
|
|
48017
|
+
border-inline-start-width: $kendo-taskboard-card-category-border-width;
|
|
48196
48018
|
}
|
|
48197
48019
|
|
|
48198
48020
|
.k-card-header
|
|
@@ -48233,20 +48055,6 @@ $kendo-taskboard-drag-placeholder-border: $kendo-component-border !default;
|
|
|
48233
48055
|
position: relative;
|
|
48234
48056
|
}
|
|
48235
48057
|
|
|
48236
|
-
|
|
48237
|
-
|
|
48238
|
-
|
|
48239
|
-
// RTL
|
|
48240
|
-
.k-taskboard-card.k-taskboard-card-category {
|
|
48241
|
-
.k-rtl &,
|
|
48242
|
-
&.k-rtl,
|
|
48243
|
-
[dir="rtl"] &,
|
|
48244
|
-
&[dir="rtl"] {
|
|
48245
|
-
border-left-width: $kendo-taskboard-card-border-width;
|
|
48246
|
-
border-right-width: $kendo-taskboard-card-category-border-width;
|
|
48247
|
-
}
|
|
48248
|
-
}
|
|
48249
|
-
|
|
48250
48058
|
}
|
|
48251
48059
|
|
|
48252
48060
|
|
|
@@ -48477,7 +48285,7 @@ $kendo-editor-resize-handle-border: #000000 !default;
|
|
|
48477
48285
|
$kendo-editor-resize-handle-bg: #ffffff !default;
|
|
48478
48286
|
|
|
48479
48287
|
$kendo-editor-selectednode-outline-width: 2px !default;
|
|
48480
|
-
$kendo-editor-selectednode-outline-color: #
|
|
48288
|
+
$kendo-editor-selectednode-outline-color: #88ccff !default;
|
|
48481
48289
|
|
|
48482
48290
|
// #endregion
|
|
48483
48291
|
// #region @import "./_layout.scss"; -> scss/editor/_layout.scss
|
|
@@ -48600,12 +48408,13 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
48600
48408
|
}
|
|
48601
48409
|
}
|
|
48602
48410
|
|
|
48603
|
-
|
|
48411
|
+
// stylelint-disable selector-no-vendor-prefix, selector-class-pattern
|
|
48412
|
+
.ProseMirror-selectednode {
|
|
48604
48413
|
outline-width: $kendo-editor-selectednode-outline-width;
|
|
48605
48414
|
outline-style: solid;
|
|
48606
48415
|
|
|
48607
48416
|
}
|
|
48608
|
-
.ProseMirror-hideselection {
|
|
48417
|
+
.ProseMirror-hideselection {
|
|
48609
48418
|
caret-color: transparent;
|
|
48610
48419
|
|
|
48611
48420
|
*::selection,
|
|
@@ -48613,7 +48422,7 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
48613
48422
|
background: transparent;
|
|
48614
48423
|
}
|
|
48615
48424
|
}
|
|
48616
|
-
|
|
48425
|
+
// stylelint-enable selector-no-vendor-prefix, selector-class-pattern
|
|
48617
48426
|
|
|
48618
48427
|
// Toolbar
|
|
48619
48428
|
.k-editor-toolbar {
|
|
@@ -48646,7 +48455,7 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
48646
48455
|
display: block;
|
|
48647
48456
|
}
|
|
48648
48457
|
|
|
48649
|
-
> .ProseMirror { //
|
|
48458
|
+
> .ProseMirror { // stylelint-disable-line
|
|
48650
48459
|
padding: $kendo-padding-md-x;
|
|
48651
48460
|
width: 100%;
|
|
48652
48461
|
height: 100%;
|
|
@@ -48671,7 +48480,7 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
48671
48480
|
}
|
|
48672
48481
|
|
|
48673
48482
|
&[contenteditable="false"] {
|
|
48674
|
-
cursor: unset !important; //
|
|
48483
|
+
cursor: unset !important; // stylelint-disable-line declaration-no-important
|
|
48675
48484
|
|
|
48676
48485
|
.k-editor-resize-handles-wrapper,
|
|
48677
48486
|
.k-editor-resize-handle,
|
|
@@ -48685,7 +48494,7 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
48685
48494
|
pointer-events: none;
|
|
48686
48495
|
}
|
|
48687
48496
|
|
|
48688
|
-
& .ProseMirror-selectednode { //
|
|
48497
|
+
& .ProseMirror-selectednode { // stylelint-disable-line
|
|
48689
48498
|
outline: none;
|
|
48690
48499
|
}
|
|
48691
48500
|
}
|
|
@@ -48730,7 +48539,7 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
48730
48539
|
}
|
|
48731
48540
|
|
|
48732
48541
|
// Give selected cells a blue overlay
|
|
48733
|
-
.selectedCell::after { //
|
|
48542
|
+
.selectedCell::after { // stylelint-disable-line
|
|
48734
48543
|
z-index: 2;
|
|
48735
48544
|
position: absolute;
|
|
48736
48545
|
content: "";
|
|
@@ -49185,7 +48994,7 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
49185
48994
|
background-color: $kendo-editor-resize-handle-bg;
|
|
49186
48995
|
border-color: $kendo-editor-resize-handle-border;
|
|
49187
48996
|
}
|
|
49188
|
-
.ProseMirror-selectednode { //
|
|
48997
|
+
.ProseMirror-selectednode { // stylelint-disable-line
|
|
49189
48998
|
outline-color: $kendo-editor-selectednode-outline-color;
|
|
49190
48999
|
}
|
|
49191
49000
|
|
|
@@ -49221,7 +49030,7 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
49221
49030
|
border-color: #dddddd;
|
|
49222
49031
|
}
|
|
49223
49032
|
|
|
49224
|
-
.selectedCell::after { //
|
|
49033
|
+
.selectedCell::after { // stylelint-disable-line
|
|
49225
49034
|
background-color: rgba(200, 200, 255, .4);
|
|
49226
49035
|
}
|
|
49227
49036
|
}
|
|
@@ -49973,7 +49782,7 @@ $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
|
|
|
49973
49782
|
|
|
49974
49783
|
|
|
49975
49784
|
// Responsive gantt toolbar
|
|
49976
|
-
@media (max-width: 480px) {
|
|
49785
|
+
@media (max-width: 480px) { // stylelint-disable-line
|
|
49977
49786
|
|
|
49978
49787
|
.k-gantt-toolbar {
|
|
49979
49788
|
.k-gantt-toggle {
|
|
@@ -49994,7 +49803,7 @@ $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
|
|
|
49994
49803
|
|
|
49995
49804
|
}
|
|
49996
49805
|
|
|
49997
|
-
@media (max-width: 1024px) {
|
|
49806
|
+
@media (max-width: 1024px) { // stylelint-disable-line
|
|
49998
49807
|
.k-gantt-views-wrapper .k-gantt-views { display: none; }
|
|
49999
49808
|
.k-gantt-views-wrapper .k-views-dropdown { display: flex; }
|
|
50000
49809
|
}
|
|
@@ -50019,7 +49828,7 @@ $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
|
|
|
50019
49828
|
}
|
|
50020
49829
|
.k-grid-header,
|
|
50021
49830
|
.k-grid-footer {
|
|
50022
|
-
padding: 0 !important; //
|
|
49831
|
+
padding: 0 !important; // stylelint-disable-line declaration-no-important
|
|
50023
49832
|
}
|
|
50024
49833
|
.k-grid-header tr {
|
|
50025
49834
|
height: calc( #{$kendo-line-height-em} * 2 + #{$kendo-grid-header-padding-y * 4} + 2px );
|
|
@@ -50528,9 +50337,9 @@ $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
|
|
|
50528
50337
|
.k-gantt,
|
|
50529
50338
|
.k-gantt-timeline,
|
|
50530
50339
|
.k-gantt-dependencies {
|
|
50531
|
-
width: auto !important; //
|
|
50532
|
-
height: auto !important; //
|
|
50533
|
-
overflow: visible !important; //
|
|
50340
|
+
width: auto !important; // stylelint-disable-line declaration-no-important
|
|
50341
|
+
height: auto !important; // stylelint-disable-line declaration-no-important
|
|
50342
|
+
overflow: visible !important; // stylelint-disable-line declaration-no-important
|
|
50534
50343
|
}
|
|
50535
50344
|
|
|
50536
50345
|
.k-gantt-treelist .k-treelist {
|
|
@@ -51718,8 +51527,8 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
51718
51527
|
}
|
|
51719
51528
|
}
|
|
51720
51529
|
|
|
51721
|
-
// sass-lint:disable no-important
|
|
51722
51530
|
// remove scrollbars during PDF export
|
|
51531
|
+
// stylelint-disable declaration-no-important
|
|
51723
51532
|
.k-pdf-export-shadow .k-scheduler,
|
|
51724
51533
|
.k-scheduler-pdf-export .k-scheduler-content,
|
|
51725
51534
|
.k-scheduler-pdf-export .k-scheduler-times {
|
|
@@ -51743,7 +51552,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
51743
51552
|
width: 100% !important;
|
|
51744
51553
|
}
|
|
51745
51554
|
}
|
|
51746
|
-
//
|
|
51555
|
+
// stylelint-enable declaration-no-important
|
|
51747
51556
|
|
|
51748
51557
|
|
|
51749
51558
|
// TODO: add this class to jQuery rendering
|
|
@@ -51762,9 +51571,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
51762
51571
|
|
|
51763
51572
|
|
|
51764
51573
|
// Workweek view
|
|
51765
|
-
//
|
|
51766
|
-
.k-scheduler-workWeekview {}
|
|
51767
|
-
// sass-lint:enable class-name-format
|
|
51574
|
+
.k-scheduler-workWeekview {} // stylelint-disable-line
|
|
51768
51575
|
|
|
51769
51576
|
|
|
51770
51577
|
// Week view
|
|
@@ -51785,14 +51592,12 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
51785
51592
|
min-height: 80px;
|
|
51786
51593
|
}
|
|
51787
51594
|
|
|
51788
|
-
// sass-lint:disable no-important
|
|
51789
51595
|
// hidden cells must have no layout
|
|
51790
51596
|
.k-hidden {
|
|
51791
|
-
padding-left: 0 !important;
|
|
51792
|
-
padding-right: 0 !important;
|
|
51793
|
-
border-right-width: 0 !important;
|
|
51597
|
+
padding-left: 0 !important; // stylelint-disable-line declaration-no-important
|
|
51598
|
+
padding-right: 0 !important; // stylelint-disable-line declaration-no-important
|
|
51599
|
+
border-right-width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
51794
51600
|
}
|
|
51795
|
-
// sass-lint:enable no-important
|
|
51796
51601
|
|
|
51797
51602
|
.k-scheduler-table-auto,
|
|
51798
51603
|
.k-scheduler-table-auto td,
|
|
@@ -52118,13 +51923,6 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
52118
51923
|
|
|
52119
51924
|
.k-scheduler,
|
|
52120
51925
|
&.k-scheduler {
|
|
52121
|
-
.k-i-caret-alt-left,
|
|
52122
|
-
.k-i-caret-alt-right,
|
|
52123
|
-
.k-i-arrow-60-left,
|
|
52124
|
-
.k-i-arrow-60-right,
|
|
52125
|
-
.k-current-time-arrow-right {
|
|
52126
|
-
transform: scaleX(-1);
|
|
52127
|
-
}
|
|
52128
51926
|
|
|
52129
51927
|
.k-scheduler-header-wrap {
|
|
52130
51928
|
border-right-width: 0;
|
|
@@ -52226,7 +52024,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
52226
52024
|
}
|
|
52227
52025
|
|
|
52228
52026
|
|
|
52229
|
-
//Scheduler navigation
|
|
52027
|
+
// Scheduler navigation
|
|
52230
52028
|
.k-scheduler-navigation {}
|
|
52231
52029
|
|
|
52232
52030
|
|
|
@@ -52332,9 +52130,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
52332
52130
|
|
|
52333
52131
|
|
|
52334
52132
|
// Workweek view
|
|
52335
|
-
//
|
|
52336
|
-
.k-scheduler-workWeekview {}
|
|
52337
|
-
// sass-lint:enable class-name-format
|
|
52133
|
+
.k-scheduler-workWeekview {} // stylelint-disable-line
|
|
52338
52134
|
|
|
52339
52135
|
|
|
52340
52136
|
// Week view
|
|
@@ -52850,8 +52646,8 @@ $kendo-chat-quick-reply-hover-border: $kendo-color-primary !default;
|
|
|
52850
52646
|
box-sizing: border-box;
|
|
52851
52647
|
border-width: 1px 0 0;
|
|
52852
52648
|
border-style: solid;
|
|
52853
|
-
border-color: inherit !important; //
|
|
52854
|
-
border-radius: 0 !important; //
|
|
52649
|
+
border-color: inherit !important; // stylelint-disable-line declaration-no-important
|
|
52650
|
+
border-radius: 0 !important; // stylelint-disable-line declaration-no-important
|
|
52855
52651
|
flex: none;
|
|
52856
52652
|
display: flex;
|
|
52857
52653
|
flex-flow: row nowrap;
|
|
@@ -53342,9 +53138,7 @@ $kendo-media-player-titlebar-gradient: rgba( $kendo-media-player-text, .7 ), rgb
|
|
|
53342
53138
|
}
|
|
53343
53139
|
.k-mediaplayer-toolbar {
|
|
53344
53140
|
border-width: 0;
|
|
53345
|
-
//
|
|
53346
|
-
width: 100% !important;
|
|
53347
|
-
// sass-lint:enable no-important
|
|
53141
|
+
width: 100% !important; // stylelint-disable-line declaration-no-important
|
|
53348
53142
|
box-shadow: none;
|
|
53349
53143
|
|
|
53350
53144
|
|
|
@@ -53375,9 +53169,7 @@ $kendo-media-player-titlebar-gradient: rgba( $kendo-media-player-text, .7 ), rgb
|
|
|
53375
53169
|
transform: translateY( -50% );
|
|
53376
53170
|
}
|
|
53377
53171
|
.k-mediaplayer-seekbar .k-slider-track {
|
|
53378
|
-
//
|
|
53379
|
-
width: 100% !important;
|
|
53380
|
-
// sass-lint:enable no-important
|
|
53172
|
+
width: 100% !important; // stylelint-disable-line declaration-no-important
|
|
53381
53173
|
border-radius: 0;
|
|
53382
53174
|
}
|
|
53383
53175
|
.k-mediaplayer-seekbar .k-slider-selection {
|
|
@@ -53389,10 +53181,8 @@ $kendo-media-player-titlebar-gradient: rgba( $kendo-media-player-text, .7 ), rgb
|
|
|
53389
53181
|
position: fixed;
|
|
53390
53182
|
top: 0;
|
|
53391
53183
|
left: 0;
|
|
53392
|
-
//
|
|
53393
|
-
|
|
53394
|
-
height: 100% !important;
|
|
53395
|
-
// sass-lint:enable no-important
|
|
53184
|
+
width: 100% !important; // stylelint-disable-line declaration-no-important
|
|
53185
|
+
height: 100% !important; // stylelint-disable-line declaration-no-important
|
|
53396
53186
|
}
|
|
53397
53187
|
|
|
53398
53188
|
}
|
|
@@ -54316,7 +54106,7 @@ $kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
|
|
|
54316
54106
|
height: 100%;
|
|
54317
54107
|
align-items: center;
|
|
54318
54108
|
justify-content: center;
|
|
54319
|
-
background-color: inherit !important; //
|
|
54109
|
+
background-color: inherit !important; // stylelint-disable-line declaration-no-important
|
|
54320
54110
|
|
|
54321
54111
|
.k-upload,
|
|
54322
54112
|
.k-dropzone,
|
|
@@ -54330,7 +54120,7 @@ $kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
|
|
|
54330
54120
|
|
|
54331
54121
|
// Search
|
|
54332
54122
|
.k-pdf-viewer-search-dialog {
|
|
54333
|
-
padding: 0 !important; //
|
|
54123
|
+
padding: 0 !important; // stylelint-disable-line declaration-no-important
|
|
54334
54124
|
}
|
|
54335
54125
|
|
|
54336
54126
|
.k-search-panel {
|
|
@@ -54370,6 +54160,7 @@ $kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
|
|
|
54370
54160
|
border-style: solid;
|
|
54371
54161
|
border-radius: $kendo-pdf-viewer-search-panel-border-radius;
|
|
54372
54162
|
z-index: 10;
|
|
54163
|
+
cursor: default;
|
|
54373
54164
|
}
|
|
54374
54165
|
|
|
54375
54166
|
// Alias
|
|
@@ -54922,17 +54713,6 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
54922
54713
|
}
|
|
54923
54714
|
}
|
|
54924
54715
|
|
|
54925
|
-
.k-rtl,
|
|
54926
|
-
[dir="rtl"] {
|
|
54927
|
-
.k-scrollview-prev,
|
|
54928
|
-
.k-scrollview-next {
|
|
54929
|
-
.k-icon,
|
|
54930
|
-
.k-svg-icon {
|
|
54931
|
-
transform: scaleX(-1);
|
|
54932
|
-
}
|
|
54933
|
-
}
|
|
54934
|
-
}
|
|
54935
|
-
|
|
54936
54716
|
}
|
|
54937
54717
|
|
|
54938
54718
|
|
|
@@ -55260,6 +55040,7 @@ $kendo-treemap-line-height: $kendo-line-height-md !default;
|
|
|
55260
55040
|
|
|
55261
55041
|
|
|
55262
55042
|
// Exported variables
|
|
55043
|
+
// stylelint-disable selector-class-pattern
|
|
55263
55044
|
.k-var--chart-font {
|
|
55264
55045
|
font-size: $kendo-chart-font-size;
|
|
55265
55046
|
}
|
|
@@ -55276,6 +55057,7 @@ $kendo-treemap-line-height: $kendo-line-height-md !default;
|
|
|
55276
55057
|
.k-var--chart-label-font {
|
|
55277
55058
|
font-size: $kendo-chart-label-font-size;
|
|
55278
55059
|
}
|
|
55060
|
+
// stylelint-enable selector-class-pattern
|
|
55279
55061
|
|
|
55280
55062
|
// Elements
|
|
55281
55063
|
.k-chart,
|
|
@@ -55729,6 +55511,7 @@ $kendo-treemap-line-height: $kendo-line-height-md !default;
|
|
|
55729
55511
|
@mixin kendo-dataviz--theme-base() {
|
|
55730
55512
|
|
|
55731
55513
|
// Exported variables
|
|
55514
|
+
// stylelint-disable selector-class-pattern
|
|
55732
55515
|
.k-var--chart-inactive {
|
|
55733
55516
|
background-color: $kendo-chart-inactive;
|
|
55734
55517
|
}
|
|
@@ -55772,6 +55555,7 @@ $kendo-treemap-line-height: $kendo-line-height-md !default;
|
|
|
55772
55555
|
.k-var--chart-error-bars-background {
|
|
55773
55556
|
background-color: $kendo-chart-error-bars-background;
|
|
55774
55557
|
}
|
|
55558
|
+
// stylelint-enable selector-class-pattern
|
|
55775
55559
|
|
|
55776
55560
|
// Elements
|
|
55777
55561
|
.k-chart,
|
|
@@ -56538,7 +56322,7 @@ $kendo-signature-maximized-width: 750px !default;
|
|
|
56538
56322
|
$kendo-signature-maximized-height: 252px !default;
|
|
56539
56323
|
|
|
56540
56324
|
$kendo-signature-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
56541
|
-
$kendo-signature-sm-padding-x: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
56325
|
+
$kendo-signature-sm-padding-x: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
56542
56326
|
$kendo-signature-md-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
56543
56327
|
$kendo-signature-lg-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
56544
56328
|
|