@progress/kendo-theme-default 4.43.0 → 4.43.1-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 +93 -152
- package/dist/all.scss +146 -213
- package/package.json +2 -2
- package/scss/button/_variables.scss +21 -21
- package/scss/forms/_index.scss +1 -1
- package/scss/forms/_layout.scss +3 -26
- package/scss/grid/_layout.scss +13 -57
- package/scss/tabstrip/_variables.scss +2 -2
package/dist/all.css
CHANGED
|
@@ -13553,6 +13553,68 @@ kendo-toolbar-renderer {
|
|
|
13553
13553
|
background-color: #fafafa;
|
|
13554
13554
|
}
|
|
13555
13555
|
|
|
13556
|
+
.k-actions, .k-edit-buttons,
|
|
13557
|
+
.k-action-buttons,
|
|
13558
|
+
.k-columnmenu-actions, .k-form-buttons {
|
|
13559
|
+
padding: 8px 8px;
|
|
13560
|
+
border-width: 0px 0 0 0;
|
|
13561
|
+
border-style: solid;
|
|
13562
|
+
border-color: inherit;
|
|
13563
|
+
flex-shrink: 0;
|
|
13564
|
+
display: flex;
|
|
13565
|
+
flex-flow: row nowrap;
|
|
13566
|
+
align-items: center;
|
|
13567
|
+
gap: 8px;
|
|
13568
|
+
overflow: hidden;
|
|
13569
|
+
clear: both;
|
|
13570
|
+
}
|
|
13571
|
+
|
|
13572
|
+
.k-popup .k-actions, .k-popup .k-edit-buttons,
|
|
13573
|
+
.k-popup .k-action-buttons,
|
|
13574
|
+
.k-popup .k-columnmenu-actions, .k-popup .k-form-buttons {
|
|
13575
|
+
margin-top: 16px;
|
|
13576
|
+
}
|
|
13577
|
+
|
|
13578
|
+
.k-ie .k-actions .k-button ~ .k-button, .k-ie .k-edit-buttons .k-button ~ .k-button, .k-ie .k-action-buttons .k-button ~ .k-button, .k-ie .k-columnmenu-actions .k-button ~ .k-button, .k-ie .k-form-buttons .k-button ~ .k-button {
|
|
13579
|
+
margin-left: 8px;
|
|
13580
|
+
flex-shrink: 0;
|
|
13581
|
+
}
|
|
13582
|
+
|
|
13583
|
+
.k-rtl .k-ie .k-actions .k-button ~ .k-button, .k-rtl .k-ie .k-edit-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-action-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-columnmenu-actions .k-button ~ .k-button, .k-rtl .k-ie .k-form-buttons .k-button ~ .k-button,
|
|
13584
|
+
[dir="rtl"] .k-ie .k-actions .k-button ~ .k-button,
|
|
13585
|
+
[dir="rtl"] .k-ie .k-edit-buttons .k-button ~ .k-button,
|
|
13586
|
+
[dir="rtl"] .k-ie .k-action-buttons .k-button ~ .k-button,
|
|
13587
|
+
[dir="rtl"] .k-ie .k-columnmenu-actions .k-button ~ .k-button,
|
|
13588
|
+
[dir="rtl"] .k-ie .k-form-buttons .k-button ~ .k-button {
|
|
13589
|
+
margin-left: 0;
|
|
13590
|
+
margin-right: 8px;
|
|
13591
|
+
}
|
|
13592
|
+
|
|
13593
|
+
.k-actions-start {
|
|
13594
|
+
justify-content: flex-start;
|
|
13595
|
+
}
|
|
13596
|
+
|
|
13597
|
+
.k-actions-center {
|
|
13598
|
+
justify-content: center;
|
|
13599
|
+
}
|
|
13600
|
+
|
|
13601
|
+
.k-actions-end {
|
|
13602
|
+
justify-content: flex-end;
|
|
13603
|
+
}
|
|
13604
|
+
|
|
13605
|
+
.k-actions-stretched > * {
|
|
13606
|
+
flex: 1 0 0%;
|
|
13607
|
+
}
|
|
13608
|
+
|
|
13609
|
+
.k-actions-horizontal {
|
|
13610
|
+
width: 100%;
|
|
13611
|
+
flex-flow: row nowrap;
|
|
13612
|
+
}
|
|
13613
|
+
|
|
13614
|
+
.k-actions-vertical {
|
|
13615
|
+
flex-flow: column nowrap;
|
|
13616
|
+
}
|
|
13617
|
+
|
|
13556
13618
|
.k-form,
|
|
13557
13619
|
.k-form-inline {
|
|
13558
13620
|
font-size: 14px;
|
|
@@ -13646,7 +13708,6 @@ kendo-label > .k-label {
|
|
|
13646
13708
|
}
|
|
13647
13709
|
|
|
13648
13710
|
.k-form .k-form-field,
|
|
13649
|
-
.k-form .k-form-buttons,
|
|
13650
13711
|
.k-form .k-daterangepicker .k-textbox-container {
|
|
13651
13712
|
margin-top: 1em;
|
|
13652
13713
|
}
|
|
@@ -13709,15 +13770,8 @@ kendo-label > .k-label {
|
|
|
13709
13770
|
}
|
|
13710
13771
|
|
|
13711
13772
|
.k-form-buttons {
|
|
13712
|
-
|
|
13713
|
-
|
|
13714
|
-
|
|
13715
|
-
.k-form-buttons > * {
|
|
13716
|
-
margin-right: 8px;
|
|
13717
|
-
}
|
|
13718
|
-
|
|
13719
|
-
.k-form-buttons > *:last-child {
|
|
13720
|
-
margin-right: 0;
|
|
13773
|
+
margin-top: 2em;
|
|
13774
|
+
padding: 0;
|
|
13721
13775
|
}
|
|
13722
13776
|
|
|
13723
13777
|
.k-form-hint,
|
|
@@ -13772,23 +13826,6 @@ kendo-label > .k-label {
|
|
|
13772
13826
|
flex: 1 1 auto;
|
|
13773
13827
|
}
|
|
13774
13828
|
|
|
13775
|
-
.k-form-horizontal .k-form-buttons {
|
|
13776
|
-
margin-top: 2em;
|
|
13777
|
-
}
|
|
13778
|
-
|
|
13779
|
-
.k-form [dir="rtl"] .k-form-buttons > *, .k-form [dir="rtl"].k-form-buttons > *,
|
|
13780
|
-
.k-rtl .k-form .k-form-buttons > *,
|
|
13781
|
-
.k-rtl .k-form.k-form-buttons > * {
|
|
13782
|
-
margin-right: 0;
|
|
13783
|
-
margin-left: 8px;
|
|
13784
|
-
}
|
|
13785
|
-
|
|
13786
|
-
.k-form [dir="rtl"] .k-form-buttons > *:last-child, .k-form [dir="rtl"].k-form-buttons > *:last-child,
|
|
13787
|
-
.k-rtl .k-form .k-form-buttons > *:last-child,
|
|
13788
|
-
.k-rtl .k-form.k-form-buttons > *:last-child {
|
|
13789
|
-
margin-left: 0;
|
|
13790
|
-
}
|
|
13791
|
-
|
|
13792
13829
|
.k-form [dir="rtl"] .k-label-optional,
|
|
13793
13830
|
.k-rtl .k-form .k-label-optional {
|
|
13794
13831
|
margin-left: 0;
|
|
@@ -13890,11 +13927,12 @@ kendo-label > .k-label {
|
|
|
13890
13927
|
|
|
13891
13928
|
.k-popup-edit-form > .k-actions, .k-popup-edit-form > .k-edit-buttons,
|
|
13892
13929
|
.k-popup-edit-form > .k-action-buttons,
|
|
13893
|
-
.k-popup-edit-form > .k-columnmenu-actions,
|
|
13930
|
+
.k-popup-edit-form > .k-columnmenu-actions, .k-popup-edit-form > .k-form-buttons,
|
|
13894
13931
|
.k-edit-form-container .k-actions,
|
|
13895
13932
|
.k-edit-form-container .k-edit-buttons,
|
|
13896
13933
|
.k-edit-form-container .k-action-buttons,
|
|
13897
|
-
.k-edit-form-container .k-columnmenu-actions
|
|
13934
|
+
.k-edit-form-container .k-columnmenu-actions,
|
|
13935
|
+
.k-edit-form-container .k-form-buttons {
|
|
13898
13936
|
margin: 1em -16px -16px;
|
|
13899
13937
|
}
|
|
13900
13938
|
|
|
@@ -17122,67 +17160,6 @@ kendo-label.k-radio-label > .k-label {
|
|
|
17122
17160
|
background: linear-gradient(to left, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17123
17161
|
}
|
|
17124
17162
|
|
|
17125
|
-
.k-actions, .k-edit-buttons,
|
|
17126
|
-
.k-action-buttons,
|
|
17127
|
-
.k-columnmenu-actions {
|
|
17128
|
-
padding: 8px 8px;
|
|
17129
|
-
border-width: 0px 0 0 0;
|
|
17130
|
-
border-style: solid;
|
|
17131
|
-
border-color: inherit;
|
|
17132
|
-
flex-shrink: 0;
|
|
17133
|
-
display: flex;
|
|
17134
|
-
flex-flow: row nowrap;
|
|
17135
|
-
align-items: center;
|
|
17136
|
-
gap: 8px;
|
|
17137
|
-
overflow: hidden;
|
|
17138
|
-
clear: both;
|
|
17139
|
-
}
|
|
17140
|
-
|
|
17141
|
-
.k-popup .k-actions, .k-popup .k-edit-buttons,
|
|
17142
|
-
.k-popup .k-action-buttons,
|
|
17143
|
-
.k-popup .k-columnmenu-actions {
|
|
17144
|
-
margin-top: 16px;
|
|
17145
|
-
}
|
|
17146
|
-
|
|
17147
|
-
.k-ie .k-actions .k-button ~ .k-button, .k-ie .k-edit-buttons .k-button ~ .k-button, .k-ie .k-action-buttons .k-button ~ .k-button, .k-ie .k-columnmenu-actions .k-button ~ .k-button {
|
|
17148
|
-
margin-left: 8px;
|
|
17149
|
-
flex-shrink: 0;
|
|
17150
|
-
}
|
|
17151
|
-
|
|
17152
|
-
.k-rtl .k-ie .k-actions .k-button ~ .k-button, .k-rtl .k-ie .k-edit-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-action-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-columnmenu-actions .k-button ~ .k-button,
|
|
17153
|
-
[dir="rtl"] .k-ie .k-actions .k-button ~ .k-button,
|
|
17154
|
-
[dir="rtl"] .k-ie .k-edit-buttons .k-button ~ .k-button,
|
|
17155
|
-
[dir="rtl"] .k-ie .k-action-buttons .k-button ~ .k-button,
|
|
17156
|
-
[dir="rtl"] .k-ie .k-columnmenu-actions .k-button ~ .k-button {
|
|
17157
|
-
margin-left: 0;
|
|
17158
|
-
margin-right: 8px;
|
|
17159
|
-
}
|
|
17160
|
-
|
|
17161
|
-
.k-actions-start {
|
|
17162
|
-
justify-content: flex-start;
|
|
17163
|
-
}
|
|
17164
|
-
|
|
17165
|
-
.k-actions-center {
|
|
17166
|
-
justify-content: center;
|
|
17167
|
-
}
|
|
17168
|
-
|
|
17169
|
-
.k-actions-end {
|
|
17170
|
-
justify-content: flex-end;
|
|
17171
|
-
}
|
|
17172
|
-
|
|
17173
|
-
.k-actions-stretched > * {
|
|
17174
|
-
flex: 1 0 0%;
|
|
17175
|
-
}
|
|
17176
|
-
|
|
17177
|
-
.k-actions-horizontal {
|
|
17178
|
-
width: 100%;
|
|
17179
|
-
flex-flow: row nowrap;
|
|
17180
|
-
}
|
|
17181
|
-
|
|
17182
|
-
.k-actions-vertical {
|
|
17183
|
-
flex-flow: column nowrap;
|
|
17184
|
-
}
|
|
17185
|
-
|
|
17186
17163
|
.k-coloreditor {
|
|
17187
17164
|
border-radius: 2px;
|
|
17188
17165
|
min-width: 272px;
|
|
@@ -17240,7 +17217,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
17240
17217
|
|
|
17241
17218
|
.k-coloreditor-footer.k-actions, .k-coloreditor-footer.k-edit-buttons,
|
|
17242
17219
|
.k-coloreditor-footer.k-action-buttons,
|
|
17243
|
-
.k-coloreditor-footer.k-columnmenu-actions {
|
|
17220
|
+
.k-coloreditor-footer.k-columnmenu-actions, .k-coloreditor-footer.k-form-buttons {
|
|
17244
17221
|
margin: 0;
|
|
17245
17222
|
}
|
|
17246
17223
|
|
|
@@ -19850,7 +19827,7 @@ select.k-dropdown:focus, select.k-dropdowntree:focus {
|
|
|
19850
19827
|
|
|
19851
19828
|
.k-upload .k-actions, .k-upload .k-edit-buttons,
|
|
19852
19829
|
.k-upload .k-action-buttons,
|
|
19853
|
-
.k-upload .k-columnmenu-actions {
|
|
19830
|
+
.k-upload .k-columnmenu-actions, .k-upload .k-form-buttons {
|
|
19854
19831
|
border-top-width: 1px;
|
|
19855
19832
|
}
|
|
19856
19833
|
|
|
@@ -23673,7 +23650,7 @@ kendo-card-footer {
|
|
|
23673
23650
|
|
|
23674
23651
|
.k-tabstrip-content,
|
|
23675
23652
|
.k-tabstrip > .k-content {
|
|
23676
|
-
padding:
|
|
23653
|
+
padding: 16px 16px;
|
|
23677
23654
|
border-width: 1px;
|
|
23678
23655
|
border-style: solid;
|
|
23679
23656
|
border-color: inherit;
|
|
@@ -25598,12 +25575,6 @@ kendo-card-footer {
|
|
|
25598
25575
|
border-right-width: 0;
|
|
25599
25576
|
}
|
|
25600
25577
|
|
|
25601
|
-
.k-grid[dir="rtl"] .k-filtercell-operator,
|
|
25602
|
-
.k-rtl .k-grid .k-filtercell-operator {
|
|
25603
|
-
margin-left: 0;
|
|
25604
|
-
margin-right: 4px;
|
|
25605
|
-
}
|
|
25606
|
-
|
|
25607
25578
|
.k-grid[dir="rtl"] .k-dirty,
|
|
25608
25579
|
.k-rtl .k-grid .k-dirty {
|
|
25609
25580
|
border-color: currentColor currentColor transparent transparent;
|
|
@@ -26043,72 +26014,40 @@ div.k-grid-footer {
|
|
|
26043
26014
|
height: auto;
|
|
26044
26015
|
}
|
|
26045
26016
|
|
|
26046
|
-
.k-filter-row .k-filtercell .k-widget.k-sized-input {
|
|
26047
|
-
flex: 0 1 auto;
|
|
26048
|
-
}
|
|
26049
|
-
|
|
26050
26017
|
.k-filtercell {
|
|
26051
26018
|
width: auto;
|
|
26052
26019
|
display: flex;
|
|
26020
|
+
flex-flow: row nowrap;
|
|
26021
|
+
align-items: center;
|
|
26053
26022
|
}
|
|
26054
26023
|
|
|
26055
26024
|
.k-filtercell > span,
|
|
26056
26025
|
.k-filtercell .k-filtercell-wrapper {
|
|
26057
26026
|
display: flex;
|
|
26027
|
+
flex-flow: row nowrap;
|
|
26028
|
+
align-items: center;
|
|
26029
|
+
gap: 4px;
|
|
26058
26030
|
flex: 1 1 auto;
|
|
26059
26031
|
}
|
|
26060
26032
|
|
|
26061
|
-
.k-filtercell > span >
|
|
26062
|
-
.k-filtercell .k-
|
|
26063
|
-
|
|
26064
|
-
|
|
26065
|
-
|
|
26066
|
-
.k-filtercell .k-filtercell-wrapper > .k-widget {
|
|
26033
|
+
.k-filtercell > span > .k-widget,
|
|
26034
|
+
.k-filtercell > span > .k-textbox,
|
|
26035
|
+
.k-filtercell .k-filtercell-wrapper > .k-widget,
|
|
26036
|
+
.k-filtercell .k-filtercell-wrapper > .k-textbox {
|
|
26067
26037
|
width: 100%;
|
|
26068
26038
|
}
|
|
26069
26039
|
|
|
26070
|
-
.k-filtercell > span .k-
|
|
26071
|
-
|
|
26072
|
-
|
|
26073
|
-
|
|
26074
|
-
|
|
26075
|
-
|
|
26076
|
-
.k-filtercell > span .k-dropdown-operator {
|
|
26077
|
-
margin-left: 4px;
|
|
26078
|
-
}
|
|
26079
|
-
|
|
26080
|
-
.k-ie .k-filtercell > span .k-button, .k-ie
|
|
26081
|
-
.k-filtercell > span .k-dropdown-operator {
|
|
26082
|
-
min-width: calc(1.4285714286em + 8px);
|
|
26083
|
-
}
|
|
26084
|
-
|
|
26085
|
-
.k-filtercell > span .k-widget {
|
|
26086
|
-
width: auto;
|
|
26087
|
-
}
|
|
26088
|
-
|
|
26089
|
-
.k-filtercell .k-filtercell-operator > .k-button.k-clear-button-visible {
|
|
26090
|
-
visibility: visible;
|
|
26091
|
-
height: calc(1.4285714286em + 10px);
|
|
26092
|
-
}
|
|
26093
|
-
|
|
26094
|
-
.k-filtercell .k-filtercell-operator > .k-button:not(.k-clear-button-visible) {
|
|
26095
|
-
visibility: hidden;
|
|
26096
|
-
pointer-events: none;
|
|
26097
|
-
}
|
|
26098
|
-
|
|
26099
|
-
.k-filtercell .k-filtercell-operator {
|
|
26100
|
-
margin-left: 4px;
|
|
26101
|
-
}
|
|
26102
|
-
|
|
26103
|
-
.k-filtercell .k-widget:not(.k-dropdown-operator),
|
|
26104
|
-
.k-filtercell .k-filtercell-wrapper > .k-textbox {
|
|
26105
|
-
display: flex;
|
|
26106
|
-
flex: 1 1 auto;
|
|
26040
|
+
.k-filtercell > span .k-colorpicker,
|
|
26041
|
+
.k-filtercell > span .k-dropdown-operator,
|
|
26042
|
+
.k-filtercell .k-filtercell-wrapper .k-colorpicker,
|
|
26043
|
+
.k-filtercell .k-filtercell-wrapper .k-dropdown-operator {
|
|
26044
|
+
width: min-content;
|
|
26045
|
+
flex: none;
|
|
26107
26046
|
}
|
|
26108
26047
|
|
|
26109
|
-
.k-filtercell
|
|
26110
|
-
|
|
26111
|
-
|
|
26048
|
+
.k-filtercell > span > .k-button,
|
|
26049
|
+
.k-filtercell .k-filtercell-wrapper > .k-button {
|
|
26050
|
+
flex: none;
|
|
26112
26051
|
}
|
|
26113
26052
|
|
|
26114
26053
|
.k-grid-content,
|
|
@@ -26669,15 +26608,17 @@ div.k-grid-norecords {
|
|
|
26669
26608
|
|
|
26670
26609
|
.k-filter-menu .k-actions, .k-filter-menu .k-edit-buttons,
|
|
26671
26610
|
.k-filter-menu .k-action-buttons,
|
|
26672
|
-
.k-filter-menu .k-columnmenu-actions,
|
|
26611
|
+
.k-filter-menu .k-columnmenu-actions, .k-filter-menu .k-form-buttons,
|
|
26673
26612
|
.k-column-list-wrapper .k-actions,
|
|
26674
26613
|
.k-column-list-wrapper .k-edit-buttons,
|
|
26675
26614
|
.k-column-list-wrapper .k-action-buttons,
|
|
26676
26615
|
.k-column-list-wrapper .k-columnmenu-actions,
|
|
26616
|
+
.k-column-list-wrapper .k-form-buttons,
|
|
26677
26617
|
.k-columnmenu-item-content .k-actions,
|
|
26678
26618
|
.k-columnmenu-item-content .k-edit-buttons,
|
|
26679
26619
|
.k-columnmenu-item-content .k-action-buttons,
|
|
26680
|
-
.k-columnmenu-item-content .k-columnmenu-actions
|
|
26620
|
+
.k-columnmenu-item-content .k-columnmenu-actions,
|
|
26621
|
+
.k-columnmenu-item-content .k-form-buttons {
|
|
26681
26622
|
margin-top: 4px;
|
|
26682
26623
|
padding: 8px 8px;
|
|
26683
26624
|
}
|
|
@@ -30311,7 +30252,7 @@ td.k-editor-content {
|
|
|
30311
30252
|
|
|
30312
30253
|
.k-editor-find-replace .k-actions, .k-editor-find-replace .k-edit-buttons,
|
|
30313
30254
|
.k-editor-find-replace .k-action-buttons,
|
|
30314
|
-
.k-editor-find-replace .k-columnmenu-actions {
|
|
30255
|
+
.k-editor-find-replace .k-columnmenu-actions, .k-editor-find-replace .k-form-buttons {
|
|
30315
30256
|
padding: 0;
|
|
30316
30257
|
}
|
|
30317
30258
|
|
package/dist/all.scss
CHANGED
|
@@ -6536,17 +6536,17 @@ $badge-dot-size-lg: 12px !default;
|
|
|
6536
6536
|
// Button
|
|
6537
6537
|
|
|
6538
6538
|
/// Width of border around buttons
|
|
6539
|
-
/// @group
|
|
6539
|
+
/// @group button
|
|
6540
6540
|
$button-border-width: 1px !default;
|
|
6541
6541
|
/// Border radius of buttons
|
|
6542
|
-
/// @group
|
|
6542
|
+
/// @group button
|
|
6543
6543
|
$button-border-radius: $border-radius !default;
|
|
6544
6544
|
|
|
6545
6545
|
/// Horizontal padding of buttons
|
|
6546
|
-
/// @group
|
|
6546
|
+
/// @group button
|
|
6547
6547
|
$button-padding-x: $padding-x !default;
|
|
6548
6548
|
/// Vertical padding of buttons
|
|
6549
|
-
/// @group
|
|
6549
|
+
/// @group button
|
|
6550
6550
|
$button-padding-y: $padding-y !default;
|
|
6551
6551
|
$button-font-family: $font-family !default;
|
|
6552
6552
|
$button-font-size: $font-size !default;
|
|
@@ -6560,63 +6560,63 @@ $button-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2}
|
|
|
6560
6560
|
$button-inner-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2} ) !default;
|
|
6561
6561
|
|
|
6562
6562
|
/// The background of the buttons.
|
|
6563
|
-
/// @group
|
|
6563
|
+
/// @group button
|
|
6564
6564
|
$button-bg: #f5f5f5 !default;
|
|
6565
6565
|
/// The text color of the buttons.
|
|
6566
|
-
/// @group
|
|
6566
|
+
/// @group button
|
|
6567
6567
|
$button-text: #424242 !default;
|
|
6568
6568
|
/// The border color of the buttons.
|
|
6569
|
-
/// @group
|
|
6569
|
+
/// @group button
|
|
6570
6570
|
$button-border: rgba( black, .08 ) !default;
|
|
6571
6571
|
/// The background gradient of the buttons.
|
|
6572
|
-
/// @group
|
|
6572
|
+
/// @group button
|
|
6573
6573
|
$button-gradient: rgba( black, 0 ), rgba( black, .02 ) !default;
|
|
6574
6574
|
$button-shadow: null !default;
|
|
6575
6575
|
|
|
6576
6576
|
/// The background of hovered buttons.
|
|
6577
|
-
/// @group
|
|
6577
|
+
/// @group button
|
|
6578
6578
|
$button-hovered-bg: try-shade( $button-bg, .5 ) !default;
|
|
6579
6579
|
/// The text color of hovered buttons.
|
|
6580
|
-
/// @group
|
|
6580
|
+
/// @group button
|
|
6581
6581
|
$button-hovered-text: null !default;
|
|
6582
6582
|
/// The border color of hovered buttons.
|
|
6583
|
-
/// @group
|
|
6583
|
+
/// @group button
|
|
6584
6584
|
$button-hovered-border: null !default;
|
|
6585
6585
|
/// The background gradient of hovered buttons.
|
|
6586
|
-
/// @group
|
|
6586
|
+
/// @group button
|
|
6587
6587
|
$button-hovered-gradient: null !default;
|
|
6588
6588
|
$button-hovered-shadow: null !default;
|
|
6589
6589
|
|
|
6590
6590
|
/// The background color of active buttons.
|
|
6591
|
-
/// @group
|
|
6591
|
+
/// @group button
|
|
6592
6592
|
$button-active-bg: try-shade( $button-bg, 1.5 ) !default;
|
|
6593
6593
|
/// The text color of active buttons.
|
|
6594
|
-
/// @group
|
|
6594
|
+
/// @group button
|
|
6595
6595
|
$button-active-text: null !default;
|
|
6596
6596
|
/// The border color of active buttons.
|
|
6597
|
-
/// @group
|
|
6597
|
+
/// @group button
|
|
6598
6598
|
$button-active-border: null !default;
|
|
6599
6599
|
/// The background gradient of active buttons.
|
|
6600
|
-
/// @group
|
|
6600
|
+
/// @group button
|
|
6601
6601
|
$button-active-gradient: null !default;
|
|
6602
6602
|
$button-active-shadow: null !default;
|
|
6603
6603
|
|
|
6604
6604
|
/// The background color of selected buttons.
|
|
6605
|
-
/// @group
|
|
6605
|
+
/// @group button
|
|
6606
6606
|
$button-selected-bg: $primary !default;
|
|
6607
6607
|
/// The text color of selected buttons.
|
|
6608
|
-
/// @group
|
|
6608
|
+
/// @group button
|
|
6609
6609
|
$button-selected-text: contrast-wcag( $button-selected-bg ) !default;
|
|
6610
6610
|
/// The border color of selected buttons.
|
|
6611
|
-
/// @group
|
|
6611
|
+
/// @group button
|
|
6612
6612
|
$button-selected-border: $button-selected-bg !default;
|
|
6613
6613
|
/// The background gradient of selected buttons.
|
|
6614
|
-
/// @group
|
|
6614
|
+
/// @group button
|
|
6615
6615
|
$button-selected-gradient: null !default;
|
|
6616
6616
|
$button-selected-shadow: null !default;
|
|
6617
6617
|
|
|
6618
6618
|
/// The shadow of focused buttons.
|
|
6619
|
-
/// @group
|
|
6619
|
+
/// @group button
|
|
6620
6620
|
$button-focused-shadow: 0 0 0 2px rgba( $button-border, .08 ) !default;
|
|
6621
6621
|
|
|
6622
6622
|
|
|
@@ -10600,7 +10600,23 @@ $toolbar-separator-border: inherit !default;
|
|
|
10600
10600
|
// #endregion
|
|
10601
10601
|
|
|
10602
10602
|
// #endregion
|
|
10603
|
-
// #region @import "../action-buttons/
|
|
10603
|
+
// #region @import "../action-buttons/_index.scss"; -> packages/default/scss/action-buttons/_index.scss
|
|
10604
|
+
// #region @import "../core/_index.scss"; -> packages/default/scss/core/_index.scss
|
|
10605
|
+
// File already imported_once. Skipping output.
|
|
10606
|
+
// #endregion
|
|
10607
|
+
|
|
10608
|
+
|
|
10609
|
+
// Dependencies
|
|
10610
|
+
// #region @import "../common/_index.scss"; -> packages/default/scss/common/_index.scss
|
|
10611
|
+
// File already imported_once. Skipping output.
|
|
10612
|
+
// #endregion
|
|
10613
|
+
// #region @import "../button/_index.scss"; -> packages/default/scss/button/_index.scss
|
|
10614
|
+
// File already imported_once. Skipping output.
|
|
10615
|
+
// #endregion
|
|
10616
|
+
|
|
10617
|
+
|
|
10618
|
+
// Component
|
|
10619
|
+
// #region @import "_variables.scss"; -> packages/default/scss/action-buttons/_variables.scss
|
|
10604
10620
|
// Actions
|
|
10605
10621
|
$actions-margin-top: map-get( $spacing, 4 ) !default;
|
|
10606
10622
|
$actions-padding-x: map-get( $spacing, 2 ) !default;
|
|
@@ -10613,6 +10629,96 @@ $actions-text: null !default;
|
|
|
10613
10629
|
$actions-border: null !default;
|
|
10614
10630
|
$actions-gradient: null !default;
|
|
10615
10631
|
|
|
10632
|
+
// #endregion
|
|
10633
|
+
// #region @import "_layout.scss"; -> packages/default/scss/action-buttons/_layout.scss
|
|
10634
|
+
@include exports("action-buttons/layout") {
|
|
10635
|
+
|
|
10636
|
+
.k-actions {
|
|
10637
|
+
padding: $actions-padding-y $actions-padding-x;
|
|
10638
|
+
border-width: $actions-border-width 0 0 0;
|
|
10639
|
+
border-style: solid;
|
|
10640
|
+
border-color: inherit;
|
|
10641
|
+
flex-shrink: 0;
|
|
10642
|
+
display: flex;
|
|
10643
|
+
flex-flow: row nowrap;
|
|
10644
|
+
align-items: center;
|
|
10645
|
+
gap: $actions-button-spacing;
|
|
10646
|
+
overflow: hidden;
|
|
10647
|
+
// TODO: remove
|
|
10648
|
+
clear: both;
|
|
10649
|
+
}
|
|
10650
|
+
|
|
10651
|
+
|
|
10652
|
+
// Actions in popup
|
|
10653
|
+
.k-popup .k-actions {
|
|
10654
|
+
margin-top: $actions-margin-top;
|
|
10655
|
+
}
|
|
10656
|
+
|
|
10657
|
+
|
|
10658
|
+
// Aliases
|
|
10659
|
+
.k-edit-buttons,
|
|
10660
|
+
.k-action-buttons,
|
|
10661
|
+
.k-columnmenu-actions {
|
|
10662
|
+
@extend .k-actions;
|
|
10663
|
+
}
|
|
10664
|
+
|
|
10665
|
+
|
|
10666
|
+
// Legacy spacing
|
|
10667
|
+
.k-ie {
|
|
10668
|
+
.k-actions .k-button ~ .k-button {
|
|
10669
|
+
margin-left: $actions-button-spacing;
|
|
10670
|
+
flex-shrink: 0;
|
|
10671
|
+
|
|
10672
|
+
.k-rtl &,
|
|
10673
|
+
[dir="rtl"] & {
|
|
10674
|
+
margin-left: 0;
|
|
10675
|
+
margin-right: $actions-button-spacing;
|
|
10676
|
+
}
|
|
10677
|
+
}
|
|
10678
|
+
}
|
|
10679
|
+
|
|
10680
|
+
// Actions align
|
|
10681
|
+
.k-actions-start {
|
|
10682
|
+
justify-content: flex-start;
|
|
10683
|
+
}
|
|
10684
|
+
.k-actions-center {
|
|
10685
|
+
justify-content: center;
|
|
10686
|
+
}
|
|
10687
|
+
.k-actions-end {
|
|
10688
|
+
justify-content: flex-end;
|
|
10689
|
+
}
|
|
10690
|
+
.k-actions-stretched > * {
|
|
10691
|
+
flex: 1 0 0%;
|
|
10692
|
+
}
|
|
10693
|
+
|
|
10694
|
+
// Actions orientation
|
|
10695
|
+
.k-actions-horizontal {
|
|
10696
|
+
width: 100%;
|
|
10697
|
+
flex-flow: row nowrap;
|
|
10698
|
+
}
|
|
10699
|
+
.k-actions-vertical {
|
|
10700
|
+
flex-flow: column nowrap;
|
|
10701
|
+
}
|
|
10702
|
+
|
|
10703
|
+
}
|
|
10704
|
+
|
|
10705
|
+
// #endregion
|
|
10706
|
+
// #region @import "_theme.scss"; -> packages/default/scss/action-buttons/_theme.scss
|
|
10707
|
+
@include exports("action-buttons/theme") {
|
|
10708
|
+
|
|
10709
|
+
.k-actions {
|
|
10710
|
+
@include fill(
|
|
10711
|
+
$actions-text,
|
|
10712
|
+
$actions-bg,
|
|
10713
|
+
$actions-border,
|
|
10714
|
+
$actions-gradient
|
|
10715
|
+
);
|
|
10716
|
+
}
|
|
10717
|
+
|
|
10718
|
+
}
|
|
10719
|
+
|
|
10720
|
+
// #endregion
|
|
10721
|
+
|
|
10616
10722
|
// #endregion
|
|
10617
10723
|
// #region @import "../window/_variables.scss"; -> packages/default/scss/window/_variables.scss
|
|
10618
10724
|
// Window
|
|
@@ -10776,7 +10882,6 @@ $window-sizes: (
|
|
|
10776
10882
|
}
|
|
10777
10883
|
|
|
10778
10884
|
.k-form-field,
|
|
10779
|
-
.k-form-buttons,
|
|
10780
10885
|
.k-daterangepicker .k-textbox-container {
|
|
10781
10886
|
margin-top: $form-field-margin-top;
|
|
10782
10887
|
}
|
|
@@ -10840,15 +10945,9 @@ $window-sizes: (
|
|
|
10840
10945
|
|
|
10841
10946
|
// Form Buttons Container
|
|
10842
10947
|
.k-form-buttons {
|
|
10843
|
-
|
|
10844
|
-
|
|
10845
|
-
|
|
10846
|
-
margin-right: $form-button-margin-x;
|
|
10847
|
-
|
|
10848
|
-
&:last-child {
|
|
10849
|
-
margin-right: 0;
|
|
10850
|
-
}
|
|
10851
|
-
}
|
|
10948
|
+
@extend .k-actions;
|
|
10949
|
+
margin-top: 2 * $form-field-margin-top;
|
|
10950
|
+
padding: 0;
|
|
10852
10951
|
}
|
|
10853
10952
|
|
|
10854
10953
|
// Form Hint/Error Messages
|
|
@@ -10905,28 +11004,12 @@ $window-sizes: (
|
|
|
10905
11004
|
max-width: $horizontal-form-field-wrap-max-width;
|
|
10906
11005
|
flex: 1 1 auto;
|
|
10907
11006
|
}
|
|
10908
|
-
|
|
10909
|
-
.k-form-buttons {
|
|
10910
|
-
margin-top: 2 * $form-field-margin-top;
|
|
10911
|
-
}
|
|
10912
11007
|
}
|
|
10913
11008
|
|
|
10914
11009
|
// RTL Adjustments
|
|
10915
11010
|
.k-form {
|
|
10916
11011
|
[dir="rtl"],
|
|
10917
11012
|
.k-rtl & {
|
|
10918
|
-
.k-form-buttons,
|
|
10919
|
-
&.k-form-buttons {
|
|
10920
|
-
> * {
|
|
10921
|
-
margin-right: 0;
|
|
10922
|
-
margin-left: $form-button-margin-x;
|
|
10923
|
-
|
|
10924
|
-
&:last-child {
|
|
10925
|
-
margin-left: 0;
|
|
10926
|
-
}
|
|
10927
|
-
}
|
|
10928
|
-
}
|
|
10929
|
-
|
|
10930
11013
|
.k-label-optional {
|
|
10931
11014
|
margin-left: 0;
|
|
10932
11015
|
margin-right: $label-optional-margin-x;
|
|
@@ -16058,113 +16141,7 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
|
|
|
16058
16141
|
// File already imported_once. Skipping output.
|
|
16059
16142
|
// #endregion
|
|
16060
16143
|
// #region @import "../action-buttons/_index.scss"; -> packages/default/scss/action-buttons/_index.scss
|
|
16061
|
-
// #region @import "../core/_index.scss"; -> packages/default/scss/core/_index.scss
|
|
16062
|
-
// File already imported_once. Skipping output.
|
|
16063
|
-
// #endregion
|
|
16064
|
-
|
|
16065
|
-
|
|
16066
|
-
// Dependencies
|
|
16067
|
-
// #region @import "../common/_index.scss"; -> packages/default/scss/common/_index.scss
|
|
16068
|
-
// File already imported_once. Skipping output.
|
|
16069
|
-
// #endregion
|
|
16070
|
-
// #region @import "../button/_index.scss"; -> packages/default/scss/button/_index.scss
|
|
16071
|
-
// File already imported_once. Skipping output.
|
|
16072
|
-
// #endregion
|
|
16073
|
-
|
|
16074
|
-
|
|
16075
|
-
// Component
|
|
16076
|
-
// #region @import "_variables.scss"; -> packages/default/scss/action-buttons/_variables.scss
|
|
16077
16144
|
// File already imported_once. Skipping output.
|
|
16078
|
-
// #endregion
|
|
16079
|
-
// #region @import "_layout.scss"; -> packages/default/scss/action-buttons/_layout.scss
|
|
16080
|
-
@include exports("action-buttons/layout") {
|
|
16081
|
-
|
|
16082
|
-
.k-actions {
|
|
16083
|
-
padding: $actions-padding-y $actions-padding-x;
|
|
16084
|
-
border-width: $actions-border-width 0 0 0;
|
|
16085
|
-
border-style: solid;
|
|
16086
|
-
border-color: inherit;
|
|
16087
|
-
flex-shrink: 0;
|
|
16088
|
-
display: flex;
|
|
16089
|
-
flex-flow: row nowrap;
|
|
16090
|
-
align-items: center;
|
|
16091
|
-
gap: $actions-button-spacing;
|
|
16092
|
-
overflow: hidden;
|
|
16093
|
-
// TODO: remove
|
|
16094
|
-
clear: both;
|
|
16095
|
-
}
|
|
16096
|
-
|
|
16097
|
-
|
|
16098
|
-
// Actions in popup
|
|
16099
|
-
.k-popup .k-actions {
|
|
16100
|
-
margin-top: $actions-margin-top;
|
|
16101
|
-
}
|
|
16102
|
-
|
|
16103
|
-
|
|
16104
|
-
// Aliases
|
|
16105
|
-
.k-edit-buttons,
|
|
16106
|
-
.k-action-buttons,
|
|
16107
|
-
.k-columnmenu-actions {
|
|
16108
|
-
@extend .k-actions;
|
|
16109
|
-
}
|
|
16110
|
-
|
|
16111
|
-
|
|
16112
|
-
// Legacy spacing
|
|
16113
|
-
.k-ie {
|
|
16114
|
-
.k-actions .k-button ~ .k-button {
|
|
16115
|
-
margin-left: $actions-button-spacing;
|
|
16116
|
-
flex-shrink: 0;
|
|
16117
|
-
|
|
16118
|
-
.k-rtl &,
|
|
16119
|
-
[dir="rtl"] & {
|
|
16120
|
-
margin-left: 0;
|
|
16121
|
-
margin-right: $actions-button-spacing;
|
|
16122
|
-
}
|
|
16123
|
-
}
|
|
16124
|
-
}
|
|
16125
|
-
|
|
16126
|
-
// Actions align
|
|
16127
|
-
.k-actions-start {
|
|
16128
|
-
justify-content: flex-start;
|
|
16129
|
-
}
|
|
16130
|
-
.k-actions-center {
|
|
16131
|
-
justify-content: center;
|
|
16132
|
-
}
|
|
16133
|
-
.k-actions-end {
|
|
16134
|
-
justify-content: flex-end;
|
|
16135
|
-
}
|
|
16136
|
-
.k-actions-stretched > * {
|
|
16137
|
-
flex: 1 0 0%;
|
|
16138
|
-
}
|
|
16139
|
-
|
|
16140
|
-
// Actions orientation
|
|
16141
|
-
.k-actions-horizontal {
|
|
16142
|
-
width: 100%;
|
|
16143
|
-
flex-flow: row nowrap;
|
|
16144
|
-
}
|
|
16145
|
-
.k-actions-vertical {
|
|
16146
|
-
flex-flow: column nowrap;
|
|
16147
|
-
}
|
|
16148
|
-
|
|
16149
|
-
}
|
|
16150
|
-
|
|
16151
|
-
// #endregion
|
|
16152
|
-
// #region @import "_theme.scss"; -> packages/default/scss/action-buttons/_theme.scss
|
|
16153
|
-
@include exports("action-buttons/theme") {
|
|
16154
|
-
|
|
16155
|
-
.k-actions {
|
|
16156
|
-
@include fill(
|
|
16157
|
-
$actions-text,
|
|
16158
|
-
$actions-bg,
|
|
16159
|
-
$actions-border,
|
|
16160
|
-
$actions-gradient
|
|
16161
|
-
);
|
|
16162
|
-
}
|
|
16163
|
-
|
|
16164
|
-
}
|
|
16165
|
-
|
|
16166
|
-
// #endregion
|
|
16167
|
-
|
|
16168
16145
|
// #endregion
|
|
16169
16146
|
// #region @import "../color-preview/_index.scss"; -> packages/default/scss/color-preview/_index.scss
|
|
16170
16147
|
// File already imported_once. Skipping output.
|
|
@@ -25784,10 +25761,10 @@ $tabstrip-indicator-color: null !default;
|
|
|
25784
25761
|
|
|
25785
25762
|
/// Horizontal padding of tabstrip content
|
|
25786
25763
|
/// @group tabstrip
|
|
25787
|
-
$tabstrip-content-padding-x:
|
|
25764
|
+
$tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
|
|
25788
25765
|
/// Vertical padding of tabstrip content
|
|
25789
25766
|
/// @group tabstrip
|
|
25790
|
-
$tabstrip-content-padding-y:
|
|
25767
|
+
$tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
|
|
25791
25768
|
/// Width of border around tabstrip content
|
|
25792
25769
|
/// @group tabstrip
|
|
25793
25770
|
$tabstrip-content-border-width: 1px !default;
|
|
@@ -28636,11 +28613,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28636
28613
|
border-right-width: 0;
|
|
28637
28614
|
}
|
|
28638
28615
|
|
|
28639
|
-
.k-filtercell-operator {
|
|
28640
|
-
margin-left: 0;
|
|
28641
|
-
margin-right: $table-cell-padding-y / 2;
|
|
28642
|
-
}
|
|
28643
|
-
|
|
28644
28616
|
.k-dirty {
|
|
28645
28617
|
border-color: currentColor currentColor transparent transparent;
|
|
28646
28618
|
left: auto;
|
|
@@ -29073,77 +29045,38 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29073
29045
|
.k-multiselect {
|
|
29074
29046
|
height: auto;
|
|
29075
29047
|
}
|
|
29076
|
-
|
|
29077
|
-
.k-filtercell .k-widget.k-sized-input {
|
|
29078
|
-
flex: 0 1 auto;
|
|
29079
|
-
}
|
|
29080
29048
|
}
|
|
29081
29049
|
|
|
29082
29050
|
.k-filtercell {
|
|
29083
29051
|
width: auto;
|
|
29084
29052
|
display: flex;
|
|
29053
|
+
flex-flow: row nowrap;
|
|
29054
|
+
align-items: center;
|
|
29085
29055
|
|
|
29086
29056
|
> span,
|
|
29087
29057
|
.k-filtercell-wrapper {
|
|
29088
29058
|
display: flex;
|
|
29059
|
+
flex-flow: row nowrap;
|
|
29060
|
+
align-items: center;
|
|
29061
|
+
gap: ( $grid-cell-padding-y / 2 );
|
|
29089
29062
|
flex: 1 1 auto;
|
|
29090
29063
|
|
|
29091
|
-
>
|
|
29092
|
-
|
|
29093
|
-
|
|
29094
|
-
}
|
|
29095
|
-
|
|
29096
|
-
.k-filtercell-wrapper > .k-widget {
|
|
29097
|
-
width: 100%;
|
|
29098
|
-
}
|
|
29099
|
-
|
|
29100
|
-
> span {
|
|
29101
|
-
.k-button {
|
|
29102
|
-
visibility: visible;
|
|
29103
|
-
pointer-events: all;
|
|
29064
|
+
> .k-widget,
|
|
29065
|
+
> .k-textbox {
|
|
29066
|
+
width: 100%;
|
|
29104
29067
|
}
|
|
29105
29068
|
|
|
29106
|
-
.k-
|
|
29069
|
+
.k-colorpicker,
|
|
29107
29070
|
.k-dropdown-operator {
|
|
29108
|
-
|
|
29109
|
-
|
|
29110
|
-
.k-ie & {
|
|
29111
|
-
min-width: $button-inner-calc-size;
|
|
29112
|
-
}
|
|
29113
|
-
}
|
|
29114
|
-
|
|
29115
|
-
.k-widget {
|
|
29116
|
-
width: auto;
|
|
29117
|
-
}
|
|
29118
|
-
}
|
|
29119
|
-
|
|
29120
|
-
.k-filtercell-operator {
|
|
29121
|
-
> .k-button.k-clear-button-visible {
|
|
29122
|
-
visibility: visible;
|
|
29123
|
-
height: $button-calc-size;
|
|
29071
|
+
width: min-content;
|
|
29072
|
+
flex: none;
|
|
29124
29073
|
}
|
|
29125
29074
|
|
|
29126
|
-
> .k-button
|
|
29127
|
-
|
|
29128
|
-
pointer-events: none;
|
|
29075
|
+
> .k-button {
|
|
29076
|
+
flex: none;
|
|
29129
29077
|
}
|
|
29130
29078
|
}
|
|
29131
29079
|
|
|
29132
|
-
.k-filtercell-operator {
|
|
29133
|
-
margin-left: $grid-cell-padding-y / 2;
|
|
29134
|
-
}
|
|
29135
|
-
|
|
29136
|
-
.k-widget:not(.k-dropdown-operator),
|
|
29137
|
-
.k-filtercell-wrapper > .k-textbox {
|
|
29138
|
-
display: flex;
|
|
29139
|
-
flex: 1 1 auto;
|
|
29140
|
-
}
|
|
29141
|
-
|
|
29142
|
-
.k-filtercell-wrapper > .k-textbox {
|
|
29143
|
-
width: 100%;
|
|
29144
|
-
min-width: 0;
|
|
29145
|
-
}
|
|
29146
|
-
|
|
29147
29080
|
}
|
|
29148
29081
|
|
|
29149
29082
|
// Grid content
|
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": "4.43.0",
|
|
4
|
+
"version": "4.43.1-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"dart:flat": "gulp dart:flat",
|
|
48
48
|
"prepublishOnly": "echo 'no prebublish for default theme'"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "e315a28dad00d287edbdf58668becda3d815504f"
|
|
51
51
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
// Button
|
|
2
2
|
|
|
3
3
|
/// Width of border around buttons
|
|
4
|
-
/// @group
|
|
4
|
+
/// @group button
|
|
5
5
|
$button-border-width: 1px !default;
|
|
6
6
|
/// Border radius of buttons
|
|
7
|
-
/// @group
|
|
7
|
+
/// @group button
|
|
8
8
|
$button-border-radius: $border-radius !default;
|
|
9
9
|
|
|
10
10
|
/// Horizontal padding of buttons
|
|
11
|
-
/// @group
|
|
11
|
+
/// @group button
|
|
12
12
|
$button-padding-x: $padding-x !default;
|
|
13
13
|
/// Vertical padding of buttons
|
|
14
|
-
/// @group
|
|
14
|
+
/// @group button
|
|
15
15
|
$button-padding-y: $padding-y !default;
|
|
16
16
|
$button-font-family: $font-family !default;
|
|
17
17
|
$button-font-size: $font-size !default;
|
|
@@ -25,63 +25,63 @@ $button-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2}
|
|
|
25
25
|
$button-inner-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2} ) !default;
|
|
26
26
|
|
|
27
27
|
/// The background of the buttons.
|
|
28
|
-
/// @group
|
|
28
|
+
/// @group button
|
|
29
29
|
$button-bg: #f5f5f5 !default;
|
|
30
30
|
/// The text color of the buttons.
|
|
31
|
-
/// @group
|
|
31
|
+
/// @group button
|
|
32
32
|
$button-text: #424242 !default;
|
|
33
33
|
/// The border color of the buttons.
|
|
34
|
-
/// @group
|
|
34
|
+
/// @group button
|
|
35
35
|
$button-border: rgba( black, .08 ) !default;
|
|
36
36
|
/// The background gradient of the buttons.
|
|
37
|
-
/// @group
|
|
37
|
+
/// @group button
|
|
38
38
|
$button-gradient: rgba( black, 0 ), rgba( black, .02 ) !default;
|
|
39
39
|
$button-shadow: null !default;
|
|
40
40
|
|
|
41
41
|
/// The background of hovered buttons.
|
|
42
|
-
/// @group
|
|
42
|
+
/// @group button
|
|
43
43
|
$button-hovered-bg: try-shade( $button-bg, .5 ) !default;
|
|
44
44
|
/// The text color of hovered buttons.
|
|
45
|
-
/// @group
|
|
45
|
+
/// @group button
|
|
46
46
|
$button-hovered-text: null !default;
|
|
47
47
|
/// The border color of hovered buttons.
|
|
48
|
-
/// @group
|
|
48
|
+
/// @group button
|
|
49
49
|
$button-hovered-border: null !default;
|
|
50
50
|
/// The background gradient of hovered buttons.
|
|
51
|
-
/// @group
|
|
51
|
+
/// @group button
|
|
52
52
|
$button-hovered-gradient: null !default;
|
|
53
53
|
$button-hovered-shadow: null !default;
|
|
54
54
|
|
|
55
55
|
/// The background color of active buttons.
|
|
56
|
-
/// @group
|
|
56
|
+
/// @group button
|
|
57
57
|
$button-active-bg: try-shade( $button-bg, 1.5 ) !default;
|
|
58
58
|
/// The text color of active buttons.
|
|
59
|
-
/// @group
|
|
59
|
+
/// @group button
|
|
60
60
|
$button-active-text: null !default;
|
|
61
61
|
/// The border color of active buttons.
|
|
62
|
-
/// @group
|
|
62
|
+
/// @group button
|
|
63
63
|
$button-active-border: null !default;
|
|
64
64
|
/// The background gradient of active buttons.
|
|
65
|
-
/// @group
|
|
65
|
+
/// @group button
|
|
66
66
|
$button-active-gradient: null !default;
|
|
67
67
|
$button-active-shadow: null !default;
|
|
68
68
|
|
|
69
69
|
/// The background color of selected buttons.
|
|
70
|
-
/// @group
|
|
70
|
+
/// @group button
|
|
71
71
|
$button-selected-bg: $primary !default;
|
|
72
72
|
/// The text color of selected buttons.
|
|
73
|
-
/// @group
|
|
73
|
+
/// @group button
|
|
74
74
|
$button-selected-text: contrast-wcag( $button-selected-bg ) !default;
|
|
75
75
|
/// The border color of selected buttons.
|
|
76
|
-
/// @group
|
|
76
|
+
/// @group button
|
|
77
77
|
$button-selected-border: $button-selected-bg !default;
|
|
78
78
|
/// The background gradient of selected buttons.
|
|
79
|
-
/// @group
|
|
79
|
+
/// @group button
|
|
80
80
|
$button-selected-gradient: null !default;
|
|
81
81
|
$button-selected-shadow: null !default;
|
|
82
82
|
|
|
83
83
|
/// The shadow of focused buttons.
|
|
84
|
-
/// @group
|
|
84
|
+
/// @group button
|
|
85
85
|
$button-focused-shadow: 0 0 0 2px rgba( $button-border, .08 ) !default;
|
|
86
86
|
|
|
87
87
|
|
package/scss/forms/_index.scss
CHANGED
package/scss/forms/_layout.scss
CHANGED
|
@@ -106,7 +106,6 @@
|
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.k-form-field,
|
|
109
|
-
.k-form-buttons,
|
|
110
109
|
.k-daterangepicker .k-textbox-container {
|
|
111
110
|
margin-top: $form-field-margin-top;
|
|
112
111
|
}
|
|
@@ -170,15 +169,9 @@
|
|
|
170
169
|
|
|
171
170
|
// Form Buttons Container
|
|
172
171
|
.k-form-buttons {
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
margin-right: $form-button-margin-x;
|
|
177
|
-
|
|
178
|
-
&:last-child {
|
|
179
|
-
margin-right: 0;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
172
|
+
@extend .k-actions;
|
|
173
|
+
margin-top: 2 * $form-field-margin-top;
|
|
174
|
+
padding: 0;
|
|
182
175
|
}
|
|
183
176
|
|
|
184
177
|
// Form Hint/Error Messages
|
|
@@ -235,28 +228,12 @@
|
|
|
235
228
|
max-width: $horizontal-form-field-wrap-max-width;
|
|
236
229
|
flex: 1 1 auto;
|
|
237
230
|
}
|
|
238
|
-
|
|
239
|
-
.k-form-buttons {
|
|
240
|
-
margin-top: 2 * $form-field-margin-top;
|
|
241
|
-
}
|
|
242
231
|
}
|
|
243
232
|
|
|
244
233
|
// RTL Adjustments
|
|
245
234
|
.k-form {
|
|
246
235
|
[dir="rtl"],
|
|
247
236
|
.k-rtl & {
|
|
248
|
-
.k-form-buttons,
|
|
249
|
-
&.k-form-buttons {
|
|
250
|
-
> * {
|
|
251
|
-
margin-right: 0;
|
|
252
|
-
margin-left: $form-button-margin-x;
|
|
253
|
-
|
|
254
|
-
&:last-child {
|
|
255
|
-
margin-left: 0;
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
|
|
260
237
|
.k-label-optional {
|
|
261
238
|
margin-left: 0;
|
|
262
239
|
margin-right: $label-optional-margin-x;
|
package/scss/grid/_layout.scss
CHANGED
|
@@ -320,11 +320,6 @@
|
|
|
320
320
|
border-right-width: 0;
|
|
321
321
|
}
|
|
322
322
|
|
|
323
|
-
.k-filtercell-operator {
|
|
324
|
-
margin-left: 0;
|
|
325
|
-
margin-right: $table-cell-padding-y / 2;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
323
|
.k-dirty {
|
|
329
324
|
border-color: currentColor currentColor transparent transparent;
|
|
330
325
|
left: auto;
|
|
@@ -757,77 +752,38 @@
|
|
|
757
752
|
.k-multiselect {
|
|
758
753
|
height: auto;
|
|
759
754
|
}
|
|
760
|
-
|
|
761
|
-
.k-filtercell .k-widget.k-sized-input {
|
|
762
|
-
flex: 0 1 auto;
|
|
763
|
-
}
|
|
764
755
|
}
|
|
765
756
|
|
|
766
757
|
.k-filtercell {
|
|
767
758
|
width: auto;
|
|
768
759
|
display: flex;
|
|
760
|
+
flex-flow: row nowrap;
|
|
761
|
+
align-items: center;
|
|
769
762
|
|
|
770
763
|
> span,
|
|
771
764
|
.k-filtercell-wrapper {
|
|
772
765
|
display: flex;
|
|
766
|
+
flex-flow: row nowrap;
|
|
767
|
+
align-items: center;
|
|
768
|
+
gap: ( $grid-cell-padding-y / 2 );
|
|
773
769
|
flex: 1 1 auto;
|
|
774
770
|
|
|
775
|
-
>
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
.k-filtercell-wrapper > .k-widget {
|
|
781
|
-
width: 100%;
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
> span {
|
|
785
|
-
.k-button {
|
|
786
|
-
visibility: visible;
|
|
787
|
-
pointer-events: all;
|
|
771
|
+
> .k-widget,
|
|
772
|
+
> .k-textbox {
|
|
773
|
+
width: 100%;
|
|
788
774
|
}
|
|
789
775
|
|
|
790
|
-
.k-
|
|
776
|
+
.k-colorpicker,
|
|
791
777
|
.k-dropdown-operator {
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
.k-ie & {
|
|
795
|
-
min-width: $button-inner-calc-size;
|
|
796
|
-
}
|
|
797
|
-
}
|
|
798
|
-
|
|
799
|
-
.k-widget {
|
|
800
|
-
width: auto;
|
|
801
|
-
}
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
.k-filtercell-operator {
|
|
805
|
-
> .k-button.k-clear-button-visible {
|
|
806
|
-
visibility: visible;
|
|
807
|
-
height: $button-calc-size;
|
|
778
|
+
width: min-content;
|
|
779
|
+
flex: none;
|
|
808
780
|
}
|
|
809
781
|
|
|
810
|
-
> .k-button
|
|
811
|
-
|
|
812
|
-
pointer-events: none;
|
|
782
|
+
> .k-button {
|
|
783
|
+
flex: none;
|
|
813
784
|
}
|
|
814
785
|
}
|
|
815
786
|
|
|
816
|
-
.k-filtercell-operator {
|
|
817
|
-
margin-left: $grid-cell-padding-y / 2;
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
.k-widget:not(.k-dropdown-operator),
|
|
821
|
-
.k-filtercell-wrapper > .k-textbox {
|
|
822
|
-
display: flex;
|
|
823
|
-
flex: 1 1 auto;
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
.k-filtercell-wrapper > .k-textbox {
|
|
827
|
-
width: 100%;
|
|
828
|
-
min-width: 0;
|
|
829
|
-
}
|
|
830
|
-
|
|
831
787
|
}
|
|
832
788
|
|
|
833
789
|
// Grid content
|
|
@@ -86,10 +86,10 @@ $tabstrip-indicator-color: null !default;
|
|
|
86
86
|
|
|
87
87
|
/// Horizontal padding of tabstrip content
|
|
88
88
|
/// @group tabstrip
|
|
89
|
-
$tabstrip-content-padding-x:
|
|
89
|
+
$tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
|
|
90
90
|
/// Vertical padding of tabstrip content
|
|
91
91
|
/// @group tabstrip
|
|
92
|
-
$tabstrip-content-padding-y:
|
|
92
|
+
$tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
|
|
93
93
|
/// Width of border around tabstrip content
|
|
94
94
|
/// @group tabstrip
|
|
95
95
|
$tabstrip-content-border-width: 1px !default;
|