@progress/kendo-theme-bootstrap 6.2.1-dev.151 → 6.2.1-dev.154
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.scss +4 -4
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
package/dist/all.scss
CHANGED
|
@@ -47071,10 +47071,10 @@ $kendo-grid-row-resizer-active-bg: $kendo-color-primary !default;
|
|
|
47071
47071
|
}
|
|
47072
47072
|
|
|
47073
47073
|
// Selected state
|
|
47074
|
-
&.k-selected .k-grid-content-sticky,
|
|
47075
|
-
&.k-selected .k-grid-row-sticky,
|
|
47076
|
-
td.k-grid-content-sticky.k-selected,
|
|
47077
|
-
.k-table-td.k-grid-content-sticky.k-selected {
|
|
47074
|
+
&.k-table-row.k-selected .k-grid-content-sticky,
|
|
47075
|
+
&.k-table-row.k-selected .k-grid-row-sticky,
|
|
47076
|
+
&.k-table-row td.k-grid-content-sticky.k-selected,
|
|
47077
|
+
&.k-table-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
47078
47078
|
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
47079
47079
|
}
|
|
47080
47080
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
4
|
-
"version": "6.2.1-dev.
|
|
4
|
+
"version": "6.2.1-dev.154+7780eb72a",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@progress/kendo-font-icons": "1.4.2",
|
|
52
|
-
"@progress/kendo-theme-core": "6.2.1-dev.
|
|
53
|
-
"@progress/kendo-theme-default": "6.2.1-dev.
|
|
54
|
-
"@progress/kendo-theme-utils": "6.2.1-dev.
|
|
52
|
+
"@progress/kendo-theme-core": "6.2.1-dev.154+7780eb72a",
|
|
53
|
+
"@progress/kendo-theme-default": "6.2.1-dev.154+7780eb72a",
|
|
54
|
+
"@progress/kendo-theme-utils": "6.2.1-dev.154+7780eb72a",
|
|
55
55
|
"bootstrap": "5.2.1"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "7780eb72a9b41b851c1f48e17422323fa2fca2ac"
|
|
58
58
|
}
|