@progress/kendo-theme-material 10.6.0 → 11.0.0-dev.1
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 +1 -1
- package/dist/material-2-dark.css +1 -0
- package/dist/material-2-dark.scss +137 -0
- package/dist/material-2.css +1 -0
- package/dist/material-2.scss +132 -0
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-aqua-dark.scss +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-arctic.scss +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-burnt-teal.scss +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-dataviz-v4.scss +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-eggplant.scss +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime-dark.scss +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-lime.scss +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main-dark.scss +98 -98
- package/dist/material-main.css +1 -1
- package/dist/material-main.scss +1 -5
- package/dist/material-nova.css +1 -1
- package/dist/material-nova.scss +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific-dark.scss +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-pacific.scss +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky-dark.scss +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-sky.scss +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/material-smoke.scss +1 -1
- package/dist/meta/sassdoc-data.json +13278 -11518
- package/dist/meta/sassdoc-raw-data.json +4563 -3763
- package/dist/meta/variables.json +2591 -3022
- package/lib/swatches/index.js +2 -0
- package/lib/swatches/material-2-dark.json +657 -0
- package/lib/swatches/material-2.json +632 -0
- package/lib/swatches/material-aqua-dark.json +1 -243
- package/lib/swatches/material-arctic.json +1 -243
- package/lib/swatches/material-burnt-teal.json +1 -243
- package/lib/swatches/material-dataviz-v4.json +1 -47
- package/lib/swatches/material-eggplant.json +1 -243
- package/lib/swatches/material-lime-dark.json +1 -243
- package/lib/swatches/material-lime.json +1 -243
- package/lib/swatches/material-main-dark.json +103 -345
- package/lib/swatches/material-main.json +7 -250
- package/lib/swatches/material-nova.json +1 -243
- package/lib/swatches/material-pacific-dark.json +1 -243
- package/lib/swatches/material-pacific.json +1 -243
- package/lib/swatches/material-sky-dark.json +1 -243
- package/lib/swatches/material-sky.json +1 -243
- package/lib/swatches/material-smoke.json +1 -243
- package/package.json +4 -4
- package/scss/action-buttons/_layout.scss +0 -23
- package/scss/action-buttons/_theme.scss +0 -13
- package/scss/action-buttons/_variables.scss +3 -3
- package/scss/action-sheet/_layout.scss +6 -0
- package/scss/action-sheet/_variables.scss +27 -28
- package/scss/adaptive/_variables.scss +13 -13
- package/scss/appbar/_variables.scss +22 -8
- package/scss/avatar/_variables.scss +12 -1
- package/scss/badge/_layout.scss +0 -1
- package/scss/badge/_variables.scss +23 -9
- package/scss/bottom-navigation/_theme.scss +55 -4
- package/scss/bottom-navigation/_variables.scss +31 -17
- package/scss/breadcrumb/_variables.scss +21 -21
- package/scss/button/_layout.scss +0 -81
- package/scss/button/_theme.scss +110 -44
- package/scss/button/_variables.scss +47 -34
- package/scss/calendar/_layout.scss +13 -16
- package/scss/calendar/_theme.scss +29 -11
- package/scss/calendar/_variables.scss +83 -56
- package/scss/captcha/_variables.scss +3 -3
- package/scss/card/_variables.scss +34 -20
- package/scss/chart-wizard/_variables.scss +4 -4
- package/scss/chat/_theme.scss +5 -1
- package/scss/chat/_variables.scss +15 -15
- package/scss/checkbox/_layout.scss +35 -0
- package/scss/checkbox/_theme.scss +113 -4
- package/scss/checkbox/_variables.scss +23 -20
- package/scss/chip/_layout.scss +10 -0
- package/scss/chip/_theme.scss +41 -61
- package/scss/chip/_variables.scss +48 -30
- package/scss/color-preview/_variables.scss +3 -3
- package/scss/coloreditor/_variables.scss +11 -11
- package/scss/colorgradient/_variables.scss +7 -37
- package/scss/column-menu/_variables.scss +1 -1
- package/scss/core/_index.scss +8 -3
- package/scss/core/color-system/_palettes.scss +243 -242
- package/scss/core/color-system/_swatch.scss +142 -145
- package/scss/core/elevation/index.import.scss +18 -27
- package/scss/core/typography/index.import.scss +8 -8
- package/scss/dataviz/_variables.scss +61 -48
- package/scss/dialog/_theme.scss +1 -1
- package/scss/dialog/_variables.scss +9 -4
- package/scss/dock-manager/_variables.scss +18 -18
- package/scss/draggable/_variables.scss +4 -4
- package/scss/drawer/_layout.scss +2 -0
- package/scss/drawer/_theme.scss +0 -11
- package/scss/drawer/_variables.scss +49 -24
- package/scss/dropzone/_variables.scss +7 -7
- package/scss/editor/_layout.scss +2 -12
- package/scss/editor/_variables.scss +15 -8
- package/scss/expansion-panel/_layout.scss +5 -0
- package/scss/expansion-panel/_variables.scss +10 -10
- package/scss/fab/_layout.scss +1 -1
- package/scss/fab/_theme.scss +24 -23
- package/scss/fab/_variables.scss +25 -14
- package/scss/filemanager/_theme.scss +4 -0
- package/scss/filemanager/_variables.scss +6 -6
- package/scss/filter/_variables.scss +4 -4
- package/scss/floating-label/_theme.scss +1 -1
- package/scss/floating-label/_variables.scss +2 -2
- package/scss/forms/_variables.scss +6 -6
- package/scss/gantt/_variables.scss +27 -27
- package/scss/grid/_layout.scss +6 -21
- package/scss/grid/_theme.scss +14 -128
- package/scss/grid/_variables.scss +20 -20
- package/scss/imageeditor/_variables.scss +4 -4
- package/scss/index.scss +3 -0
- package/scss/input/_layout.scss +10 -14
- package/scss/input/_variables.scss +45 -44
- package/scss/list/_theme.scss +1 -1
- package/scss/list/_variables.scss +103 -25
- package/scss/listbox/_variables.scss +3 -3
- package/scss/listgroup/_variables.scss +6 -6
- package/scss/listview/_theme.scss +0 -13
- package/scss/listview/_variables.scss +7 -7
- package/scss/loader/_variables.scss +18 -4
- package/scss/map/_variables.scss +6 -6
- package/scss/marquee/_index.scss +16 -0
- package/scss/marquee/_layout.scss +6 -0
- package/scss/marquee/_theme.scss +6 -0
- package/scss/marquee/_variables.scss +11 -0
- package/scss/mediaplayer/_variables.scss +4 -4
- package/scss/menu/_layout.scss +4 -0
- package/scss/menu/_theme.scss +1 -26
- package/scss/menu/_variables.scss +49 -41
- package/scss/menu-button/_variables.scss +1 -1
- package/scss/messagebox/_layout.scss +5 -1
- package/scss/messagebox/_variables.scss +16 -2
- package/scss/no-data/_variables.scss +1 -1
- package/scss/notification/_functions.scss +1 -1
- package/scss/notification/_layout.scss +5 -0
- package/scss/notification/_theme.scss +1 -0
- package/scss/notification/_variables.scss +30 -9
- package/scss/orgchart/_variables.scss +10 -10
- package/scss/overlay/_variables.scss +12 -1
- package/scss/pager/_variables.scss +8 -8
- package/scss/panel/_variables.scss +3 -3
- package/scss/panelbar/_layout.scss +29 -1
- package/scss/panelbar/_theme.scss +0 -1
- package/scss/panelbar/_variables.scss +29 -29
- package/scss/pdf-viewer/_variables.scss +15 -15
- package/scss/pivotgrid/_theme.scss +0 -12
- package/scss/pivotgrid/_variables.scss +23 -23
- package/scss/popover/_variables.scss +5 -5
- package/scss/popup/_variables.scss +7 -7
- package/scss/progressbar/_layout.scss +11 -4
- package/scss/progressbar/_variables.scss +6 -6
- package/scss/prompt/_layout.scss +4 -0
- package/scss/prompt/_variables.scss +17 -17
- package/scss/radio/_layout.scss +35 -0
- package/scss/radio/_theme.scss +109 -4
- package/scss/radio/_variables.scss +19 -16
- package/scss/rating/_variables.scss +7 -7
- package/scss/scheduler/_layout.scss +2 -89
- package/scss/scheduler/_theme.scss +3 -3
- package/scss/scheduler/_variables.scss +22 -19
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_layout.scss +11 -0
- package/scss/slider/_theme.scss +1 -10
- package/scss/slider/_variables.scss +25 -16
- package/scss/split-button/_layout.scss +12 -0
- package/scss/split-button/_variables.scss +4 -4
- package/scss/splitter/_variables.scss +9 -9
- package/scss/spreadsheet/_layout.scss +0 -35
- package/scss/spreadsheet/_theme.scss +3 -25
- package/scss/spreadsheet/_variables.scss +32 -31
- package/scss/stepper/_layout.scss +15 -1
- package/scss/stepper/_theme.scss +8 -0
- package/scss/stepper/_variables.scss +21 -21
- package/scss/switch/_layout.scss +20 -5
- package/scss/switch/_theme.scss +2 -9
- package/scss/switch/_variables.scss +50 -16
- package/scss/table/_layout.scss +22 -20
- package/scss/table/_theme.scss +6 -32
- package/scss/table/_variables.scss +13 -13
- package/scss/tabstrip/_layout.scss +100 -4
- package/scss/tabstrip/_variables.scss +20 -20
- package/scss/taskboard/_layout.scss +4 -0
- package/scss/taskboard/_variables.scss +18 -18
- package/scss/tilelayout/_layout.scss +7 -1
- package/scss/tilelayout/_variables.scss +4 -4
- package/scss/timeline/_variables.scss +7 -7
- package/scss/timeselector/_layout.scss +38 -0
- package/scss/timeselector/_theme.scss +8 -6
- package/scss/timeselector/_variables.scss +39 -28
- package/scss/toolbar/_layout.scss +0 -47
- package/scss/toolbar/_theme.scss +4 -44
- package/scss/toolbar/_variables.scss +17 -17
- package/scss/tooltip/_functions.scss +1 -1
- package/scss/tooltip/_variables.scss +19 -8
- package/scss/treelist/_layout.scss +0 -19
- package/scss/treelist/_theme.scss +10 -15
- package/scss/treelist/_variables.scss +1 -1
- package/scss/treeview/_theme.scss +2 -31
- package/scss/treeview/_variables.scss +25 -25
- package/scss/typography/_variables.scss +24 -24
- package/scss/upload/_theme.scss +1 -1
- package/scss/upload/_variables.scss +14 -14
- package/scss/window/_layout.scss +14 -0
- package/scss/window/_variables.scss +14 -14
- package/scss/wizard/_variables.scss +3 -3
- package/scss/core/color-system/_functions.scss +0 -104
- package/scss/core/color-system/_palettes-legacy.scss +0 -671
- package/scss/core/color-system/_swatch-legacy.scss +0 -299
package/scss/table/_layout.scss
CHANGED
|
@@ -5,29 +5,31 @@
|
|
|
5
5
|
@mixin kendo-table--layout() {
|
|
6
6
|
@include kendo-table--layout-base();
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
.k-table {
|
|
10
|
-
td:focus,
|
|
11
|
-
td.k-focus,
|
|
12
|
-
th:focus,
|
|
13
|
-
th.k-focus {
|
|
14
|
-
position: relative;
|
|
8
|
+
.k-table {
|
|
15
9
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
position: absolute;
|
|
21
|
-
top: 0;
|
|
22
|
-
left: 0;
|
|
23
|
-
pointer-events: none;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
10
|
+
th,
|
|
11
|
+
.k-table-th{
|
|
12
|
+
font-weight: var( --kendo-font-weight-semibold, 600 );
|
|
13
|
+
}
|
|
26
14
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
15
|
+
td:focus,
|
|
16
|
+
td.k-focus,
|
|
17
|
+
th:focus,
|
|
18
|
+
th.k-focus {
|
|
19
|
+
position: relative;
|
|
20
|
+
&::after {
|
|
21
|
+
content: "";
|
|
22
|
+
width: 100%;
|
|
23
|
+
height: 100%;
|
|
24
|
+
position: absolute;
|
|
25
|
+
top: 0;
|
|
26
|
+
left: 0;
|
|
27
|
+
pointer-events: none;
|
|
30
28
|
}
|
|
31
29
|
}
|
|
30
|
+
td.k-grid-content-sticky,
|
|
31
|
+
td.k-grid-header-sticky {
|
|
32
|
+
position: sticky;
|
|
33
|
+
}
|
|
32
34
|
}
|
|
33
35
|
}
|
package/scss/table/_theme.scss
CHANGED
|
@@ -7,41 +7,15 @@
|
|
|
7
7
|
|
|
8
8
|
@include kendo-table--theme-base();
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
&::after {
|
|
17
|
-
background-color: $kendo-table-hover-bg;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
} @else {
|
|
22
|
-
|
|
23
|
-
// Selected state
|
|
24
|
-
.k-table-tbody .k-table-row.k-selected,
|
|
25
|
-
.k-table-tbody .k-table-cell.k-selected {
|
|
26
|
-
color: $kendo-table-selected-text;
|
|
27
|
-
background-color: $kendo-table-selected-bg;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.k-table-tbody .k-table-row.k-selected > td {
|
|
31
|
-
color: inherit;
|
|
32
|
-
background-color: transparent;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.k-table .k-table-tbody {
|
|
36
|
-
td:focus,
|
|
37
|
-
td.k-focus,
|
|
38
|
-
th:focus,
|
|
39
|
-
th.k-focus {
|
|
40
|
-
color: inherit;
|
|
10
|
+
.k-table .k-table-tbody {
|
|
11
|
+
td:focus,
|
|
12
|
+
td.k-focus,
|
|
13
|
+
th:focus,
|
|
14
|
+
th.k-focus {
|
|
15
|
+
&::after {
|
|
41
16
|
background-color: $kendo-table-hover-bg;
|
|
42
17
|
}
|
|
43
18
|
}
|
|
44
|
-
|
|
45
19
|
}
|
|
46
20
|
|
|
47
21
|
}
|
|
@@ -31,14 +31,14 @@ $kendo-table-cell-padding-x: null !default;
|
|
|
31
31
|
/// @group table
|
|
32
32
|
$kendo-table-cell-padding-y: null !default;
|
|
33
33
|
|
|
34
|
-
$kendo-table-sm-cell-padding-x: k-spacing(2
|
|
35
|
-
$kendo-table-sm-cell-padding-y: k-spacing(
|
|
34
|
+
$kendo-table-sm-cell-padding-x: k-spacing(2) !default;
|
|
35
|
+
$kendo-table-sm-cell-padding-y: k-spacing(2) !default;
|
|
36
36
|
|
|
37
|
-
$kendo-table-md-cell-padding-x: k-spacing(
|
|
38
|
-
$kendo-table-md-cell-padding-y: k-spacing(
|
|
37
|
+
$kendo-table-md-cell-padding-x: k-spacing(3) !default;
|
|
38
|
+
$kendo-table-md-cell-padding-y: k-spacing(3) !default;
|
|
39
39
|
|
|
40
|
-
$kendo-table-lg-cell-padding-x: k-spacing(
|
|
41
|
-
$kendo-table-lg-cell-padding-y: k-spacing(
|
|
40
|
+
$kendo-table-lg-cell-padding-x: k-spacing(4) !default;
|
|
41
|
+
$kendo-table-lg-cell-padding-y: k-spacing(4) !default;
|
|
42
42
|
|
|
43
43
|
/// The sizes of the table.
|
|
44
44
|
/// @group table
|
|
@@ -66,21 +66,21 @@ $kendo-table-sizes: (
|
|
|
66
66
|
|
|
67
67
|
/// Background color of tables.
|
|
68
68
|
/// @group table
|
|
69
|
-
$kendo-table-bg:
|
|
69
|
+
$kendo-table-bg: k-color(surface-alt) !default;
|
|
70
70
|
/// Text color of tables.
|
|
71
71
|
/// @group table
|
|
72
|
-
$kendo-table-text:
|
|
72
|
+
$kendo-table-text: k-color(on-app-surface) !default;
|
|
73
73
|
/// Border color of tables.
|
|
74
74
|
/// @group table
|
|
75
|
-
$kendo-table-border:
|
|
75
|
+
$kendo-table-border: k-color(border) !default;
|
|
76
76
|
|
|
77
77
|
|
|
78
78
|
/// Background color of table headers.
|
|
79
79
|
/// @group table
|
|
80
|
-
$kendo-table-header-bg:
|
|
80
|
+
$kendo-table-header-bg: k-color(surface) !default;
|
|
81
81
|
/// Text color of table headers.
|
|
82
82
|
/// @group table
|
|
83
|
-
$kendo-table-header-text:
|
|
83
|
+
$kendo-table-header-text: k-color(on-app-surface) !default;
|
|
84
84
|
/// Border color of table headers.
|
|
85
85
|
/// @group table
|
|
86
86
|
$kendo-table-header-border: $kendo-table-border !default;
|
|
@@ -124,7 +124,7 @@ $kendo-table-alt-row-border: null !default;
|
|
|
124
124
|
|
|
125
125
|
/// Background color of hovered rows in table.
|
|
126
126
|
/// @group table
|
|
127
|
-
$kendo-table-hover-bg:
|
|
127
|
+
$kendo-table-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
128
128
|
/// Text color of hovered rows in table.
|
|
129
129
|
/// @group table
|
|
130
130
|
$kendo-table-hover-text: null !default;
|
|
@@ -149,7 +149,7 @@ $kendo-table-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
149
149
|
|
|
150
150
|
/// Background color of selected rows in table.
|
|
151
151
|
/// @group table
|
|
152
|
-
$kendo-table-selected-bg:
|
|
152
|
+
$kendo-table-selected-bg: color-mix(in srgb, k-color(primary) 20%, transparent) !default;
|
|
153
153
|
/// Text color of selected rows in table.
|
|
154
154
|
/// @group table
|
|
155
155
|
$kendo-table-selected-text: null !default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "./_variables.scss" as *;
|
|
1
2
|
@use "@progress/kendo-theme-core/scss/components/tabstrip/_layout.scss" as *;
|
|
2
3
|
|
|
3
4
|
|
|
@@ -5,12 +6,107 @@
|
|
|
5
6
|
|
|
6
7
|
@include kendo-tabstrip--layout-base();
|
|
7
8
|
|
|
8
|
-
.k-tabstrip-items {
|
|
9
|
-
|
|
9
|
+
.k-tabstrip-items .k-item {
|
|
10
|
+
font-weight: var( --kendo-font-weight-medium, medium );
|
|
10
11
|
}
|
|
11
12
|
|
|
12
|
-
.k-tabstrip
|
|
13
|
-
|
|
13
|
+
.k-tabstrip .k-tabstrip-items-wrapper .k-item.k-active::after {
|
|
14
|
+
border-width: 0;
|
|
14
15
|
}
|
|
15
16
|
|
|
17
|
+
.k-tabstrip-items .k-item-actions {
|
|
18
|
+
align-self: center;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active,
|
|
22
|
+
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
23
|
+
margin-bottom: 0;
|
|
24
|
+
border-bottom-width: 0;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.k-tabstrip-top,
|
|
28
|
+
.k-tabstrip-bottom {
|
|
29
|
+
.k-tabstrip-items-wrapper {
|
|
30
|
+
.k-item::after {
|
|
31
|
+
display: none;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.k-item .k-link {
|
|
35
|
+
position: relative;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.k-item .k-link::after {
|
|
39
|
+
content: "";
|
|
40
|
+
display: none;
|
|
41
|
+
position: absolute;
|
|
42
|
+
z-index: 2;
|
|
43
|
+
top: 0;
|
|
44
|
+
right: 0;
|
|
45
|
+
bottom: 0;
|
|
46
|
+
left: 0;
|
|
47
|
+
height: $kendo-tabstrip-indicator-size;
|
|
48
|
+
margin: 0 $kendo-tabstrip-item-padding-x;
|
|
49
|
+
pointer-events: none;
|
|
50
|
+
}
|
|
51
|
+
.k-item.k-active .k-link::after {
|
|
52
|
+
display: block;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.k-item > .k-link {
|
|
56
|
+
z-index: 1;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.k-tabstrip-right,
|
|
62
|
+
.k-tabstrip-left {
|
|
63
|
+
.k-tabstrip-items-wrapper {
|
|
64
|
+
.k-item::after {
|
|
65
|
+
content: "";
|
|
66
|
+
display: none;
|
|
67
|
+
position: absolute;
|
|
68
|
+
z-index: 2;
|
|
69
|
+
top: 0;
|
|
70
|
+
right: 0;
|
|
71
|
+
bottom: 0;
|
|
72
|
+
left: 0;
|
|
73
|
+
pointer-events: none;
|
|
74
|
+
width: $kendo-tabstrip-indicator-size;
|
|
75
|
+
height: auto;
|
|
76
|
+
margin: $kendo-tabstrip-item-padding-y 0;
|
|
77
|
+
}
|
|
78
|
+
.k-item.k-active::after {
|
|
79
|
+
display: block;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
// Variants
|
|
85
|
+
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item .k-link::after {
|
|
86
|
+
top: auto;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item::after {
|
|
90
|
+
left: auto;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item::after {
|
|
94
|
+
right: auto;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.k-tabstrip-top .k-tabstrip-items-wrapper .k-item.k-active .k-link::after {
|
|
98
|
+
border-radius: var( --kendo-border-radius-full, 9999px ) var( --kendo-border-radius-full, 9999px ) 0 0;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.k-tabstrip-bottom .k-tabstrip-items-wrapper .k-item.k-active .k-link::after {
|
|
102
|
+
border-radius: 0 0 var( --kendo-border-radius-full, 9999px ) var( --kendo-border-radius-full, 9999px );
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.k-tabstrip-left .k-tabstrip-items-wrapper .k-item.k-active::after {
|
|
106
|
+
border-radius: var( --kendo-border-radius-full, 9999px ) 0 0 var( --kendo-border-radius-full, 9999px );
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.k-tabstrip-right .k-tabstrip-items-wrapper .k-item.k-active::after {
|
|
110
|
+
border-radius: 0 var( --kendo-border-radius-full, 9999px ) var( --kendo-border-radius-full, 9999px ) 0;
|
|
111
|
+
}
|
|
16
112
|
}
|
|
@@ -24,7 +24,7 @@ $kendo-tabstrip-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
24
24
|
$kendo-tabstrip-font-size: var( --kendo-font-size, inherit ) !default;
|
|
25
25
|
/// The line height of the TabStrip.
|
|
26
26
|
/// @group tabstrip
|
|
27
|
-
$kendo-tabstrip-line-height:
|
|
27
|
+
$kendo-tabstrip-line-height: var( --kendo-line-height, inherit ) !default;
|
|
28
28
|
/// The border width around the TabStrip.
|
|
29
29
|
/// @group tabstrip
|
|
30
30
|
$kendo-tabstrip-border-width: 1px !default;
|
|
@@ -63,14 +63,14 @@ $kendo-tabstrip-wrapper-border: null !default;
|
|
|
63
63
|
$kendo-tabstrip-bg: null !default;
|
|
64
64
|
/// The text color of the TabStrip.
|
|
65
65
|
/// @group tabstrip
|
|
66
|
-
$kendo-tabstrip-text:
|
|
66
|
+
$kendo-tabstrip-text: k-color(subtle) !default;
|
|
67
67
|
/// The border color of the TabStrip.
|
|
68
68
|
/// @group tabstrip
|
|
69
|
-
$kendo-tabstrip-border:
|
|
69
|
+
$kendo-tabstrip-border: k-color(border) !default;
|
|
70
70
|
|
|
71
71
|
/// The horizontal padding of the TabStrip items.
|
|
72
72
|
/// @group tabstrip
|
|
73
|
-
$kendo-tabstrip-item-padding-x: k-spacing(
|
|
73
|
+
$kendo-tabstrip-item-padding-x: k-spacing(4) !default;
|
|
74
74
|
/// The vertical padding of the TabStrip items.
|
|
75
75
|
/// @group tabstrip
|
|
76
76
|
$kendo-tabstrip-item-padding-y: k-spacing(3.5) !default;
|
|
@@ -85,10 +85,10 @@ $kendo-tabstrip-item-border-radius: 0px !default;
|
|
|
85
85
|
$kendo-tabstrip-item-gap: k-spacing(0) !default;
|
|
86
86
|
/// The horizontal padding of the small TabStrip items.
|
|
87
87
|
/// @group tabstrip
|
|
88
|
-
$kendo-tabstrip-sm-item-padding-x: k-spacing(
|
|
88
|
+
$kendo-tabstrip-sm-item-padding-x: k-spacing(4) !default;
|
|
89
89
|
/// The vertical padding of the small TabStrip items.
|
|
90
90
|
/// @group tabstrip
|
|
91
|
-
$kendo-tabstrip-sm-item-padding-y: k-spacing(
|
|
91
|
+
$kendo-tabstrip-sm-item-padding-y: k-spacing(2.5) !default;
|
|
92
92
|
/// The horizontal padding of the medium TabStrip items.
|
|
93
93
|
/// @group tabstrip
|
|
94
94
|
$kendo-tabstrip-md-item-padding-x: $kendo-tabstrip-item-padding-x !default;
|
|
@@ -97,17 +97,17 @@ $kendo-tabstrip-md-item-padding-x: $kendo-tabstrip-item-padding-x !default;
|
|
|
97
97
|
$kendo-tabstrip-md-item-padding-y: $kendo-tabstrip-item-padding-y !default;
|
|
98
98
|
/// The horizontal padding of the large TabStrip items.
|
|
99
99
|
/// @group tabstrip
|
|
100
|
-
$kendo-tabstrip-lg-item-padding-x: k-spacing(
|
|
100
|
+
$kendo-tabstrip-lg-item-padding-x: k-spacing(4) !default;
|
|
101
101
|
/// The vertical padding of the large TabStrip items.
|
|
102
102
|
/// @group tabstrip
|
|
103
|
-
$kendo-tabstrip-lg-item-padding-y: k-spacing(4) !default;
|
|
103
|
+
$kendo-tabstrip-lg-item-padding-y: k-spacing(4.5) !default;
|
|
104
104
|
|
|
105
105
|
/// The background color of the TabStrip items.
|
|
106
106
|
/// @group tabstrip
|
|
107
107
|
$kendo-tabstrip-item-bg: null !default;
|
|
108
108
|
/// The text color of the TabStrip items.
|
|
109
109
|
/// @group tabstrip
|
|
110
|
-
$kendo-tabstrip-item-text:
|
|
110
|
+
$kendo-tabstrip-item-text: k-color(subtle) !default;
|
|
111
111
|
/// The border color of the TabStrip items.
|
|
112
112
|
/// @group tabstrip
|
|
113
113
|
$kendo-tabstrip-item-border: null !default;
|
|
@@ -117,10 +117,10 @@ $kendo-tabstrip-item-gradient: null !default;
|
|
|
117
117
|
|
|
118
118
|
/// The background color of the hovered TabStrip items.
|
|
119
119
|
/// @group tabstrip
|
|
120
|
-
$kendo-tabstrip-item-hover-bg:
|
|
120
|
+
$kendo-tabstrip-item-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
|
|
121
121
|
/// The text color of the hovered TabStrip items.
|
|
122
122
|
/// @group tabstrip
|
|
123
|
-
$kendo-tabstrip-item-hover-text:
|
|
123
|
+
$kendo-tabstrip-item-hover-text: null !default;
|
|
124
124
|
/// The border color of the hovered TabStrip items.
|
|
125
125
|
/// @group tabstrip
|
|
126
126
|
$kendo-tabstrip-item-hover-border: null !default;
|
|
@@ -130,10 +130,10 @@ $kendo-tabstrip-item-hover-gradient: null !default;
|
|
|
130
130
|
|
|
131
131
|
/// The background color of the selected TabStrip items.
|
|
132
132
|
/// @group tabstrip
|
|
133
|
-
$kendo-tabstrip-item-selected-bg:
|
|
133
|
+
$kendo-tabstrip-item-selected-bg: null !default;
|
|
134
134
|
/// The text color of the selected TabStrip items.
|
|
135
135
|
/// @group tabstrip
|
|
136
|
-
$kendo-tabstrip-item-selected-text:
|
|
136
|
+
$kendo-tabstrip-item-selected-text: k-color(primary) !default;
|
|
137
137
|
/// The border color of the selected TabStrip items.
|
|
138
138
|
/// @group tabstrip
|
|
139
139
|
$kendo-tabstrip-item-selected-border: unset !default;
|
|
@@ -146,7 +146,7 @@ $kendo-tabstrip-item-selected-font-weight: null !default;
|
|
|
146
146
|
|
|
147
147
|
/// The shadow of the focused TabStrip items.
|
|
148
148
|
/// @group tabstrip
|
|
149
|
-
$kendo-tabstrip-item-focus-shadow:
|
|
149
|
+
$kendo-tabstrip-item-focus-shadow: inset 0 0 0 2px color-mix(in srgb, currentColor 20%, transparent) !default;
|
|
150
150
|
|
|
151
151
|
/// The shadow of the dragged TabStrip items.
|
|
152
152
|
/// @group tabstrip
|
|
@@ -157,7 +157,7 @@ $kendo-tabstrip-item-dragging-shadow: k-elevation(3) !default;
|
|
|
157
157
|
$kendo-tabstrip-item-disabled-bg: null !default;
|
|
158
158
|
/// The text color of the disabled TabStrip items.
|
|
159
159
|
/// @group tabstrip
|
|
160
|
-
$kendo-tabstrip-item-disabled-text:
|
|
160
|
+
$kendo-tabstrip-item-disabled-text: null !default;
|
|
161
161
|
/// The border color of the disabled TabStrip items.
|
|
162
162
|
/// @group tabstrip
|
|
163
163
|
$kendo-tabstrip-item-disabled-border: null !default;
|
|
@@ -166,17 +166,17 @@ $kendo-tabstrip-item-disabled-border: null !default;
|
|
|
166
166
|
$kendo-tabstrip-item-disabled-gradient: null !default;
|
|
167
167
|
/// The opacity of the disabled TabStrip items.
|
|
168
168
|
/// @group tabstrip
|
|
169
|
-
$kendo-tabstrip-item-disabled-opacity:
|
|
169
|
+
$kendo-tabstrip-item-disabled-opacity: var(--kendo-disabled-opacity, unset) !default;
|
|
170
170
|
/// The filter of the disabled TabStrip items.
|
|
171
171
|
/// @group tabstrip
|
|
172
172
|
$kendo-tabstrip-item-disabled-filter: null !default;
|
|
173
173
|
|
|
174
174
|
/// The border width of the TabStrip indicator.
|
|
175
175
|
/// @group tabstrip
|
|
176
|
-
$kendo-tabstrip-indicator-size:
|
|
176
|
+
$kendo-tabstrip-indicator-size: 3px !default;
|
|
177
177
|
/// The border color of the TabStrip ripple.
|
|
178
178
|
/// @group tabstrip
|
|
179
|
-
$kendo-tabstrip-indicator-color: $kendo-
|
|
179
|
+
$kendo-tabstrip-indicator-color: $kendo-tabstrip-item-selected-text !default;
|
|
180
180
|
|
|
181
181
|
/// The horizontal padding of the TabStrip content.
|
|
182
182
|
/// @group tabstrip
|
|
@@ -199,11 +199,11 @@ $kendo-tabstrip-content-text: unset !default;
|
|
|
199
199
|
$kendo-tabstrip-content-border: unset !default;
|
|
200
200
|
/// The border color of the focused TabStrip content.
|
|
201
201
|
/// @group tabstrip
|
|
202
|
-
$kendo-tabstrip-content-focus-border:
|
|
202
|
+
$kendo-tabstrip-content-focus-border: k-color(border) !default;
|
|
203
203
|
|
|
204
204
|
/// The left and right scroll overlay of the TabStrip.
|
|
205
205
|
/// @group tabstrip
|
|
206
|
-
$kendo-tabstrip-scroll-overlay:
|
|
206
|
+
$kendo-tabstrip-scroll-overlay: k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
|
|
207
207
|
|
|
208
208
|
/// The size map of the TabStrip.
|
|
209
209
|
/// @group tabstrip
|
|
@@ -24,13 +24,13 @@ $kendo-taskboard-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
24
24
|
$kendo-taskboard-line-height: var( --kendo-line-height, normal ) !default;
|
|
25
25
|
/// The background color of the TaskBoard.
|
|
26
26
|
/// @group taskboard
|
|
27
|
-
$kendo-taskboard-bg:
|
|
27
|
+
$kendo-taskboard-bg: k-color(surface) !default;
|
|
28
28
|
/// The text color of the TaskBoard.
|
|
29
29
|
/// @group taskboard
|
|
30
|
-
$kendo-taskboard-text:
|
|
30
|
+
$kendo-taskboard-text: k-color(on-app-surface) !default;
|
|
31
31
|
/// The border color of the TaskBoard.
|
|
32
32
|
/// @group taskboard
|
|
33
|
-
$kendo-taskboard-border:
|
|
33
|
+
$kendo-taskboard-border: k-color(border) !default;
|
|
34
34
|
|
|
35
35
|
/// The vertical padding of the TaskBoard Toolbar.
|
|
36
36
|
/// @group taskboard
|
|
@@ -82,7 +82,7 @@ $kendo-taskboard-column-border-width: 1px !default;
|
|
|
82
82
|
$kendo-taskboard-column-border-radius: k-border-radius(md) !default;
|
|
83
83
|
/// The background color of the TaskBoard column.
|
|
84
84
|
/// @group taskboard
|
|
85
|
-
$kendo-taskboard-column-bg:
|
|
85
|
+
$kendo-taskboard-column-bg: k-color(app-surface) !default;
|
|
86
86
|
/// The text color of the TaskBoard column.
|
|
87
87
|
/// @group taskboard
|
|
88
88
|
$kendo-taskboard-column-text: null !default;
|
|
@@ -98,7 +98,7 @@ $kendo-taskboard-column-focus-bg: null !default;
|
|
|
98
98
|
$kendo-taskboard-column-focus-text: null !default;
|
|
99
99
|
/// The border color of the focused TaskBoard column.
|
|
100
100
|
/// @group taskboard
|
|
101
|
-
$kendo-taskboard-column-focus-border:
|
|
101
|
+
$kendo-taskboard-column-focus-border: k-color(border-alt) !default;
|
|
102
102
|
|
|
103
103
|
/// The vertical padding of the TaskBoard column header.
|
|
104
104
|
/// @group taskboard
|
|
@@ -117,7 +117,7 @@ $kendo-taskboard-column-header-actions-gap: calc( #{$kendo-taskboard-spacer} / 2
|
|
|
117
117
|
$kendo-taskboard-column-header-font-weight: 500 !default;
|
|
118
118
|
/// The text color of the TaskBoard column header.
|
|
119
119
|
/// @group taskboard
|
|
120
|
-
$kendo-taskboard-column-header-text:
|
|
120
|
+
$kendo-taskboard-column-header-text: k-color(on-app-surface) !default;
|
|
121
121
|
|
|
122
122
|
/// The vertical padding of the TaskBoard column Card wrapper.
|
|
123
123
|
/// @group taskboard
|
|
@@ -143,13 +143,13 @@ $kendo-taskboard-pane-padding-x: null !default;
|
|
|
143
143
|
$kendo-taskboard-pane-border-width: 1px !default;
|
|
144
144
|
/// The background color of the TaskBoard pane.
|
|
145
145
|
/// @group taskboard
|
|
146
|
-
$kendo-taskboard-pane-bg:
|
|
146
|
+
$kendo-taskboard-pane-bg: k-color(surface) !default;
|
|
147
147
|
/// The text color of the TaskBoard pane.
|
|
148
148
|
/// @group taskboard
|
|
149
|
-
$kendo-taskboard-pane-text:
|
|
149
|
+
$kendo-taskboard-pane-text: k-color(on-app-surface) !default;
|
|
150
150
|
/// The border color of the TaskBoard pane.
|
|
151
151
|
/// @group taskboard
|
|
152
|
-
$kendo-taskboard-pane-border:
|
|
152
|
+
$kendo-taskboard-pane-border: k-color(border) !default;
|
|
153
153
|
|
|
154
154
|
/// The vertical padding of the TaskBoard pane header.
|
|
155
155
|
/// @group taskboard
|
|
@@ -162,7 +162,7 @@ $kendo-taskboard-pane-header-padding-x: $kendo-taskboard-spacer !default;
|
|
|
162
162
|
$kendo-taskboard-pane-header-font-weight: 500 !default;
|
|
163
163
|
/// The text color of the TaskBoard pane header.
|
|
164
164
|
/// @group taskboard
|
|
165
|
-
$kendo-taskboard-pane-header-text:
|
|
165
|
+
$kendo-taskboard-pane-header-text: k-color(on-app-surface) !default;
|
|
166
166
|
|
|
167
167
|
/// The vertical padding of the TaskBoard pane content.
|
|
168
168
|
/// @group taskboard
|
|
@@ -198,7 +198,7 @@ $kendo-taskboard-card-bg: $kendo-card-bg !default;
|
|
|
198
198
|
$kendo-taskboard-card-text: $kendo-card-text !default;
|
|
199
199
|
/// The border color of the TaskBoard Card.
|
|
200
200
|
/// @group taskboard
|
|
201
|
-
$kendo-taskboard-card-border:
|
|
201
|
+
$kendo-taskboard-card-border: k-color(border) !default;
|
|
202
202
|
/// The shadow of the TaskBoard Card.
|
|
203
203
|
/// @group taskboard
|
|
204
204
|
$kendo-taskboard-card-shadow: none !default;
|
|
@@ -209,11 +209,11 @@ $kendo-taskboard-card-category-border-width: 4px !default;
|
|
|
209
209
|
|
|
210
210
|
/// The border color of the hovered TaskBoard Card.
|
|
211
211
|
/// @group taskboard
|
|
212
|
-
$kendo-taskboard-card-hover-border:
|
|
212
|
+
$kendo-taskboard-card-hover-border: k-color(border-alt) !default;
|
|
213
213
|
|
|
214
214
|
/// The border color of the focused TaskBoard Card.
|
|
215
215
|
/// @group taskboard
|
|
216
|
-
$kendo-taskboard-card-focus-border:
|
|
216
|
+
$kendo-taskboard-card-focus-border: k-color(border-alt) !default;
|
|
217
217
|
/// The shadow of the focused TaskBoard Card.
|
|
218
218
|
/// @group taskboard
|
|
219
219
|
$kendo-taskboard-card-focus-shadow: none !default;
|
|
@@ -221,20 +221,20 @@ $kendo-taskboard-card-focus-shadow: none !default;
|
|
|
221
221
|
|
|
222
222
|
/// The border of the selected TaskBoard Card.
|
|
223
223
|
/// @group taskboard
|
|
224
|
-
$kendo-taskboard-card-selected-border:
|
|
224
|
+
$kendo-taskboard-card-selected-border: color-mix(in srgb, k-color(primary) 60%, transparent) !default;
|
|
225
225
|
/// The shadow of the selected TaskBoard Card.
|
|
226
226
|
/// @group taskboard
|
|
227
227
|
$kendo-taskboard-card-selected-shadow: none !default;
|
|
228
228
|
|
|
229
229
|
/// The text color of the TaskBoard Card header text.
|
|
230
230
|
/// @group taskboard
|
|
231
|
-
$kendo-taskboard-card-header-text:
|
|
231
|
+
$kendo-taskboard-card-header-text: null !default;
|
|
232
232
|
/// The text color of the hovered TaskBoard Card header text.
|
|
233
233
|
/// @group taskboard
|
|
234
|
-
$kendo-taskboard-card-header-focus-text:
|
|
234
|
+
$kendo-taskboard-card-header-focus-text: null !default;
|
|
235
235
|
/// The text color of the focused TaskBoard Card header text.
|
|
236
236
|
/// @group taskboard
|
|
237
|
-
$kendo-taskboard-card-header-hover-text:
|
|
237
|
+
$kendo-taskboard-card-header-hover-text: null !default;
|
|
238
238
|
|
|
239
239
|
/// The border width of the TaskBoard Card placeholder.
|
|
240
240
|
/// @group taskboard
|
|
@@ -247,7 +247,7 @@ $kendo-taskboard-drag-placeholder-border-radius: $kendo-taskboard-card-border-ra
|
|
|
247
247
|
$kendo-taskboard-drag-placeholder-bg: rgba( white, .2 ) !default;
|
|
248
248
|
/// The border color of the TaskBoard Card placeholder.
|
|
249
249
|
/// @group taskboard
|
|
250
|
-
$kendo-taskboard-drag-placeholder-border:
|
|
250
|
+
$kendo-taskboard-drag-placeholder-border: k-color(border) !default;
|
|
251
251
|
|
|
252
252
|
@forward "@progress/kendo-theme-core/scss/components/taskboard/_variables.scss" with (
|
|
253
253
|
$kendo-taskboard-spacer: $kendo-taskboard-spacer,
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
@use "@progress/kendo-theme-core/scss/components/tilelayout/_layout.scss" as *;
|
|
2
|
-
|
|
2
|
+
@use "../card/_variables.scss" as *;
|
|
3
3
|
|
|
4
4
|
@mixin kendo-tile-layout--layout() {
|
|
5
5
|
@include kendo-tile-layout--layout-base();
|
|
6
|
+
|
|
7
|
+
.k-tilelayout {
|
|
8
|
+
.k-card {
|
|
9
|
+
box-shadow: $kendo-card-shadow;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
6
12
|
}
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
$kendo-tile-layout-border-width: 0px !default;
|
|
9
9
|
/// The background color of the TileLayout.
|
|
10
10
|
/// @group tile-layout
|
|
11
|
-
$kendo-tile-layout-bg:
|
|
11
|
+
$kendo-tile-layout-bg: k-color(surface) !default;
|
|
12
12
|
|
|
13
13
|
/// The horizontal padding of the TileLayout.
|
|
14
14
|
/// @group tile-layout
|
|
15
|
-
$kendo-tile-layout-padding-x: k-spacing(
|
|
15
|
+
$kendo-tile-layout-padding-x: k-spacing(2.5) !default;
|
|
16
16
|
|
|
17
17
|
/// The vertical padding of the TileLayout
|
|
18
18
|
/// @group tile-layout
|
|
@@ -33,10 +33,10 @@ $kendo-tile-layout-hint-border-width: 1px !default;
|
|
|
33
33
|
$kendo-tile-layout-hint-border-radius: k-border-radius(md) !default;
|
|
34
34
|
/// The color of the border around the TileLayout hint.
|
|
35
35
|
/// @group tile-layout
|
|
36
|
-
$kendo-tile-layout-hint-border:
|
|
36
|
+
$kendo-tile-layout-hint-border: k-color(border) !default;
|
|
37
37
|
/// The background color of the TileLayout hint.
|
|
38
38
|
/// @group tile-layout
|
|
39
|
-
$kendo-tile-layout-hint-bg:
|
|
39
|
+
$kendo-tile-layout-hint-bg: color-mix(in srgb, k-color(surface-alt) .2, transparent ) !default;
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
@forward "@progress/kendo-theme-core/scss/components/tilelayout/_variables.scss" with (
|
|
@@ -41,13 +41,13 @@ $kendo-timeline-track-arrow-height: k-spacing(9) !default;
|
|
|
41
41
|
|
|
42
42
|
/// The background color of the disabled Timeline track arrow.
|
|
43
43
|
/// @group timeline
|
|
44
|
-
$kendo-timeline-track-arrow-disabled-bg:
|
|
44
|
+
$kendo-timeline-track-arrow-disabled-bg: color-mix(in srgb, k-color(on-app-surface) 12%, transparent) !default;
|
|
45
45
|
/// The text color of the disabled Timeline track arrow.
|
|
46
46
|
/// @group timeline
|
|
47
|
-
$kendo-timeline-track-arrow-disabled-text:
|
|
47
|
+
$kendo-timeline-track-arrow-disabled-text: color-mix(in srgb, k-color(on-app-surface) 38%, transparent) !default;
|
|
48
48
|
/// The border color of the disabled Timeline track arrow.
|
|
49
49
|
/// @group timeline
|
|
50
|
-
$kendo-timeline-track-arrow-disabled-border:
|
|
50
|
+
$kendo-timeline-track-arrow-disabled-border: transparent !default;
|
|
51
51
|
|
|
52
52
|
/// The size of the Timeline track.
|
|
53
53
|
/// @group timeline
|
|
@@ -72,7 +72,7 @@ $kendo-timeline-track-start-calc: calc(#{$kendo-timeline-track-arrow-width} - 2
|
|
|
72
72
|
$kendo-timeline-track-end-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width}) !default;
|
|
73
73
|
/// The background color of the Timeline track.
|
|
74
74
|
/// @group timeline
|
|
75
|
-
$kendo-timeline-track-bg:
|
|
75
|
+
$kendo-timeline-track-bg: k-color(base-subtle) !default;
|
|
76
76
|
/// The border color of the Timeline track.
|
|
77
77
|
/// @group timeline
|
|
78
78
|
$kendo-timeline-track-border-color: $kendo-timeline-track-bg !default;
|
|
@@ -108,10 +108,10 @@ $kendo-timeline-mobile-flag-max-width: calc(#{$kendo-timeline-flag-min-width} +
|
|
|
108
108
|
$kendo-timeline-horizontal-flag-min-width: 60px !default;
|
|
109
109
|
/// The background color of the Timeline flag.
|
|
110
110
|
/// @group timeline
|
|
111
|
-
$kendo-timeline-flag-bg:
|
|
111
|
+
$kendo-timeline-flag-bg: k-color(primary) !default;
|
|
112
112
|
/// The text color of the Timeline flag.
|
|
113
113
|
/// @group timeline
|
|
114
|
-
$kendo-timeline-flag-text:
|
|
114
|
+
$kendo-timeline-flag-text: k-color(on-primary) !default;
|
|
115
115
|
|
|
116
116
|
/// The width of the Timeline's flag callout.
|
|
117
117
|
/// @group timeline
|
|
@@ -155,7 +155,7 @@ $kendo-timeline-circle-width: 16px !default;
|
|
|
155
155
|
$kendo-timeline-circle-height: 16px !default;
|
|
156
156
|
/// The background color of the Timeline circle.
|
|
157
157
|
/// @group timeline
|
|
158
|
-
$kendo-timeline-circle-bg:
|
|
158
|
+
$kendo-timeline-circle-bg: k-color(primary) !default;
|
|
159
159
|
|
|
160
160
|
/// The horizontal padding of the Timeline collapse arrow.
|
|
161
161
|
/// @group timeline
|