@progress/kendo-theme-default 5.1.2-dev.7 → 5.2.0
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 +31 -9
- package/dist/all.scss +42 -8
- package/lib/swatches/default-blue.json +2 -1
- package/lib/swatches/default-dataviz-v4.json +2 -1
- package/lib/swatches/default-green.json +2 -1
- package/lib/swatches/default-main-dark.json +2 -1
- package/lib/swatches/default-main.json +2 -1
- package/lib/swatches/default-nordic.json +2 -1
- package/lib/swatches/default-orange.json +2 -1
- package/lib/swatches/default-purple.json +2 -1
- package/lib/swatches/default-turquoise.json +2 -1
- package/lib/swatches/default-urban.json +2 -1
- package/package.json +3 -3
- package/scss/button/_layout.scss +12 -0
- package/scss/button/_variables.scss +11 -0
- package/scss/colorgradient/_layout.scss +4 -0
- package/scss/gantt/_layout.scss +1 -1
- package/scss/imageeditor/_layout.scss +5 -0
- package/scss/input/_layout.scss +2 -2
- package/scss/pager/_layout.scss +5 -0
- package/scss/spreadsheet/_layout.scss +0 -4
- package/scss/stepper/_layout.scss +2 -1
package/dist/all.css
CHANGED
|
@@ -12202,6 +12202,18 @@ kendo-badge-container {
|
|
|
12202
12202
|
flex: none;
|
|
12203
12203
|
}
|
|
12204
12204
|
|
|
12205
|
+
.k-split-button .k-split-button-arrow.k-button-sm {
|
|
12206
|
+
padding: 2px 2px;
|
|
12207
|
+
}
|
|
12208
|
+
|
|
12209
|
+
.k-split-button .k-split-button-arrow.k-button-md {
|
|
12210
|
+
padding: 4px 4px;
|
|
12211
|
+
}
|
|
12212
|
+
|
|
12213
|
+
.k-split-button .k-split-button-arrow.k-button-lg {
|
|
12214
|
+
padding: 6px 6px;
|
|
12215
|
+
}
|
|
12216
|
+
|
|
12205
12217
|
.k-split-button .k-split-button-arrow .k-button-icon {
|
|
12206
12218
|
min-width: 0;
|
|
12207
12219
|
}
|
|
@@ -13363,7 +13375,7 @@ select.k-picker {
|
|
|
13363
13375
|
position: relative;
|
|
13364
13376
|
z-index: 1;
|
|
13365
13377
|
overflow: hidden;
|
|
13366
|
-
text-overflow:
|
|
13378
|
+
text-overflow: ellipsis;
|
|
13367
13379
|
-webkit-appearance: none;
|
|
13368
13380
|
}
|
|
13369
13381
|
|
|
@@ -13412,7 +13424,7 @@ textarea.k-input-inner {
|
|
|
13412
13424
|
.k-input-value-text {
|
|
13413
13425
|
flex: 1;
|
|
13414
13426
|
overflow: hidden;
|
|
13415
|
-
text-overflow:
|
|
13427
|
+
text-overflow: ellipsis;
|
|
13416
13428
|
}
|
|
13417
13429
|
|
|
13418
13430
|
.k-input-value-text::before {
|
|
@@ -18953,6 +18965,10 @@ kendo-label > .k-label {
|
|
|
18953
18965
|
width: 46px;
|
|
18954
18966
|
}
|
|
18955
18967
|
|
|
18968
|
+
.k-colorgradient-inputs .k-input-inner {
|
|
18969
|
+
text-overflow: clip;
|
|
18970
|
+
}
|
|
18971
|
+
|
|
18956
18972
|
.k-colorgradient-color-contrast > div {
|
|
18957
18973
|
display: flex;
|
|
18958
18974
|
flex-flow: row nowrap;
|
|
@@ -23477,6 +23493,11 @@ kendo-card-footer {
|
|
|
23477
23493
|
width: 5em;
|
|
23478
23494
|
}
|
|
23479
23495
|
|
|
23496
|
+
.k-pager-sizes .k-input-inner,
|
|
23497
|
+
.k-pager-sizes .k-input-value-text {
|
|
23498
|
+
text-overflow: clip;
|
|
23499
|
+
}
|
|
23500
|
+
|
|
23480
23501
|
.k-rtl .k-pager-sizes .k-dropdown-list, .k-rtl .k-pager-sizes .k-dropdown,
|
|
23481
23502
|
.k-rtl .k-pager-sizes .k-dropdownlist,
|
|
23482
23503
|
.k-rtl .k-pager-sizes > select,
|
|
@@ -23672,6 +23693,7 @@ kendo-card-footer {
|
|
|
23672
23693
|
display: flex;
|
|
23673
23694
|
align-items: center;
|
|
23674
23695
|
justify-content: center;
|
|
23696
|
+
flex: none;
|
|
23675
23697
|
position: relative;
|
|
23676
23698
|
z-index: 1;
|
|
23677
23699
|
overflow: visible;
|
|
@@ -23702,7 +23724,7 @@ kendo-card-footer {
|
|
|
23702
23724
|
}
|
|
23703
23725
|
|
|
23704
23726
|
.k-stepper .k-step-label {
|
|
23705
|
-
max-width:
|
|
23727
|
+
max-width: clamp(100%, 10em, 100%);
|
|
23706
23728
|
display: inline-flex;
|
|
23707
23729
|
flex-wrap: wrap;
|
|
23708
23730
|
align-items: center;
|
|
@@ -27642,11 +27664,6 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27642
27664
|
min-width: 1.4285714286em;
|
|
27643
27665
|
}
|
|
27644
27666
|
|
|
27645
|
-
.k-spreadsheet-toolbar .k-input,
|
|
27646
|
-
.k-spreadsheet-toolbar .k-picker {
|
|
27647
|
-
width: 5em;
|
|
27648
|
-
}
|
|
27649
|
-
|
|
27650
27667
|
.k-spreadsheet-toolbar .k-color-picker, .k-spreadsheet-toolbar .k-colorpicker {
|
|
27651
27668
|
width: min-content;
|
|
27652
27669
|
}
|
|
@@ -30956,6 +30973,11 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
30956
30973
|
overflow-y: auto;
|
|
30957
30974
|
}
|
|
30958
30975
|
|
|
30976
|
+
.k-imageeditor-action-pane .k-input-inner,
|
|
30977
|
+
.k-imageeditor-action-pane .k-input-value-text {
|
|
30978
|
+
text-overflow: clip;
|
|
30979
|
+
}
|
|
30980
|
+
|
|
30959
30981
|
.k-imageeditor-crop-overlay {
|
|
30960
30982
|
width: 100%;
|
|
30961
30983
|
height: 100%;
|
|
@@ -31780,7 +31802,7 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
31780
31802
|
}
|
|
31781
31803
|
|
|
31782
31804
|
.k-gantt-tooltip-validation::before {
|
|
31783
|
-
content:
|
|
31805
|
+
content: "";
|
|
31784
31806
|
width: 4px;
|
|
31785
31807
|
height: 100%;
|
|
31786
31808
|
position: absolute;
|
package/dist/all.scss
CHANGED
|
@@ -7962,8 +7962,19 @@ $kendo-button-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-but
|
|
|
7962
7962
|
/// @group button
|
|
7963
7963
|
$kendo-button-inner-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} ) !default;
|
|
7964
7964
|
|
|
7965
|
+
/// Horizontal padding of the arrow button.
|
|
7966
|
+
/// @group button
|
|
7965
7967
|
$kendo-button-arrow-padding-x: $kendo-button-padding-y !default;
|
|
7968
|
+
$kendo-button-arrow-padding-x-sm: $kendo-button-padding-y-sm !default;
|
|
7969
|
+
$kendo-button-arrow-padding-x-md: $kendo-button-padding-y-md !default;
|
|
7970
|
+
$kendo-button-arrow-padding-x-lg: $kendo-button-padding-y-lg !default;
|
|
7971
|
+
|
|
7972
|
+
/// Vertical padding of the arrow button.
|
|
7973
|
+
/// @group button
|
|
7966
7974
|
$kendo-button-arrow-padding-y: $kendo-button-padding-y !default;
|
|
7975
|
+
$kendo-button-arrow-padding-y-sm: $kendo-button-padding-y-sm !default;
|
|
7976
|
+
$kendo-button-arrow-padding-y-md: $kendo-button-padding-y-md !default;
|
|
7977
|
+
$kendo-button-arrow-padding-y-lg: $kendo-button-padding-y-lg !default;
|
|
7967
7978
|
|
|
7968
7979
|
/// Theme colors map for the button.
|
|
7969
7980
|
/// @group button
|
|
@@ -8341,6 +8352,18 @@ $kendo-button-transition: color .2s ease-in-out !default;
|
|
|
8341
8352
|
aspect-ratio: auto;
|
|
8342
8353
|
flex: none;
|
|
8343
8354
|
|
|
8355
|
+
&.k-button-sm {
|
|
8356
|
+
padding: $kendo-button-arrow-padding-y-sm $kendo-button-arrow-padding-x-sm;
|
|
8357
|
+
}
|
|
8358
|
+
|
|
8359
|
+
&.k-button-md {
|
|
8360
|
+
padding: $kendo-button-arrow-padding-y-md $kendo-button-arrow-padding-x-md;
|
|
8361
|
+
}
|
|
8362
|
+
|
|
8363
|
+
&.k-button-lg {
|
|
8364
|
+
padding: $kendo-button-arrow-padding-y-lg $kendo-button-arrow-padding-x-lg;
|
|
8365
|
+
}
|
|
8366
|
+
|
|
8344
8367
|
.k-button-icon {
|
|
8345
8368
|
min-width: 0;
|
|
8346
8369
|
}
|
|
@@ -9026,7 +9049,7 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
9026
9049
|
position: relative;
|
|
9027
9050
|
z-index: 1;
|
|
9028
9051
|
overflow: hidden;
|
|
9029
|
-
text-overflow:
|
|
9052
|
+
text-overflow: ellipsis;
|
|
9030
9053
|
-webkit-appearance: none;
|
|
9031
9054
|
|
|
9032
9055
|
// Hide clear icon
|
|
@@ -9065,7 +9088,7 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
9065
9088
|
.k-input-value-text {
|
|
9066
9089
|
flex: 1;
|
|
9067
9090
|
overflow: hidden;
|
|
9068
|
-
text-overflow:
|
|
9091
|
+
text-overflow: ellipsis;
|
|
9069
9092
|
}
|
|
9070
9093
|
.k-input-value-text::before {
|
|
9071
9094
|
content: "\200b";
|
|
@@ -17522,6 +17545,10 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
|
|
|
17522
17545
|
.k-numerictextbox {
|
|
17523
17546
|
width: $colorgradient-input-width;
|
|
17524
17547
|
}
|
|
17548
|
+
|
|
17549
|
+
.k-input-inner {
|
|
17550
|
+
text-overflow: clip;
|
|
17551
|
+
}
|
|
17525
17552
|
}
|
|
17526
17553
|
|
|
17527
17554
|
// Contrast
|
|
@@ -24339,6 +24366,11 @@ $pager-dropdown-width: 5em !default;
|
|
|
24339
24366
|
width: $pager-dropdown-width;
|
|
24340
24367
|
}
|
|
24341
24368
|
|
|
24369
|
+
.k-input-inner,
|
|
24370
|
+
.k-input-value-text {
|
|
24371
|
+
text-overflow: clip;
|
|
24372
|
+
}
|
|
24373
|
+
|
|
24342
24374
|
.k-rtl &,
|
|
24343
24375
|
[dir="rtl"] & {
|
|
24344
24376
|
.k-dropdown-list,
|
|
@@ -24759,6 +24791,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
24759
24791
|
display: flex;
|
|
24760
24792
|
align-items: center;
|
|
24761
24793
|
justify-content: center;
|
|
24794
|
+
flex: none;
|
|
24762
24795
|
position: relative;
|
|
24763
24796
|
z-index: 1;
|
|
24764
24797
|
overflow: visible;
|
|
@@ -24792,7 +24825,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
24792
24825
|
|
|
24793
24826
|
// Step label
|
|
24794
24827
|
.k-step-label {
|
|
24795
|
-
max-width:
|
|
24828
|
+
max-width: clamp(100%, 10em, 100%);
|
|
24796
24829
|
display: inline-flex;
|
|
24797
24830
|
flex-wrap: wrap;
|
|
24798
24831
|
align-items: center;
|
|
@@ -30147,10 +30180,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
30147
30180
|
min-width: $form-line-height * 1em;
|
|
30148
30181
|
}
|
|
30149
30182
|
|
|
30150
|
-
.k-input,
|
|
30151
|
-
.k-picker {
|
|
30152
|
-
width: 5em;
|
|
30153
|
-
}
|
|
30154
30183
|
.k-color-picker {
|
|
30155
30184
|
width: min-content;
|
|
30156
30185
|
}
|
|
@@ -34666,6 +34695,11 @@ $imageeditor-crop-overlay-bg: rgba(black, .3) !default;
|
|
|
34666
34695
|
box-sizing: border-box;
|
|
34667
34696
|
flex: none;
|
|
34668
34697
|
overflow-y: auto;
|
|
34698
|
+
|
|
34699
|
+
.k-input-inner,
|
|
34700
|
+
.k-input-value-text {
|
|
34701
|
+
text-overflow: clip;
|
|
34702
|
+
}
|
|
34669
34703
|
}
|
|
34670
34704
|
|
|
34671
34705
|
|
|
@@ -35672,7 +35706,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
|
|
|
35672
35706
|
display: block;
|
|
35673
35707
|
|
|
35674
35708
|
&::before {
|
|
35675
|
-
content:
|
|
35709
|
+
content: "";
|
|
35676
35710
|
width: 4px;
|
|
35677
35711
|
height: 100%;
|
|
35678
35712
|
position: absolute;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.
|
|
2
|
+
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
|
|
3
3
|
"name": "Default Blue",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
+
"version": "5.2.0",
|
|
6
7
|
"previewColors": [
|
|
7
8
|
"#ffffff",
|
|
8
9
|
"#f5f5f5",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.
|
|
2
|
+
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
|
|
3
3
|
"name": "Default Dataviz v4",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
+
"version": "5.2.0",
|
|
6
7
|
"previewColors": [
|
|
7
8
|
"#ff6358",
|
|
8
9
|
"#ffd246",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.
|
|
2
|
+
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
|
|
3
3
|
"name": "Default Green",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
+
"version": "5.2.0",
|
|
6
7
|
"previewColors": [
|
|
7
8
|
"#ffffff",
|
|
8
9
|
"#f5f5f5",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.
|
|
2
|
+
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
|
|
3
3
|
"name": "Default Main Dark",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
+
"version": "5.2.0",
|
|
6
7
|
"previewColors": [
|
|
7
8
|
"#000000",
|
|
8
9
|
"#151515",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.
|
|
2
|
+
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
|
|
3
3
|
"name": "Default Main",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
+
"version": "5.2.0",
|
|
6
7
|
"previewColors": [
|
|
7
8
|
"#ffffff",
|
|
8
9
|
"#f5f5f5",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.
|
|
2
|
+
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
|
|
3
3
|
"name": "Default Nordic",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
+
"version": "5.2.0",
|
|
6
7
|
"previewColors": [
|
|
7
8
|
"#ffffff",
|
|
8
9
|
"#50686e",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.
|
|
2
|
+
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
|
|
3
3
|
"name": "Default Orange",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
+
"version": "5.2.0",
|
|
6
7
|
"previewColors": [
|
|
7
8
|
"#ffffff",
|
|
8
9
|
"#f5f5f5",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.
|
|
2
|
+
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
|
|
3
3
|
"name": "Default Purple",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
+
"version": "5.2.0",
|
|
6
7
|
"previewColors": [
|
|
7
8
|
"#ffffff",
|
|
8
9
|
"#f5f5f5",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.
|
|
2
|
+
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
|
|
3
3
|
"name": "Default Turquoise",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
+
"version": "5.2.0",
|
|
6
7
|
"previewColors": [
|
|
7
8
|
"#ffffff",
|
|
8
9
|
"#f5f5f5",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.
|
|
2
|
+
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
|
|
3
3
|
"name": "Default Urban",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
+
"version": "5.2.0",
|
|
6
7
|
"previewColors": [
|
|
7
8
|
"#ffffff",
|
|
8
9
|
"#e3eef4",
|
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.
|
|
4
|
+
"version": "5.2.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"dart:watch": "gulp dart:watch",
|
|
45
45
|
"dart:swatches": "gulp dart:swatches",
|
|
46
46
|
"dart:flat": "gulp dart:flat",
|
|
47
|
-
"prepublishOnly": "
|
|
47
|
+
"prepublishOnly": "node ../../scripts/themes-prepublish.js",
|
|
48
48
|
"postpublish": "echo 'no postpublish for default theme'"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "01013f4f01ecce14973b008beff3076826fdabde"
|
|
51
51
|
}
|
package/scss/button/_layout.scss
CHANGED
|
@@ -220,6 +220,18 @@
|
|
|
220
220
|
aspect-ratio: auto;
|
|
221
221
|
flex: none;
|
|
222
222
|
|
|
223
|
+
&.k-button-sm {
|
|
224
|
+
padding: $kendo-button-arrow-padding-y-sm $kendo-button-arrow-padding-x-sm;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
&.k-button-md {
|
|
228
|
+
padding: $kendo-button-arrow-padding-y-md $kendo-button-arrow-padding-x-md;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
&.k-button-lg {
|
|
232
|
+
padding: $kendo-button-arrow-padding-y-lg $kendo-button-arrow-padding-x-lg;
|
|
233
|
+
}
|
|
234
|
+
|
|
223
235
|
.k-button-icon {
|
|
224
236
|
min-width: 0;
|
|
225
237
|
}
|
|
@@ -48,8 +48,19 @@ $kendo-button-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-but
|
|
|
48
48
|
/// @group button
|
|
49
49
|
$kendo-button-inner-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} ) !default;
|
|
50
50
|
|
|
51
|
+
/// Horizontal padding of the arrow button.
|
|
52
|
+
/// @group button
|
|
51
53
|
$kendo-button-arrow-padding-x: $kendo-button-padding-y !default;
|
|
54
|
+
$kendo-button-arrow-padding-x-sm: $kendo-button-padding-y-sm !default;
|
|
55
|
+
$kendo-button-arrow-padding-x-md: $kendo-button-padding-y-md !default;
|
|
56
|
+
$kendo-button-arrow-padding-x-lg: $kendo-button-padding-y-lg !default;
|
|
57
|
+
|
|
58
|
+
/// Vertical padding of the arrow button.
|
|
59
|
+
/// @group button
|
|
52
60
|
$kendo-button-arrow-padding-y: $kendo-button-padding-y !default;
|
|
61
|
+
$kendo-button-arrow-padding-y-sm: $kendo-button-padding-y-sm !default;
|
|
62
|
+
$kendo-button-arrow-padding-y-md: $kendo-button-padding-y-md !default;
|
|
63
|
+
$kendo-button-arrow-padding-y-lg: $kendo-button-padding-y-lg !default;
|
|
53
64
|
|
|
54
65
|
/// Theme colors map for the button.
|
|
55
66
|
/// @group button
|
package/scss/gantt/_layout.scss
CHANGED
package/scss/input/_layout.scss
CHANGED
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
position: relative;
|
|
81
81
|
z-index: 1;
|
|
82
82
|
overflow: hidden;
|
|
83
|
-
text-overflow:
|
|
83
|
+
text-overflow: ellipsis;
|
|
84
84
|
-webkit-appearance: none;
|
|
85
85
|
|
|
86
86
|
// Hide clear icon
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
.k-input-value-text {
|
|
120
120
|
flex: 1;
|
|
121
121
|
overflow: hidden;
|
|
122
|
-
text-overflow:
|
|
122
|
+
text-overflow: ellipsis;
|
|
123
123
|
}
|
|
124
124
|
.k-input-value-text::before {
|
|
125
125
|
content: "\200b";
|
package/scss/pager/_layout.scss
CHANGED
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
display: flex;
|
|
69
69
|
align-items: center;
|
|
70
70
|
justify-content: center;
|
|
71
|
+
flex: none;
|
|
71
72
|
position: relative;
|
|
72
73
|
z-index: 1;
|
|
73
74
|
overflow: visible;
|
|
@@ -101,7 +102,7 @@
|
|
|
101
102
|
|
|
102
103
|
// Step label
|
|
103
104
|
.k-step-label {
|
|
104
|
-
max-width:
|
|
105
|
+
max-width: clamp(100%, 10em, 100%);
|
|
105
106
|
display: inline-flex;
|
|
106
107
|
flex-wrap: wrap;
|
|
107
108
|
align-items: center;
|