@progress/kendo-theme-default 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/dist/all.css +74 -233
- package/dist/all.scss +292 -508
- package/dist/meta/sassdoc-data.json +806 -806
- package/dist/meta/sassdoc-raw-data.json +401 -401
- package/dist/meta/variables.json +5 -1
- package/dist/meta/variables.scss +1 -1
- 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/_variables.scss +3 -4
- package/scss/action-sheet/_layout.scss +0 -5
- package/scss/adaptive/_layout.scss +3 -15
- package/scss/adaptive/_theme.scss +1 -1
- package/scss/badge/_variables.scss +2 -2
- package/scss/button/_layout.scss +10 -10
- package/scss/button/_variables.scss +1 -1
- package/scss/calendar/_layout.scss +0 -5
- package/scss/calendar/_theme.scss +1 -1
- package/scss/calendar/_variables.scss +2 -2
- package/scss/chat/_layout.scss +2 -2
- package/scss/checkbox/_layout.scss +3 -3
- package/scss/checkbox/_theme.scss +1 -1
- package/scss/chip/_layout.scss +1 -1
- package/scss/chip/_theme.scss +1 -1
- package/scss/chip/_variables.scss +1 -1
- package/scss/color-preview/_layout.scss +1 -2
- package/scss/common/_animations.scss +7 -9
- package/scss/common/_base.scss +1 -2
- package/scss/dataviz/_layout.scss +2 -0
- package/scss/dataviz/_theme.scss +2 -0
- package/scss/drawer/_layout.scss +2 -2
- package/scss/editor/_layout.scss +8 -7
- package/scss/editor/_theme.scss +2 -2
- package/scss/editor/_variables.scss +1 -1
- package/scss/fab/_variables.scss +4 -4
- package/scss/floating-label/_variables.scss +1 -1
- package/scss/forms/_layout.scss +2 -2
- package/scss/gantt/_layout.scss +6 -6
- package/scss/grid/_layout.scss +30 -15
- package/scss/grid/_variables.scss +2 -1
- package/scss/icons/_layout.scss +4 -13
- package/scss/input/_layout.scss +13 -13
- package/scss/input/_variables.scss +2 -2
- package/scss/list/_layout.scss +2 -2
- package/scss/list/_variables.scss +3 -3
- package/scss/listbox/_index.scss +0 -1
- package/scss/listbox/_layout.scss +0 -9
- package/scss/listgroup/_layout.scss +0 -10
- package/scss/loader/_layout.scss +1 -1
- package/scss/loader/_theme.scss +2 -4
- package/scss/mediaplayer/_layout.scss +4 -10
- package/scss/menu/_layout.scss +7 -44
- package/scss/menu/_variables.scss +1 -1
- package/scss/notification/_variables.scss +0 -1
- package/scss/pager/_layout.scss +0 -9
- package/scss/pdf-viewer/_layout.scss +3 -2
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/progressbar/_layout.scss +3 -3
- package/scss/radio/_layout.scss +3 -3
- package/scss/responsivepanel/_layout.scss +1 -3
- package/scss/scheduler/_layout.scss +6 -17
- package/scss/scheduler/_theme.scss +2 -4
- package/scss/scrollview/_layout.scss +0 -11
- package/scss/signature/_variables.scss +1 -1
- package/scss/slider/_layout.scss +42 -78
- package/scss/splitter/_layout.scss +3 -13
- package/scss/spreadsheet/_layout.scss +5 -7
- package/scss/stepper/_theme.scss +0 -3
- package/scss/table/_layout.scss +13 -11
- package/scss/tabstrip/_layout.scss +9 -14
- package/scss/taskboard/_layout.scss +1 -15
- package/scss/toolbar/_layout.scss +5 -8
- package/scss/toolbar/_theme.scss +1 -2
- package/scss/treeview/_variables.scss +1 -1
- package/scss/upload/_layout.scss +1 -1
- package/scss/window/_layout.scss +1 -1
- package/scss/window/_theme.scss +3 -5
- package/scss/wizard/_layout.scss +1 -3
package/scss/editor/_layout.scss
CHANGED
|
@@ -117,12 +117,13 @@
|
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
// stylelint-disable selector-no-vendor-prefix, selector-class-pattern
|
|
121
|
+
.ProseMirror-selectednode {
|
|
121
122
|
outline-width: $kendo-editor-selectednode-outline-width;
|
|
122
123
|
outline-style: solid;
|
|
123
124
|
|
|
124
125
|
}
|
|
125
|
-
.ProseMirror-hideselection {
|
|
126
|
+
.ProseMirror-hideselection {
|
|
126
127
|
caret-color: transparent;
|
|
127
128
|
|
|
128
129
|
*::selection,
|
|
@@ -130,7 +131,7 @@
|
|
|
130
131
|
background: transparent;
|
|
131
132
|
}
|
|
132
133
|
}
|
|
133
|
-
|
|
134
|
+
// stylelint-enable selector-no-vendor-prefix, selector-class-pattern
|
|
134
135
|
|
|
135
136
|
// Toolbar
|
|
136
137
|
.k-editor-toolbar {
|
|
@@ -163,7 +164,7 @@
|
|
|
163
164
|
display: block;
|
|
164
165
|
}
|
|
165
166
|
|
|
166
|
-
> .ProseMirror { //
|
|
167
|
+
> .ProseMirror { // stylelint-disable-line
|
|
167
168
|
padding: $kendo-padding-md-x;
|
|
168
169
|
width: 100%;
|
|
169
170
|
height: 100%;
|
|
@@ -188,7 +189,7 @@
|
|
|
188
189
|
}
|
|
189
190
|
|
|
190
191
|
&[contenteditable="false"] {
|
|
191
|
-
cursor: unset !important; //
|
|
192
|
+
cursor: unset !important; // stylelint-disable-line declaration-no-important
|
|
192
193
|
|
|
193
194
|
.k-editor-resize-handles-wrapper,
|
|
194
195
|
.k-editor-resize-handle,
|
|
@@ -202,7 +203,7 @@
|
|
|
202
203
|
pointer-events: none;
|
|
203
204
|
}
|
|
204
205
|
|
|
205
|
-
& .ProseMirror-selectednode { //
|
|
206
|
+
& .ProseMirror-selectednode { // stylelint-disable-line
|
|
206
207
|
outline: none;
|
|
207
208
|
}
|
|
208
209
|
}
|
|
@@ -247,7 +248,7 @@
|
|
|
247
248
|
}
|
|
248
249
|
|
|
249
250
|
// Give selected cells a blue overlay
|
|
250
|
-
.selectedCell::after { //
|
|
251
|
+
.selectedCell::after { // stylelint-disable-line
|
|
251
252
|
z-index: 2;
|
|
252
253
|
position: absolute;
|
|
253
254
|
content: "";
|
package/scss/editor/_theme.scss
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
background-color: $kendo-editor-resize-handle-bg;
|
|
57
57
|
border-color: $kendo-editor-resize-handle-border;
|
|
58
58
|
}
|
|
59
|
-
.ProseMirror-selectednode { //
|
|
59
|
+
.ProseMirror-selectednode { // stylelint-disable-line
|
|
60
60
|
outline-color: $kendo-editor-selectednode-outline-color;
|
|
61
61
|
}
|
|
62
62
|
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
border-color: #dddddd;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.selectedCell::after { //
|
|
95
|
+
.selectedCell::after { // stylelint-disable-line
|
|
96
96
|
background-color: rgba(200, 200, 255, .4);
|
|
97
97
|
}
|
|
98
98
|
}
|
|
@@ -20,4 +20,4 @@ $kendo-editor-resize-handle-border: #000000 !default;
|
|
|
20
20
|
$kendo-editor-resize-handle-bg: #ffffff !default;
|
|
21
21
|
|
|
22
22
|
$kendo-editor-selectednode-outline-width: 2px !default;
|
|
23
|
-
$kendo-editor-selectednode-outline-color: #
|
|
23
|
+
$kendo-editor-selectednode-outline-color: #88ccff !default;
|
package/scss/fab/_variables.scss
CHANGED
|
@@ -45,13 +45,13 @@ $kendo-fab-lg-padding-y: ( $kendo-fab-padding-y * 1.5 ) !default;
|
|
|
45
45
|
|
|
46
46
|
/// The horizontal padding of the FAB icon.
|
|
47
47
|
/// @group floating-action-button
|
|
48
|
-
$kendo-fab-icon-padding-x: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
48
|
+
$kendo-fab-icon-padding-x: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
49
49
|
/// The vertical padding of the FAB icon.
|
|
50
50
|
/// @group floating-action-button
|
|
51
51
|
$kendo-fab-icon-padding-y: $kendo-fab-icon-padding-x !default;
|
|
52
52
|
/// The spacing of the FAB icon.
|
|
53
53
|
/// @group floating-action-button
|
|
54
|
-
$kendo-fab-icon-spacing: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
54
|
+
$kendo-fab-icon-spacing: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
55
55
|
|
|
56
56
|
/// The horizontal padding of the FAB items.
|
|
57
57
|
/// @group floating-action-button
|
|
@@ -127,7 +127,7 @@ $kendo-fab-active-shadow: null !default;
|
|
|
127
127
|
$kendo-fab-outline-style: solid !default;
|
|
128
128
|
/// The outline width of the FAB.
|
|
129
129
|
/// @group floating-action-button
|
|
130
|
-
$kendo-fab-outline-width: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
130
|
+
$kendo-fab-outline-width: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
131
131
|
|
|
132
132
|
/// The base text color of the FAB item.
|
|
133
133
|
/// @group floating-action-button
|
|
@@ -163,7 +163,7 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
163
163
|
$kendo-fab-item-outline-style: solid !default;
|
|
164
164
|
/// The outline width of the FAB item.
|
|
165
165
|
/// @group floating-action-button
|
|
166
|
-
$kendo-fab-item-outline-width: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
166
|
+
$kendo-fab-item-outline-width: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
167
167
|
/// The outline color of the FAB item.
|
|
168
168
|
/// @group floating-action-button
|
|
169
169
|
$kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/// The transformation scale of the Floating Label.
|
|
4
4
|
/// @group floating-label
|
|
5
5
|
$kendo-floating-label-scale: 1 !default;
|
|
6
|
-
///The font size of the Floating Label.
|
|
6
|
+
/// The font size of the Floating Label.
|
|
7
7
|
/// @group floating-label
|
|
8
8
|
$kendo-floating-label-font-size: $kendo-input-font-size !default;
|
|
9
9
|
/// The maximum width of the Floating Label.
|
package/scss/forms/_layout.scss
CHANGED
package/scss/gantt/_layout.scss
CHANGED
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
|
|
220
220
|
|
|
221
221
|
// Responsive gantt toolbar
|
|
222
|
-
@media (max-width: 480px) {
|
|
222
|
+
@media (max-width: 480px) { // stylelint-disable-line
|
|
223
223
|
|
|
224
224
|
.k-gantt-toolbar {
|
|
225
225
|
.k-gantt-toggle {
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
|
|
241
241
|
}
|
|
242
242
|
|
|
243
|
-
@media (max-width: 1024px) {
|
|
243
|
+
@media (max-width: 1024px) { // stylelint-disable-line
|
|
244
244
|
.k-gantt-views-wrapper .k-gantt-views { display: none; }
|
|
245
245
|
.k-gantt-views-wrapper .k-views-dropdown { display: flex; }
|
|
246
246
|
}
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
}
|
|
266
266
|
.k-grid-header,
|
|
267
267
|
.k-grid-footer {
|
|
268
|
-
padding: 0 !important; //
|
|
268
|
+
padding: 0 !important; // stylelint-disable-line declaration-no-important
|
|
269
269
|
}
|
|
270
270
|
.k-grid-header tr {
|
|
271
271
|
height: calc( #{$kendo-line-height-em} * 2 + #{$kendo-grid-header-padding-y * 4} + 2px );
|
|
@@ -774,9 +774,9 @@
|
|
|
774
774
|
.k-gantt,
|
|
775
775
|
.k-gantt-timeline,
|
|
776
776
|
.k-gantt-dependencies {
|
|
777
|
-
width: auto !important; //
|
|
778
|
-
height: auto !important; //
|
|
779
|
-
overflow: visible !important; //
|
|
777
|
+
width: auto !important; // stylelint-disable-line declaration-no-important
|
|
778
|
+
height: auto !important; // stylelint-disable-line declaration-no-important
|
|
779
|
+
overflow: visible !important; // stylelint-disable-line declaration-no-important
|
|
780
780
|
}
|
|
781
781
|
|
|
782
782
|
.k-gantt-treelist .k-treelist {
|
package/scss/grid/_layout.scss
CHANGED
|
@@ -524,7 +524,8 @@
|
|
|
524
524
|
}
|
|
525
525
|
|
|
526
526
|
.k-grid-filter-popup {
|
|
527
|
-
min-width:
|
|
527
|
+
min-width: $kendo-grid-column-menu-width;
|
|
528
|
+
max-width: $kendo-grid-column-menu-max-width;
|
|
528
529
|
}
|
|
529
530
|
|
|
530
531
|
// Standalone column menu
|
|
@@ -1095,17 +1096,18 @@
|
|
|
1095
1096
|
}
|
|
1096
1097
|
|
|
1097
1098
|
// Remove Grid scrollbar during built-in export
|
|
1099
|
+
// stylelint-disable declaration-no-important
|
|
1098
1100
|
.k-pdf-export-shadow {
|
|
1099
1101
|
.k-grid {
|
|
1100
1102
|
float: left;
|
|
1101
|
-
width: auto !important;
|
|
1103
|
+
width: auto !important;
|
|
1102
1104
|
}
|
|
1103
1105
|
|
|
1104
1106
|
// Remove all sizes and scrolling
|
|
1105
1107
|
.k-grid,
|
|
1106
1108
|
.k-grid-content,
|
|
1107
1109
|
.k-grid-content-locked {
|
|
1108
|
-
height: auto !important;
|
|
1110
|
+
height: auto !important;
|
|
1109
1111
|
overflow: visible;
|
|
1110
1112
|
}
|
|
1111
1113
|
|
|
@@ -1113,21 +1115,23 @@
|
|
|
1113
1115
|
& + .k-grid-header-wrap,
|
|
1114
1116
|
& + .k-grid-content,
|
|
1115
1117
|
& + .k-grid-footer-wrap {
|
|
1116
|
-
width: auto !important;
|
|
1118
|
+
width: auto !important;
|
|
1117
1119
|
}
|
|
1118
1120
|
}
|
|
1119
1121
|
|
|
1120
1122
|
// Remove empty space reserved above .k-table-the scrollbar
|
|
1121
1123
|
.k-grid-header,
|
|
1122
1124
|
.k-grid[data-role="grid"] .k-grid-footer {
|
|
1123
|
-
padding: 0 !important;
|
|
1125
|
+
padding: 0 !important;
|
|
1124
1126
|
}
|
|
1125
1127
|
}
|
|
1128
|
+
// stylelint-enable declaration-no-important
|
|
1126
1129
|
|
|
1127
1130
|
|
|
1128
1131
|
// Filter menu
|
|
1129
1132
|
.k-filter-menu-popup {
|
|
1130
|
-
width: $kendo-grid-column-menu-width;
|
|
1133
|
+
min-width: $kendo-grid-column-menu-width;
|
|
1134
|
+
max-width: $kendo-grid-column-menu-max-width;
|
|
1131
1135
|
}
|
|
1132
1136
|
.k-filter-menu {
|
|
1133
1137
|
box-sizing: border-box;
|
|
@@ -1171,7 +1175,8 @@
|
|
|
1171
1175
|
.k-grid-filter-popup.k-popup {
|
|
1172
1176
|
|
|
1173
1177
|
.k-filter-menu-container {
|
|
1174
|
-
width: $kendo-grid-column-menu-width;
|
|
1178
|
+
min-width: $kendo-grid-column-menu-width;
|
|
1179
|
+
max-width: $kendo-grid-column-menu-max-width;
|
|
1175
1180
|
}
|
|
1176
1181
|
}
|
|
1177
1182
|
|
|
@@ -1202,19 +1207,17 @@
|
|
|
1202
1207
|
|
|
1203
1208
|
// autofitting requires automatic table layout to measure sizes
|
|
1204
1209
|
.k-autofitting {
|
|
1205
|
-
//
|
|
1206
|
-
|
|
1207
|
-
width: auto !important;
|
|
1208
|
-
table-layout: auto !important;
|
|
1210
|
+
width: auto !important; // stylelint-disable-line declaration-no-important
|
|
1211
|
+
table-layout: auto !important; // stylelint-disable-line declaration-no-important
|
|
1209
1212
|
|
|
1210
1213
|
.k-table-th,
|
|
1211
1214
|
td,
|
|
1212
1215
|
.k-table-td {
|
|
1213
|
-
white-space: nowrap !important;
|
|
1216
|
+
white-space: nowrap !important; // stylelint-disable-line declaration-no-important
|
|
1214
1217
|
}
|
|
1215
1218
|
|
|
1216
1219
|
.k-detail-row {
|
|
1217
|
-
display: none !important;
|
|
1220
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
1218
1221
|
}
|
|
1219
1222
|
}
|
|
1220
1223
|
|
|
@@ -1223,13 +1226,13 @@
|
|
|
1223
1226
|
// Column menu
|
|
1224
1227
|
.k-column-menu-popup,
|
|
1225
1228
|
.k-grid-columnmenu-popup {
|
|
1226
|
-
width: $kendo-grid-column-menu-width;
|
|
1229
|
+
min-width: $kendo-grid-column-menu-width;
|
|
1227
1230
|
box-sizing: border-box;
|
|
1228
1231
|
|
|
1229
1232
|
&.k-popup {
|
|
1230
1233
|
padding-block: $kendo-grid-column-menu-popup-padding-y;
|
|
1231
1234
|
padding-inline: $kendo-grid-column-menu-popup-padding-x;
|
|
1232
|
-
max-width:
|
|
1235
|
+
max-width: $kendo-grid-column-menu-max-width;
|
|
1233
1236
|
}
|
|
1234
1237
|
|
|
1235
1238
|
.k-actions {
|
|
@@ -1351,6 +1354,18 @@
|
|
|
1351
1354
|
flex: 1 1 auto;
|
|
1352
1355
|
}
|
|
1353
1356
|
|
|
1357
|
+
.k-rtl .k-grid-virtual .k-grid-content,
|
|
1358
|
+
[dir="rtl"] .k-grid-virtual .k-grid-content,
|
|
1359
|
+
.k-rtl.k-grid-virtual .k-grid-content,
|
|
1360
|
+
[dir="rtl"].k-grid-virtual .k-grid-content {
|
|
1361
|
+
|
|
1362
|
+
.k-grid-table-wrap,
|
|
1363
|
+
.k-grid-table,
|
|
1364
|
+
> .k-height-container {
|
|
1365
|
+
float: right;
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1354
1369
|
}
|
|
1355
1370
|
|
|
1356
1371
|
|
|
@@ -62,7 +62,7 @@ $kendo-grid-sm-cell-padding-y: $kendo-grid-sm-padding-y !default;
|
|
|
62
62
|
$kendo-grid-sm-filter-cell-padding-x: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
63
63
|
$kendo-grid-sm-filter-cell-padding-y: $kendo-grid-sm-filter-cell-padding-x !default;
|
|
64
64
|
$kendo-grid-sm-edit-cell-padding-x: $kendo-grid-sm-cell-padding-x !default;
|
|
65
|
-
$kendo-grid-sm-edit-cell-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
65
|
+
$kendo-grid-sm-edit-cell-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
66
66
|
$kendo-grid-sm-group-dropclue-height: calc( #{$kendo-chip-sm-calc-size} + #{$kendo-grid-group-drop-hint-size}) !default;
|
|
67
67
|
$kendo-grid-sm-selection-aggregates-padding-x: $kendo-grid-sm-padding-y !default;
|
|
68
68
|
$kendo-grid-sm-selection-aggregates-padding-y: $kendo-grid-sm-padding-y !default;
|
|
@@ -259,6 +259,7 @@ $kendo-grid-sticky-hover-bg: k-color-darken($kendo-grid-bg, 8%) !default;
|
|
|
259
259
|
$kendo-grid-sticky-selected-hover-bg: k-color-shade($kendo-grid-sticky-selected-bg, .7) !default;
|
|
260
260
|
|
|
261
261
|
$kendo-grid-column-menu-width: 230px !default;
|
|
262
|
+
$kendo-grid-column-menu-max-width: 320px !default;
|
|
262
263
|
|
|
263
264
|
$kendo-grid-filter-menu-check-all-border-bottom-width: 1px !default;
|
|
264
265
|
|
package/scss/icons/_layout.scss
CHANGED
|
@@ -45,6 +45,10 @@ $ki-icon-size: $kendo-icon-size;
|
|
|
45
45
|
right: 0;
|
|
46
46
|
margin: 0 -.5em -.5em 0;
|
|
47
47
|
}
|
|
48
|
+
.k-svg-icon.k-icon-modifier {
|
|
49
|
+
width: 1em;
|
|
50
|
+
height: 1em;
|
|
51
|
+
}
|
|
48
52
|
|
|
49
53
|
.k-i-none::before {
|
|
50
54
|
content: "";
|
|
@@ -56,19 +60,6 @@ $ki-icon-size: $kendo-icon-size;
|
|
|
56
60
|
cursor: pointer;
|
|
57
61
|
}
|
|
58
62
|
|
|
59
|
-
// RTL icons
|
|
60
|
-
.k-rtl,
|
|
61
|
-
[dir="rtl"] {
|
|
62
|
-
.k-i-indent-increase,
|
|
63
|
-
.k-i-indent-decrease,
|
|
64
|
-
.k-i-caret-alt-right,
|
|
65
|
-
.k-i-caret-alt-left,
|
|
66
|
-
.k-svg-i-caret-alt-right,
|
|
67
|
-
.k-svg-i-caret-alt-left {
|
|
68
|
-
transform: scaleX(-1);
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
63
|
.k-sprite {
|
|
73
64
|
display: inline-block;
|
|
74
65
|
width: 16px;
|
package/scss/input/_layout.scss
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
> .k-input,
|
|
37
37
|
> .k-picker {
|
|
38
|
-
border-width: 0 !important; //
|
|
38
|
+
border-width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
39
39
|
color: inherit;
|
|
40
40
|
background: none;
|
|
41
41
|
font: inherit;
|
|
@@ -304,8 +304,8 @@
|
|
|
304
304
|
box-shadow: none;
|
|
305
305
|
|
|
306
306
|
> .k-button-icon {
|
|
307
|
-
min-width: auto !important; //
|
|
308
|
-
// min-height: auto !important; //
|
|
307
|
+
min-width: auto !important; // stylelint-disable-line declaration-no-important
|
|
308
|
+
// min-height: auto !important; // stylelint-disable-line declaration-no-important
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
&:focus {
|
|
@@ -338,8 +338,8 @@
|
|
|
338
338
|
.k-button-icon {
|
|
339
339
|
margin-block: -1em;
|
|
340
340
|
margin-inline: 0;
|
|
341
|
-
min-width: auto !important; //
|
|
342
|
-
min-height: auto !important; //
|
|
341
|
+
min-width: auto !important; // stylelint-disable-line declaration-no-important
|
|
342
|
+
min-height: auto !important; // stylelint-disable-line declaration-no-important
|
|
343
343
|
}
|
|
344
344
|
}
|
|
345
345
|
.k-spinner-increase .k-icon,
|
|
@@ -382,14 +382,14 @@
|
|
|
382
382
|
// Fill mode
|
|
383
383
|
.k-input-flat,
|
|
384
384
|
.k-picker-flat {
|
|
385
|
-
@include border-bottom-radius( 0 !important ); //
|
|
385
|
+
@include border-bottom-radius( 0 !important ); // stylelint-disable-line declaration-no-important
|
|
386
386
|
border-width: $kendo-input-border-width 0;
|
|
387
|
-
border-top-color: transparent !important; //
|
|
388
|
-
background-image: none !important; //
|
|
387
|
+
border-top-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
388
|
+
background-image: none !important; // stylelint-disable-line declaration-no-important
|
|
389
389
|
}
|
|
390
390
|
|
|
391
391
|
.k-input-outline {
|
|
392
|
-
background: none !important; //
|
|
392
|
+
background: none !important; // stylelint-disable-line declaration-no-important
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
|
|
@@ -442,8 +442,8 @@
|
|
|
442
442
|
}
|
|
443
443
|
|
|
444
444
|
&.k-icon-picker .k-input-inner {
|
|
445
|
-
width: calc( #{$_line-height * 1em} );
|
|
446
|
-
height: calc( #{$_line-height * 1em} );
|
|
445
|
+
width: calc( #{ $_line-height * 1em } );
|
|
446
|
+
height: calc( #{ $_line-height * 1em } );
|
|
447
447
|
padding: $_padding-y;
|
|
448
448
|
box-sizing: content-box;
|
|
449
449
|
}
|
|
@@ -470,11 +470,11 @@
|
|
|
470
470
|
|
|
471
471
|
|
|
472
472
|
// This is needed for the textbox container to capture browser autofill
|
|
473
|
-
@keyframes autoFillStart {
|
|
473
|
+
@keyframes autoFillStart { // stylelint-disable-line
|
|
474
474
|
from {}
|
|
475
475
|
to {}
|
|
476
476
|
}
|
|
477
|
-
@keyframes autoFillEnd {
|
|
477
|
+
@keyframes autoFillEnd { // stylelint-disable-line
|
|
478
478
|
from {}
|
|
479
479
|
to {}
|
|
480
480
|
}
|
|
@@ -30,7 +30,7 @@ $kendo-input-lg-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
30
30
|
$kendo-input-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
31
31
|
/// The vertical padding of the small Input components.
|
|
32
32
|
/// @group input
|
|
33
|
-
$kendo-input-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
33
|
+
$kendo-input-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
34
34
|
/// The vertical padding of the medium Input components.
|
|
35
35
|
/// @group input
|
|
36
36
|
$kendo-input-md-padding-y: $kendo-input-padding-y !default;
|
|
@@ -247,7 +247,7 @@ $kendo-input-clear-value-hover-opacity: 1 !default;
|
|
|
247
247
|
|
|
248
248
|
/// The vertical margin of the clear value icon.
|
|
249
249
|
/// @group input
|
|
250
|
-
$kendo-input-values-margin-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
250
|
+
$kendo-input-values-margin-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
251
251
|
/// The horizontal margin of the clear value icon.
|
|
252
252
|
/// @group input
|
|
253
253
|
$kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
|
package/scss/list/_layout.scss
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
padding-block: $kendo-list-header-padding-y;
|
|
47
47
|
padding-inline: $kendo-list-header-padding-x;
|
|
48
48
|
border-width: 0;
|
|
49
|
-
border-width: $kendo-list-header-border-width;
|
|
49
|
+
border-width: $kendo-list-header-border-width;
|
|
50
50
|
border-style: solid;
|
|
51
51
|
font-size: $kendo-list-header-font-size;
|
|
52
52
|
line-height: $kendo-list-header-line-height;
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
padding-block: $kendo-list-group-item-padding-y;
|
|
132
132
|
padding-inline: $kendo-list-group-item-padding-x;
|
|
133
133
|
border-width: 0;
|
|
134
|
-
border-width: $kendo-list-group-item-border-width;
|
|
134
|
+
border-width: $kendo-list-group-item-border-width;
|
|
135
135
|
border-style: solid;
|
|
136
136
|
font-size: $kendo-list-group-item-font-size;
|
|
137
137
|
line-height: $kendo-list-group-item-line-height;
|
|
@@ -28,7 +28,7 @@ $kendo-list-lg-header-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
28
28
|
/// The vertical padding of the List header, if no size is set.
|
|
29
29
|
/// @group list
|
|
30
30
|
$kendo-list-header-padding-y: null !default;
|
|
31
|
-
$kendo-list-sm-header-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
31
|
+
$kendo-list-sm-header-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
32
32
|
$kendo-list-md-header-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
33
33
|
$kendo-list-lg-header-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
34
34
|
|
|
@@ -64,7 +64,7 @@ $kendo-list-lg-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
64
64
|
/// The vertical padding of the List items, when no size is set.
|
|
65
65
|
/// @group list
|
|
66
66
|
$kendo-list-item-padding-y: null !default;
|
|
67
|
-
$kendo-list-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
67
|
+
$kendo-list-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
68
68
|
$kendo-list-md-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
69
69
|
$kendo-list-lg-item-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
70
70
|
|
|
@@ -92,7 +92,7 @@ $kendo-list-lg-group-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
92
92
|
/// The vertical padding of the List group items, when no size is set.
|
|
93
93
|
/// @group list
|
|
94
94
|
$kendo-list-group-item-padding-y: null !default;
|
|
95
|
-
$kendo-list-sm-group-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
95
|
+
$kendo-list-sm-group-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default;
|
|
96
96
|
$kendo-list-md-group-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
97
97
|
$kendo-list-lg-group-item-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
98
98
|
|
package/scss/listbox/_index.scss
CHANGED
|
@@ -154,11 +154,6 @@
|
|
|
154
154
|
> .k-select {
|
|
155
155
|
right: auto;
|
|
156
156
|
left: 0;
|
|
157
|
-
|
|
158
|
-
.k-icon,
|
|
159
|
-
.k-svg-icon {
|
|
160
|
-
transform: scaleX(-1);
|
|
161
|
-
}
|
|
162
157
|
}
|
|
163
158
|
}
|
|
164
159
|
}
|
|
@@ -174,11 +169,6 @@
|
|
|
174
169
|
margin-left: -$kendo-listgroup-item-padding-x;
|
|
175
170
|
border-right-width: 1px;
|
|
176
171
|
border-left-width: 0;
|
|
177
|
-
|
|
178
|
-
.k-icon,
|
|
179
|
-
.k-svg-icon {
|
|
180
|
-
transform: scaleX(-1);
|
|
181
|
-
}
|
|
182
172
|
}
|
|
183
173
|
}
|
|
184
174
|
}
|
package/scss/loader/_layout.scss
CHANGED
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
content: "";
|
|
552
552
|
// See https://github.com/telerik/kendo-themes/issues/1925
|
|
553
553
|
border-width: 1px; // TODO: Remove once we drop IE support
|
|
554
|
-
border-width: clamp( .015em, 1px, 1px );
|
|
554
|
+
border-width: clamp( .015em, 1px, 1px );
|
|
555
555
|
font-size: 4em;
|
|
556
556
|
}
|
|
557
557
|
|
package/scss/loader/_theme.scss
CHANGED
|
@@ -16,11 +16,9 @@
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
.k-loader-container-inner {
|
|
19
|
-
// sass-lint:disable-block no-important
|
|
20
|
-
// sass-lint:disable-block class-name-format
|
|
21
19
|
.k-text-secondary,
|
|
22
|
-
.\!k-text-secondary {
|
|
23
|
-
color: $kendo-loader-secondary-bg !important;
|
|
20
|
+
.\!k-text-secondary { // stylelint-disable-line
|
|
21
|
+
color: $kendo-loader-secondary-bg !important; // stylelint-disable-line declaration-no-important
|
|
24
22
|
}
|
|
25
23
|
}
|
|
26
24
|
|
|
@@ -51,9 +51,7 @@
|
|
|
51
51
|
}
|
|
52
52
|
.k-mediaplayer-toolbar {
|
|
53
53
|
border-width: 0;
|
|
54
|
-
//
|
|
55
|
-
width: 100% !important;
|
|
56
|
-
// sass-lint:enable no-important
|
|
54
|
+
width: 100% !important; // stylelint-disable-line declaration-no-important
|
|
57
55
|
box-shadow: none;
|
|
58
56
|
|
|
59
57
|
|
|
@@ -84,9 +82,7 @@
|
|
|
84
82
|
transform: translateY( -50% );
|
|
85
83
|
}
|
|
86
84
|
.k-mediaplayer-seekbar .k-slider-track {
|
|
87
|
-
//
|
|
88
|
-
width: 100% !important;
|
|
89
|
-
// sass-lint:enable no-important
|
|
85
|
+
width: 100% !important; // stylelint-disable-line declaration-no-important
|
|
90
86
|
border-radius: 0;
|
|
91
87
|
}
|
|
92
88
|
.k-mediaplayer-seekbar .k-slider-selection {
|
|
@@ -98,10 +94,8 @@
|
|
|
98
94
|
position: fixed;
|
|
99
95
|
top: 0;
|
|
100
96
|
left: 0;
|
|
101
|
-
//
|
|
102
|
-
|
|
103
|
-
height: 100% !important;
|
|
104
|
-
// sass-lint:enable no-important
|
|
97
|
+
width: 100% !important; // stylelint-disable-line declaration-no-important
|
|
98
|
+
height: 100% !important; // stylelint-disable-line declaration-no-important
|
|
105
99
|
}
|
|
106
100
|
|
|
107
101
|
}
|