@progress/kendo-theme-default 5.1.1 → 5.1.2-dev.3

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 CHANGED
@@ -2740,142 +2740,282 @@ kendo-sortable {
2740
2740
  }
2741
2741
 
2742
2742
  .k-overflow-auto {
2743
- overflow: auto !important;
2743
+ overflow: auto;
2744
2744
  }
2745
2745
 
2746
2746
  .k-overflow-x-auto {
2747
- overflow-x: auto !important;
2747
+ overflow-x: auto;
2748
2748
  }
2749
2749
 
2750
2750
  .k-overflow-y-auto {
2751
+ overflow-y: auto;
2752
+ }
2753
+
2754
+ .\!k-overflow-auto {
2755
+ overflow: auto !important;
2756
+ }
2757
+
2758
+ .\!k-overflow-x-auto {
2759
+ overflow-x: auto !important;
2760
+ }
2761
+
2762
+ .\!k-overflow-y-auto {
2751
2763
  overflow-y: auto !important;
2752
2764
  }
2753
2765
 
2754
2766
  .k-overflow-hidden {
2755
- overflow: hidden !important;
2767
+ overflow: hidden;
2756
2768
  }
2757
2769
 
2758
2770
  .k-overflow-x-hidden {
2759
- overflow-x: hidden !important;
2771
+ overflow-x: hidden;
2760
2772
  }
2761
2773
 
2762
2774
  .k-overflow-y-hidden {
2775
+ overflow-y: hidden;
2776
+ }
2777
+
2778
+ .\!k-overflow-hidden {
2779
+ overflow: hidden !important;
2780
+ }
2781
+
2782
+ .\!k-overflow-x-hidden {
2783
+ overflow-x: hidden !important;
2784
+ }
2785
+
2786
+ .\!k-overflow-y-hidden {
2763
2787
  overflow-y: hidden !important;
2764
2788
  }
2765
2789
 
2766
2790
  .k-overflow-visible {
2767
- overflow: visible !important;
2791
+ overflow: visible;
2768
2792
  }
2769
2793
 
2770
2794
  .k-overflow-x-visible {
2771
- overflow-x: visible !important;
2795
+ overflow-x: visible;
2772
2796
  }
2773
2797
 
2774
2798
  .k-overflow-y-visible {
2799
+ overflow-y: visible;
2800
+ }
2801
+
2802
+ .\!k-overflow-visible {
2803
+ overflow: visible !important;
2804
+ }
2805
+
2806
+ .\!k-overflow-x-visible {
2807
+ overflow-x: visible !important;
2808
+ }
2809
+
2810
+ .\!k-overflow-y-visible {
2775
2811
  overflow-y: visible !important;
2776
2812
  }
2777
2813
 
2778
2814
  .k-overflow-scroll {
2779
- overflow: scroll !important;
2815
+ overflow: scroll;
2780
2816
  }
2781
2817
 
2782
2818
  .k-overflow-x-scroll {
2783
- overflow-x: scroll !important;
2819
+ overflow-x: scroll;
2784
2820
  }
2785
2821
 
2786
2822
  .k-overflow-y-scroll {
2823
+ overflow-y: scroll;
2824
+ }
2825
+
2826
+ .\!k-overflow-scroll {
2827
+ overflow: scroll !important;
2828
+ }
2829
+
2830
+ .\!k-overflow-x-scroll {
2831
+ overflow-x: scroll !important;
2832
+ }
2833
+
2834
+ .\!k-overflow-y-scroll {
2787
2835
  overflow-y: scroll !important;
2788
2836
  }
2789
2837
 
2790
2838
  .k-overflow-clip {
2791
- overflow: clip !important;
2839
+ overflow: clip;
2792
2840
  }
2793
2841
 
2794
2842
  .k-overflow-x-clip {
2795
- overflow-x: clip !important;
2843
+ overflow-x: clip;
2796
2844
  }
2797
2845
 
