@progress/kendo-theme-fluent 6.4.0-dev.2 → 6.4.0-dev.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/dist/all.css +56 -151
- package/dist/meta/sassdoc-data.json +492 -442
- package/dist/meta/sassdoc-raw-data.json +246 -221
- package/dist/meta/variables.scss +1 -1
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +1 -1
- package/scss/adaptive/_theme.scss +1 -1
- package/scss/badge/_variables.scss +2 -2
- package/scss/bottom-navigation/_variables.scss +2 -2
- package/scss/button/_layout.scss +7 -7
- package/scss/button/_variables.scss +2 -2
- package/scss/calendar/_layout.scss +0 -13
- package/scss/calendar/_variables.scss +4 -4
- package/scss/chat/_layout.scss +3 -3
- package/scss/chat/_variables.scss +1 -1
- package/scss/checkbox/_layout.scss +4 -4
- package/scss/chip/_layout.scss +1 -2
- package/scss/chip/_variables.scss +2 -2
- package/scss/color-preview/_layout.scss +1 -2
- package/scss/core/_variables.scss +2 -3
- package/scss/core/color-system/_variables.scss +2 -4
- package/scss/core/helpers/_animations.scss +7 -9
- package/scss/core/helpers/_base.scss +1 -2
- package/scss/core/helpers/_extra.scss +1 -1
- package/scss/core/helpers/_layout.scss +2 -2
- package/scss/core/helpers/_loading.scss +1 -1
- package/scss/core/helpers/_normalize.scss +2 -2
- package/scss/core/mixins/_decoration.scss +1 -2
- package/scss/core/module-system/index.scss +2 -0
- package/scss/dataviz/_layout.scss +4 -2
- package/scss/dataviz/_theme.scss +2 -0
- package/scss/drawer/_layout.scss +2 -2
- package/scss/drawer/_variables.scss +1 -1
- package/scss/editor/_layout.scss +6 -4
- package/scss/editor/_theme.scss +3 -3
- package/scss/editor/_variables.scss +1 -1
- package/scss/fab/_variables.scss +2 -2
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/forms/_layout.scss +3 -3
- package/scss/forms/_variables.scss +1 -1
- package/scss/gantt/_layout.scss +8 -8
- package/scss/gantt/_variables.scss +1 -1
- package/scss/grid/_layout.scss +28 -13
- package/scss/grid/_variables.scss +6 -3
- package/scss/icon/_layout.scss +3 -12
- package/scss/input/_layout.scss +10 -10
- package/scss/list/_layout.scss +2 -2
- package/scss/list/_variables.scss +2 -2
- package/scss/listbox/_layout.scss +0 -9
- package/scss/listgroup/_layout.scss +0 -10
- package/scss/loader/_variables.scss +1 -1
- package/scss/map/_variables.scss +1 -1
- package/scss/mediaplayer/_layout.scss +3 -7
- package/scss/menu/_layout.scss +5 -5
- package/scss/menu/_variables.scss +2 -2
- package/scss/notification/_variables.scss +1 -1
- package/scss/pager/_layout.scss +0 -8
- package/scss/panelbar/_layout.scss +2 -2
- package/scss/panelbar/_theme.scss +2 -2
- package/scss/pdf-viewer/_layout.scss +3 -2
- package/scss/pdf-viewer/_variables.scss +2 -2
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/pivotgrid/_variables.scss +1 -1
- package/scss/popover/_variables.scss +2 -2
- package/scss/progressbar/_layout.scss +3 -3
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/radio/_layout.scss +4 -4
- package/scss/rating/_variables.scss +1 -1
- package/scss/responsivepanel/_layout.scss +1 -3
- package/scss/scheduler/_layout.scss +6 -18
- package/scss/scheduler/_theme.scss +2 -4
- package/scss/scheduler/_variables.scss +2 -2
- package/scss/scrollview/_layout.scss +0 -11
- package/scss/signature/_variables.scss +2 -2
- package/scss/slider/_layout.scss +0 -7
- package/scss/slider/_variables.scss +2 -2
- package/scss/splitter/_layout.scss +3 -13
- package/scss/splitter/_variables.scss +1 -1
- package/scss/spreadsheet/_layout.scss +5 -7
- package/scss/spreadsheet/_variables.scss +3 -3
- package/scss/stepper/_variables.scss +2 -2
- package/scss/table/_layout.scss +9 -9
- package/scss/tabstrip/_layout.scss +2 -7
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/taskboard/_layout.scss +0 -2
- package/scss/timeline/_layout.scss +1 -1
- package/scss/timeline/_variables.scss +2 -2
- package/scss/timeselector/_variables.scss +1 -1
- package/scss/toolbar/_layout.scss +4 -3
- package/scss/toolbar/_theme.scss +2 -2
- package/scss/upload/_layout.scss +1 -1
- package/scss/upload/_variables.scss +2 -2
package/scss/editor/_theme.scss
CHANGED
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
$border: var( --kendo-editor-resize-handle-border, #{$kendo-editor-resize-handle-border} )
|
|
64
64
|
);
|
|
65
65
|
}
|
|
66
|
-
.ProseMirror-selectednode { //
|
|
66
|
+
.ProseMirror-selectednode { // stylelint-disable-line
|
|
67
67
|
outline-color: var( --kendo-editor-selectednode-outline-color, #{$kendo-editor-selectednode-outline-color} );
|
|
68
68
|
}
|
|
69
69
|
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
.k-disabled:not(.k-selected) {
|
|
82
|
-
@include
|
|
82
|
+
@include fill (
|
|
83
83
|
$bg: var( --kendo-disabled-bg, inherit ),
|
|
84
84
|
$border: var( --kendo-disabled-border, inherit )
|
|
85
85
|
);
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
border-color: #dddddd;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.selectedCell::after { //
|
|
113
|
+
.selectedCell::after { // stylelint-disable-line
|
|
114
114
|
background-color: rgba(200, 200, 255, .4);
|
|
115
115
|
}
|
|
116
116
|
}
|
|
@@ -43,7 +43,7 @@ $kendo-editor-resize-handle-border-width: 1px !default;
|
|
|
43
43
|
$kendo-editor-export-tool-icon-margin-x: map.get( $kendo-spacing, 1 ) !default;
|
|
44
44
|
/// The outline width of the editor selected node
|
|
45
45
|
/// @group editor
|
|
46
|
-
$kendo-editor-selectednode-outline-width: map.get( $kendo-spacing, 0.5 ) !default;
|
|
46
|
+
$kendo-editor-selectednode-outline-width: map.get( $kendo-spacing, 0.5 ) !default;
|
|
47
47
|
|
|
48
48
|
// Cell size
|
|
49
49
|
$ct-cell-size: 20px !default;
|
package/scss/fab/_variables.scss
CHANGED
|
@@ -57,13 +57,13 @@ $kendo-fab-focus-outline-style: $kendo-button-focus-outline-style !default;
|
|
|
57
57
|
|
|
58
58
|
/// The horizontal padding of the FAB icon.
|
|
59
59
|
/// @group floating-action-button
|
|
60
|
-
$kendo-fab-icon-padding-x: map.get( $kendo-spacing, 0.5 ) !default;
|
|
60
|
+
$kendo-fab-icon-padding-x: map.get( $kendo-spacing, 0.5 ) !default;
|
|
61
61
|
/// The vertical padding of the FAB icon.
|
|
62
62
|
/// @group floating-action-button
|
|
63
63
|
$kendo-fab-icon-padding-y: $kendo-fab-icon-padding-x !default;
|
|
64
64
|
/// The spacing of the FAB icon.
|
|
65
65
|
/// @group floating-action-button
|
|
66
|
-
$kendo-fab-icon-spacing: map.get( $kendo-spacing, 0.5 ) !default;
|
|
66
|
+
$kendo-fab-icon-spacing: map.get( $kendo-spacing, 0.5 ) !default;
|
|
67
67
|
|
|
68
68
|
/// The horizontal padding of the FAB items.
|
|
69
69
|
/// @group floating-action-button
|
package/scss/forms/_layout.scss
CHANGED
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
.k-form {
|
|
48
48
|
border: 0;
|
|
49
49
|
|
|
50
|
-
.k-label,
|
|
51
|
-
kendo-label,
|
|
50
|
+
.k-form-field > .k-label,
|
|
51
|
+
.k-form-field > kendo-label,
|
|
52
52
|
.k-form-label {
|
|
53
53
|
margin-block-end: var( --kendo-form-label-margin-bottom, #{$kendo-form-label-margin-bottom} );
|
|
54
54
|
display: flex;
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
align-self: center;
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
-
> input:not(.k-checkbox
|
|
254
|
+
> input:not(.k-checkbox, .k-radio) {
|
|
255
255
|
flex: 1 1 auto;
|
|
256
256
|
}
|
|
257
257
|
|
|
@@ -40,7 +40,7 @@ $kendo-form-legend-padding: 0px !default;
|
|
|
40
40
|
|
|
41
41
|
/// The border width of the Form legend.
|
|
42
42
|
/// @group form
|
|
43
|
-
$kendo-form-legend-border-width: 0 0 map.get( $kendo-spacing, 0.5 ) !default;
|
|
43
|
+
$kendo-form-legend-border-width: 0 0 map.get( $kendo-spacing, 0.5 ) !default;
|
|
44
44
|
|
|
45
45
|
/// The border style of the Form legend.
|
|
46
46
|
/// @group form
|
package/scss/gantt/_layout.scss
CHANGED
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
z-index: 6;
|
|
194
194
|
}
|
|
195
195
|
.k-gantt-footer {
|
|
196
|
-
border-width: 1px 0 0
|
|
196
|
+
border-width: 1px 0 0;
|
|
197
197
|
flex-shrink: 0;
|
|
198
198
|
}
|
|
199
199
|
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
display: none;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
-
@media (max-width: 480px) {
|
|
219
|
+
@media (max-width: 480px) { // stylelint-disable-line
|
|
220
220
|
|
|
221
221
|
.k-gantt-toolbar {
|
|
222
222
|
.k-gantt-toggle {
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
@media (max-width: 1024px) {
|
|
240
|
+
@media (max-width: 1024px) { // stylelint-disable-line
|
|
241
241
|
.k-gantt-views-wrapper .k-gantt-views { display: none; }
|
|
242
242
|
.k-gantt-views-wrapper .k-views-dropdown { display: flex; }
|
|
243
243
|
}
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
}
|
|
263
263
|
.k-grid-header,
|
|
264
264
|
.k-grid-footer {
|
|
265
|
-
padding: 0 !important; //
|
|
265
|
+
padding: 0 !important; // stylelint-disable-line declaration-no-important
|
|
266
266
|
}
|
|
267
267
|
.k-grid-header tr {
|
|
268
268
|
height: calc( #{$kendo-line-height-em} * 2 + #{$kendo-grid-header-padding-y * 4} + 2px );
|
|
@@ -763,7 +763,7 @@
|
|
|
763
763
|
text-overflow: ellipsis;
|
|
764
764
|
}
|
|
765
765
|
|
|
766
|
-
//PDF Export
|
|
766
|
+
// PDF Export
|
|
767
767
|
.k-pdf-export-shadow {
|
|
768
768
|
.k-gantt {
|
|
769
769
|
float: left;
|
|
@@ -772,9 +772,9 @@
|
|
|
772
772
|
.k-gantt,
|
|
773
773
|
.k-gantt-timeline,
|
|
774
774
|
.k-gantt-dependencies {
|
|
775
|
-
width: auto !important; //
|
|
776
|
-
height: auto !important; //
|
|
777
|
-
overflow: visible !important; //
|
|
775
|
+
width: auto !important; // stylelint-disable-line declaration-no-important
|
|
776
|
+
height: auto !important; // stylelint-disable-line declaration-no-important
|
|
777
|
+
overflow: visible !important; // stylelint-disable-line declaration-no-important
|
|
778
778
|
}
|
|
779
779
|
|
|
780
780
|
.k-gantt-treelist .k-treelist {
|
|
@@ -49,7 +49,7 @@ $kendo-gantt-line-selected-fill: get-theme-color-var( primary-120 ) !default;
|
|
|
49
49
|
$kendo-gantt-dot-size: 8px !default;
|
|
50
50
|
/// Spacing of the gantt task dot.
|
|
51
51
|
/// @group gantt
|
|
52
|
-
$kendo-gantt-dot-spacing: map.get( $kendo-spacing, 0.5 ) !default;
|
|
52
|
+
$kendo-gantt-dot-spacing: map.get( $kendo-spacing, 0.5 ) !default;
|
|
53
53
|
/// Background color of the gantt task dot.
|
|
54
54
|
/// @group gantt
|
|
55
55
|
$kendo-gantt-dot-bg: $kendo-color-black !default;
|
package/scss/grid/_layout.scss
CHANGED
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
height: var( --kendo-grid-group-drop-hint-dot-size, #{$kendo-grid-group-drop-hint-dot-size} );
|
|
327
327
|
border-radius: 50%;
|
|
328
328
|
top: 0;
|
|
329
|
-
left: calc( var( --kendo-grid-group-drop-hint-dot-size, #{$kendo-grid-group-drop-hint-dot-size} )
|
|
329
|
+
left: calc( var( --kendo-grid-group-drop-hint-dot-size, #{$kendo-grid-group-drop-hint-dot-size} ) / 2 );
|
|
330
330
|
}
|
|
331
331
|
|
|
332
332
|
&::after {
|
|
@@ -518,7 +518,8 @@
|
|
|
518
518
|
}
|
|
519
519
|
|
|
520
520
|
.k-grid-filter-popup {
|
|
521
|
-
min-width:
|
|
521
|
+
min-width: var( --kendo-grid-column-menu-width, #{$kendo-grid-column-menu-width} );
|
|
522
|
+
max-width: var( --kendo-grid-column-menu-max-width, #{$kendo-grid-column-menu-max-width} );
|
|
522
523
|
}
|
|
523
524
|
|
|
524
525
|
// Standalone column menu
|
|
@@ -651,7 +652,7 @@
|
|
|
651
652
|
.k-grid .k-grid-edit-row td,
|
|
652
653
|
.k-grid .k-grid-edit-row .k-table-td {
|
|
653
654
|
|
|
654
|
-
> input:not([type="checkbox"]
|
|
655
|
+
> input:not([type="checkbox"], [type="radio"]),
|
|
655
656
|
> select,
|
|
656
657
|
> .k-widget:not(.k-switch) {
|
|
657
658
|
width: 100%;
|
|
@@ -1094,14 +1095,14 @@
|
|
|
1094
1095
|
.k-pdf-export-shadow {
|
|
1095
1096
|
.k-grid {
|
|
1096
1097
|
float: left;
|
|
1097
|
-
width: auto !important; //
|
|
1098
|
+
width: auto !important; // stylelint-disable-line declaration-no-important
|
|
1098
1099
|
}
|
|
1099
1100
|
|
|
1100
1101
|
// Remove all sizes and scrolling
|
|
1101
1102
|
.k-grid,
|
|
1102
1103
|
.k-grid-content,
|
|
1103
1104
|
.k-grid-content-locked {
|
|
1104
|
-
height: auto !important; //
|
|
1105
|
+
height: auto !important; // stylelint-disable-line declaration-no-important
|
|
1105
1106
|
overflow: visible;
|
|
1106
1107
|
}
|
|
1107
1108
|
|
|
@@ -1109,20 +1110,21 @@
|
|
|
1109
1110
|
& + .k-grid-header-wrap,
|
|
1110
1111
|
& + .k-grid-content,
|
|
1111
1112
|
& + .k-grid-footer-wrap {
|
|
1112
|
-
width: auto !important; //
|
|
1113
|
+
width: auto !important; // stylelint-disable-line declaration-no-important
|
|
1113
1114
|
}
|
|
1114
1115
|
}
|
|
1115
1116
|
|
|
1116
1117
|
// Remove empty space reserved above the scrollbar
|
|
1117
1118
|
.k-grid-header,
|
|
1118
1119
|
.k-grid[data-role="grid"] .k-grid-footer {
|
|
1119
|
-
padding: 0 !important; //
|
|
1120
|
+
padding: 0 !important; // stylelint-disable-line declaration-no-important
|
|
1120
1121
|
}
|
|
1121
1122
|
}
|
|
1122
1123
|
|
|
1123
1124
|
// Filter menu
|
|
1124
1125
|
.k-filter-menu-popup {
|
|
1125
|
-
width: var( --kendo-grid-column-menu-width, #{$kendo-grid-column-menu-width} );
|
|
1126
|
+
min-width: var( --kendo-grid-column-menu-width, #{$kendo-grid-column-menu-width} );
|
|
1127
|
+
max-width: var( --kendo-grid-column-menu-max-width, #{$kendo-grid-column-menu-max-width} );
|
|
1126
1128
|
}
|
|
1127
1129
|
.k-filter-menu {
|
|
1128
1130
|
box-sizing: border-box;
|
|
@@ -1168,7 +1170,8 @@
|
|
|
1168
1170
|
.k-filter-menu.k-popup,
|
|
1169
1171
|
.k-grid-filter-popup.k-popup {
|
|
1170
1172
|
.k-filter-menu-container {
|
|
1171
|
-
width: var( --kendo-grid-column-menu-width, #{$kendo-grid-column-menu-width} );
|
|
1173
|
+
min-width: var( --kendo-grid-column-menu-width, #{$kendo-grid-column-menu-width} );
|
|
1174
|
+
max-width: var( --kendo-grid-column-menu-max-width, #{$kendo-grid-column-menu-max-width} );
|
|
1172
1175
|
}
|
|
1173
1176
|
}
|
|
1174
1177
|
|
|
@@ -1198,9 +1201,8 @@
|
|
|
1198
1201
|
}
|
|
1199
1202
|
|
|
1200
1203
|
// autofitting requires automatic table layout to measure sizes
|
|
1204
|
+
// stylelint-disable declaration-no-important
|
|
1201
1205
|
.k-autofitting {
|
|
1202
|
-
// sass-lint:disable-block no-important
|
|
1203
|
-
|
|
1204
1206
|
width: auto !important;
|
|
1205
1207
|
table-layout: auto !important;
|
|
1206
1208
|
|
|
@@ -1214,15 +1216,16 @@
|
|
|
1214
1216
|
display: none !important;
|
|
1215
1217
|
}
|
|
1216
1218
|
}
|
|
1219
|
+
// stylelint-enable declaration-no-important
|
|
1217
1220
|
|
|
1218
1221
|
// Column menu
|
|
1219
1222
|
.k-column-menu-popup,
|
|
1220
1223
|
.k-grid-columnmenu-popup {
|
|
1221
|
-
width: var( --kendo-grid-column-menu-width, #{$kendo-grid-column-menu-width} );
|
|
1224
|
+
min-width: var( --kendo-grid-column-menu-width, #{$kendo-grid-column-menu-width} );
|
|
1222
1225
|
box-sizing: border-box;
|
|
1223
1226
|
|
|
1224
1227
|
&.k-popup {
|
|
1225
|
-
max-width:
|
|
1228
|
+
max-width: var( --kendo-grid-column-menu-max-width, #{$kendo-grid-column-menu-max-width} );
|
|
1226
1229
|
}
|
|
1227
1230
|
|
|
1228
1231
|
.k-actions {
|
|
@@ -1344,4 +1347,16 @@
|
|
|
1344
1347
|
flex: 1 1 auto;
|
|
1345
1348
|
}
|
|
1346
1349
|
|
|
1350
|
+
.k-rtl .k-grid-virtual .k-grid-content,
|
|
1351
|
+
[dir="rtl"] .k-grid-virtual .k-grid-content,
|
|
1352
|
+
.k-rtl.k-grid-virtual .k-grid-content,
|
|
1353
|
+
[dir="rtl"].k-grid-virtual .k-grid-content {
|
|
1354
|
+
|
|
1355
|
+
.k-grid-table-wrap,
|
|
1356
|
+
.k-grid-table,
|
|
1357
|
+
> .k-height-container {
|
|
1358
|
+
float: right;
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1347
1362
|
}
|
|
@@ -93,7 +93,7 @@ $kendo-grid-sm-cell-padding-y: $kendo-grid-sm-padding-y !default;
|
|
|
93
93
|
$kendo-grid-sm-filter-cell-padding-x: $kendo-grid-sm-padding-x !default;
|
|
94
94
|
$kendo-grid-sm-filter-cell-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
95
95
|
$kendo-grid-sm-edit-cell-padding-x: $kendo-grid-sm-padding-x !default;
|
|
96
|
-
$kendo-grid-sm-edit-cell-padding-y: map.get( $kendo-spacing, 0.5 ) !default;
|
|
96
|
+
$kendo-grid-sm-edit-cell-padding-y: map.get( $kendo-spacing, 0.5 ) !default;
|
|
97
97
|
$kendo-grid-sm-group-dropclue-height: calc( #{$kendo-chip-sm-calc-size} + #{$kendo-grid-group-drop-hint-size}) !default;
|
|
98
98
|
$kendo-grid-sm-selection-aggregates-padding-x: $kendo-grid-sm-padding-y !default;
|
|
99
99
|
$kendo-grid-sm-selection-aggregates-padding-y: $kendo-grid-sm-padding-y !default;
|
|
@@ -334,7 +334,7 @@ $kendo-grid-sort-index-height: var( --kendo-icon-size, 1rem ) !default;
|
|
|
334
334
|
$kendo-grid-sort-index-spacing-y: calc( var( --kendo-icon-spacing, .5rem ) / 4 ) !default;
|
|
335
335
|
/// Vertical offset of the grid sort index.
|
|
336
336
|
/// @group grid
|
|
337
|
-
$kendo-grid-sort-index-spacing-x: map.get( $kendo-spacing, 0.5 ) !default;
|
|
337
|
+
$kendo-grid-sort-index-spacing-x: map.get( $kendo-spacing, 0.5 ) !default;
|
|
338
338
|
/// Spacing of the grid sort icon.
|
|
339
339
|
/// @group grid
|
|
340
340
|
$kendo-grid-sort-icon-spacing: var( --kendo-icon-lg-spacing, .5rem ) !default;
|
|
@@ -450,6 +450,9 @@ $kendo-filter-menu-container-padding-x: map.get( $kendo-spacing, 3 ) !default;
|
|
|
450
450
|
/// Default width of the grid column menu.
|
|
451
451
|
/// @group grid
|
|
452
452
|
$kendo-grid-column-menu-width: 230px !default;
|
|
453
|
+
/// Max width of the grid column menu.
|
|
454
|
+
/// @group grid
|
|
455
|
+
$kendo-grid-column-menu-max-width: 320px !default;
|
|
453
456
|
/// Spacing of the grid column menu.
|
|
454
457
|
/// @group grid
|
|
455
458
|
$kendo-grid-column-menu-spacing: map.get( $kendo-spacing, 2 ) !default;
|
|
@@ -581,4 +584,4 @@ $kendo-grid-row-resizer-hover-bg: get-theme-color-var( neutral-90 ) !default;
|
|
|
581
584
|
$kendo-grid-row-resizer-active-bg: get-theme-color-var( primary-100 ) !default;
|
|
582
585
|
/// Height of the grid row resize indicator
|
|
583
586
|
/// @group grid
|
|
584
|
-
$kendo-grid-row-resizer-height: map
|
|
587
|
+
$kendo-grid-row-resizer-height: map.get( $kendo-spacing, 0.5 ) !default;
|
package/scss/icon/_layout.scss
CHANGED
|
@@ -26,18 +26,9 @@
|
|
|
26
26
|
right: 0;
|
|
27
27
|
margin: 0 -.5em -.5em 0;
|
|
28
28
|
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
[dir="rtl"] {
|
|
33
|
-
.k-i-indent-increase,
|
|
34
|
-
.k-i-indent-decrease,
|
|
35
|
-
.k-i-caret-alt-right,
|
|
36
|
-
.k-i-caret-alt-left,
|
|
37
|
-
.k-svg-i-caret-alt-right,
|
|
38
|
-
.k-svg-i-caret-alt-left {
|
|
39
|
-
transform: scaleX(-1);
|
|
40
|
-
}
|
|
29
|
+
.k-svg-icon.k-icon-modifier {
|
|
30
|
+
width: 1em;
|
|
31
|
+
height: 1em;
|
|
41
32
|
}
|
|
42
33
|
|
|
43
34
|
.k-icon-action {
|
package/scss/input/_layout.scss
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
> .k-input,
|
|
40
40
|
> .k-picker {
|
|
41
|
-
border-width: 0 !important; //
|
|
41
|
+
border-width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
42
42
|
color: inherit;
|
|
43
43
|
background: none;
|
|
44
44
|
font: inherit;
|
|
@@ -315,8 +315,8 @@
|
|
|
315
315
|
box-shadow: none;
|
|
316
316
|
|
|
317
317
|
> .k-button-icon {
|
|
318
|
-
min-width: auto !important; //
|
|
319
|
-
// min-height: auto !important; //
|
|
318
|
+
min-width: auto !important; // stylelint-disable-line declaration-no-important
|
|
319
|
+
// min-height: auto !important; // stylelint-disable-line declaration-no-important
|
|
320
320
|
}
|
|
321
321
|
|
|
322
322
|
&:focus::after {
|
|
@@ -355,8 +355,8 @@
|
|
|
355
355
|
.k-button-icon {
|
|
356
356
|
margin-block: -1em;
|
|
357
357
|
margin-inline: 0;
|
|
358
|
-
min-width: auto !important; //
|
|
359
|
-
min-height: auto !important; //
|
|
358
|
+
min-width: auto !important; // stylelint-disable-line declaration-no-important
|
|
359
|
+
min-height: auto !important; // stylelint-disable-line declaration-no-important
|
|
360
360
|
}
|
|
361
361
|
}
|
|
362
362
|
.k-spinner-increase .k-icon,
|
|
@@ -397,9 +397,9 @@
|
|
|
397
397
|
// Fill mode
|
|
398
398
|
.k-input-flat,
|
|
399
399
|
.k-picker-flat {
|
|
400
|
-
@include border-bottom-radius( 0 !important ); //
|
|
400
|
+
@include border-bottom-radius( 0 !important ); // stylelint-disable-line declaration-no-important
|
|
401
401
|
border-width: var( --kendo-input-border-width, #{$kendo-input-border-width} ) 0;
|
|
402
|
-
border-top-color: transparent !important; //
|
|
402
|
+
border-top-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
403
403
|
|
|
404
404
|
&:focus,
|
|
405
405
|
&.k-focus,
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
|
|
429
429
|
.k-input-flat,
|
|
430
430
|
.k-input-outline {
|
|
431
|
-
background: none !important; //
|
|
431
|
+
background: none !important; // stylelint-disable-line declaration-no-important
|
|
432
432
|
}
|
|
433
433
|
|
|
434
434
|
// Sizing
|
|
@@ -473,11 +473,11 @@
|
|
|
473
473
|
}
|
|
474
474
|
|
|
475
475
|
// This is needed for the textbox container to capture browser autofill
|
|
476
|
-
@keyframes autoFillStart {
|
|
476
|
+
@keyframes autoFillStart { // stylelint-disable-line
|
|
477
477
|
from {}
|
|
478
478
|
to {}
|
|
479
479
|
}
|
|
480
|
-
@keyframes autoFillEnd {
|
|
480
|
+
@keyframes autoFillEnd { // stylelint-disable-line
|
|
481
481
|
from {}
|
|
482
482
|
to {}
|
|
483
483
|
}
|
package/scss/list/_layout.scss
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
padding-inline: var( --INTERNAL--kendo-list-header-padding-x, 0 );
|
|
49
49
|
padding-block: var( --INTERNAL--kendo-list-header-padding-y, 0 );
|
|
50
50
|
border-width: 0;
|
|
51
|
-
border-width: var( --kendo-list-header-border-width, #{$kendo-list-header-border-width} );
|
|
51
|
+
border-width: var( --kendo-list-header-border-width, #{$kendo-list-header-border-width} );
|
|
52
52
|
border-style: solid;
|
|
53
53
|
font-size: var( --INTERNAL--kendo-list-header-font-size, 1rem );
|
|
54
54
|
line-height: var( --INTERNAL--kendo-list-header-line-height, normal );
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
padding-inline: var( --INTERNAL--kendo-list-group-item-padding-x, 0 );
|
|
135
135
|
padding-block: var( --INTERNAL--kendo-list-group-item-padding-y, 0 );
|
|
136
136
|
border-width: 0;
|
|
137
|
-
border-width: var( --kendo-list-group-item-border-width, #{$kendo-list-group-item-border-width} );
|
|
137
|
+
border-width: var( --kendo-list-group-item-border-width, #{$kendo-list-group-item-border-width} );
|
|
138
138
|
border-style: solid;
|
|
139
139
|
font-size: var( --INTERNAL--kendo-list-group-item-font-size, 1rem );
|
|
140
140
|
line-height: var( --INTERNAL--kendo-list-group-item-line-height, normal );
|
|
@@ -93,13 +93,13 @@ $kendo-list-lg-group-item-padding-y: map.get( $kendo-spacing, 2.5 ) !default;
|
|
|
93
93
|
|
|
94
94
|
/// The horizontal padding of the List item group label.
|
|
95
95
|
/// @group list
|
|
96
|
-
$kendo-list-item-group-label-sm-padding-x: map.get( $kendo-spacing, 0.5 ) !default;
|
|
96
|
+
$kendo-list-item-group-label-sm-padding-x: map.get( $kendo-spacing, 0.5 ) !default;
|
|
97
97
|
$kendo-list-item-group-label-md-padding-x: map.get( $kendo-spacing, 1 ) !default;
|
|
98
98
|
$kendo-list-item-group-label-lg-padding-x: map.get( $kendo-spacing, 1.5 ) !default;
|
|
99
99
|
|
|
100
100
|
/// The vertical padding of the List item group label.
|
|
101
101
|
/// @group list
|
|
102
|
-
$kendo-list-item-group-label-sm-padding-y: map.get( $kendo-spacing, 0.5 ) !default;
|
|
102
|
+
$kendo-list-item-group-label-sm-padding-y: map.get( $kendo-spacing, 0.5 ) !default;
|
|
103
103
|
$kendo-list-item-group-label-md-padding-y: map.get( $kendo-spacing, 1 ) !default;
|
|
104
104
|
$kendo-list-item-group-label-lg-padding-y: map.get( $kendo-spacing, 1.5 ) !default;
|
|
105
105
|
|
|
@@ -162,11 +162,6 @@
|
|
|
162
162
|
> .k-select {
|
|
163
163
|
right: auto;
|
|
164
164
|
left: 0;
|
|
165
|
-
|
|
166
|
-
.k-icon,
|
|
167
|
-
.k-svg-icon {
|
|
168
|
-
transform: scaleX(-1);
|
|
169
|
-
}
|
|
170
165
|
}
|
|
171
166
|
|
|
172
167
|
}
|
|
@@ -177,11 +172,6 @@
|
|
|
177
172
|
> .k-select {
|
|
178
173
|
border-right-width: 1px;
|
|
179
174
|
border-left-width: 0;
|
|
180
|
-
|
|
181
|
-
.k-icon,
|
|
182
|
-
.k-svg-icon {
|
|
183
|
-
transform: scaleX(-1);
|
|
184
|
-
}
|
|
185
175
|
}
|
|
186
176
|
|
|
187
177
|
}
|
|
@@ -26,7 +26,7 @@ $kendo-loader-lg-padding-y: math.div( $kendo-loader-lg-segment-size, 2 ) !defaul
|
|
|
26
26
|
|
|
27
27
|
/// Equilateral height of the loader.
|
|
28
28
|
/// @group loader
|
|
29
|
-
$kendo-loader-equilateral-height: .
|
|
29
|
+
$kendo-loader-equilateral-height: .8660 !default;
|
|
30
30
|
|
|
31
31
|
/// Width of the spinner-3 loader.
|
|
32
32
|
/// @group loader
|
package/scss/map/_variables.scss
CHANGED
|
@@ -37,7 +37,7 @@ $kendo-map-navigator-margin-x: map.get( $kendo-spacing, 4 ) !default;
|
|
|
37
37
|
$kendo-map-navigator-margin-y: map.get( $kendo-spacing, 4 ) !default;
|
|
38
38
|
/// Map navigator padding.
|
|
39
39
|
/// @group map
|
|
40
|
-
$kendo-map-navigator-padding: map.get( $kendo-spacing, 0.5 ) !default;
|
|
40
|
+
$kendo-map-navigator-padding: map.get( $kendo-spacing, 0.5 ) !default;
|
|
41
41
|
/// Map navigator width.
|
|
42
42
|
/// @group map
|
|
43
43
|
$kendo-map-navigator-width: calc( var( --kendo-icon-size) * 3 + #{$kendo-map-navigator-padding * 2} ) !default;
|
|
@@ -61,9 +61,7 @@
|
|
|
61
61
|
}
|
|
62
62
|
.k-mediaplayer-toolbar {
|
|
63
63
|
border-width: 0;
|
|
64
|
-
//
|
|
65
|
-
width: 100% !important;
|
|
66
|
-
// sass-lint:enable no-important
|
|
64
|
+
width: 100% !important; // stylelint-disable-line declaration-no-important
|
|
67
65
|
box-shadow: none;
|
|
68
66
|
|
|
69
67
|
.k-dropdown-list {
|
|
@@ -94,10 +92,8 @@
|
|
|
94
92
|
position: fixed;
|
|
95
93
|
top: 0;
|
|
96
94
|
left: 0;
|
|
97
|
-
//
|
|
98
|
-
|
|
99
|
-
height: 100% !important;
|
|
100
|
-
// sass-lint:enable no-important
|
|
95
|
+
width: 100% !important; // stylelint-disable-line declaration-no-important
|
|
96
|
+
height: 100% !important; // stylelint-disable-line declaration-no-important
|
|
101
97
|
}
|
|
102
98
|
|
|
103
99
|
}
|
package/scss/menu/_layout.scss
CHANGED
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
}
|
|
263
263
|
.k-animation-container .k-context-menu.k-menu-horizontal {
|
|
264
264
|
// kendo-jquery adds `display: block` via js and we need to override it.
|
|
265
|
-
display: flex !important; //
|
|
265
|
+
display: flex !important; // stylelint-disable-line declaration-no-important
|
|
266
266
|
flex-wrap: nowrap;
|
|
267
267
|
}
|
|
268
268
|
.k-context-menu-popup {
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
height: var( --kendo-icon-size, 1rem );
|
|
307
307
|
border-bottom-width: 1px;
|
|
308
308
|
|
|
309
|
-
.k-icon
|
|
309
|
+
.k-icon::before {
|
|
310
310
|
content: "\e013";
|
|
311
311
|
}
|
|
312
312
|
}
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
width: var( --kendo-icon-size, 1rem );
|
|
319
319
|
border-left-width: 1px;
|
|
320
320
|
|
|
321
|
-
.k-icon
|
|
321
|
+
.k-icon::before {
|
|
322
322
|
content: "\e014";
|
|
323
323
|
}
|
|
324
324
|
}
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
height: var( --kendo-icon-size, 1rem );
|
|
331
331
|
border-top-width: 1px;
|
|
332
332
|
|
|
333
|
-
.k-icon
|
|
333
|
+
.k-icon::before {
|
|
334
334
|
content: "\e015";
|
|
335
335
|
}
|
|
336
336
|
}
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
width: var( --kendo-icon-size, 1rem );
|
|
343
343
|
border-right-width: 1px;
|
|
344
344
|
|
|
345
|
-
.k-icon
|
|
345
|
+
.k-icon::before {
|
|
346
346
|
content: "\e016";
|
|
347
347
|
}
|
|
348
348
|
}
|
|
@@ -37,7 +37,7 @@ $kendo-menu-separator-width: 1px !default;
|
|
|
37
37
|
|
|
38
38
|
/// The base outline of focused menu item.
|
|
39
39
|
/// @group menu
|
|
40
|
-
$kendo-menu-item-focus-outline-offset: - map.get( $kendo-spacing, 0.5 ) !default;
|
|
40
|
+
$kendo-menu-item-focus-outline-offset: - map.get( $kendo-spacing, 0.5 ) !default;
|
|
41
41
|
$kendo-menu-item-focus-outline-width: 1px !default;
|
|
42
42
|
$kendo-menu-item-focus-outline-style: solid !default;
|
|
43
43
|
|
|
@@ -249,6 +249,6 @@ $kendo-menu-scroll-button-hover-bg: null !default;
|
|
|
249
249
|
/// @group menu
|
|
250
250
|
$kendo-menu-scroll-button-hover-border: null !default;
|
|
251
251
|
|
|
252
|
-
///The color of menu items icon.
|
|
252
|
+
/// The color of menu items icon.
|
|
253
253
|
/// @group menu
|
|
254
254
|
$kendo-menu-icon-color: get-theme-color-var( primary-100 ) !default;
|
|
@@ -16,7 +16,7 @@ $kendo-notification-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
|
16
16
|
$kendo-notification-border-width: 1px !default;
|
|
17
17
|
/// Border radius of the notification.
|
|
18
18
|
/// @group notification
|
|
19
|
-
$kendo-notification-border-radius: map.get( $kendo-spacing, 0.5 ) !default;
|
|
19
|
+
$kendo-notification-border-radius: map.get( $kendo-spacing, 0.5 ) !default;
|
|
20
20
|
/// Font family of the notification.
|
|
21
21
|
/// @group notification
|
|
22
22
|
$kendo-notification-font-family: var( --kendo-font-family, inherit ) !default;
|
package/scss/pager/_layout.scss
CHANGED
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
&.k-selected {
|
|
55
55
|
font-weight: var( --kendo-font-weight-bold, #{$kendo-font-weight-bold} );
|
|
56
56
|
|
|
57
|
-
|
|
57
|
+
&::before {
|
|
58
58
|
content: '';
|
|
59
59
|
width: 2px;
|
|
60
60
|
height: 100%;
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
&.k-selected {
|
|
113
113
|
font-weight: var( --kendo-font-weight-bold, #{$kendo-font-weight-bold} );
|
|
114
114
|
|
|
115
|
-
|
|
115
|
+
&::before {
|
|
116
116
|
content: '';
|
|
117
117
|
width: 2px;
|
|
118
118
|
height: 100%;
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
color: inherit;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
|
|
93
|
+
&::before {
|
|
94
94
|
background-color: var( --kendo-panelbar-selected-marker, #{$kendo-panelbar-selected-marker} );
|
|
95
95
|
}
|
|
96
96
|
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
--INTERNAL--kendo-panelbar-item-bg: var( --kendo-panelbar-item-selected-bg, #{$kendo-panelbar-item-selected-bg} );
|
|
196
196
|
--INTERNAL--kendo-panelbar-item-border: var( --kendo-panelbar-item-selected-border, #{$kendo-panelbar-item-selected-border} );
|
|
197
197
|
|
|
198
|
-
|
|
198
|
+
&::before {
|
|
199
199
|
background-color: var( --kendo-panelbar-selected-marker, #{$kendo-panelbar-selected-marker} );
|
|
200
200
|
}
|
|
201
201
|
|