@progress/kendo-theme-material 6.1.1-dev.1 → 6.1.1-dev.11
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 +5 -6
- package/dist/all.scss +829 -32
- 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/dist/all.css
CHANGED
|
@@ -37377,9 +37377,8 @@ select.k-picker-lg {
|
|
|
37377
37377
|
font-size: 0.875em;
|
|
37378
37378
|
}
|
|
37379
37379
|
|
|
37380
|
-
.k-actionsheet
|
|
37380
|
+
.k-actionsheet .k-hr {
|
|
37381
37381
|
margin: 0;
|
|
37382
|
-
border-color: inherit;
|
|
37383
37382
|
flex: none;
|
|
37384
37383
|
}
|
|
37385
37384
|
|
|
@@ -37574,6 +37573,10 @@ select.k-picker-lg {
|
|
|
37574
37573
|
color: rgba(0, 0, 0, 0.54);
|
|
37575
37574
|
}
|
|
37576
37575
|
|
|
37576
|
+
.k-actionsheet .k-hr {
|
|
37577
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
37578
|
+
}
|
|
37579
|
+
|
|
37577
37580
|
.k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
|
|
37578
37581
|
border-color: rgba(0, 0, 0, 0.12);
|
|
37579
37582
|
}
|
|
@@ -42824,10 +42827,6 @@ div.k-grid-norecords {
|
|
|
42824
42827
|
|
|
42825
42828
|
.k-column-menu-popup.k-popup,
|
|
42826
42829
|
.k-grid-columnmenu-popup.k-popup {
|
|
42827
|
-
}
|
|
42828
|
-
|
|
42829
|
-
.k-popup > .k-column-menu-popup, .k-popup >
|
|
42830
|
-
.k-grid-columnmenu-popup {
|
|
42831
42830
|
max-width: 100%;
|
|
42832
42831
|
}
|
|
42833
42832
|
|