2798
2846
  .k-overflow-y-clip {
2847
+ overflow-y: clip;
2848
+ }
2849
+
2850
+ .\!k-overflow-clip {
2851
+ overflow: clip !important;
2852
+ }
2853
+
2854
+ .\!k-overflow-x-clip {
2855
+ overflow-x: clip !important;
2856
+ }
2857
+
2858
+ .\!k-overflow-y-clip {
2799
2859
  overflow-y: clip !important;
2800
2860
  }
2801
2861
 
2802
2862
  .k-overflow-auto-hidden {
2863
+ overflow: auto hidden;
2864
+ }
2865
+
2866
+ .\!k-overflow-auto-hidden {
2803
2867
  overflow: auto hidden !important;
2804
2868
  }
2805
2869
 
2806
2870
  .k-overflow-auto-visible {
2871
+ overflow: auto visible;
2872
+ }
2873
+
2874
+ .\!k-overflow-auto-visible {
2807
2875
  overflow: auto visible !important;
2808
2876
  }
2809
2877
 
2810
2878
  .k-overflow-auto-scroll {
2879
+ overflow: auto scroll;
2880
+ }
2881
+
2882
+ .\!k-overflow-auto-scroll {
2811
2883
  overflow: auto scroll !important;
2812
2884
  }
2813
2885
 
2814
2886
  .k-overflow-auto-clip {
2887
+ overflow: auto clip;
2888
+ }
2889
+
2890
+ .\!k-overflow-auto-clip {
2815
2891
  overflow: auto clip !important;
2816
2892
  }
2817
2893
 
2818
2894
  .k-overflow-hidden-auto {
2895
+ overflow: hidden auto;
2896
+ }
2897
+
2898
+ .\!k-overflow-hidden-auto {
2819
2899
  overflow: hidden auto !important;
2820
2900
  }
2821
2901
 
2822
2902
  .k-overflow-hidden-visible {
2903
+ overflow: hidden visible;
2904
+ }
2905
+
2906
+ .\!k-overflow-hidden-visible {
2823
2907
  overflow: hidden visible !important;
2824
2908
  }
2825
2909
 
2826
2910
  .k-overflow-hidden-scroll {
2911
+ overflow: hidden scroll;
2912
+ }
2913
+
2914
+ .\!k-overflow-hidden-scroll {
2827
2915
  overflow: hidden scroll !important;
2828
2916
  }
2829
2917
 
2830
2918
  .k-overflow-hidden-clip {
2919
+ overflow: hidden clip;
2920
+ }
2921
+
2922
+ .\!k-overflow-hidden-clip {
2831
2923
  overflow: hidden clip !important;
2832
2924
  }
2833
2925
 
2834
2926
  .k-overflow-visible-auto {
2927
+ overflow: visible auto;
2928
+ }
2929
+
2930
+ .\!k-overflow-visible-auto {
2835
2931
  overflow: visible auto !important;
2836
2932
  }
2837
2933
 
2838
2934
  .k-overflow-visible-hidden {
2935
+ overflow: visible hidden;
2936
+ }
2937
+
2938
+ .\!k-overflow-visible-hidden {
2839
2939
  overflow: visible hidden !important;
2840
2940
  }
2841
2941
 
2842
2942
  .k-overflow-visible-scroll {
2943
+ overflow: visible scroll;
2944
+ }
2945
+
2946
+ .\!k-overflow-visible-scroll {
2843
2947
  overflow: visible scroll !important;
2844
2948
  }
2845
2949
 
2846
2950
  .k-overflow-visible-clip {
2951
+ overflow: visible clip;
2952
+ }
2953
+
2954
+ .\!k-overflow-visible-clip {
2847
2955
  overflow: visible clip !important;
2848
2956
  }
2849
2957
 
2850
2958
  .k-overflow-scroll-auto {
2959
+ overflow: scroll auto;
2960
+ }
2961
+
2962
+ .\!k-overflow-scroll-auto {
2851
2963
  overflow: scroll auto !important;
2852
2964
  }
