@progress/kendo-theme-classic 5.0.0-next.1 → 5.0.0-next.2
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 +6 -6
- package/dist/all.scss +6 -6
- package/package.json +3 -3
- package/scss/button/_variables.scss +2 -2
- package/scss/input/_variables.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -11232,15 +11232,15 @@ kendo-badge-container {
|
|
|
11232
11232
|
}
|
|
11233
11233
|
|
|
11234
11234
|
.k-button-clear {
|
|
11235
|
-
color:
|
|
11235
|
+
color: inherit;
|
|
11236
11236
|
}
|
|
11237
11237
|
|
|
11238
11238
|
.k-button-clear:hover, .k-button-clear.k-state-hover, .k-button-clear:active, .k-button-clear.k-state-active, .k-button-clear.k-state-selected, .k-button-clear:focus, .k-button-clear.k-state-focus, .k-button-clear.k-state-focused {
|
|
11239
|
-
color:
|
|
11239
|
+
color: inherit;
|
|
11240
11240
|
}
|
|
11241
11241
|
|
|
11242
11242
|
.k-button-clear:focus::after, .k-button-clear.k-state-focus::after, .k-button-clear.k-state-focused::after, .k-button-clear.k-state-focused:active::after {
|
|
11243
|
-
background-color:
|
|
11243
|
+
background-color: currentColor;
|
|
11244
11244
|
opacity: 0.1;
|
|
11245
11245
|
display: block;
|
|
11246
11246
|
}
|
|
@@ -11486,7 +11486,7 @@ kendo-badge-container {
|
|
|
11486
11486
|
|
|
11487
11487
|
.k-input-prefix .k-clear-value,
|
|
11488
11488
|
.k-input-suffix .k-clear-value {
|
|
11489
|
-
color:
|
|
11489
|
+
color: inherit;
|
|
11490
11490
|
}
|
|
11491
11491
|
|
|
11492
11492
|
.k-input-prefix > .k-clear-value.k-state-focused::after, .k-input-prefix > .k-clear-value:focus::after,
|
|
@@ -27485,7 +27485,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27485
27485
|
-ms-flex-direction: row;
|
|
27486
27486
|
flex-direction: row;
|
|
27487
27487
|
-ms-flex-align: start;
|
|
27488
|
-
align-items: start;
|
|
27488
|
+
align-items: flex-start;
|
|
27489
27489
|
position: relative;
|
|
27490
27490
|
}
|
|
27491
27491
|
|
|
@@ -28873,7 +28873,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28873
28873
|
border-width: 0 0 1px;
|
|
28874
28874
|
border-style: solid;
|
|
28875
28875
|
-ms-flex-align: start;
|
|
28876
|
-
align-items: start;
|
|
28876
|
+
align-items: flex-start;
|
|
28877
28877
|
-ms-flex-wrap: wrap;
|
|
28878
28878
|
flex-wrap: wrap;
|
|
28879
28879
|
}
|
package/dist/all.scss
CHANGED
|
@@ -7485,8 +7485,8 @@ $flat-button-focus-opacity: .12 !default;
|
|
|
7485
7485
|
$flat-button-active-opacity: .16 !default;
|
|
7486
7486
|
$flat-button-selected-opacity: .2 !default;
|
|
7487
7487
|
|
|
7488
|
-
$clear-button-text:
|
|
7489
|
-
$clear-button-hover-text:
|
|
7488
|
+
$clear-button-text: inherit !default;
|
|
7489
|
+
$clear-button-hover-text: inherit !default;
|
|
7490
7490
|
$clear-button-focused-opacity: .1 !default;
|
|
7491
7491
|
|
|
7492
7492
|
// #endregion
|
|
@@ -7586,7 +7586,7 @@ $input-icon-opacity: null !default;
|
|
|
7586
7586
|
|
|
7587
7587
|
|
|
7588
7588
|
// Input separator
|
|
7589
|
-
$input-separator-color: $
|
|
7589
|
+
$input-separator-color: $input-text !default;
|
|
7590
7590
|
$input-separator-opacity: .5 !default;
|
|
7591
7591
|
|
|
7592
7592
|
// #endregion
|
|
@@ -8402,7 +8402,7 @@ $input-separator-opacity: .5 !default;
|
|
|
8402
8402
|
&.k-state-focused,
|
|
8403
8403
|
&.k-state-focused:active {
|
|
8404
8404
|
&::after {
|
|
8405
|
-
background-color:
|
|
8405
|
+
background-color: currentColor;
|
|
8406
8406
|
opacity: $clear-button-focused-opacity;
|
|
8407
8407
|
display: block;
|
|
8408
8408
|
}
|
|
@@ -31693,7 +31693,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31693
31693
|
border-color: inherit;
|
|
31694
31694
|
display: flex;
|
|
31695
31695
|
flex-direction: row;
|
|
31696
|
-
align-items: start;
|
|
31696
|
+
align-items: flex-start;
|
|
31697
31697
|
position: relative;
|
|
31698
31698
|
}
|
|
31699
31699
|
.k-spreadsheet-sheets-bar-add {
|
|
@@ -33341,7 +33341,7 @@ $pivotgrid-remove-text: null !default;
|
|
|
33341
33341
|
.k-pivot-toolbar {
|
|
33342
33342
|
border-width: 0 0 1px;
|
|
33343
33343
|
border-style: solid;
|
|
33344
|
-
align-items: start;
|
|
33344
|
+
align-items: flex-start;
|
|
33345
33345
|
flex-wrap: wrap;
|
|
33346
33346
|
|
|
33347
33347
|
> * {
|
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.0.0-next.
|
|
4
|
+
"version": "5.0.0-next.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"postpublish": "echo 'no postpublish for classic theme'"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@progress/kendo-theme-default": "^5.0.0-next.
|
|
52
|
+
"@progress/kendo-theme-default": "^5.0.0-next.2"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "addf6ff1c4a1f6942c086ce0b5c514dee9ec0685"
|
|
55
55
|
}
|
|
@@ -127,6 +127,6 @@ $flat-button-focus-opacity: .12 !default;
|
|
|
127
127
|
$flat-button-active-opacity: .16 !default;
|
|
128
128
|
$flat-button-selected-opacity: .2 !default;
|
|
129
129
|
|
|
130
|
-
$clear-button-text:
|
|
131
|
-
$clear-button-hover-text:
|
|
130
|
+
$clear-button-text: inherit !default;
|
|
131
|
+
$clear-button-hover-text: inherit !default;
|
|
132
132
|
$clear-button-focused-opacity: .1 !default;
|