@progress/kendo-theme-material 9.0.1-dev.0 → 9.0.1-dev.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/dist/all.css +1 -1
- package/dist/all.scss +18 -138
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.css +1 -1
- 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/_theme.scss +0 -13
- package/scss/input/_layout.scss +1 -1
- package/scss/treelist/_layout.scss +1 -1
package/dist/all.scss
CHANGED
|
@@ -27877,7 +27877,7 @@ $kendo-form-sizes: (
|
|
|
27877
27877
|
|
|
27878
27878
|
|
|
27879
27879
|
.k-edit-label {
|
|
27880
|
-
margin: 0 0 k-spacing(4)
|
|
27880
|
+
margin: 0 0 k-spacing(4);
|
|
27881
27881
|
// TODO: do we need the input variable?
|
|
27882
27882
|
padding: calc( #{$kendo-input-padding-y} + #{$kendo-input-border-width} ) 0;
|
|
27883
27883
|
width: 30%;
|
|
@@ -27887,7 +27887,7 @@ $kendo-form-sizes: (
|
|
|
27887
27887
|
clear: both;
|
|
27888
27888
|
}
|
|
27889
27889
|
.k-edit-field {
|
|
27890
|
-
margin: 0 0 k-spacing(4)
|
|
27890
|
+
margin: 0 0 k-spacing(4);
|
|
27891
27891
|
width: 65%;
|
|
27892
27892
|
float: right;
|
|
27893
27893
|
clear: right;
|
|
@@ -29046,7 +29046,7 @@ $_kendo-module-meta: (
|
|
|
29046
29046
|
|
|
29047
29047
|
&::after {
|
|
29048
29048
|
content: "";
|
|
29049
|
-
border-width: 0 0 $_kendo-input-ripple-border-width
|
|
29049
|
+
border-width: 0 0 $_kendo-input-ripple-border-width;
|
|
29050
29050
|
border-style: solid;
|
|
29051
29051
|
border-color: inherit;
|
|
29052
29052
|
border-radius: inherit;
|
|
@@ -51707,7 +51707,8 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
|
51707
51707
|
}
|
|
51708
51708
|
}
|
|
51709
51709
|
|
|
51710
|
-
.k-master-row .k-grid-content-sticky::before
|
|
51710
|
+
.k-master-row .k-grid-content-sticky::before,
|
|
51711
|
+
.k-master-row.k-grid-row-sticky .k-table-td::before {
|
|
51711
51712
|
content: "";
|
|
51712
51713
|
width: 100%;
|
|
51713
51714
|
height: 100%;
|
|
@@ -52656,7 +52657,7 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
|
52656
52657
|
background-color: $kendo-grid-sticky-bg;
|
|
52657
52658
|
}
|
|
52658
52659
|
|
|
52659
|
-
|
|
52660
|
+
&.k-grid-row-sticky > .k-table-td {
|
|
52660
52661
|
border-top-color: $kendo-grid-sticky-border;
|
|
52661
52662
|
border-bottom-color: $kendo-grid-sticky-border;
|
|
52662
52663
|
background-color: $kendo-grid-sticky-bg;
|
|
@@ -52664,6 +52665,7 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
|
52664
52665
|
|
|
52665
52666
|
&.k-table-alt-row {
|
|
52666
52667
|
.k-grid-content-sticky,
|
|
52668
|
+
&.k-grid-row-sticky > .k-table-td,
|
|
52667
52669
|
.k-grid-row-sticky {
|
|
52668
52670
|
@include fill( $bg: $kendo-grid-sticky-alt-bg );
|
|
52669
52671
|
}
|
|
@@ -52671,6 +52673,7 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
|
52671
52673
|
|
|
52672
52674
|
// Selected state
|
|
52673
52675
|
&.k-table-row.k-selected td.k-grid-content-sticky,
|
|
52676
|
+
&.k-table-row.k-selected.k-grid-row-sticky > .k-table-td,
|
|
52674
52677
|
&.k-table-row.k-selected .k-table-td.k-grid-row-sticky,
|
|
52675
52678
|
&.k-table-row td.k-grid-content-sticky.k-selected,
|
|
52676
52679
|
&.k-table-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
@@ -52686,6 +52689,7 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
|
52686
52689
|
}
|
|
52687
52690
|
|
|
52688
52691
|
&.k-selected.k-table-alt-row td.k-grid-content-sticky,
|
|
52692
|
+
&.k-selected.k-table-alt-row.k-grid-row-sticky > .k-table-td,
|
|
52689
52693
|
&.k-selected.k-table-alt-row .k-table-td.k-grid-row-sticky,
|
|
52690
52694
|
&.k-table-alt-row td.k-grid-content-sticky.k-selected,
|
|
52691
52695
|
&.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
@@ -52704,8 +52708,10 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
|
52704
52708
|
// Hovered state
|
|
52705
52709
|
&:hover .k-grid-content-sticky,
|
|
52706
52710
|
&:hover .k-grid-row-sticky,
|
|
52711
|
+
&:hover.k-grid-row-sticky > .k-table-td,
|
|
52707
52712
|
&.k-hover .k-grid-content-sticky,
|
|
52708
|
-
&.k-hover .k-grid-row-sticky
|
|
52713
|
+
&.k-hover .k-grid-row-sticky,
|
|
52714
|
+
&.k-hover.k-grid-row-sticky > .k-table-td {
|
|
52709
52715
|
background-color: $kendo-grid-sticky-hover-bg;
|
|
52710
52716
|
}
|
|
52711
52717
|
|
|
@@ -52713,8 +52719,10 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
|
52713
52719
|
// Selected hover
|
|
52714
52720
|
&.k-selected:hover td.k-grid-content-sticky,
|
|
52715
52721
|
&.k-selected:hover .k-table-td.k-grid-row-sticky,
|
|
52722
|
+
&.k-selected:hover.k-grid-row-sticky > .k-table-td,
|
|
52716
52723
|
&.k-selected.k-hover td.k-grid-content-sticky,
|
|
52717
52724
|
&.k-selected.k-hover .k-table-td.k-grid-row-sticky,
|
|
52725
|
+
&.k-selected.k-hover.k-grid-row-sticky > .k-table-td,
|
|
52718
52726
|
&:hover td.k-grid-content-sticky.k-selected,
|
|
52719
52727
|
&.k-hover td.k-grid-content-sticky.k-selected,
|
|
52720
52728
|
&:hover .k-table-td.k-grid-content-sticky.k-selected,
|
|
@@ -52731,121 +52739,6 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
|
52731
52739
|
}
|
|
52732
52740
|
}
|
|
52733
52741
|
|
|
52734
|
-
kendo-grid.k-grid {
|
|
52735
|
-
.k-grid-content-sticky {
|
|
52736
|
-
border-top-color: $kendo-grid-header-border;
|
|
52737
|
-
border-left-color: $kendo-grid-sticky-border;
|
|
52738
|
-
border-right-color: $kendo-grid-sticky-border;
|
|
52739
|
-
background-color: $kendo-grid-sticky-bg;
|
|
52740
|
-
|
|
52741
|
-
&:hover,
|
|
52742
|
-
&.k-hover {
|
|
52743
|
-
background-color: $kendo-grid-sticky-hover-bg;
|
|
52744
|
-
}
|
|
52745
|
-
}
|
|
52746
|
-
|
|
52747
|
-
.k-grid-row-sticky {
|
|
52748
|
-
td,
|
|
52749
|
-
.k-table-td {
|
|
52750
|
-
border-top-color: $kendo-grid-sticky-border;
|
|
52751
|
-
border-bottom-color: $kendo-grid-sticky-border;
|
|
52752
|
-
background-color: $kendo-grid-sticky-bg;
|
|
52753
|
-
}
|
|
52754
|
-
|
|
52755
|
-
&:hover td,
|
|
52756
|
-
&.k-hover td,
|
|
52757
|
-
&:hover .k-table-td,
|
|
52758
|
-
&.k-hover .k-table-td {
|
|
52759
|
-
background-color: $kendo-grid-sticky-hover-bg;
|
|
52760
|
-
}
|
|
52761
|
-
}
|
|
52762
|
-
|
|
52763
|
-
.k-table-alt-row .k-grid-content-sticky,
|
|
52764
|
-
.k-grid-row-sticky.k-table-alt-row td,
|
|
52765
|
-
.k-grid-row-sticky.k-table-alt-row .k-table-td {
|
|
52766
|
-
@include fill( $bg: $kendo-grid-sticky-alt-bg );
|
|
52767
|
-
}
|
|
52768
|
-
|
|
52769
|
-
// Selected state
|
|
52770
|
-
.k-table-row.k-selected .k-grid-content-sticky,
|
|
52771
|
-
.k-selected.k-grid-row-sticky td,
|
|
52772
|
-
.k-grid-row-sticky td.k-selected,
|
|
52773
|
-
.k-selected.k-grid-row-sticky .k-table-td,
|
|
52774
|
-
.k-grid-row-sticky .k-table-td.k-selected,
|
|
52775
|
-
.k-selected.k-grid-content-sticky {
|
|
52776
|
-
@if($kendo-enable-color-system) {
|
|
52777
|
-
@include fill( $bg: $kendo-grid-sticky-bg );
|
|
52778
|
-
|
|
52779
|
-
&::before {
|
|
52780
|
-
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
52781
|
-
}
|
|
52782
|
-
} @else {
|
|
52783
|
-
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
52784
|
-
}
|
|
52785
|
-
}
|
|
52786
|
-
|
|
52787
|
-
.k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
52788
|
-
.k-selected.k-table-alt-row.k-grid-row-sticky td,
|
|
52789
|
-
.k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
|
|
52790
|
-
.k-table-alt-row .k-selected.k-grid-content-sticky {
|
|
52791
|
-
@if($kendo-enable-color-system) {
|
|
52792
|
-
@include fill( $bg: $kendo-grid-sticky-alt-bg );
|
|
52793
|
-
|
|
52794
|
-
&::before {
|
|
52795
|
-
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
52796
|
-
}
|
|
52797
|
-
} @else {
|
|
52798
|
-
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
52799
|
-
}
|
|
52800
|
-
}
|
|
52801
|
-
|
|
52802
|
-
// Hover state
|
|
52803
|
-
.k-table-row:hover .k-grid-content-sticky,
|
|
52804
|
-
.k-table-row.k-hover .k-grid-content-sticky,
|
|
52805
|
-
.k-grid-row-sticky:hover td,
|
|
52806
|
-
.k-grid-row-sticky.k-hover td,
|
|
52807
|
-
.k-grid-row-sticky.k-table-alt-row:hover td,
|
|
52808
|
-
.k-grid-row-sticky.k-table-alt-row.k-hover td,
|
|
52809
|
-
.k-grid-row-sticky:hover .k-table-td,
|
|
52810
|
-
.k-grid-row-sticky.k-hover .k-table-td,
|
|
52811
|
-
.k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
|
|
52812
|
-
.k-grid-row-sticky.k-table-alt-row.k-hover .k-table-td,
|
|
52813
|
-
.k-table-alt-row:hover .k-grid-content-sticky,
|
|
52814
|
-
.k-table-alt-row.k-hover .k-grid-content-sticky {
|
|
52815
|
-
background-color: $kendo-grid-sticky-hover-bg;
|
|
52816
|
-
}
|
|
52817
|
-
|
|
52818
|
-
// Selected + Hover
|
|
52819
|
-
.k-table-row.k-selected:hover .k-grid-content-sticky,
|
|
52820
|
-
.k-table-row.k-selected.k-hover .k-grid-content-sticky,
|
|
52821
|
-
.k-selected.k-grid-row-sticky:hover td,
|
|
52822
|
-
.k-selected.k-grid-row-sticky.k-hover td,
|
|
52823
|
-
.k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
|
|
52824
|
-
.k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
|
|
52825
|
-
.k-selected.k-grid-row-sticky:hover .k-table-td,
|
|
52826
|
-
.k-selected.k-grid-row-sticky.k-hover .k-table-td,
|
|
52827
|
-
.k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
|
|
52828
|
-
.k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
|
|
52829
|
-
.k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
|
|
52830
|
-
.k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
|
|
52831
|
-
.k-grid-row-sticky:hover td.k-selected,
|
|
52832
|
-
.k-grid-row-sticky.k-hover td.k-selected,
|
|
52833
|
-
.k-grid-row-sticky:hover .k-table-td.k-selected,
|
|
52834
|
-
.k-grid-row-sticky.k-hover .k-table-td.k-selected,
|
|
52835
|
-
.k-table-row:hover .k-grid-content-sticky.k-selected,
|
|
52836
|
-
.k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
52837
|
-
@if($kendo-enable-color-system) {
|
|
52838
|
-
background-color: $kendo-grid-sticky-hover-bg;
|
|
52839
|
-
|
|
52840
|
-
&::before {
|
|
52841
|
-
background-color: $kendo-grid-sticky-selected-hover-bg;
|
|
52842
|
-
}
|
|
52843
|
-
} @else {
|
|
52844
|
-
background-color: $kendo-grid-sticky-selected-hover-bg;
|
|
52845
|
-
}
|
|
52846
|
-
}
|
|
52847
|
-
}
|
|
52848
|
-
|
|
52849
52742
|
.k-grouping-row {
|
|
52850
52743
|
.k-grid-content-sticky {
|
|
52851
52744
|
@include fill( $bg: $kendo-grid-sticky-header-bg );
|
|
@@ -53094,19 +52987,6 @@ $kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
|
53094
52987
|
}
|
|
53095
52988
|
}
|
|
53096
52989
|
|
|
53097
|
-
kendo-grid {
|
|
53098
|
-
.k-grid-content-sticky {
|
|
53099
|
-
border-color: $kendo-grid-sticky-border;
|
|
53100
|
-
border-bottom-color: $kendo-grid-header-border;
|
|
53101
|
-
}
|
|
53102
|
-
|
|
53103
|
-
.k-grid-row-sticky td,
|
|
53104
|
-
.k-grid-row-sticky .k-table-td {
|
|
53105
|
-
border-top-color: $kendo-grid-sticky-border;
|
|
53106
|
-
border-bottom-color: $kendo-grid-sticky-border;
|
|
53107
|
-
}
|
|
53108
|
-
}
|
|
53109
|
-
|
|
53110
52990
|
.k-grid-header {
|
|
53111
52991
|
.k-sorted,
|
|
53112
52992
|
.k-link:hover {
|
|
@@ -56801,7 +56681,7 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
56801
56681
|
|
|
56802
56682
|
tr.k-footer td,
|
|
56803
56683
|
tr.k-footer-template + tr.k-footer-template td {
|
|
56804
|
-
border-width: 0 0 $kendo-treelist-footer-row-border-width
|
|
56684
|
+
border-width: 0 0 $kendo-treelist-footer-row-border-width;
|
|
56805
56685
|
}
|
|
56806
56686
|
}
|
|
56807
56687
|
|
|
@@ -58720,7 +58600,7 @@ $kendo-editor-selectednode-outline-color: #88ccff !default;
|
|
|
58720
58600
|
|
|
58721
58601
|
// Toolbar
|
|
58722
58602
|
.k-editor-toolbar {
|
|
58723
|
-
border-width: 0 0 $kendo-toolbar-border-width
|
|
58603
|
+
border-width: 0 0 $kendo-toolbar-border-width;
|
|
58724
58604
|
flex-shrink: 0;
|
|
58725
58605
|
|
|
58726
58606
|
.k-editor-export {
|
|
@@ -58975,7 +58855,7 @@ $kendo-editor-selectednode-outline-color: #88ccff !default;
|
|
|
58975
58855
|
|
|
58976
58856
|
// Filebrowser toolbar
|
|
58977
58857
|
.k-filebrowser-toolbar {
|
|
58978
|
-
margin: k-spacing(4) 0 0
|
|
58858
|
+
margin: k-spacing(4) 0 0;
|
|
58979
58859
|
}
|
|
58980
58860
|
|
|
58981
58861
|
.k-upload {
|
|
@@ -59002,7 +58882,7 @@ $kendo-editor-selectednode-outline-color: #88ccff !default;
|
|
|
59002
58882
|
flex-flow: row wrap;
|
|
59003
58883
|
height: 390px;
|
|
59004
58884
|
max-height: 50vh;
|
|
59005
|
-
margin: 0 0 k-spacing(4)
|
|
58885
|
+
margin: 0 0 k-spacing(4);
|
|
59006
58886
|
padding-block: $kendo-padding-md-y;
|
|
59007
58887
|
padding-inline: $kendo-padding-md-x;
|
|
59008
58888
|
border-top-width: 0;
|