@progress/kendo-theme-classic 5.6.1-dev.0 → 5.6.1-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +95 -40
- package/dist/all.scss +44 -29
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/package.json +3 -3
package/dist/all.css
CHANGED
|
@@ -22136,10 +22136,6 @@ kendo-label > .k-label {
|
|
|
22136
22136
|
width: 100%;
|
|
22137
22137
|
}
|
|
22138
22138
|
|
|
22139
|
-
.k-dialog-close {
|
|
22140
|
-
align-self: flex-end;
|
|
22141
|
-
}
|
|
22142
|
-
|
|
22143
22139
|
.k-dialog-buttongroup {
|
|
22144
22140
|
border-bottom-right-radius: 4px;
|
|
22145
22141
|
border-bottom-left-radius: 4px;
|
|
@@ -23750,7 +23746,8 @@ kendo-card-footer {
|
|
|
23750
23746
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
23751
23747
|
}
|
|
23752
23748
|
|
|
23753
|
-
.k-pager-wrap
|
|
23749
|
+
.k-pager-wrap,
|
|
23750
|
+
.k-pager {
|
|
23754
23751
|
padding: 8px 8px;
|
|
23755
23752
|
border-width: 1px;
|
|
23756
23753
|
border-style: solid;
|
|
@@ -23772,18 +23769,25 @@ kendo-card-footer {
|
|
|
23772
23769
|
|
|
23773
23770
|
.k-pager-wrap *,
|
|
23774
23771
|
.k-pager-wrap *::before,
|
|
23775
|
-
.k-pager-wrap *::after
|
|
23772
|
+
.k-pager-wrap *::after,
|
|
23773
|
+
.k-pager *,
|
|
23774
|
+
.k-pager *::before,
|
|
23775
|
+
.k-pager *::after {
|
|
23776
23776
|
box-sizing: border-box;
|
|
23777
23777
|
}
|
|
23778
23778
|
|
|
23779
|
-
.k-pager-wrap .k-link
|
|
23779
|
+
.k-pager-wrap .k-link,
|
|
23780
|
+
.k-pager .k-link {
|
|
23780
23781
|
text-decoration: none;
|
|
23781
23782
|
outline: 0;
|
|
23782
23783
|
font: inherit;
|
|
23783
23784
|
background-color: inherit;
|
|
23784
23785
|
}
|
|
23785
23786
|
|
|
23786
|
-
.k-pager-wrap .k-link:focus, .k-pager-wrap .k-link.k-state-focus, .k-pager-wrap .k-link.k-focus
|
|
23787
|
+
.k-pager-wrap .k-link:focus, .k-pager-wrap .k-link.k-state-focus, .k-pager-wrap .k-link.k-focus,
|
|
23788
|
+
.k-pager .k-link:focus,
|
|
23789
|
+
.k-pager .k-link.k-state-focus,
|
|
23790
|
+
.k-pager .k-link.k-focus {
|
|
23787
23791
|
z-index: 3;
|
|
23788
23792
|
}
|
|
23789
23793
|
|
|
@@ -23809,7 +23813,46 @@ kendo-card-footer {
|
|
|
23809
23813
|
[dir="rtl"] .k-pager-wrap .k-i-seek-w,
|
|
23810
23814
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-w,
|
|
23811
23815
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-e,
|
|
23812
|
-
[dir="rtl"] .k-pager-wrap .k-i-seek-e
|
|
23816
|
+
[dir="rtl"] .k-pager-wrap .k-i-seek-e, .k-rtl
|
|
23817
|
+
.k-pager .k-i-arrow-end-left,
|
|
23818
|
+
.k-rtl
|
|
23819
|
+
.k-pager .k-i-arrow-60-left,
|
|
23820
|
+
.k-rtl
|
|
23821
|
+
.k-pager .k-i-arrow-60-right,
|
|
23822
|
+
.k-rtl
|
|
23823
|
+
.k-pager .k-i-arrow-end-right,
|
|
23824
|
+
.k-rtl
|
|
23825
|
+
.k-pager .k-i-seek-w,
|
|
23826
|
+
.k-rtl
|
|
23827
|
+
.k-pager .k-i-arrow-w,
|
|
23828
|
+
.k-rtl
|
|
23829
|
+
.k-pager .k-i-arrow-e,
|
|
23830
|
+
.k-rtl
|
|
23831
|
+
.k-pager .k-i-seek-e,
|
|
23832
|
+
.k-pager[dir="rtl"] .k-i-arrow-end-left,
|
|
23833
|
+
.k-pager[dir="rtl"] .k-i-arrow-60-left,
|
|
23834
|
+
.k-pager[dir="rtl"] .k-i-arrow-60-right,
|
|
23835
|
+
.k-pager[dir="rtl"] .k-i-arrow-end-right,
|
|
23836
|
+
.k-pager[dir="rtl"] .k-i-seek-w,
|
|
23837
|
+
.k-pager[dir="rtl"] .k-i-arrow-w,
|
|
23838
|
+
.k-pager[dir="rtl"] .k-i-arrow-e,
|
|
23839
|
+
.k-pager[dir="rtl"] .k-i-seek-e,
|
|
23840
|
+
[dir="rtl"]
|
|
23841
|
+
.k-pager .k-i-arrow-end-left,
|
|
23842
|
+
[dir="rtl"]
|
|
23843
|
+
.k-pager .k-i-arrow-60-left,
|
|
23844
|
+
[dir="rtl"]
|
|
23845
|
+
.k-pager .k-i-arrow-60-right,
|
|
23846
|
+
[dir="rtl"]
|
|
23847
|
+
.k-pager .k-i-arrow-end-right,
|
|
23848
|
+
[dir="rtl"]
|
|
23849
|
+
.k-pager .k-i-seek-w,
|
|
23850
|
+
[dir="rtl"]
|
|
23851
|
+
.k-pager .k-i-arrow-w,
|
|
23852
|
+
[dir="rtl"]
|
|
23853
|
+
.k-pager .k-i-arrow-e,
|
|
23854
|
+
[dir="rtl"]
|
|
23855
|
+
.k-pager .k-i-seek-e {
|
|
23813
23856
|
transform: scaleX(-1);
|
|
23814
23857
|
}
|
|
23815
23858
|
|
|
@@ -23958,13 +24001,19 @@ kendo-card-footer {
|
|
|
23958
24001
|
display: none;
|
|
23959
24002
|
}
|
|
23960
24003
|
|
|
23961
|
-
.k-pager-wrap
|
|
24004
|
+
.k-pager-wrap,
|
|
24005
|
+
.k-pager {
|
|
23962
24006
|
border-color: #cacaca;
|
|
23963
24007
|
color: #272727;
|
|
23964
24008
|
background-color: #f0f0f0;
|
|
23965
24009
|
}
|
|
23966
24010
|
|
|
23967
|
-
.k-pager-wrap:focus, .k-pager-wrap.k-focus, .k-pager-wrap.k-state-focus, .k-pager-wrap.k-state-focused, .k-pager-wrap.k-focus
|
|
24011
|
+
.k-pager-wrap:focus, .k-pager-wrap.k-focus, .k-pager-wrap.k-state-focus, .k-pager-wrap.k-state-focused, .k-pager-wrap.k-focus,
|
|
24012
|
+
.k-pager:focus,
|
|
24013
|
+
.k-pager.k-focus,
|
|
24014
|
+
.k-pager.k-state-focus,
|
|
24015
|
+
.k-pager.k-state-focused,
|
|
24016
|
+
.k-pager.k-focus {
|
|
23968
24017
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
23969
24018
|
}
|
|
23970
24019
|
|
|
@@ -24080,14 +24129,6 @@ kendo-card-footer {
|
|
|
24080
24129
|
overflow: hidden;
|
|
24081
24130
|
}
|
|
24082
24131
|
|
|
24083
|
-
.k-stepper .k-step-disabled {
|
|
24084
|
-
pointer-events: none;
|
|
24085
|
-
}
|
|
24086
|
-
|
|
24087
|
-
.k-stepper .k-step-disabled .k-step-link {
|
|
24088
|
-
cursor: default;
|
|
24089
|
-
}
|
|
24090
|
-
|
|
24091
24132
|
.k-stepper .k-step-indicator {
|
|
24092
24133
|
border-radius: 50%;
|
|
24093
24134
|
margin: 3px;
|
|
@@ -24124,6 +24165,7 @@ kendo-card-footer {
|
|
|
24124
24165
|
}
|
|
24125
24166
|
|
|
24126
24167
|
.k-stepper .k-step-focus .k-step-indicator::after,
|
|
24168
|
+
.k-stepper .k-step.k-focus .k-step-indicator::after,
|
|
24127
24169
|
.k-stepper .k-step-link:focus .k-step-indicator::after {
|
|
24128
24170
|
display: block;
|
|
24129
24171
|
}
|
|
@@ -24164,9 +24206,19 @@ kendo-card-footer {
|
|
|
24164
24206
|
font-size: 12px;
|
|
24165
24207
|
}
|
|
24166
24208
|
|
|
24209
|
+
.k-stepper .k-step-disabled,
|
|
24210
|
+
.k-stepper .k-step.k-disabled {
|
|
24211
|
+
opacity: 1;
|
|
24212
|
+
pointer-events: none;
|
|
24213
|
+
}
|
|
24214
|
+
|
|
24215
|
+
.k-stepper .k-step-disabled .k-step-link,
|
|
24216
|
+
.k-stepper .k-step.k-disabled .k-step-link {
|
|
24217
|
+
cursor: default;
|
|
24218
|
+
}
|
|
24219
|
+
|
|
24167
24220
|
.k-stepper .k-step-disabled .k-step-label-optional,
|
|
24168
|
-
.k-stepper.k-
|
|
24169
|
-
.k-stepper.k-disabled .k-step-label-optional {
|
|
24221
|
+
.k-stepper .k-step.k-disabled .k-step-label-optional {
|
|
24170
24222
|
color: inherit;
|
|
24171
24223
|
}
|
|
24172
24224
|
|
|
@@ -24280,11 +24332,20 @@ kendo-card-footer {
|
|
|
24280
24332
|
color: #272727;
|
|
24281
24333
|
}
|
|
24282
24334
|
|
|
24283
|
-
.k-stepper .k-step:hover .k-step-indicator, .k-stepper .k-step.k-step-hover .k-step-indicator {
|
|
24335
|
+
.k-stepper .k-step:hover .k-step-indicator, .k-stepper .k-step.k-hover .k-step-indicator, .k-stepper .k-step.k-step-hover .k-step-indicator {
|
|
24284
24336
|
background-color: #ebebeb;
|
|
24285
24337
|
}
|
|
24286
24338
|
|
|
24287
|
-
.k-stepper .k-step.k-step-
|
|
24339
|
+
.k-stepper .k-step.k-step-focus .k-step-label:only-child, .k-stepper .k-step.k-focus .k-step-label:only-child,
|
|
24340
|
+
.k-stepper .k-step .k-step-link:focus .k-step-label:only-child {
|
|
24341
|
+
box-shadow: inset 0 0 0 2px #cacaca;
|
|
24342
|
+
}
|
|
24343
|
+
|
|
24344
|
+
.k-stepper .k-step.k-step-disabled .k-step-indicator, .k-stepper .k-step.k-disabled .k-step-indicator, .k-stepper .k-step:disabled .k-step-indicator {
|
|
24345
|
+
color: #8d8d8d;
|
|
24346
|
+
}
|
|
24347
|
+
|
|
24348
|
+
.k-stepper .k-step.k-step-disabled .k-step-label, .k-stepper .k-step.k-disabled .k-step-label, .k-stepper .k-step:disabled .k-step-label {
|
|
24288
24349
|
color: #8d8d8d;
|
|
24289
24350
|
}
|
|
24290
24351
|
|
|
@@ -24310,11 +24371,11 @@ kendo-card-footer {
|
|
|
24310
24371
|
background-color: #f35800;
|
|
24311
24372
|
}
|
|
24312
24373
|
|
|
24313
|
-
.k-stepper .k-step-done:hover .k-step-indicator, .k-stepper .k-step-done.k-step-hover .k-step-indicator {
|
|
24374
|
+
.k-stepper .k-step-done:hover .k-step-indicator, .k-stepper .k-step-done.k-hover .k-step-indicator, .k-stepper .k-step-done.k-step-hover .k-step-indicator {
|
|
24314
24375
|
background-color: #e05100;
|
|
24315
24376
|
}
|
|
24316
24377
|
|
|
24317
|
-
.k-stepper .k-step-done.k-step-disabled .k-step-indicator, .k-stepper .k-step-done:disabled .k-step-indicator {
|
|
24378
|
+
.k-stepper .k-step-done.k-step-disabled .k-step-indicator, .k-stepper .k-step-done.k-disabled .k-step-indicator, .k-stepper .k-step-done:disabled .k-step-indicator {
|
|
24318
24379
|
border-color: #f89b66;
|
|
24319
24380
|
color: white;
|
|
24320
24381
|
background-color: #f89b66;
|
|
@@ -24326,11 +24387,11 @@ kendo-card-footer {
|
|
|
24326
24387
|
background-color: #f35800;
|
|
24327
24388
|
}
|
|
24328
24389
|
|
|
24329
|
-
.k-stepper .k-step-current:hover .k-step-indicator, .k-stepper .k-step-current.k-step-hover .k-step-indicator {
|
|
24390
|
+
.k-stepper .k-step-current:hover .k-step-indicator, .k-stepper .k-step-current.k-hover .k-step-indicator, .k-stepper .k-step-current.k-step-hover .k-step-indicator {
|
|
24330
24391
|
background-color: #e05100;
|
|
24331
24392
|
}
|
|
24332
24393
|
|
|
24333
|
-
.k-stepper .k-step-current.k-step-disabled .k-step-indicator, .k-stepper .k-step-current:disabled .k-step-indicator {
|
|
24394
|
+
.k-stepper .k-step-current.k-step-disabled .k-step-indicator, .k-stepper .k-step-current.k-disabled .k-step-indicator, .k-stepper .k-step-current:disabled .k-step-indicator {
|
|
24334
24395
|
border-color: #f89b66;
|
|
24335
24396
|
color: white;
|
|
24336
24397
|
background-color: #f89b66;
|
|
@@ -24348,19 +24409,10 @@ kendo-card-footer {
|
|
|
24348
24409
|
color: #d92800;
|
|
24349
24410
|
}
|
|
24350
24411
|
|
|
24351
|
-
.k-stepper .k-step-error:hover .k-step-label, .k-stepper .k-step-error.k-step-hover .k-step-label {
|
|
24412
|
+
.k-stepper .k-step-error:hover .k-step-label, .k-stepper .k-step-error.k-hover .k-step-label, .k-stepper .k-step-error.k-step-hover .k-step-label {
|
|
24352
24413
|
color: #d92800;
|
|
24353
24414
|
}
|
|
24354
24415
|
|
|
24355
|
-
.k-stepper .k-step-disabled .k-step-label {
|
|
24356
|
-
color: #8d8d8d;
|
|
24357
|
-
}
|
|
24358
|
-
|
|
24359
|
-
.k-stepper .k-step-focus .k-step-label:only-child,
|
|
24360
|
-
.k-stepper .k-step-link:focus .k-step-label:only-child {
|
|
24361
|
-
box-shadow: inset 0 0 0 2px #cacaca;
|
|
24362
|
-
}
|
|
24363
|
-
|
|
24364
24416
|
.k-stepper .k-step-label-optional {
|
|
24365
24417
|
color: #646464;
|
|
24366
24418
|
}
|
|
@@ -25952,11 +26004,13 @@ kendo-card-footer {
|
|
|
25952
26004
|
overflow-y: auto;
|
|
25953
26005
|
}
|
|
25954
26006
|
|
|
25955
|
-
.k-pane-wrapper .k-pager-wrap.k-pager-sm
|
|
26007
|
+
.k-pane-wrapper .k-pager-wrap.k-pager-sm,
|
|
26008
|
+
.k-pane-wrapper .k-pager.k-pager-sm {
|
|
25956
26009
|
justify-content: center;
|
|
25957
26010
|
}
|
|
25958
26011
|
|
|
25959
|
-
.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh
|
|
26012
|
+
.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh,
|
|
26013
|
+
.k-pane-wrapper .k-pager.k-pager-sm .k-pager-refresh {
|
|
25960
26014
|
display: none;
|
|
25961
26015
|
}
|
|
25962
26016
|
|
|
@@ -35039,7 +35093,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
35039
35093
|
z-index: 2;
|
|
35040
35094
|
}
|
|
35041
35095
|
|
|
35042
|
-
.k-pdf-viewer .k-toolbar .k-pager-wrap
|
|
35096
|
+
.k-pdf-viewer .k-toolbar .k-pager-wrap,
|
|
35097
|
+
.k-pdf-viewer .k-toolbar .k-pager {
|
|
35043
35098
|
padding: 0;
|
|
35044
35099
|
border-width: 0;
|
|
35045
35100
|
color: inherit;
|
package/dist/all.scss
CHANGED
|
@@ -23168,10 +23168,6 @@ $dialog-button-spacing: $actions-button-spacing !default;
|
|
|
23168
23168
|
.k-dialog-titlebar {}
|
|
23169
23169
|
.k-dialog-title {}
|
|
23170
23170
|
|
|
23171
|
-
.k-dialog-close {
|
|
23172
|
-
align-self: flex-end;
|
|
23173
|
-
}
|
|
23174
|
-
|
|
23175
23171
|
|
|
23176
23172
|
// Actions
|
|
23177
23173
|
.k-dialog-actions {}
|
|
@@ -25375,7 +25371,8 @@ $pager-dropdown-width: 5em !default;
|
|
|
25375
25371
|
// #region @import "~@progress/kendo-theme-default/scss/pager/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/pager/_layout.scss
|
|
25376
25372
|
@include exports("pager/layout") {
|
|
25377
25373
|
|
|
25378
|
-
.k-pager-wrap
|
|
25374
|
+
.k-pager-wrap,
|
|
25375
|
+
.k-pager {
|
|
25379
25376
|
padding: $pager-padding-y $pager-padding-x;
|
|
25380
25377
|
border-width: $pager-border-width;
|
|
25381
25378
|
border-style: solid;
|
|
@@ -25647,7 +25644,8 @@ $pager-dropdown-width: 5em !default;
|
|
|
25647
25644
|
// #region @import "~@progress/kendo-theme-default/scss/pager/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/pager/_theme.scss
|
|
25648
25645
|
@include exports("pager/theme") {
|
|
25649
25646
|
|
|
25650
|
-
.k-pager-wrap
|
|
25647
|
+
.k-pager-wrap,
|
|
25648
|
+
.k-pager {
|
|
25651
25649
|
@include fill(
|
|
25652
25650
|
$pager-text,
|
|
25653
25651
|
$pager-bg,
|
|
@@ -25979,12 +25977,6 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25979
25977
|
align-items: center;
|
|
25980
25978
|
overflow: hidden;
|
|
25981
25979
|
}
|
|
25982
|
-
.k-step-disabled {
|
|
25983
|
-
pointer-events: none;
|
|
25984
|
-
|
|
25985
|
-
.k-step-link { cursor: default; }
|
|
25986
|
-
}
|
|
25987
|
-
|
|
25988
25980
|
|
|
25989
25981
|
// Step indicator
|
|
25990
25982
|
.k-step-indicator {
|
|
@@ -26021,7 +26013,9 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26021
26013
|
z-index: 2;
|
|
26022
26014
|
}
|
|
26023
26015
|
}
|
|
26016
|
+
|
|
26024
26017
|
.k-step-focus,
|
|
26018
|
+
.k-step.k-focus,
|
|
26025
26019
|
.k-step-link:focus {
|
|
26026
26020
|
.k-step-indicator::after {
|
|
26027
26021
|
display: block;
|
|
@@ -26064,12 +26058,21 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26064
26058
|
font-style: $stepper-optional-label-font-style;
|
|
26065
26059
|
opacity: $stepper-optional-label-opacity;
|
|
26066
26060
|
}
|
|
26067
|
-
|
|
26068
|
-
|
|
26069
|
-
|
|
26070
|
-
|
|
26061
|
+
|
|
26062
|
+
|
|
26063
|
+
.k-step-disabled,
|
|
26064
|
+
.k-step.k-disabled {
|
|
26065
|
+
opacity: 1;
|
|
26066
|
+
pointer-events: none;
|
|
26067
|
+
|
|
26068
|
+
.k-step-link { cursor: default; }
|
|
26069
|
+
|
|
26070
|
+
.k-step-label-optional {
|
|
26071
|
+
color: inherit;
|
|
26072
|
+
}
|
|
26071
26073
|
}
|
|
26072
26074
|
|
|
26075
|
+
|
|
26073
26076
|
// Progressbar
|
|
26074
26077
|
.k-progressbar {
|
|
26075
26078
|
pointer-events: none;
|
|
@@ -26214,6 +26217,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26214
26217
|
.k-step {
|
|
26215
26218
|
// Hover
|
|
26216
26219
|
&:hover,
|
|
26220
|
+
&.k-hover,
|
|
26217
26221
|
&.k-step-hover {
|
|
26218
26222
|
.k-step-label {
|
|
26219
26223
|
color: $stepper-label-hover-text;
|
|
@@ -26228,9 +26232,18 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26228
26232
|
}
|
|
26229
26233
|
}
|
|
26230
26234
|
|
|
26235
|
+
&.k-step-focus,
|
|
26236
|
+
&.k-focus,
|
|
26237
|
+
.k-step-link:focus {
|
|
26238
|
+
// Labels only
|
|
26239
|
+
.k-step-label:only-child {
|
|
26240
|
+
@include box-shadow( inset 0 0 0 $stepper-indicator-focus-size $component-border );
|
|
26241
|
+
}
|
|
26242
|
+
}
|
|
26231
26243
|
|
|
26232
26244
|
// Disabled
|
|
26233
26245
|
&.k-step-disabled,
|
|
26246
|
+
&.k-disabled,
|
|
26234
26247
|
&:disabled {
|
|
26235
26248
|
.k-step-indicator {
|
|
26236
26249
|
@include fill(
|
|
@@ -26239,6 +26252,10 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26239
26252
|
$stepper-indicator-disabled-border
|
|
26240
26253
|
);
|
|
26241
26254
|
}
|
|
26255
|
+
|
|
26256
|
+
.k-step-label {
|
|
26257
|
+
@include fill( $color: $stepper-label-disabled-text );
|
|
26258
|
+
}
|
|
26242
26259
|
}
|
|
26243
26260
|
}
|
|
26244
26261
|
.k-step-indicator {
|
|
@@ -26274,6 +26291,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26274
26291
|
|
|
26275
26292
|
// Hover
|
|
26276
26293
|
&:hover,
|
|
26294
|
+
&.k-hover,
|
|
26277
26295
|
&.k-step-hover {
|
|
26278
26296
|
.k-step-indicator {
|
|
26279
26297
|
@include fill(
|
|
@@ -26287,6 +26305,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26287
26305
|
|
|
26288
26306
|
// Disabled
|
|
26289
26307
|
&.k-step-disabled,
|
|
26308
|
+
&.k-disabled,
|
|
26290
26309
|
&:disabled {
|
|
26291
26310
|
.k-step-indicator {
|
|
26292
26311
|
@include fill(
|
|
@@ -26313,6 +26332,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26313
26332
|
|
|
26314
26333
|
// Hover
|
|
26315
26334
|
&:hover,
|
|
26335
|
+
&.k-hover,
|
|
26316
26336
|
&.k-step-hover {
|
|
26317
26337
|
.k-step-indicator {
|
|
26318
26338
|
@include fill(
|
|
@@ -26326,6 +26346,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26326
26346
|
|
|
26327
26347
|
// Disabled
|
|
26328
26348
|
&.k-step-disabled,
|
|
26349
|
+
&.k-disabled,
|
|
26329
26350
|
&:disabled {
|
|
26330
26351
|
.k-step-indicator {
|
|
26331
26352
|
@include fill(
|
|
@@ -26354,6 +26375,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26354
26375
|
}
|
|
26355
26376
|
|
|
26356
26377
|
&:hover,
|
|
26378
|
+
&.k-hover,
|
|
26357
26379
|
&.k-step-hover {
|
|
26358
26380
|
.k-step-label {
|
|
26359
26381
|
@include fill( $color: $stepper-label-error-text );
|
|
@@ -26361,16 +26383,6 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26361
26383
|
}
|
|
26362
26384
|
}
|
|
26363
26385
|
|
|
26364
|
-
.k-step-disabled .k-step-label {
|
|
26365
|
-
@include fill( $color: $stepper-label-disabled-text );
|
|
26366
|
-
}
|
|
26367
|
-
|
|
26368
|
-
// Labels only
|
|
26369
|
-
.k-step-focus .k-step-label:only-child,
|
|
26370
|
-
.k-step-link:focus .k-step-label:only-child {
|
|
26371
|
-
@include box-shadow( inset 0 0 0 $stepper-indicator-focus-size $component-border );
|
|
26372
|
-
}
|
|
26373
|
-
|
|
26374
26386
|
// Optional Label
|
|
26375
26387
|
.k-step-label-optional {
|
|
26376
26388
|
color: $stepper-optional-label-text;
|
|
@@ -27744,7 +27756,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27744
27756
|
> .k-item,
|
|
27745
27757
|
> .k-panelbar-header {
|
|
27746
27758
|
|
|
27747
|
-
&.k-state-expanded.k-level-0 > .k-link
|
|
27759
|
+
&.k-state-expanded.k-level-0 > .k-link,
|
|
27760
|
+
&.k-expanded.k-level-0 > .k-link {
|
|
27748
27761
|
@include fill(
|
|
27749
27762
|
$panelbar-header-expanded-text,
|
|
27750
27763
|
$panelbar-header-expanded-bg,
|
|
@@ -28938,7 +28951,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28938
28951
|
}
|
|
28939
28952
|
|
|
28940
28953
|
// Pager
|
|
28941
|
-
.k-pager-wrap.k-pager-sm
|
|
28954
|
+
.k-pager-wrap.k-pager-sm,
|
|
28955
|
+
.k-pager.k-pager-sm {
|
|
28942
28956
|
justify-content: center;
|
|
28943
28957
|
|
|
28944
28958
|
.k-pager-refresh {
|
|
@@ -40788,7 +40802,8 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40788
40802
|
flex: 0 0 auto;
|
|
40789
40803
|
z-index: 2;
|
|
40790
40804
|
}
|
|
40791
|
-
.k-toolbar .k-pager-wrap
|
|
40805
|
+
.k-toolbar .k-pager-wrap,
|
|
40806
|
+
.k-toolbar .k-pager {
|
|
40792
40807
|
padding: 0;
|
|
40793
40808
|
border-width: 0;
|
|
40794
40809
|
color: inherit;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "5.6.1-dev.
|
|
4
|
+
"version": "5.6.1-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"postpublish": "echo 'no postpublish for classic theme'"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@progress/kendo-theme-default": "^5.6.1-dev.
|
|
46
|
+
"@progress/kendo-theme-default": "^5.6.1-dev.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"sass-build": "^0.0.1"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "1e15150e791e446461760b05b93bfda5abafc2ec"
|
|
52
52
|
}
|