2853
2965
 
2854
2966
  .k-overflow-scroll-hidden {
2967
+ overflow: scroll hidden;
2968
+ }
2969
+
2970
+ .\!k-overflow-scroll-hidden {
2855
2971
  overflow: scroll hidden !important;
2856
2972
  }
2857
2973
 
2858
2974
  .k-overflow-scroll-visible {
2975
+ overflow: scroll visible;
2976
+ }
2977
+
2978
+ .\!k-overflow-scroll-visible {
2859
2979
  overflow: scroll visible !important;
2860
2980
  }
2861
2981
 
2862
2982
  .k-overflow-scroll-clip {
2983
+ overflow: scroll clip;
2984
+ }
2985
+
2986
+ .\!k-overflow-scroll-clip {
2863
2987
  overflow: scroll clip !important;
2864
2988
  }
2865
2989
 
2866
2990
  .k-overflow-clip-auto {
2991
+ overflow: clip auto;
2992
+ }
2993
+
2994
+ .\!k-overflow-clip-auto {
2867
2995
  overflow: clip auto !important;
2868
2996
  }
2869
2997
 
2870
2998
  .k-overflow-clip-hidden {
2999
+ overflow: clip hidden;
3000
+ }
3001
+
3002
+ .\!k-overflow-clip-hidden {
2871
3003
  overflow: clip hidden !important;
2872
3004
  }
2873
3005
 
2874
3006
  .k-overflow-clip-visible {
3007
+ overflow: clip visible;
3008
+ }
3009
+
3010
+ .\!k-overflow-clip-visible {
2875
3011
  overflow: clip visible !important;
2876
3012
  }
2877
3013
 
2878
3014
  .k-overflow-clip-scroll {
3015
+ overflow: clip scroll;
3016
+ }
3017
+
3018
+ .\!k-overflow-clip-scroll {
2879
3019
  overflow: clip scroll !important;
2880
3020
  }
2881
3021
 
@@ -3052,18 +3192,34 @@ kendo-sortable {
3052
3192
  }
3053
3193
 
3054
3194
  .k-resize-none {
3195
+ resize: none;
3196
+ }
3197
+
3198
+ .\!k-resize-none {
3055
3199
  resize: none !important;
3056
3200
  }
3057
3201
 
3058
3202
  .k-resize-both {
3203
+ resize: both;
3204
+ }
3205
+
3206
+ .\!k-resize-both {
3059
3207
  resize: both !important;
3060
3208
  }
3061
3209
 
3062
3210
  .k-resize-horizontal {
3211
+ resize: horizontal;
3212
+ }
3213
+
3214
+ .\!k-resize-horizontal {
3063
3215
  resize: horizontal !important;
3064
3216
  }
3065
3217
 
3066
3218
  .k-resize-vertical {
3219
+ resize: vertical;
3220
+ }
3221
+
3222
+ .\!k-resize-vertical {
3067
3223
  resize: vertical !important;
3068
3224
  }
3069
3225
 
@@ -13193,11 +13349,11 @@ textarea.k-input-inner {
13193
13349
  }
13194
13350
 
13195
13351
  .k-input-spinner .k-spinner-increase .k-icon {
13196
- bottom: -;
13352
+ bottom: auto;
13197
13353
  }
13198
13354
 
13199
13355
  .k-input-spinner .k-spinner-decrease .k-icon {
13200
- top: -;
13356
+ top: auto;
13201
13357
  }
13202
13358
 
