@progress/kendo-theme-default 6.3.0 → 6.4.0-dev.0
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 +174 -80
- package/dist/all.scss +33 -57
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/bottom-navigation/_theme.scss +21 -14
- package/scss/breadcrumb/_layout.scss +1 -6
- package/scss/calendar/_layout.scss +2 -2
- package/scss/editor/_layout.scss +0 -18
- package/scss/expansion-panel/_layout.scss +3 -0
- package/scss/grid/_layout.scss +2 -1
- package/scss/scheduler/_layout.scss +3 -16
- package/scss/spreadsheet/_layout.scss +2 -1
package/dist/all.css
CHANGED
|
@@ -37880,8 +37880,8 @@ select.k-picker-lg {
|
|
|
37880
37880
|
}
|
|
37881
37881
|
|
|
37882
37882
|
.k-calendar-th {
|
|
37883
|
-
|
|
37884
|
-
|
|
37883
|
+
inline-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
|
|
37884
|
+
block-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
|
|
37885
37885
|
font-size: 12px;
|
|
37886
37886
|
line-height: 2;
|
|
37887
37887
|
text-transform: uppercase;
|
|
@@ -42866,194 +42866,313 @@ kendo-card-footer {
|
|
|
42866
42866
|
z-index: 1;
|
|
42867
42867
|
}
|
|
42868
42868
|
|
|
42869
|
-
.k-bottom-nav-solid.k-bottom-nav-primary {
|
|
42869
|
+
.k-bottom-nav-solid-primary, .k-bottom-nav-solid.k-bottom-nav-primary {
|
|
42870
42870
|
color: #ffc8c5;
|
|
42871
42871
|
background-color: #ff6358;
|
|
42872
42872
|
}
|
|
42873
42873
|
|
|
42874
|
-
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
|
|
42874
|
+
.k-bottom-nav-solid-primary .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
|
|
42875
|
+
.k-bottom-nav-solid-primary .k-bottom-nav-item:focus,
|
|
42875
42876
|
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item:focus {
|
|
42876
42877
|
background-color: rgba(255, 200, 197, 0.2);
|
|
42877
42878
|
}
|
|
42878
42879
|
|
|
42879
|
-
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
42880
|
+
.k-bottom-nav-solid-primary .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
42880
42881
|
color: white;
|
|
42881
42882
|
}
|
|
42882
42883
|
|
|
42883
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary {
|
|
42884
|
+
.k-bottom-nav-solid-secondary, .k-bottom-nav-solid.k-bottom-nav-secondary {
|
|
42884
42885
|
color: #c9c9c9;
|
|
42885
42886
|
background-color: #666666;
|
|
42886
42887
|
}
|
|
42887
42888
|
|
|
42888
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
|
|
42889
|
+
.k-bottom-nav-solid-secondary .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
|
|
42890
|
+
.k-bottom-nav-solid-secondary .k-bottom-nav-item:focus,
|
|
42889
42891
|
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item:focus {
|
|
42890
42892
|
background-color: rgba(201, 201, 201, 0.2);
|
|
42891
42893
|
}
|
|
42892
42894
|
|
|
42893
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-selected {
|
|
42895
|
+
.k-bottom-nav-solid-secondary .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-selected {
|
|
42894
42896
|
color: white;
|
|
42895
42897
|
}
|
|
42896
42898
|
|
|
42897
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary {
|
|
42899
|
+
.k-bottom-nav-solid-tertiary, .k-bottom-nav-solid.k-bottom-nav-tertiary {
|
|
42898
42900
|
color: #a7e1fb;
|
|
42899
42901
|
background-color: #03a9f4;
|
|
42900
42902
|
}
|
|
42901
42903
|
|
|
42902
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
|
|
42904
|
+
.k-bottom-nav-solid-tertiary .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
|
|
42905
|
+
.k-bottom-nav-solid-tertiary .k-bottom-nav-item:focus,
|
|
42903
42906
|
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
|
|
42904
42907
|
background-color: rgba(167, 225, 251, 0.2);
|
|
42905
42908
|
}
|
|
42906
42909
|
|
|
42907
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-selected {
|
|
42910
|
+
.k-bottom-nav-solid-tertiary .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-selected {
|
|
42908
42911
|
color: white;
|
|
42909
42912
|
}
|
|
42910
42913
|
|
|
42911
|
-
.k-bottom-nav-solid.k-bottom-nav-info {
|
|
42914
|
+
.k-bottom-nav-solid-info, .k-bottom-nav-solid.k-bottom-nav-info {
|
|
42912
42915
|
color: #a6c5f7;
|
|
42913
42916
|
background-color: #0058e9;
|
|
42914
42917
|
}
|
|
42915
42918
|
|
|
42916
|
-
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-focus,
|
|
42919
|
+
.k-bottom-nav-solid-info .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-focus,
|
|
42920
|
+
.k-bottom-nav-solid-info .k-bottom-nav-item:focus,
|
|
42917
42921
|
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item:focus {
|
|
42918
42922
|
background-color: rgba(166, 197, 247, 0.2);
|
|
42919
42923
|
}
|
|
42920
42924
|
|
|
42921
|
-
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-selected {
|
|
42925
|
+
.k-bottom-nav-solid-info .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-selected {
|
|
42922
42926
|
color: white;
|
|
42923
42927
|
}
|
|
42924
42928
|
|
|
42925
|
-
.k-bottom-nav-solid.k-bottom-nav-success {
|
|
42929
|
+
.k-bottom-nav-solid-success, .k-bottom-nav-solid.k-bottom-nav-success {
|
|
42926
42930
|
color: #b9e5a6;
|
|
42927
42931
|
background-color: #37b400;
|
|
42928
42932
|
}
|
|
42929
42933
|
|
|
42930
|
-
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-focus,
|
|
42934
|
+
.k-bottom-nav-solid-success .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-focus,
|
|
42935
|
+
.k-bottom-nav-solid-success .k-bottom-nav-item:focus,
|
|
42931
42936
|
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item:focus {
|
|
42932
42937
|
background-color: rgba(185, 229, 166, 0.2);
|
|
42933
42938
|
}
|
|
42934
42939
|
|
|
42935
|
-
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-selected {
|
|
42940
|
+
.k-bottom-nav-solid-success .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-selected {
|
|
42936
42941
|
color: white;
|
|
42937
42942
|
}
|
|
42938
42943
|
|
|
42939
|
-
.k-bottom-nav-solid.k-bottom-nav-warning {
|
|
42944
|
+
.k-bottom-nav-solid-warning, .k-bottom-nav-solid.k-bottom-nav-warning {
|
|
42940
42945
|
color: #594300;
|
|
42941
42946
|
background-color: #ffc000;
|
|
42942
42947
|
}
|
|
42943
42948
|
|
|
42944
|
-
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
|
|
42949
|
+
.k-bottom-nav-solid-warning .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
|
|
42950
|
+
.k-bottom-nav-solid-warning .k-bottom-nav-item:focus,
|
|
42945
42951
|
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item:focus {
|
|
42946
42952
|
background-color: rgba(89, 67, 0, 0.2);
|
|
42947
42953
|
}
|
|
42948
42954
|
|
|
42949
|
-
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-selected {
|
|
42955
|
+
.k-bottom-nav-solid-warning .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-selected {
|
|
42950
42956
|
color: black;
|
|
42951
42957
|
}
|
|
42952
42958
|
|
|
42953
|
-
.k-bottom-nav-solid.k-bottom-nav-error {
|
|
42959
|
+
.k-bottom-nav-solid-error, .k-bottom-nav-solid.k-bottom-nav-error {
|
|
42954
42960
|
color: #fbaea6;
|
|
42955
42961
|
background-color: #f31700;
|
|
42956
42962
|
}
|
|
42957
42963
|
|
|
42958
|
-
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-focus,
|
|
42964
|
+
.k-bottom-nav-solid-error .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-focus,
|
|
42965
|
+
.k-bottom-nav-solid-error .k-bottom-nav-item:focus,
|
|
42959
42966
|
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item:focus {
|
|
42960
42967
|
background-color: rgba(251, 174, 166, 0.2);
|
|
42961
42968
|
}
|
|
42962
42969
|
|
|
42963
|
-
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-selected {
|
|
42970
|
+
.k-bottom-nav-solid-error .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-selected {
|
|
42964
42971
|
color: white;
|
|
42965
42972
|
}
|
|
42966
42973
|
|
|
42967
|
-
.k-bottom-nav-solid.k-bottom-nav-dark {
|
|
42974
|
+
.k-bottom-nav-solid-dark, .k-bottom-nav-solid.k-bottom-nav-dark {
|
|
42968
42975
|
color: #bdbdbd;
|
|
42969
42976
|
background-color: #424242;
|
|
42970
42977
|
}
|
|
42971
42978
|
|
|
42972
|
-
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
|
|
42979
|
+
.k-bottom-nav-solid-dark .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
|
|
42980
|
+
.k-bottom-nav-solid-dark .k-bottom-nav-item:focus,
|
|
42973
42981
|
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item:focus {
|
|
42974
42982
|
background-color: rgba(189, 189, 189, 0.2);
|
|
42975
42983
|
}
|
|
42976
42984
|
|
|
42977
|
-
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-selected {
|
|
42985
|
+
.k-bottom-nav-solid-dark .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-selected {
|
|
42978
42986
|
color: white;
|
|
42979
42987
|
}
|
|
42980
42988
|
|
|
42981
|
-
.k-bottom-nav-solid.k-bottom-nav-light {
|
|
42989
|
+
.k-bottom-nav-solid-light, .k-bottom-nav-solid.k-bottom-nav-light {
|
|
42982
42990
|
color: #525252;
|
|
42983
42991
|
background-color: #ebebeb;
|
|
42984
42992
|
}
|
|
42985
42993
|
|
|
42986
|
-
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-focus,
|
|
42994
|
+
.k-bottom-nav-solid-light .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-focus,
|
|
42995
|
+
.k-bottom-nav-solid-light .k-bottom-nav-item:focus,
|
|
42987
42996
|
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item:focus {
|
|
42988
42997
|
background-color: rgba(82, 82, 82, 0.2);
|
|
42989
42998
|
}
|
|
42990
42999
|
|
|
42991
|
-
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-selected {
|
|
43000
|
+
.k-bottom-nav-solid-light .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-selected {
|
|
42992
43001
|
color: black;
|
|
42993
43002
|
}
|
|
42994
43003
|
|
|
42995
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse {
|
|
43004
|
+
.k-bottom-nav-solid-inverse, .k-bottom-nav-solid.k-bottom-nav-inverse {
|
|
42996
43005
|
color: #bdbdbd;
|
|
42997
43006
|
background-color: #424242;
|
|
42998
43007
|
}
|
|
42999
43008
|
|
|
43000
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
|
|
43009
|
+
.k-bottom-nav-solid-inverse .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
|
|
43010
|
+
.k-bottom-nav-solid-inverse .k-bottom-nav-item:focus,
|
|
43001
43011
|
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item:focus {
|
|
43002
43012
|
background-color: rgba(189, 189, 189, 0.2);
|
|
43003
43013
|
}
|
|
43004
43014
|
|
|
43005
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-selected {
|
|
43015
|
+
.k-bottom-nav-solid-inverse .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-selected {
|
|
43006
43016
|
color: white;
|
|
43007
43017
|
}
|
|
43008
43018
|
|
|
43009
|
-
.k-bottom-nav-flat {
|
|
43019
|
+
.k-bottom-nav-flat-primary, .k-bottom-nav-flat.k-bottom-nav-primary {
|
|
43010
43020
|
border-color: rgba(0, 0, 0, 0.08);
|
|
43011
43021
|
color: #424242;
|
|
43012
43022
|
background-color: #ffffff;
|
|
43013
43023
|
}
|
|
43014
43024
|
|
|
43015
|
-
.k-bottom-nav-flat .k-bottom-nav-item.k-focus,
|
|
43016
|
-
.k-bottom-nav-flat .k-bottom-nav-item:focus
|
|
43025
|
+
.k-bottom-nav-flat-primary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
|
|
43026
|
+
.k-bottom-nav-flat-primary .k-bottom-nav-item:focus,
|
|
43027
|
+
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item:focus {
|
|
43017
43028
|
background-color: rgba(66, 66, 66, 0.05);
|
|
43018
43029
|
}
|
|
43019
43030
|
|
|
43020
|
-
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
43031
|
+
.k-bottom-nav-flat-primary .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
43021
43032
|
color: #ff6358;
|
|
43022
43033
|
}
|
|
43023
43034
|
|
|
43024
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43035
|
+
.k-bottom-nav-flat-secondary, .k-bottom-nav-flat.k-bottom-nav-secondary {
|
|
43036
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43037
|
+
color: #424242;
|
|
43038
|
+
background-color: #ffffff;
|
|
43039
|
+
}
|
|
43040
|
+
|
|
43041
|
+
.k-bottom-nav-flat-secondary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
|
|
43042
|
+
.k-bottom-nav-flat-secondary .k-bottom-nav-item:focus,
|
|
43043
|
+
.k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item:focus {
|
|
43044
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43045
|
+
}
|
|
43046
|
+
|
|
43047
|
+
.k-bottom-nav-flat-secondary .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-selected {
|
|
43025
43048
|
color: #4e4e4e;
|
|
43026
43049
|
}
|
|
43027
43050
|
|
|
43028
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43051
|
+
.k-bottom-nav-flat-tertiary, .k-bottom-nav-flat.k-bottom-nav-tertiary {
|
|
43052
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43053
|
+
color: #424242;
|
|
43054
|
+
background-color: #ffffff;
|
|
43055
|
+
}
|
|
43056
|
+
|
|
43057
|
+
.k-bottom-nav-flat-tertiary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
|
|
43058
|
+
.k-bottom-nav-flat-tertiary .k-bottom-nav-item:focus,
|
|
43059
|
+
.k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
|
|
43060
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43061
|
+
}
|
|
43062
|
+
|
|
43063
|
+
.k-bottom-nav-flat-tertiary .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-selected {
|
|
43029
43064
|
color: #03a9f4;
|
|
43030
43065
|
}
|
|
43031
43066
|
|
|
43032
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43067
|
+
.k-bottom-nav-flat-info, .k-bottom-nav-flat.k-bottom-nav-info {
|
|
43068
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43069
|
+
color: #424242;
|
|
43070
|
+
background-color: #ffffff;
|
|
43071
|
+
}
|
|
43072
|
+
|
|
43073
|
+
.k-bottom-nav-flat-info .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-focus,
|
|
43074
|
+
.k-bottom-nav-flat-info .k-bottom-nav-item:focus,
|
|
43075
|
+
.k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item:focus {
|
|
43076
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43077
|
+
}
|
|
43078
|
+
|
|
43079
|
+
.k-bottom-nav-flat-info .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-selected {
|
|
43033
43080
|
color: #0058e9;
|
|
43034
43081
|
}
|
|
43035
43082
|
|
|
43036
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43083
|
+
.k-bottom-nav-flat-success, .k-bottom-nav-flat.k-bottom-nav-success {
|
|
43084
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43085
|
+
color: #424242;
|
|
43086
|
+
background-color: #ffffff;
|
|
43087
|
+
}
|
|
43088
|
+
|
|
43089
|
+
.k-bottom-nav-flat-success .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-focus,
|
|
43090
|
+
.k-bottom-nav-flat-success .k-bottom-nav-item:focus,
|
|
43091
|
+
.k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item:focus {
|
|
43092
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43093
|
+
}
|
|
43094
|
+
|
|
43095
|
+
.k-bottom-nav-flat-success .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-selected {
|
|
43037
43096
|
color: #37b400;
|
|
43038
43097
|
}
|
|
43039
43098
|
|
|
43040
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43099
|
+
.k-bottom-nav-flat-warning, .k-bottom-nav-flat.k-bottom-nav-warning {
|
|
43100
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43101
|
+
color: #424242;
|
|
43102
|
+
background-color: #ffffff;
|
|
43103
|
+
}
|
|
43104
|
+
|
|
43105
|
+
.k-bottom-nav-flat-warning .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
|
|
43106
|
+
.k-bottom-nav-flat-warning .k-bottom-nav-item:focus,
|
|
43107
|
+
.k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item:focus {
|
|
43108
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43109
|
+
}
|
|
43110
|
+
|
|
43111
|
+
.k-bottom-nav-flat-warning .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-selected {
|
|
43041
43112
|
color: #ffc000;
|
|
43042
43113
|
}
|
|
43043
43114
|
|
|
43044
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43115
|
+
.k-bottom-nav-flat-error, .k-bottom-nav-flat.k-bottom-nav-error {
|
|
43116
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43117
|
+
color: #424242;
|
|
43118
|
+
background-color: #ffffff;
|
|
43119
|
+
}
|
|
43120
|
+
|
|
43121
|
+
.k-bottom-nav-flat-error .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-focus,
|
|
43122
|
+
.k-bottom-nav-flat-error .k-bottom-nav-item:focus,
|
|
43123
|
+
.k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item:focus {
|
|
43124
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43125
|
+
}
|
|
43126
|
+
|
|
43127
|
+
.k-bottom-nav-flat-error .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-selected {
|
|
43045
43128
|
color: #f31700;
|
|
43046
43129
|
}
|
|
43047
43130
|
|
|
43048
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43131
|
+
.k-bottom-nav-flat-dark, .k-bottom-nav-flat.k-bottom-nav-dark {
|
|
43132
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43133
|
+
color: #424242;
|
|
43134
|
+
background-color: #ffffff;
|
|
43135
|
+
}
|
|
43136
|
+
|
|
43137
|
+
.k-bottom-nav-flat-dark .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
|
|
43138
|
+
.k-bottom-nav-flat-dark .k-bottom-nav-item:focus,
|
|
43139
|
+
.k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item:focus {
|
|
43140
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43141
|
+
}
|
|
43142
|
+
|
|
43143
|
+
.k-bottom-nav-flat-dark .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-selected {
|
|
43144
|
+
color: #424242;
|
|
43145
|
+
}
|
|
43146
|
+
|
|
43147
|
+
.k-bottom-nav-flat-light, .k-bottom-nav-flat.k-bottom-nav-light {
|
|
43148
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43049
43149
|
color: #424242;
|
|
43150
|
+
background-color: #ffffff;
|
|
43151
|
+
}
|
|
43152
|
+
|
|
43153
|
+
.k-bottom-nav-flat-light .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-focus,
|
|
43154
|
+
.k-bottom-nav-flat-light .k-bottom-nav-item:focus,
|
|
43155
|
+
.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item:focus {
|
|
43156
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43050
43157
|
}
|
|
43051
43158
|
|
|
43052
|
-
.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-selected {
|
|
43159
|
+
.k-bottom-nav-flat-light .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-selected {
|
|
43053
43160
|
color: #b3b3b3;
|
|
43054
43161
|
}
|
|
43055
43162
|
|
|
43056
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43163
|
+
.k-bottom-nav-flat-inverse, .k-bottom-nav-flat.k-bottom-nav-inverse {
|
|
43164
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43165
|
+
color: #424242;
|
|
43166
|
+
background-color: #ffffff;
|
|
43167
|
+
}
|
|
43168
|
+
|
|
43169
|
+
.k-bottom-nav-flat-inverse .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
|
|
43170
|
+
.k-bottom-nav-flat-inverse .k-bottom-nav-item:focus,
|
|
43171
|
+
.k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item:focus {
|
|
43172
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43173
|
+
}
|
|
43174
|
+
|
|
43175
|
+
.k-bottom-nav-flat-inverse .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-selected {
|
|
43057
43176
|
color: #424242;
|
|
43058
43177
|
}
|
|
43059
43178
|
|
|
@@ -43087,10 +43206,6 @@ kendo-card-footer {
|
|
|
43087
43206
|
overflow: hidden;
|
|
43088
43207
|
}
|
|
43089
43208
|
|
|
43090
|
-
.k-breadcrumb-container.k-flex-wrap {
|
|
43091
|
-
flex-wrap: wrap;
|
|
43092
|
-
}
|
|
43093
|
-
|
|
43094
43209
|
.k-breadcrumb-root-item-container {
|
|
43095
43210
|
align-items: flex-start;
|
|
43096
43211
|
flex-shrink: 0;
|
|
@@ -43100,6 +43215,7 @@ kendo-card-footer {
|
|
|
43100
43215
|
vertical-align: middle;
|
|
43101
43216
|
display: inline-flex;
|
|
43102
43217
|
flex-direction: row;
|
|
43218
|
+
flex: none;
|
|
43103
43219
|
align-items: center;
|
|
43104
43220
|
overflow: hidden;
|
|
43105
43221
|
}
|
|
@@ -44280,6 +44396,9 @@ kendo-card-footer {
|
|
|
44280
44396
|
|
|
44281
44397
|
.k-expander-indicator {
|
|
44282
44398
|
margin-left: 12px;
|
|
44399
|
+
display: flex;
|
|
44400
|
+
justify-content: center;
|
|
44401
|
+
align-items: center;
|
|
44283
44402
|
}
|
|
44284
44403
|
|
|
44285
44404
|
.k-expander-content {
|
|
@@ -46767,7 +46886,8 @@ div.k-grid-norecords {
|
|
|
46767
46886
|
}
|
|
46768
46887
|
|
|
46769
46888
|
.k-columnmenu-item > .k-icon,
|
|
46770
|
-
.k-columnmenu-item > .k-svg-icon
|
|
46889
|
+
.k-columnmenu-item > .k-svg-icon,
|
|
46890
|
+
.k-columnmenu-item > .k-expander-indicator {
|
|
46771
46891
|
margin-inline-end: 4px;
|
|
46772
46892
|
}
|
|
46773
46893
|
|
|
@@ -48014,8 +48134,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48014
48134
|
|
|
48015
48135
|
.k-spreadsheet-filter-menu .k-details-summary > .k-icon,
|
|
48016
48136
|
.k-spreadsheet-filter-menu .k-details-summary > .k-svg-icon,
|
|
48137
|
+
.k-spreadsheet-filter-menu .k-details-summary > .k-expander-indicator,
|
|
48017
48138
|
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-icon,
|
|
48018
|
-
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-svg-icon
|
|
48139
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-svg-icon,
|
|
48140
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-expander-indicator {
|
|
48019
48141
|
margin-right: 4px;
|
|
48020
48142
|
}
|
|
48021
48143
|
|
|
@@ -50482,24 +50604,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
50482
50604
|
margin-bottom: 0;
|
|
50483
50605
|
}
|
|
50484
50606
|
|
|
50485
|
-
.k-editor-table-wizard-window .k-numerictextbox {
|
|
50486
|
-
width: 10em;
|
|
50487
|
-
}
|
|
50488
|
-
|
|
50489
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-dropdown-list, .k-editor-table-wizard-window .k-numerictextbox + .k-dropdown,
|
|
50490
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-dropdownlist {
|
|
50491
|
-
width: 5em;
|
|
50492
|
-
}
|
|
50493
|
-
|
|
50494
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-color-picker, .k-editor-table-wizard-window .k-numerictextbox + .k-colorpicker, .k-editor-table-wizard-window .k-numerictextbox + .k-dropdown-list, .k-editor-table-wizard-window .k-numerictextbox + .k-dropdown,
|
|
50495
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-dropdownlist {
|
|
50496
|
-
margin-left: 8px;
|
|
50497
|
-
}
|
|
50498
|
-
|
|
50499
|
-
.k-editor-table-wizard-window .k-color-picker, .k-editor-table-wizard-window .k-colorpicker {
|
|
50500
|
-
vertical-align: middle;
|
|
50501
|
-
}
|
|
50502
|
-
|
|
50503
50607
|
.k-editor-table-wizard-window .k-edit-field > .k-checkbox {
|
|
50504
50608
|
position: relative;
|
|
50505
50609
|
}
|
|
@@ -52157,19 +52261,9 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
|
|
|
52157
52261
|
flex-flow: row nowrap;
|
|
52158
52262
|
}
|
|
52159
52263
|
|
|
52160
|
-
.k-scheduler-
|
|
52264
|
+
.k-scheduler-toolbar .k-views-dropdown {
|
|
52161
52265
|
width: auto;
|
|
52162
52266
|
font: inherit;
|
|
52163
|
-
display: none;
|
|
52164
|
-
}
|
|
52165
|
-
|
|
52166
|
-
@media (max-width: 1024px) {
|
|
52167
|
-
.k-scheduler-views-wrapper .k-scheduler-views {
|
|
52168
|
-
display: none;
|
|
52169
|
-
}
|
|
52170
|
-
.k-scheduler-views-wrapper .k-views-dropdown {
|
|
52171
|
-
display: inline-block;
|
|
52172
|
-
}
|
|
52173
52267
|
}
|
|
52174
52268
|
|
|
52175
52269
|
.k-scheduler-footer {
|
package/dist/all.scss
CHANGED
|
@@ -27753,8 +27753,8 @@ $kendo-calendar-sizes: (
|
|
|
27753
27753
|
.k-calendar-th {
|
|
27754
27754
|
padding-block: $kendo-calendar-header-cell-padding-y;
|
|
27755
27755
|
padding-inline: $kendo-calendar-header-cell-padding-x;
|
|
27756
|
-
|
|
27757
|
-
|
|
27756
|
+
inline-size: var( --INTERNAL--kendo-calendar-cell-size, $kendo-calendar-header-cell-width );
|
|
27757
|
+
block-size: var( --INTERNAL--kendo-calendar-cell-size, $kendo-calendar-header-cell-height );
|
|
27758
27758
|
font-size: $kendo-calendar-header-cell-font-size;
|
|
27759
27759
|
line-height: $kendo-calendar-header-cell-line-height;
|
|
27760
27760
|
text-transform: uppercase;
|
|
@@ -37165,7 +37165,7 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
|
37165
37165
|
|
|
37166
37166
|
// Solid
|
|
37167
37167
|
@each $name, $color in $kendo-theme-colors {
|
|
37168
|
-
.k-bottom-nav-solid
|
|
37168
|
+
.k-bottom-nav-solid-#{$name} {
|
|
37169
37169
|
@include fill(
|
|
37170
37170
|
$color: k-true-mix( $color, k-contrast-legacy( $color ), 35%),
|
|
37171
37171
|
$bg: $color
|
|
@@ -37180,23 +37180,27 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
|
37180
37180
|
@include fill( $color: k-contrast-legacy( $color ) );
|
|
37181
37181
|
}
|
|
37182
37182
|
}
|
|
37183
|
+
// TODO: remove when suites update class names
|
|
37184
|
+
.k-bottom-nav-solid.k-bottom-nav-#{$name} {
|
|
37185
|
+
@extend .k-bottom-nav-solid-#{$name} !optional;
|
|
37186
|
+
}
|
|
37183
37187
|
}
|
|
37184
37188
|
|
|
37185
37189
|
// Flat
|
|
37186
|
-
|
|
37187
|
-
|
|
37188
|
-
|
|
37189
|
-
|
|
37190
|
-
|
|
37191
|
-
|
|
37190
|
+
@each $name, $color in $kendo-theme-colors {
|
|
37191
|
+
.k-bottom-nav-flat-#{$name} {
|
|
37192
|
+
@include fill(
|
|
37193
|
+
$kendo-bottom-nav-flat-text,
|
|
37194
|
+
$kendo-bottom-nav-flat-bg,
|
|
37195
|
+
$kendo-bottom-nav-flat-border
|
|
37196
|
+
);
|
|
37192
37197
|
|
|
37193
|
-
|
|
37194
|
-
|
|
37195
|
-
|
|
37196
|
-
|
|
37198
|
+
.k-bottom-nav-item.k-focus,
|
|
37199
|
+
.k-bottom-nav-item:focus {
|
|
37200
|
+
@include fill( $bg: rgba($kendo-bottom-nav-flat-text, .05) );
|
|
37201
|
+
}
|
|
37197
37202
|
|
|
37198
|
-
|
|
37199
|
-
&.k-bottom-nav-#{$name} .k-bottom-nav-item.k-selected {
|
|
37203
|
+
.k-bottom-nav-item.k-selected {
|
|
37200
37204
|
@if $name == "secondary" or $name == "light" {
|
|
37201
37205
|
@include fill( $color: k-try-shade($color, 3) );
|
|
37202
37206
|
} @else {
|
|
@@ -37204,6 +37208,9 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
|
37204
37208
|
}
|
|
37205
37209
|
}
|
|
37206
37210
|
}
|
|
37211
|
+
.k-bottom-nav-flat.k-bottom-nav-#{$name} {
|
|
37212
|
+
@extend .k-bottom-nav-flat-#{$name} !optional;
|
|
37213
|
+
}
|
|
37207
37214
|
}
|
|
37208
37215
|
|
|
37209
37216
|
}
|
|
@@ -37372,12 +37379,6 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
37372
37379
|
overflow: hidden;
|
|
37373
37380
|
}
|
|
37374
37381
|
|
|
37375
|
-
.k-breadcrumb-container {
|
|
37376
|
-
// TODO: use !k-flex-wrap in rendering
|
|
37377
|
-
&.k-flex-wrap {
|
|
37378
|
-
flex-wrap: wrap;
|
|
37379
|
-
}
|
|
37380
|
-
}
|
|
37381
37382
|
.k-breadcrumb-root-item-container {
|
|
37382
37383
|
align-items: flex-start;
|
|
37383
37384
|
flex-shrink: 0;
|
|
@@ -37389,6 +37390,7 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
37389
37390
|
vertical-align: middle;
|
|
37390
37391
|
display: inline-flex;
|
|
37391
37392
|
flex-direction: row;
|
|
37393
|
+
flex: none;
|
|
37392
37394
|
align-items: center;
|
|
37393
37395
|
overflow: hidden;
|
|
37394
37396
|
}
|
|
@@ -39754,6 +39756,9 @@ $kendo-expander-content-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
|
39754
39756
|
// Expand / collapse icon
|
|
39755
39757
|
.k-expander-indicator {
|
|
39756
39758
|
margin-left: $kendo-expander-indicator-margin-x;
|
|
39759
|
+
display: flex;
|
|
39760
|
+
justify-content: center;
|
|
39761
|
+
align-items: center;
|
|
39757
39762
|
}
|
|
39758
39763
|
|
|
39759
39764
|
// Expander content
|
|
@@ -43329,7 +43334,8 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
43329
43334
|
cursor: pointer;
|
|
43330
43335
|
|
|
43331
43336
|
> .k-icon,
|
|
43332
|
-
> .k-svg-icon
|
|
43337
|
+
> .k-svg-icon,
|
|
43338
|
+
> .k-expander-indicator {
|
|
43333
43339
|
margin-inline-end: $kendo-icon-spacing;
|
|
43334
43340
|
}
|
|
43335
43341
|
}
|
|
@@ -44948,7 +44954,8 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
44948
44954
|
cursor: pointer;
|
|
44949
44955
|
|
|
44950
44956
|
> .k-icon,
|
|
44951
|
-
> .k-svg-icon
|
|
44957
|
+
> .k-svg-icon,
|
|
44958
|
+
> .k-expander-indicator {
|
|
44952
44959
|
margin-right: $kendo-padding-md-y;
|
|
44953
44960
|
}
|
|
44954
44961
|
}
|
|
@@ -48692,24 +48699,6 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
48692
48699
|
}
|
|
48693
48700
|
}
|
|
48694
48701
|
|
|
48695
|
-
// Generic widgets
|
|
48696
|
-
.k-numerictextbox {
|
|
48697
|
-
width: 10em;
|
|
48698
|
-
|
|
48699
|
-
& + .k-dropdown-list {
|
|
48700
|
-
width: 5em;
|
|
48701
|
-
}
|
|
48702
|
-
|
|
48703
|
-
& + .k-color-picker,
|
|
48704
|
-
& + .k-dropdown-list {
|
|
48705
|
-
margin-left: k-map-get( $kendo-spacing, 2 );
|
|
48706
|
-
}
|
|
48707
|
-
}
|
|
48708
|
-
|
|
48709
|
-
.k-color-picker {
|
|
48710
|
-
vertical-align: middle;
|
|
48711
|
-
}
|
|
48712
|
-
|
|
48713
48702
|
.k-edit-field > .k-checkbox {
|
|
48714
48703
|
position: relative; // fix scrolling
|
|
48715
48704
|
}
|
|
@@ -51063,24 +51052,11 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
51063
51052
|
// Scheduler navigation
|
|
51064
51053
|
.k-scheduler-navigation {}
|
|
51065
51054
|
|
|
51066
|
-
|
|
51067
|
-
|
|
51068
|
-
|
|
51069
|
-
|
|
51070
|
-
// Views dropdown
|
|
51071
|
-
.k-views-dropdown {
|
|
51072
|
-
width: auto;
|
|
51073
|
-
font: inherit;
|
|
51074
|
-
display: none;
|
|
51075
|
-
}
|
|
51076
|
-
|
|
51077
|
-
@media (max-width: 1024px) {
|
|
51078
|
-
.k-scheduler-views { display: none; }
|
|
51079
|
-
.k-views-dropdown { display: inline-block; }
|
|
51080
|
-
}
|
|
51055
|
+
.k-scheduler-toolbar .k-views-dropdown {
|
|
51056
|
+
width: auto;
|
|
51057
|
+
font: inherit;
|
|
51081
51058
|
}
|
|
51082
51059
|
|
|
51083
|
-
|
|
51084
51060
|
// Scheduler footer
|
|
51085
51061
|
.k-scheduler-footer {
|
|
51086
51062
|
@include box-shadow( none );
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.4.0-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@progress/kendo-font-icons": "1.4.2",
|
|
51
|
-
"@progress/kendo-theme-core": "6.
|
|
52
|
-
"@progress/kendo-theme-utils": "6.
|
|
51
|
+
"@progress/kendo-theme-core": "6.4.0-dev.0",
|
|
52
|
+
"@progress/kendo-theme-utils": "6.4.0-dev.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "862cb1931ece807ea4ae7496ce5033bf3f3eea30"
|
|
55
55
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
// Solid
|
|
4
4
|
@each $name, $color in $kendo-theme-colors {
|
|
5
|
-
.k-bottom-nav-solid
|
|
5
|
+
.k-bottom-nav-solid-#{$name} {
|
|
6
6
|
@include fill(
|
|
7
7
|
$color: k-true-mix( $color, k-contrast-legacy( $color ), 35%),
|
|
8
8
|
$bg: $color
|
|
@@ -17,23 +17,27 @@
|
|
|
17
17
|
@include fill( $color: k-contrast-legacy( $color ) );
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
+
// TODO: remove when suites update class names
|
|
21
|
+
.k-bottom-nav-solid.k-bottom-nav-#{$name} {
|
|
22
|
+
@extend .k-bottom-nav-solid-#{$name} !optional;
|
|
23
|
+
}
|
|
20
24
|
}
|
|
21
25
|
|
|
22
26
|
// Flat
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
.k-bottom-nav-item.k-focus,
|
|
31
|
-
.k-bottom-nav-item:focus {
|
|
32
|
-
@include fill( $bg: rgba($kendo-bottom-nav-flat-text, .05) );
|
|
33
|
-
}
|
|
27
|
+
@each $name, $color in $kendo-theme-colors {
|
|
28
|
+
.k-bottom-nav-flat-#{$name} {
|
|
29
|
+
@include fill(
|
|
30
|
+
$kendo-bottom-nav-flat-text,
|
|
31
|
+
$kendo-bottom-nav-flat-bg,
|
|
32
|
+
$kendo-bottom-nav-flat-border
|
|
33
|
+
);
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
.k-bottom-nav-item.k-focus,
|
|
36
|
+
.k-bottom-nav-item:focus {
|
|
37
|
+
@include fill( $bg: rgba($kendo-bottom-nav-flat-text, .05) );
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.k-bottom-nav-item.k-selected {
|
|
37
41
|
@if $name == "secondary" or $name == "light" {
|
|
38
42
|
@include fill( $color: k-try-shade($color, 3) );
|
|
39
43
|
} @else {
|
|
@@ -41,6 +45,9 @@
|
|
|
41
45
|
}
|
|
42
46
|
}
|
|
43
47
|
}
|
|
48
|
+
.k-bottom-nav-flat.k-bottom-nav-#{$name} {
|
|
49
|
+
@extend .k-bottom-nav-flat-#{$name} !optional;
|
|
50
|
+
}
|
|
44
51
|
}
|
|
45
52
|
|
|
46
53
|
}
|
|
@@ -37,12 +37,6 @@
|
|
|
37
37
|
overflow: hidden;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.k-breadcrumb-container {
|
|
41
|
-
// TODO: use !k-flex-wrap in rendering
|
|
42
|
-
&.k-flex-wrap {
|
|
43
|
-
flex-wrap: wrap;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
40
|
.k-breadcrumb-root-item-container {
|
|
47
41
|
align-items: flex-start;
|
|
48
42
|
flex-shrink: 0;
|
|
@@ -54,6 +48,7 @@
|
|
|
54
48
|
vertical-align: middle;
|
|
55
49
|
display: inline-flex;
|
|
56
50
|
flex-direction: row;
|
|
51
|
+
flex: none;
|
|
57
52
|
align-items: center;
|
|
58
53
|
overflow: hidden;
|
|
59
54
|
}
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
.k-calendar-th {
|
|
74
74
|
padding-block: $kendo-calendar-header-cell-padding-y;
|
|
75
75
|
padding-inline: $kendo-calendar-header-cell-padding-x;
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
inline-size: var( --INTERNAL--kendo-calendar-cell-size, $kendo-calendar-header-cell-width );
|
|
77
|
+
block-size: var( --INTERNAL--kendo-calendar-cell-size, $kendo-calendar-header-cell-height );
|
|
78
78
|
font-size: $kendo-calendar-header-cell-font-size;
|
|
79
79
|
line-height: $kendo-calendar-header-cell-line-height;
|
|
80
80
|
text-transform: uppercase;
|
package/scss/editor/_layout.scss
CHANGED
|
@@ -508,24 +508,6 @@
|
|
|
508
508
|
}
|
|
509
509
|
}
|
|
510
510
|
|
|
511
|
-
// Generic widgets
|
|
512
|
-
.k-numerictextbox {
|
|
513
|
-
width: 10em;
|
|
514
|
-
|
|
515
|
-
& + .k-dropdown-list {
|
|
516
|
-
width: 5em;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
& + .k-color-picker,
|
|
520
|
-
& + .k-dropdown-list {
|
|
521
|
-
margin-left: k-map-get( $kendo-spacing, 2 );
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
.k-color-picker {
|
|
526
|
-
vertical-align: middle;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
511
|
.k-edit-field > .k-checkbox {
|
|
530
512
|
position: relative; // fix scrolling
|
|
531
513
|
}
|
package/scss/grid/_layout.scss
CHANGED
|
@@ -237,24 +237,11 @@
|
|
|
237
237
|
// Scheduler navigation
|
|
238
238
|
.k-scheduler-navigation {}
|
|
239
239
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
// Views dropdown
|
|
245
|
-
.k-views-dropdown {
|
|
246
|
-
width: auto;
|
|
247
|
-
font: inherit;
|
|
248
|
-
display: none;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
@media (max-width: 1024px) {
|
|
252
|
-
.k-scheduler-views { display: none; }
|
|
253
|
-
.k-views-dropdown { display: inline-block; }
|
|
254
|
-
}
|
|
240
|
+
.k-scheduler-toolbar .k-views-dropdown {
|
|
241
|
+
width: auto;
|
|
242
|
+
font: inherit;
|
|
255
243
|
}
|
|
256
244
|
|
|
257
|
-
|
|
258
245
|
// Scheduler footer
|
|
259
246
|
.k-scheduler-footer {
|
|
260
247
|
@include box-shadow( none );
|