@progress/kendo-theme-material 5.12.1-dev.3 → 5.12.1-dev.4
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 +267 -17
- package/dist/all.scss +144 -23
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
- package/scss/grid/_layout.scss +1 -0
- package/scss/grid/_theme.scss +21 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
4
|
-
"version": "5.12.1-dev.
|
|
4
|
+
"version": "5.12.1-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@progress/kendo-font-icons": "^1.0.0",
|
|
53
|
-
"@progress/kendo-theme-core": "^5.12.1-dev.
|
|
54
|
-
"@progress/kendo-theme-default": "^5.12.1-dev.
|
|
55
|
-
"@progress/kendo-theme-utils": "^5.12.1-dev.
|
|
53
|
+
"@progress/kendo-theme-core": "^5.12.1-dev.4",
|
|
54
|
+
"@progress/kendo-theme-default": "^5.12.1-dev.4",
|
|
55
|
+
"@progress/kendo-theme-utils": "^5.12.1-dev.4"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "a62113f259ebc1b7722c0871fb93955f8bf4c409"
|
|
58
58
|
}
|
package/scss/grid/_layout.scss
CHANGED
package/scss/grid/_theme.scss
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
background-color: $kendo-grid-selected-bg;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
+
.k-table-row.k-selected > td,
|
|
15
16
|
.k-table-row.k-selected > .k-table-td {
|
|
16
17
|
color: inherit;
|
|
17
18
|
background-color: transparent;
|
|
@@ -21,10 +22,16 @@
|
|
|
21
22
|
.k-table {
|
|
22
23
|
> .k-table-row:not(.k-detail-row):hover,
|
|
23
24
|
> .k-table-row:not(.k-detail-row).k-hover,
|
|
25
|
+
td:focus,
|
|
26
|
+
td.k-focus,
|
|
24
27
|
.k-table-td:focus,
|
|
25
28
|
.k-table-td.k-focus,
|
|
26
29
|
.k-table-th:focus,
|
|
27
30
|
.k-table-th.k-focus,
|
|
31
|
+
.k-master-row > td:focus,
|
|
32
|
+
.k-grouping-row > td:focus,
|
|
33
|
+
.k-detail-row > td:focus,
|
|
34
|
+
.k-group-footer > td:focus,
|
|
28
35
|
.k-master-row > .k-table-td:focus,
|
|
29
36
|
.k-grouping-row > .k-table-td:focus,
|
|
30
37
|
.k-detail-row > .k-table-td:focus,
|
|
@@ -43,7 +50,12 @@
|
|
|
43
50
|
}
|
|
44
51
|
|
|
45
52
|
.k-table-th,
|
|
53
|
+
td,
|
|
46
54
|
.k-table-td,
|
|
55
|
+
.k-master-row > td,
|
|
56
|
+
.k-grouping-row > td,
|
|
57
|
+
.k-detail-row > td,
|
|
58
|
+
.k-group-footer > td,
|
|
47
59
|
.k-master-row > .k-table-td,
|
|
48
60
|
.k-grouping-row > .k-table-td,
|
|
49
61
|
.k-detail-row > .k-table-td,
|
|
@@ -66,6 +78,7 @@
|
|
|
66
78
|
}
|
|
67
79
|
|
|
68
80
|
.k-table-th,
|
|
81
|
+
td,
|
|
69
82
|
.k-table-td {
|
|
70
83
|
border-inline-start-color: transparent;
|
|
71
84
|
}
|
|
@@ -73,11 +86,14 @@
|
|
|
73
86
|
.k-grid-header-locked,
|
|
74
87
|
.k-grid-content-locked,
|
|
75
88
|
.k-grid-header-locked .k-table-th,
|
|
89
|
+
.k-grid-content-locked td,
|
|
76
90
|
.k-grid-content-locked .k-table-td {
|
|
77
91
|
border-top-color: $kendo-grid-header-border;
|
|
78
92
|
border-bottom-color: $kendo-grid-header-border;
|
|
79
93
|
|
|
80
94
|
.k-group-footer {
|
|
95
|
+
&:hover td,
|
|
96
|
+
&.k-hover td,
|
|
81
97
|
&:hover .k-table-td,
|
|
82
98
|
&.k-hover .k-table-td {
|
|
83
99
|
color: inherit;
|
|
@@ -103,6 +119,8 @@
|
|
|
103
119
|
border-color: $kendo-grid-sticky-border;
|
|
104
120
|
border-bottom-color: $kendo-grid-header-border;
|
|
105
121
|
}
|
|
122
|
+
|
|
123
|
+
.k-grid-row-sticky td,
|
|
106
124
|
.k-grid-row-sticky .k-table-td {
|
|
107
125
|
border-top-color: $kendo-grid-sticky-border;
|
|
108
126
|
border-bottom-color: $kendo-grid-sticky-border;
|
|
@@ -155,11 +173,14 @@
|
|
|
155
173
|
}
|
|
156
174
|
|
|
157
175
|
.k-group-footer {
|
|
176
|
+
td,
|
|
158
177
|
.k-table-td,
|
|
159
178
|
.k-grid-footer-sticky {
|
|
160
179
|
background: $kendo-grid-sticky-footer-bg;
|
|
161
180
|
}
|
|
162
181
|
|
|
182
|
+
&:hover td,
|
|
183
|
+
&.k-hover td,
|
|
163
184
|
&:hover .k-table-td,
|
|
164
185
|
&.k-hover .k-table-td {
|
|
165
186
|
@include fill( $bg: $kendo-grid-sticky-footer-hover-bg );
|