13203
13359
  .k-searchbar {
@@ -15454,13 +15610,9 @@ textarea.k-input-inner {
15454
15610
  background-color: #ff6358;
15455
15611
  }
15456
15612
 
15457
- .k-menu-group .k-item > .k-link.k-focus,
15458
- .k-menu.k-context-menu .k-item > .k-link.k-focus {
15459
- box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
15460
- }
15461
-
15462
- .k-menu-group .k-item:focus,
15463
- .k-menu.k-context-menu .k-item:focus {
15613
+ .k-menu-group .k-item:focus, .k-menu-group .k-item.k-focus,
15614
+ .k-menu.k-context-menu .k-item:focus,
15615
+ .k-menu.k-context-menu .k-item.k-focus {
15464
15616
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
15465
15617
  }
15466
15618
 
@@ -16747,7 +16899,7 @@ kendo-label > .k-label {
16747
16899
 
16748
16900
  .k-radio:checked,
16749
16901
  .k-radio.k-checked {
16750
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ccircle cx='50%' cy='50%' r='4' fill='white'/%3e%3c/svg%3e");
16902
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='white'/%3e%3c/svg%3e");
16751
16903
  }
16752
16904
 
16753
16905
  .k-radio:disabled,
package/dist/all.scss CHANGED
@@ -457,6 +457,7 @@ $wcag-light: white !default;
457
457
  // #endregion
458
458
  // #region @import "_misc.scss"; -> packages/default/scss/core/functions/_misc.scss
459
459
  $svg-escaped-characters: (
460
+ ("%", "%25"),
460
461
  ("<", "%3c"),
461
462
  (">", "%3e"),
462
463
  ("#", "%23"),
@@ -996,6 +997,7 @@ $enable-grid-classes: true !default;
996
997
  $use-calc-badge-size: true !default;
997
998
  $use-input-button-width: true !default;
998
999
  $use-input-spinner-width: true !default;
1000
+ $use-input-spinner-icon-offset: false !default;
999
1001
  $use-picker-select-width: true !default;
1000
1002
 
1001
1003
 
@@ -3820,16 +3822,22 @@ $display4-letter-spacing: null !default;
3820
3822
  // sass-lint:disable no-important
3821
3823
  @if $utils-overflow {
3822
3824
  @each $overflow in $utils-overflow {
3823
- .k-overflow-#{$overflow} { overflow: $overflow !important; }
3824
- .k-overflow-x-#{$overflow} { overflow-x: $overflow !important; }
3825
- .k-overflow-y-#{$overflow} { overflow-y: $overflow !important; }
3825
+ .k-overflow-#{$overflow} { overflow: $overflow; }
3826
+ .k-overflow-x-#{$overflow} { overflow-x: $overflow; }
3827
+ .k-overflow-y-#{$overflow} { overflow-y: $overflow; }
3828
+
3829
+ .\!k-overflow-#{$overflow} { overflow: $overflow !important; }
3830
+ .\!k-overflow-x-#{$overflow} { overflow-x: $overflow !important; }
3831
+ .\!k-overflow-y-#{$overflow} { overflow-y: $overflow !important; }
3826
3832
  }
3827
3833
 
3828
3834
 
3829
3835
  @each $overflow-x in $utils-overflow {
3830
3836
  @each $overflow-y in $utils-overflow {
3831
3837
  @if $overflow-x != $overflow-y {
3832
- .k-overflow-#{$overflow-x}-#{$overflow-y} { overflow: $overflow-x $overflow-y !important; }
3838
+ .k-overflow-#{$overflow-x}-#{$overflow-y} { overflow: $overflow-x $overflow-y; }
3839
+
3840
+ .\!k-overflow-#{$overflow-x}-#{$overflow-y} { overflow: $overflow-x $overflow-y !important; }
3833
3841
  }
3834
3842
  }
3835
3843
  }
@@ -4079,8 +4087,10 @@ $display4-letter-spacing: null !default;
4079
4087
 
4080
4088
  @if $utils-resize {
4081
4089
  @each $resize in $utils-resize {
4090
+ .k-resize-#{$resize} { resize: $resize; }
4091
+
4082
4092
  // sass-lint:disable-block no-important
4083
- .k-resize-#{$resize} { resize: $resize !important; }
4093
+ .\!k-resize-#{$resize} { resize: $resize !important; }
4084
4094
  }
4085
4095
  }
4086
4096
 
@@ -8811,6 +8821,12 @@ $kendo-input-focus-text: null !default;
8811
8821
  $kendo-input-focus-border: $kendo-input-hover-border !default;
8812
8822
  $kendo-input-focus-shadow: 0 0 0 2px rgba( $kendo-input-focus-border, .08 ) !default;
8813
8823
 
8824
+ $kendo-input-disabled-bg: null !default;
8825
+ $kendo-input-disabled-text: null !default;
8826
+ $kendo-input-disabled-border: null !default;
8827
+ $kendo-input-disabled-gradient: null !default;
8828
+ $kendo-input-disabled-shadow: null !default;
8829
+
8814
8830
  $kendo-picker-bg: $kendo-button-bg !default;
8815
8831
  $kendo-picker-text: $kendo-button-text !default;
8816
8832
  $kendo-picker-border: $kendo-button-border !default;
@@ -8829,6 +8845,12 @@ $kendo-picker-focus-border: $kendo-button-focus-border !default;
8829
8845
  $kendo-picker-focus-gradient: $kendo-button-focus-gradient !default;
8830
8846
  $kendo-picker-focus-shadow: $kendo-button-focus-shadow !default;
8831
8847
 
8848
+ $kendo-picker-disabled-bg: null !default;
8849
+ $kendo-picker-disabled-text: null !default;
8850
+ $kendo-picker-disabled-border: null !default;
8851
+ $kendo-picker-disabled-gradient: null !default;
8852
+ $kendo-picker-disabled-shadow: null !default;
8853
+
8832
8854
  $kendo-input-placeholder-text: $subtle-text !default;
8833
8855
  $kendo-input-placeholder-opacity: 1 !default;
8834
8856
 
@@ -9130,10 +9152,10 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9130
9152
  }
9131
9153
  }
9132
9154
  .k-spinner-increase .k-icon {
9133
- bottom: -$kendo-input-spinner-icon-offset;
9155
+ bottom: if( $use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
9134
9156
  }
9135
9157
  .k-spinner-decrease .k-icon {
9136
- top: -$kendo-input-spinner-icon-offset;
9158
+ top: if( $use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
9137
9159
  }
9138
9160
  }
9139
9161
 
@@ -9318,6 +9340,19 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9318
9340
  @include box-shadow( $kendo-input-focus-shadow );
9319
9341
  }
9320
9342
 
9343
+ //Disabled
9344
+ &:disabled,
9345
+ &[disabled],
9346
+ &.k-disabled {
9347
+ @include fill(
9348
+ $kendo-input-disabled-text,
9349
+ $kendo-input-disabled-bg,
9350
+ $kendo-input-disabled-border,
9351
+ $kendo-input-disabled-gradient
9352
+ );
9353
+ @include box-shadow( $kendo-input-disabled-shadow );
9354
+ }
9355
+
9321
9356
  // Invalid
9322
9357
  &.k-invalid,
9323
9358
  &.ng-invalid.ng-touched,
@@ -9381,6 +9416,19 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9381
9416
  @include box-shadow( $kendo-picker-focus-shadow );
9382
9417
  }
9383
9418
 
9419
+ //Disabled
9420
+ &:disabled,
9421
+ &[disabled],
9422
+ &.k-disabled {
9423
+ @include fill(
9424
+ $kendo-picker-disabled-text,
9425
+ $kendo-picker-disabled-bg,
9426
+ $kendo-picker-disabled-border,
9427
+ $kendo-picker-disabled-gradient
9428
+ );
9429
+ @include box-shadow( $kendo-picker-disabled-shadow );
9430
+ }
9431
+
9384
9432
  // Invalid
9385
9433
  &.k-invalid,
9386
9434
  &.ng-invalid.ng-touched,
@@ -12568,14 +12616,11 @@ $tooltip-error-border: $tooltip-error-bg !default;
12568
12616
  $kendo-menu-popup-item-expanded-gradient
12569
12617
  );
12570
12618
  }
