@progress/kendo-theme-core 13.1.1-dev.1 → 13.1.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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-core",
|
|
3
3
|
"description": "A collection of functions and mixins used for building themes for Kendo UI",
|
|
4
|
-
"version": "13.1.1
|
|
4
|
+
"version": "13.1.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"directories": {
|
|
47
47
|
"doc": "docs"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "c476cef223e305c6f403a0d9610bf838041639fe"
|
|
50
50
|
}
|
|
@@ -726,6 +726,7 @@
|
|
|
726
726
|
|
|
727
727
|
// Pinned rows container
|
|
728
728
|
.k-grid-pinned-container {
|
|
729
|
+
padding-inline-end: var(--kendo-scrollbar-width, #{$kendo-scrollbar-width});
|
|
729
730
|
box-shadow: $kendo-grid-pinned-container-shadow;
|
|
730
731
|
z-index: k-z-index("base", 4);
|
|
731
732
|
position: relative;
|
|
@@ -742,10 +743,18 @@
|
|
|
742
743
|
}
|
|
743
744
|
|
|
744
745
|
.k-grid-pinned-wrap {
|
|
746
|
+
margin-inline-end: calc( -1 * #{$kendo-grid-cell-vertical-border-width} );
|
|
745
747
|
width: 100%;
|
|
748
|
+
border-width: 0;
|
|
749
|
+
border-inline-end-width: $kendo-grid-cell-vertical-border-width;
|
|
750
|
+
border-style: solid;
|
|
746
751
|
position: relative;
|
|
747
752
|
overflow: auto;
|
|
748
|
-
scrollbar-
|
|
753
|
+
scrollbar-width: none;
|
|
754
|
+
|
|
755
|
+
&::-webkit-scrollbar {
|
|
756
|
+
display: none;
|
|
757
|
+
}
|
|
749
758
|
|
|
750
759
|
.k-table {
|
|
751
760
|
table-layout: fixed;
|
|
@@ -972,8 +981,8 @@
|
|
|
972
981
|
border-width: 0;
|
|
973
982
|
}
|
|
974
983
|
|
|
975
|
-
.k-grid-pinned-
|
|
976
|
-
|
|
984
|
+
.k-grid-pinned-container {
|
|
985
|
+
padding: 0;
|
|
977
986
|
}
|
|
978
987
|
|
|
979
988
|
.k-grid-header,
|