@progress/kendo-theme-default 5.5.0 → 5.5.1-dev.2
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 +672 -436
- package/dist/all.scss +783 -361
- 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.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 +7 -10
- package/scss/action-sheet/_layout.scss +64 -0
- package/scss/action-sheet/_theme.scss +3 -3
- package/scss/adaptive/_theme.scss +2 -2
- package/scss/bottom-navigation/_layout.scss +1 -1
- package/scss/bottom-navigation/_theme.scss +2 -2
- package/scss/breadcrumb/_theme.scss +5 -5
- package/scss/button/_layout.scss +17 -35
- package/scss/button/_variables.scss +34 -14
- package/scss/calendar/_layout.scss +103 -41
- package/scss/calendar/_theme.scss +30 -48
- package/scss/calendar/_variables.scss +44 -1
- package/scss/chat/_layout.scss +2 -2
- package/scss/chat/_theme.scss +2 -2
- package/scss/chip/_variables.scss +1 -1
- package/scss/colorpalette/_layout.scss +1 -1
- package/scss/dataviz/_theme.scss +1 -3
- package/scss/drawer/_theme.scss +5 -5
- package/scss/editor/_layout.scss +2 -2
- package/scss/editor/_theme.scss +3 -3
- package/scss/expansion-panel/_theme.scss +3 -3
- package/scss/filemanager/_theme.scss +1 -1
- package/scss/forms/_layout.scss +2 -1
- package/scss/gantt/_layout.scss +3 -3
- package/scss/gantt/_theme.scss +7 -7
- package/scss/grid/_layout.scss +6 -27
- package/scss/grid/_theme.scss +25 -25
- package/scss/index.scss +1 -0
- package/scss/input/_variables.scss +21 -4
- package/scss/list/_variables.scss +6 -6
- package/scss/listview/_theme.scss +2 -2
- package/scss/orgchart/_theme.scss +1 -1
- package/scss/pager/_layout.scss +3 -3
- package/scss/pager/_theme.scss +10 -10
- package/scss/panelbar/_theme.scss +14 -14
- package/scss/pivotgrid/_theme.scss +1 -1
- package/scss/progressbar/_layout.scss +54 -11
- package/scss/progressbar/_theme.scss +14 -1
- package/scss/progressbar/_variables.scss +5 -0
- package/scss/radio/_layout.scss +1 -1
- package/scss/radio/_theme.scss +3 -3
- package/scss/rating/_theme.scss +5 -5
- package/scss/scheduler/_layout.scss +4 -4
- package/scss/scheduler/_theme.scss +8 -8
- package/scss/scrollview/_theme.scss +4 -4
- package/scss/signature/_index.scss +10 -0
- package/scss/signature/_layout.scss +63 -0
- package/scss/signature/_theme.scss +12 -0
- package/scss/signature/_variables.scss +45 -0
- package/scss/slider/_layout.scss +1 -1
- package/scss/slider/_theme.scss +3 -3
- package/scss/splitter/_theme.scss +1 -1
- package/scss/spreadsheet/_layout.scss +3 -3
- package/scss/spreadsheet/_theme.scss +6 -6
- package/scss/stepper/_layout.scss +1 -1
- package/scss/stepper/_theme.scss +1 -1
- package/scss/tabstrip/_layout.scss +7 -7
- package/scss/tabstrip/_theme.scss +5 -5
- package/scss/taskboard/_theme.scss +1 -1
- package/scss/tilelayout/_theme.scss +1 -1
- package/scss/timeline/_theme.scss +2 -2
- package/scss/timeselector/_layout.scss +31 -1
- package/scss/timeselector/_theme.scss +1 -1
- package/scss/timeselector/_variables.scss +38 -0
- package/scss/treelist/_layout.scss +1 -1
- package/scss/treeview/_variables.scss +4 -4
- package/scss/upload/_layout.scss +1 -1
- package/scss/upload/_theme.scss +2 -2
- package/scss/window/_theme.scss +1 -1
- package/scss/wizard/_layout.scss +1 -1
- package/scss/wizard/_theme.scss +2 -2
package/scss/gantt/_layout.scss
CHANGED
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
tr.k-state-selected > td:last-child
|
|
85
|
+
tr.k-state-selected > td:last-child,
|
|
86
86
|
tr.k-selected > td:last-child {
|
|
87
87
|
background: transparent;
|
|
88
88
|
}
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
border-color: currentColor;
|
|
353
353
|
position: absolute;
|
|
354
354
|
}
|
|
355
|
-
.k-gantt-line.k-state-selected
|
|
355
|
+
.k-gantt-line.k-state-selected,
|
|
356
356
|
.k-gantt-line.k-selected {
|
|
357
357
|
z-index: 3;
|
|
358
358
|
}
|
|
@@ -426,7 +426,7 @@
|
|
|
426
426
|
transform: translate(-50%, -50%);
|
|
427
427
|
}
|
|
428
428
|
.k-task-dot:hover::before,
|
|
429
|
-
.k-task-dot.k-state-hover::before
|
|
429
|
+
.k-task-dot.k-state-hover::before,
|
|
430
430
|
.k-task-dot.k-hover::before {
|
|
431
431
|
border-width: 1px;
|
|
432
432
|
}
|
package/scss/gantt/_theme.scss
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
$border: $gantt-milestone-border
|
|
16
16
|
);
|
|
17
17
|
}
|
|
18
|
-
.k-task-milestone.k-state-selected .k-task-milestone-content
|
|
18
|
+
.k-task-milestone.k-state-selected .k-task-milestone-content,
|
|
19
19
|
.k-task-milestone.k-selected .k-task-milestone-content {
|
|
20
20
|
@include fill(
|
|
21
21
|
$bg: $gantt-milestone-selected-bg,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
stroke: $gantt-line-fill;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
polyline.k-state-selected
|
|
33
|
+
polyline.k-state-selected,
|
|
34
34
|
polyline.k-selected {
|
|
35
35
|
stroke: $gantt-line-selected-fill;
|
|
36
36
|
}
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
);
|
|
85
85
|
}
|
|
86
86
|
.k-task-dot:hover::before,
|
|
87
|
-
.k-task-dot.k-state-hover::before
|
|
87
|
+
.k-task-dot.k-state-hover::before,
|
|
88
88
|
.k-task-dot.k-hover::before {
|
|
89
89
|
@include fill(
|
|
90
90
|
$bg: $gantt-dot-hover-bg,
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
);
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
|
-
.k-task-milestone.k-state-selected
|
|
113
|
+
.k-task-milestone.k-state-selected,
|
|
114
114
|
.k-task-milestone.k-selected {
|
|
115
115
|
background-image: none;
|
|
116
116
|
@include fill(
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
.k-task-advanced .k-task-summary-complete {
|
|
142
142
|
color: $gantt-advanced-bg;
|
|
143
143
|
}
|
|
144
|
-
.k-task-summary.k-state-selected
|
|
144
|
+
.k-task-summary.k-state-selected,
|
|
145
145
|
.k-task-summary.k-selected {
|
|
146
146
|
color: $gantt-summary-selected-bg;
|
|
147
147
|
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
$bg: $gantt-advanced-bg
|
|
186
186
|
);
|
|
187
187
|
}
|
|
188
|
-
.k-task-single.k-state-selected
|
|
188
|
+
.k-task-single.k-state-selected,
|
|
189
189
|
.k-task-single.k-selected {
|
|
190
190
|
@include fill(
|
|
191
191
|
$gantt-task-selected-text,
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
.k-gantt-line {
|
|
203
203
|
color: $gantt-line-fill;
|
|
204
204
|
}
|
|
205
|
-
.k-gantt-line.k-state-selected
|
|
205
|
+
.k-gantt-line.k-state-selected,
|
|
206
206
|
.k-gantt-line.k-selected {
|
|
207
207
|
color: $gantt-line-selected-fill;
|
|
208
208
|
}
|
package/scss/grid/_layout.scss
CHANGED
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
&.k-i-sort-desc-sm,
|
|
662
662
|
&.k-i-sort-asc-sm {
|
|
663
663
|
vertical-align: text-top;
|
|
664
|
-
margin-
|
|
664
|
+
margin-inline-start: $grid-sorted-icon-spacing;
|
|
665
665
|
}
|
|
666
666
|
}
|
|
667
667
|
|
|
@@ -671,7 +671,7 @@
|
|
|
671
671
|
height: $icon-size;
|
|
672
672
|
font-size: $grid-sorting-index-font-size;
|
|
673
673
|
margin-top: $grid-sorting-index-spacing-y;
|
|
674
|
-
margin-
|
|
674
|
+
margin-inline-start: $grid-sorting-index-spacing-x;
|
|
675
675
|
}
|
|
676
676
|
}
|
|
677
677
|
|
|
@@ -1072,15 +1072,15 @@
|
|
|
1072
1072
|
}
|
|
1073
1073
|
|
|
1074
1074
|
.k-header > .k-cell-inner {
|
|
1075
|
-
margin: (-1 * $grid-header-padding-y)
|
|
1075
|
+
margin: (-1 * $grid-header-padding-y) (-1 * $grid-header-padding-x);
|
|
1076
1076
|
}
|
|
1077
1077
|
|
|
1078
1078
|
.k-filterable {
|
|
1079
1079
|
> .k-cell-inner {
|
|
1080
|
-
margin
|
|
1080
|
+
margin-inline-end: calc(-1 * #{$grid-filterable-icon-spacing});
|
|
1081
1081
|
|
|
1082
1082
|
.k-link {
|
|
1083
|
-
padding-
|
|
1083
|
+
padding-inline-end: 0;
|
|
1084
1084
|
}
|
|
1085
1085
|
}
|
|
1086
1086
|
}
|
|
@@ -1119,6 +1119,7 @@
|
|
|
1119
1119
|
.k-grid-filter,
|
|
1120
1120
|
.k-header-column-menu {
|
|
1121
1121
|
position: static;
|
|
1122
|
+
margin-inline-end: $grid-header-menu-icon-spacing;
|
|
1122
1123
|
}
|
|
1123
1124
|
|
|
1124
1125
|
.k-grid-filter,
|
|
@@ -1429,28 +1430,6 @@
|
|
|
1429
1430
|
margin-left: $icon-spacing;
|
|
1430
1431
|
margin-right: 0;
|
|
1431
1432
|
}
|
|
1432
|
-
|
|
1433
|
-
.k-header > .k-cell-inner {
|
|
1434
|
-
margin-right: (-1 * $grid-cell-padding-x);
|
|
1435
|
-
margin-left: calc(-1 * calc( #{$kendo-button-calc-size} - #{$grid-cell-padding-x}));
|
|
1436
|
-
|
|
1437
|
-
.k-sort-order {
|
|
1438
|
-
margin-right: $grid-sorting-index-spacing-x;
|
|
1439
|
-
margin-left: 0;
|
|
1440
|
-
}
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
|
-
.k-filterable {
|
|
1444
|
-
> .k-cell-inner {
|
|
1445
|
-
margin-right: (-1 * $grid-cell-padding-x);
|
|
1446
|
-
margin-left: calc(-1 * #{$kendo-button-calc-size});
|
|
1447
|
-
|
|
1448
|
-
.k-link {
|
|
1449
|
-
padding-right: $grid-header-padding-x;
|
|
1450
|
-
padding-left: 0;
|
|
1451
|
-
}
|
|
1452
|
-
}
|
|
1453
|
-
}
|
|
1454
1433
|
}
|
|
1455
1434
|
}
|
|
1456
1435
|
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
// Hover state
|
|
76
|
-
tbody
|
|
77
|
-
tbody
|
|
78
|
-
tbody
|
|
76
|
+
tbody>tr:not(.k-detail-row):hover,
|
|
77
|
+
tbody>tr:not(.k-detail-row).k-state-hover,
|
|
78
|
+
tbody>tr:not(.k-detail-row).k-hover {
|
|
79
79
|
color: $grid-hovered-text;
|
|
80
80
|
background-color: $grid-hovered-bg;
|
|
81
81
|
}
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
// Selected state
|
|
84
84
|
td.k-state-selected,
|
|
85
85
|
td.k-selected,
|
|
86
|
-
tr.k-state-selected > td
|
|
86
|
+
tr.k-state-selected > td,
|
|
87
87
|
tr.k-selected > td {
|
|
88
88
|
color: $grid-selected-text;
|
|
89
89
|
background-color: $grid-selected-bg;
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
.k-grouping-row > td:focus,
|
|
100
100
|
.k-detail-row > td:focus,
|
|
101
101
|
.k-group-footer > td:focus,
|
|
102
|
-
.k-grid-pager.k-state-focused
|
|
102
|
+
.k-grid-pager.k-state-focused,
|
|
103
103
|
.k-grid-pager.k-focus {
|
|
104
104
|
box-shadow: $grid-focused-shadow;
|
|
105
105
|
}
|
|
@@ -142,12 +142,12 @@
|
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
// Selected state
|
|
145
|
-
.k-state-selected td
|
|
145
|
+
.k-state-selected td,
|
|
146
146
|
.k-selected td {
|
|
147
147
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
.k-state-selected.k-alt td
|
|
150
|
+
.k-state-selected.k-alt td,
|
|
151
151
|
.k-selected.k-alt td {
|
|
152
152
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
153
153
|
}
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
// Selected hover
|
|
156
156
|
.k-state-selected:hover td,
|
|
157
157
|
.k-selected:hover td,
|
|
158
|
-
.k-state-selected.k-state-hover td
|
|
158
|
+
.k-state-selected.k-state-hover td,
|
|
159
159
|
.k-selected.k-hover td {
|
|
160
160
|
@include fill( $bg: $grid-sticky-selected-hovered-bg );
|
|
161
161
|
}
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
&.k-state-border-down {
|
|
202
202
|
box-shadow: inset 0 0 0 2px rgba( 0, 0, 0, .1 );
|
|
203
203
|
}
|
|
204
|
-
&.k-state-active
|
|
204
|
+
&.k-state-active,
|
|
205
205
|
&.k-active {
|
|
206
206
|
color: $selected-text;
|
|
207
207
|
background-color: $selected-bg;
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
&.k-selected .k-grid-content-sticky,
|
|
262
262
|
&.k-state-selected .k-grid-row-sticky,
|
|
263
263
|
&.k-selected .k-grid-row-sticky,
|
|
264
|
-
td.k-grid-content-sticky.k-state-selected
|
|
264
|
+
td.k-grid-content-sticky.k-state-selected,
|
|
265
265
|
td.k-grid-content-sticky.k-selected {
|
|
266
266
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
267
267
|
}
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
&.k-selected.k-alt .k-grid-content-sticky,
|
|
271
271
|
&.k-state-selected.k-alt .k-grid-row-sticky,
|
|
272
272
|
&.k-selected.k-alt .k-grid-row-sticky,
|
|
273
|
-
&.k-alt td.k-grid-content-sticky.k-state-selected
|
|
273
|
+
&.k-alt td.k-grid-content-sticky.k-state-selected,
|
|
274
274
|
&.k-alt td.k-grid-content-sticky.k-selected {
|
|
275
275
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
276
276
|
}
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
&:hover .k-grid-row-sticky,
|
|
282
282
|
&.k-state-hover .k-grid-content-sticky,
|
|
283
283
|
&.k-hover .k-grid-content-sticky,
|
|
284
|
-
&.k-state-hover .k-grid-row-sticky
|
|
284
|
+
&.k-state-hover .k-grid-row-sticky,
|
|
285
285
|
&.k-hover .k-grid-row-sticky {
|
|
286
286
|
background-color: $grid-sticky-hovered-bg;
|
|
287
287
|
}
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
&.k-selected.k-hover .k-grid-row-sticky,
|
|
299
299
|
&:hover td.k-grid-content-sticky.k-state-selected,
|
|
300
300
|
&:hover td.k-grid-content-sticky.k-selected,
|
|
301
|
-
&.k-state-hover td.k-grid-content-sticky.k-state-selected
|
|
301
|
+
&.k-state-hover td.k-grid-content-sticky.k-state-selected,
|
|
302
302
|
&.k-hover td.k-grid-content-sticky.k-selected {
|
|
303
303
|
background-color: $grid-sticky-selected-hovered-bg;
|
|
304
304
|
}
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
background-color: $grid-sticky-bg;
|
|
313
313
|
|
|
314
314
|
&:hover,
|
|
315
|
-
&.k-state-hover
|
|
315
|
+
&.k-state-hover,
|
|
316
316
|
&.k-hover {
|
|
317
317
|
background-color: $grid-sticky-hovered-bg;
|
|
318
318
|
}
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
&:hover td,
|
|
329
|
-
&.k-state-hover td
|
|
329
|
+
&.k-state-hover td,
|
|
330
330
|
&.k-hover td {
|
|
331
331
|
background-color: $grid-sticky-hovered-bg;
|
|
332
332
|
}
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
.k-selected.k-grid-row-sticky td,
|
|
345
345
|
.k-grid-row-sticky td.k-state-selected,
|
|
346
346
|
.k-grid-row-sticky td.k-selected,
|
|
347
|
-
.k-state-selected.k-grid-content-sticky
|
|
347
|
+
.k-state-selected.k-grid-content-sticky,
|
|
348
348
|
.k-selected.k-grid-content-sticky {
|
|
349
349
|
@include fill( $bg: $grid-sticky-selected-bg );
|
|
350
350
|
}
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
tr.k-selected.k-alt .k-grid-content-sticky,
|
|
354
354
|
.k-state-selected.k-alt.k-grid-row-sticky td,
|
|
355
355
|
.k-selected.k-alt.k-grid-row-sticky td,
|
|
356
|
-
.k-alt .k-state-selected.k-grid-content-sticky
|
|
356
|
+
.k-alt .k-state-selected.k-grid-content-sticky,
|
|
357
357
|
.k-alt .k-selected.k-grid-content-sticky {
|
|
358
358
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
359
359
|
}
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
.k-grid-row-sticky.k-alt.k-state-hover td,
|
|
370
370
|
.k-grid-row-sticky.k-alt.k-hover td,
|
|
371
371
|
.k-alt:hover .k-grid-content-sticky,
|
|
372
|
-
.k-alt.k-state-hover .k-grid-content-sticky
|
|
372
|
+
.k-alt.k-state-hover .k-grid-content-sticky,
|
|
373
373
|
.k-alt.k-hover .k-grid-content-sticky {
|
|
374
374
|
background-color: $grid-sticky-hovered-bg;
|
|
375
375
|
}
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
.k-grid-row-sticky.k-hover td.k-selected,
|
|
398
398
|
tr:hover .k-grid-content-sticky.k-state-selected,
|
|
399
399
|
tr:hover .k-grid-content-sticky.k-selected,
|
|
400
|
-
tr.k-state-hover .k-grid-content-sticky.k-state-selected
|
|
400
|
+
tr.k-state-hover .k-grid-content-sticky.k-state-selected,
|
|
401
401
|
tr.k-hover .k-grid-content-sticky.k-selected {
|
|
402
402
|
background-color: $grid-sticky-selected-hovered-bg;
|
|
403
403
|
}
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
&:hover .k-grid-content-sticky,
|
|
412
|
-
&.k-state-hover .k-grid-content-sticky
|
|
412
|
+
&.k-state-hover .k-grid-content-sticky,
|
|
413
413
|
&.k-hover .k-grid-content-sticky {
|
|
414
414
|
@include fill( $bg: $grid-sticky-hovered-bg );
|
|
415
415
|
}
|
|
@@ -423,13 +423,13 @@
|
|
|
423
423
|
);
|
|
424
424
|
}
|
|
425
425
|
.k-columnmenu-item:focus,
|
|
426
|
-
.k-columnmenu-item.k-state-focus
|
|
426
|
+
.k-columnmenu-item.k-state-focus,
|
|
427
427
|
.k-columnmenu-item.k-focus {
|
|
428
428
|
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
429
429
|
}
|
|
430
430
|
|
|
431
431
|
.k-columnmenu-item {
|
|
432
|
-
&.k-state-selected
|
|
432
|
+
&.k-state-selected,
|
|
433
433
|
&.k-selected {
|
|
434
434
|
@include fill(
|
|
435
435
|
$kendo-list-item-selected-text,
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
);
|
|
456
456
|
|
|
457
457
|
&:hover,
|
|
458
|
-
&.k-state-hover
|
|
458
|
+
&.k-state-hover,
|
|
459
459
|
&.k-hover {
|
|
460
460
|
@include fill(
|
|
461
461
|
$kendo-list-item-hover-text,
|
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
);
|
|
464
464
|
}
|
|
465
465
|
|
|
466
|
-
&.k-state-selected
|
|
466
|
+
&.k-state-selected,
|
|
467
467
|
&.k-selected {
|
|
468
468
|
@include fill(
|
|
469
469
|
$kendo-list-item-selected-text,
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
}
|
|
473
473
|
|
|
474
474
|
&:focus,
|
|
475
|
-
&.k-state-focused
|
|
475
|
+
&.k-state-focused,
|
|
476
476
|
&.k-focus {
|
|
477
477
|
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
478
478
|
}
|
package/scss/index.scss
CHANGED
|
@@ -1,14 +1,31 @@
|
|
|
1
1
|
// Input
|
|
2
|
+
|
|
3
|
+
/// Default width of input components.
|
|
4
|
+
/// @group input
|
|
2
5
|
$kendo-input-default-width: 100% !default;
|
|
3
6
|
|
|
7
|
+
/// Border width of input components.
|
|
8
|
+
/// @group input
|
|
4
9
|
$kendo-input-border-width: 1px !default;
|
|
5
10
|
$kendo-input-border-height: ( $kendo-input-border-width * 2 ) !default;
|
|
11
|
+
/// Border radius of input components.
|
|
12
|
+
/// @group input
|
|
6
13
|
$kendo-input-border-radius: null !default;
|
|
7
14
|
|
|
15
|
+
/// Horizontal padding of input components.
|
|
16
|
+
/// @group input
|
|
8
17
|
$kendo-input-padding-x: map-get( $spacing, 2 ) !default;
|
|
18
|
+
/// Vertical padding of input components.
|
|
19
|
+
/// @group input
|
|
9
20
|
$kendo-input-padding-y: map-get( $spacing, 1 ) !default;
|
|
21
|
+
/// Font family of input components.
|
|
22
|
+
/// @group input
|
|
10
23
|
$kendo-input-font-family: $font-family !default;
|
|
24
|
+
/// Font size of input components.
|
|
25
|
+
/// @group input
|
|
11
26
|
$kendo-input-font-size: $font-size-md !default;
|
|
27
|
+
/// Line height of input components.
|
|
28
|
+
/// @group input
|
|
12
29
|
$kendo-input-line-height: $line-height-md !default;
|
|
13
30
|
|
|
14
31
|
$kendo-input-padding-x-sm: map-get( $spacing, 2 ) !default;
|
|
@@ -21,10 +38,10 @@ $kendo-input-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
|
21
38
|
$kendo-input-font-size-md: $font-size-md !default;
|
|
22
39
|
$kendo-input-line-height-md: $line-height-md !default;
|
|
23
40
|
|
|
24
|
-
$kendo-input-padding-x-lg: map-get( $spacing,
|
|
25
|
-
$kendo-input-padding-y-lg: map-get( $spacing,
|
|
26
|
-
$kendo-input-font-size-lg: $font-size-
|
|
27
|
-
$kendo-input-line-height-lg: $line-height-
|
|
41
|
+
$kendo-input-padding-x-lg: map-get( $spacing, 3 ) !default;
|
|
42
|
+
$kendo-input-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
43
|
+
$kendo-input-font-size-lg: $font-size-lg !default;
|
|
44
|
+
$kendo-input-line-height-lg: $line-height-lg !default;
|
|
28
45
|
|
|
29
46
|
$kendo-input-sizes: (
|
|
30
47
|
sm: (
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
$kendo-list-font-size: null !default;
|
|
6
6
|
$kendo-list-font-size-sm: $font-size-md !default;
|
|
7
7
|
$kendo-list-font-size-md: $font-size-md !default;
|
|
8
|
-
$kendo-list-font-size-lg: $font-size-
|
|
8
|
+
$kendo-list-font-size-lg: $font-size-lg !default;
|
|
9
9
|
|
|
10
10
|
/// Line height of the list component, if no size is set.
|
|
11
11
|
/// @group list
|
|
12
12
|
$kendo-list-line-height: null !default;
|
|
13
|
-
$kendo-list-line-height-sm:
|
|
14
|
-
$kendo-list-line-height-md:
|
|
15
|
-
$kendo-list-line-height-lg:
|
|
13
|
+
$kendo-list-line-height-sm: $line-height-md !default;
|
|
14
|
+
$kendo-list-line-height-md: $line-height-md !default;
|
|
15
|
+
$kendo-list-line-height-lg: $line-height-lg !default;
|
|
16
16
|
|
|
17
17
|
/// Horizontal padding of list header, if no size is set.
|
|
18
18
|
/// @group list
|
|
@@ -58,7 +58,7 @@ $kendo-list-item-padding-x: null !default;
|
|
|
58
58
|
$kendo-list-item-padding-x-base: map-get( $spacing, 2 ) !default;
|
|
59
59
|
$kendo-list-item-padding-x-sm: map-get( $spacing, 2 ) !default;
|
|
60
60
|
$kendo-list-item-padding-x-md: map-get( $spacing, 2 ) !default;
|
|
61
|
-
$kendo-list-item-padding-x-lg: map-get( $spacing,
|
|
61
|
+
$kendo-list-item-padding-x-lg: map-get( $spacing, 3 ) !default;
|
|
62
62
|
|
|
63
63
|
/// Vertical padding of list items, when no size is set.
|
|
64
64
|
/// @group list
|
|
@@ -66,7 +66,7 @@ $kendo-list-item-padding-y: null !default;
|
|
|
66
66
|
$kendo-list-item-padding-y-base: map-get( $spacing, 1 ) !default;
|
|
67
67
|
$kendo-list-item-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
68
68
|
$kendo-list-item-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
69
|
-
$kendo-list-item-padding-y-lg: map-get( $spacing,
|
|
69
|
+
$kendo-list-item-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
70
70
|
|
|
71
71
|
/// Font size of list items, if no size is set.
|
|
72
72
|
/// @group list
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
// Listview content
|
|
14
14
|
.k-listview-content {
|
|
15
15
|
|
|
16
|
-
> .k-state-focused
|
|
16
|
+
> .k-state-focused,
|
|
17
17
|
> .k-focus {
|
|
18
18
|
@include fill(
|
|
19
19
|
$listview-item-focus-text,
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
@include box-shadow( $listview-item-focus-shadow );
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
> .k-state-selected
|
|
26
|
+
> .k-state-selected,
|
|
27
27
|
> .k-selected {
|
|
28
28
|
@include fill(
|
|
29
29
|
$listview-item-selected-text,
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
.k-orgchart-node-group-container:focus,
|
|
36
36
|
.k-orgchart-node-group-container.k-focus,
|
|
37
37
|
.k-orgchart-node-group-container.k-state-focus,
|
|
38
|
-
.k-orgchart-node-group-container.k-state-focused
|
|
38
|
+
.k-orgchart-node-group-container.k-state-focused,
|
|
39
39
|
.k-orgchart-node-group-container.k-focus {
|
|
40
40
|
@include box-shadow( $orgchart-node-group-focus-shadow );
|
|
41
41
|
@include fill ( $border: $orgchart-node-group-focus-border );
|
package/scss/pager/_layout.scss
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
|
|
34
34
|
// Focused state
|
|
35
35
|
&:focus,
|
|
36
|
-
&.k-state-focus
|
|
36
|
+
&.k-state-focus,
|
|
37
37
|
&.k-focus {
|
|
38
38
|
z-index: 3;
|
|
39
39
|
}
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
&:hover {
|
|
84
84
|
z-index: 2;
|
|
85
85
|
}
|
|
86
|
-
&.k-state-disabled
|
|
86
|
+
&.k-state-disabled,
|
|
87
87
|
&.k-disabled {
|
|
88
88
|
color: inherit;
|
|
89
89
|
}
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
// Selected state
|
|
136
|
-
.k-state-selected
|
|
136
|
+
.k-state-selected,
|
|
137
137
|
.k-selected {
|
|
138
138
|
cursor: inherit;
|
|
139
139
|
z-index: 2;
|
package/scss/pager/_theme.scss
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
&:focus,
|
|
11
11
|
&.k-focus,
|
|
12
12
|
&.k-state-focus,
|
|
13
|
-
&.k-state-focused
|
|
13
|
+
&.k-state-focused,
|
|
14
14
|
&.k-focus {
|
|
15
15
|
@include fill( $bg: $pager-focus-bg );
|
|
16
16
|
@include box-shadow( $pager-focus-shadow );
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
);
|
|
27
27
|
|
|
28
28
|
&:hover,
|
|
29
|
-
&.k-state-hover
|
|
29
|
+
&.k-state-hover,
|
|
30
30
|
&.k-hover {
|
|
31
31
|
@include fill(
|
|
32
32
|
$pager-item-hover-text,
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
);
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
&.k-state-selected
|
|
38
|
+
&.k-state-selected,
|
|
39
39
|
&.k-selected {
|
|
40
40
|
@include fill(
|
|
41
41
|
$pager-item-selected-text,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
&:focus,
|
|
48
|
-
&.k-state-focus
|
|
48
|
+
&.k-state-focus,
|
|
49
49
|
&.k-focus {
|
|
50
50
|
background-color: $pager-item-focus-bg;
|
|
51
51
|
@include box-shadow( $pager-item-focus-shadow );
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
);
|
|
70
70
|
|
|
71
71
|
&:hover,
|
|
72
|
-
&.k-state-hover
|
|
72
|
+
&.k-state-hover,
|
|
73
73
|
&.k-hover {
|
|
74
74
|
@include fill(
|
|
75
75
|
$pager-number-hover-text,
|
|
@@ -79,13 +79,13 @@
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
&:focus,
|
|
82
|
-
&.k-state-focus
|
|
82
|
+
&.k-state-focus,
|
|
83
83
|
&.k-focus {
|
|
84
84
|
background-color: $pager-number-focus-bg;
|
|
85
85
|
@include box-shadow( $pager-number-focus-shadow );
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
&.k-state-selected
|
|
88
|
+
&.k-state-selected,
|
|
89
89
|
&.k-selected {
|
|
90
90
|
@include fill(
|
|
91
91
|
$pager-number-selected-text,
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
);
|
|
119
119
|
|
|
120
120
|
&:hover,
|
|
121
|
-
&.k-state-hover
|
|
121
|
+
&.k-state-hover,
|
|
122
122
|
&.k-hover {
|
|
123
123
|
@include fill(
|
|
124
124
|
$dropdownlist-hovered-text,
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
.k-link {
|
|
140
140
|
|
|
141
141
|
&:hover,
|
|
142
|
-
&.k-state-hover
|
|
142
|
+
&.k-state-hover,
|
|
143
143
|
&.k-hover {
|
|
144
144
|
@include fill(
|
|
145
145
|
$kendo-list-item-hover-text,
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
);
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
&.k-state-selected
|
|
150
|
+
&.k-state-selected,
|
|
151
151
|
&.k-selected {
|
|
152
152
|
@include fill(
|
|
153
153
|
$kendo-list-item-selected-text,
|