12571
-
12572
- &.k-focus {
12573
- @include box-shadow( $kendo-menu-popup-item-focus-shadow );
12574
- }
12575
12619
  }
12576
12620
 
12577
12621
  .k-item {
12578
- &:focus {
12622
+ &:focus,
12623
+ &.k-focus {
12579
12624
  @include box-shadow( $kendo-menu-popup-item-focus-shadow );
12580
12625
  }
12581
12626
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "5.1.1",
4
+ "version": "5.1.2-dev.3",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -47,5 +47,5 @@
47
47
  "prepublishOnly": "echo 'no prebublish for default theme'",
48
48
  "postpublish": "echo 'no postpublish for default theme'"
49
49
  },
50
- "gitHead": "798d6d06021f47b42f71b16530f96ab23d2b9c04"
50
+ "gitHead": "8a1041b9ea9729c5edf718e1be1afc717c476262"
51
51
  }
@@ -13,6 +13,7 @@ $enable-grid-classes: true !default;
13
13
  $use-calc-badge-size: true !default;
14
14
  $use-input-button-width: true !default;
15
15
  $use-input-spinner-width: true !default;
16
+ $use-input-spinner-icon-offset: false !default;
16
17
  $use-picker-select-width: true !default;
17
18
 
18
19
 
@@ -1,4 +1,5 @@
1
1
  $svg-escaped-characters: (
2
+ ("%", "%25"),
2
3
  ("<", "%3c"),
3
4
  (">", "%3e"),
4
5
  ("#", "%23"),
@@ -266,10 +266,10 @@
266
266
  }
267
267
  }
268
268
  .k-spinner-increase .k-icon {
269
- bottom: -$kendo-input-spinner-icon-offset;
269
+ bottom: if( $use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
270
270
  }
271
271
  .k-spinner-decrease .k-icon {
272
- top: -$kendo-input-spinner-icon-offset;
272
+ top: if( $use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
273
273
  }
274
274
  }
275
275
 
@@ -37,6 +37,19 @@
37
37
  @include box-shadow( $kendo-input-focus-shadow );
38
38
  }
39
39
 
40
+ //Disabled
41
+ &:disabled,
42
+ &[disabled],
43
+ &.k-disabled {
44
+ @include fill(
45
+ $kendo-input-disabled-text,
46
+ $kendo-input-disabled-bg,
47
+ $kendo-input-disabled-border,
48
+ $kendo-input-disabled-gradient
49
+ );
50
+ @include box-shadow( $kendo-input-disabled-shadow );
51
+ }
52
+
40
53
  // Invalid
41
54
  &.k-invalid,
42
55
  &.ng-invalid.ng-touched,
@@ -100,6 +113,19 @@
100
113
  @include box-shadow( $kendo-picker-focus-shadow );
101
114
  }
102
115
 
116
+ //Disabled
117
+ &:disabled,
118
+ &[disabled],
119
+ &.k-disabled {
120
+ @include fill(
121
+ $kendo-picker-disabled-text,
122
+ $kendo-picker-disabled-bg,
123
+ $kendo-picker-disabled-border,
124
+ $kendo-picker-disabled-gradient
125
+ );
126
+ @include box-shadow( $kendo-picker-disabled-shadow );
127
+ }
128
+
103
129
  // Invalid
104
130
  &.k-invalid,
105
131
  &.ng-invalid.ng-touched,
@@ -71,6 +71,12 @@ $kendo-input-focus-text: null !default;
71
71
  $kendo-input-focus-border: $kendo-input-hover-border !default;
72
72
  $kendo-input-focus-shadow: 0 0 0 2px rgba( $kendo-input-focus-border, .08 ) !default;
73
73
 
74
+ $kendo-input-disabled-bg: null !default;
75
+ $kendo-input-disabled-text: null !default;
76
+ $kendo-input-disabled-border: null !default;
77
+ $kendo-input-disabled-gradient: null !default;
78
+ $kendo-input-disabled-shadow: null !default;
79
+
74
80
  $kendo-picker-bg: $kendo-button-bg !default;
75
81
  $kendo-picker-text: $kendo-button-text !default;
76
82
  $kendo-picker-border: $kendo-button-border !default;
@@ -89,6 +95,12 @@ $kendo-picker-focus-border: $kendo-button-focus-border !default;
89
95
  $kendo-picker-focus-gradient: $kendo-button-focus-gradient !default;
90
96
  $kendo-picker-focus-shadow: $kendo-button-focus-shadow !default;
91
97
 
98
+ $kendo-picker-disabled-bg: null !default;
99
+ $kendo-picker-disabled-text: null !default;
100
+ $kendo-picker-disabled-border: null !default;
101
+ $kendo-picker-disabled-gradient: null !default;
102
+ $kendo-picker-disabled-shadow: null !default;
103
+
92
104
  $kendo-input-placeholder-text: $subtle-text !default;
93
105
  $kendo-input-placeholder-opacity: 1 !default;
94
106
 
@@ -80,14 +80,11 @@
80
80
  $kendo-menu-popup-item-expanded-gradient
81
81
  );
82
82
  }
83
-
84
- &.k-focus {
85
- @include box-shadow( $kendo-menu-popup-item-focus-shadow );
86
- }
87
83
  }
88
84
 
89
85
  .k-item {
90
- &:focus {
86
+ &:focus,
87
+ &.k-focus {
91
88
  @include box-shadow( $kendo-menu-popup-item-focus-shadow );
92
89
  }
93
90
  }
@@ -46,16 +46,22 @@
46
46
  // sass-lint:disable no-important
47
47
  @if $utils-overflow {
48
48
  @each $overflow in $utils-overflow {
49
- .k-overflow-#{$overflow} { overflow: $overflow !important; }
50
- .k-overflow-x-#{$overflow} { overflow-x: $overflow !important; }
51
- .k-overflow-y-#{$overflow} { overflow-y: $overflow !important; }
49
+ .k-overflow-#{$overflow} { overflow: $overflow; }
50
+ .k-overflow-x-#{$overflow} { overflow-x: $overflow; }
51
+ .k-overflow-y-#{$overflow} { overflow-y: $overflow; }
52
+
53
+ .\!k-overflow-#{$overflow} { overflow: $overflow !important; }
54
+ .\!k-overflow-x-#{$overflow} { overflow-x: $overflow !important; }
55
+ .\!k-overflow-y-#{$overflow} { overflow-y: $overflow !important; }
52
56
  }
53
57
 
54
58
 
55
59
  @each $overflow-x in $utils-overflow {
56
60
  @each $overflow-y in $utils-overflow {
57
61
  @if $overflow-x != $overflow-y {
58
- .k-overflow-#{$overflow-x}-#{$overflow-y} { overflow: $overflow-x $overflow-y !important; }
62
+ .k-overflow-#{$overflow-x}-#{$overflow-y} { overflow: $overflow-x $overflow-y; }
63
+
64
+ .\!k-overflow-#{$overflow-x}-#{$overflow-y} { overflow: $overflow-x $overflow-y !important; }
59
65
  }
60
66
  }
61
67
  }
@@ -27,8 +27,10 @@
27
27
 
28
28
  @if $utils-resize {
29
29
  @each $resize in $utils-resize {
30
+ .k-resize-#{$resize} { resize: $resize; }
31
+
30
32
  // sass-lint:disable-block no-important
31
- .k-resize-#{$resize} { resize: $resize !important; }
33
+ .\!k-resize-#{$resize} { resize: $resize !important; }
32
34
  }
33
35
  }
34
36