@progress/kendo-theme-bootstrap 5.0.0-alpha.3 → 5.0.0-beta.3
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 -8
- package/dist/all.css +4333 -5792
- package/dist/all.scss +10366 -10078
- package/package.json +3 -3
- package/scss/_variables.scss +0 -19
- package/scss/autocomplete/_index.scss +1 -0
- package/scss/autocomplete/_variables.scss +0 -5
- package/scss/avatar/_variables.scss +18 -8
- package/scss/avatar/index.md +0 -0
- package/scss/button/_index.scss +2 -0
- package/scss/button/_variables.scss +8 -6
- package/scss/button/index.md +0 -0
- package/scss/calendar/_index.scss +1 -0
- package/scss/chat/_variables.scss +0 -10
- package/scss/checkbox/_index.scss +2 -1
- package/scss/checkbox/_variables.scss +3 -9
- package/scss/checkbox/index.md +0 -0
- package/scss/chip/_index.scss +1 -0
- package/scss/chip/_variables.scss +127 -191
- package/scss/chip/index.md +0 -0
- package/scss/color-preview/_variables.scss +1 -0
- package/scss/coloreditor/_variables.scss +3 -3
- package/scss/colorpicker/_index.scss +1 -2
- package/scss/colorpicker/_variables.scss +1 -22
- package/scss/combobox/_index.scss +1 -0
- package/scss/combobox/_variables.scss +1 -33
- package/scss/dataviz/_index.scss +1 -0
- package/scss/dateinput/_index.scss +0 -4
- package/scss/dateinput/_variables.scss +1 -1
- package/scss/datepicker/_index.scss +1 -3
- package/scss/datetimepicker/_index.scss +5 -3
- package/scss/datetimepicker/_variables.scss +2 -1
- package/scss/drawer/_index.scss +1 -0
- package/scss/dropdowngrid/index.md +0 -0
- package/scss/dropdownlist/_index.scss +1 -0
- package/scss/editor/_variables.scss +1 -1
- package/scss/expansion-panel/_index.scss +1 -0
- package/scss/expansion-panel/_variables.scss +2 -2
- package/scss/fab/_theme.scss +51 -56
- package/scss/fab/_variables.scss +128 -72
- package/scss/fab/index.md +0 -0
- package/scss/filter/_index.scss +1 -1
- package/scss/forms/_index.scss +1 -1
- package/scss/gantt/_index.scss +1 -1
- package/scss/grid/_index.scss +2 -1
- package/scss/grid/_theme.scss +12 -12
- package/scss/grid/_variables.scss +10 -10
- package/scss/imageeditor/_variables.scss +1 -0
- package/scss/index.scss +4 -3
- package/scss/input/_index.scss +1 -1
- package/scss/input/_variables.scss +44 -38
- package/scss/list/_index.scss +12 -0
- package/scss/list/_layout.scss +1 -0
- package/scss/list/_theme.scss +1 -0
- package/scss/list/_variables.scss +248 -0
- package/scss/list/index.md +0 -0
- package/scss/listbox/_index.scss +2 -0
- package/scss/listbox/_variables.scss +1 -1
- package/scss/menu/_index.scss +2 -0
- package/scss/menu/_theme.scss +0 -10
- package/scss/menu/_variables.scss +125 -34
- package/scss/multiselect/_index.scss +2 -0
- package/scss/multiselect/_layout.scss +0 -16
- package/scss/multiselect/_variables.scss +0 -36
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pager/_index.scss +1 -0
- package/scss/panelbar/_index.scss +1 -0
- package/scss/panelbar/_variables.scss +7 -2
- package/scss/pdf-viewer/_variables.scss +2 -5
- package/scss/pivotgrid/_index.scss +1 -0
- package/scss/pivotgrid/_theme.scss +1 -2
- package/scss/pivotgrid/_variables.scss +1 -4
- package/scss/popup/_index.scss +0 -4
- package/scss/popup/_layout.scss +5 -21
- package/scss/popup/_theme.scss +0 -88
- package/scss/popup/_variables.scss +2 -7
- package/scss/radio/_index.scss +2 -0
- package/scss/radio/_variables.scss +3 -9
- package/scss/radio/index.md +0 -0
- package/scss/scheduler/_index.scss +1 -1
- package/scss/spreadsheet/_index.scss +2 -1
- package/scss/spreadsheet/_theme.scss +6 -6
- package/scss/switch/index.md +0 -0
- package/scss/{datetime → table}/_index.scss +5 -2
- package/scss/table/_layout.scss +1 -0
- package/scss/table/_theme.scss +1 -0
- package/scss/table/_variables.scss +141 -0
- package/scss/tabstrip/_index.scss +1 -0
- package/scss/tabstrip/_variables.scss +3 -3
- package/scss/taskboard/_variables.scss +0 -2
- package/scss/timepicker/_index.scss +3 -3
- package/scss/timepicker/_variables.scss +1 -1
- package/scss/timeselector/_index.scss +13 -0
- package/scss/timeselector/_layout.scss +1 -0
- package/scss/timeselector/_theme.scss +1 -0
- package/scss/timeselector/_variables.scss +32 -0
- package/scss/toolbar/_variables.scss +2 -0
- package/scss/treeview/_layout.scss +5 -15
- package/scss/treeview/_variables.scss +125 -46
- package/scss/utils/_border.scss +1 -2
- package/scss/virtual-scroller/_index.scss +10 -0
- package/scss/virtual-scroller/_layout.scss +1 -0
- package/scss/virtual-scroller/_theme.scss +1 -0
- package/scss/virtual-scroller/_variables.scss +1 -0
- package/scss/window/_theme.scss +0 -8
- package/scss/datetime/_layout.scss +0 -25
- package/scss/datetime/_theme.scss +0 -14
- package/scss/datetime/_variables.scss +0 -53
|
@@ -1,33 +1 @@
|
|
|
1
|
-
//
|
|
2
|
-
$combobox-select-padding-x: $kendo-button-padding-y !default;
|
|
3
|
-
$combobox-select-padding-y: $kendo-button-padding-y !default;
|
|
4
|
-
$combobox-select-width: null !default;
|
|
5
|
-
$combobox-select-border-width: 1px !default;
|
|
6
|
-
|
|
7
|
-
$combobox-bg: $kendo-input-bg !default;
|
|
8
|
-
$combobox-text: $kendo-input-text !default;
|
|
9
|
-
$combobox-border: $kendo-input-border !default;
|
|
10
|
-
|
|
11
|
-
$combobox-hovered-bg: $kendo-input-hover-bg !default;
|
|
12
|
-
$combobox-hovered-text: $kendo-input-hover-text !default;
|
|
13
|
-
$combobox-hovered-border: $kendo-input-hover-border !default;
|
|
14
|
-
|
|
15
|
-
$combobox-focused-bg: $kendo-input-focus-bg !default;
|
|
16
|
-
$combobox-focused-text: $kendo-input-focus-text !default;
|
|
17
|
-
$combobox-focused-border: $kendo-input-focus-border !default;
|
|
18
|
-
$combobox-focused-shadow: $kendo-input-focus-shadow !default;
|
|
19
|
-
|
|
20
|
-
$combobox-select-bg: $kendo-button-bg !default;
|
|
21
|
-
$combobox-select-text: $kendo-button-text !default;
|
|
22
|
-
$combobox-select-border: $kendo-button-border !default;
|
|
23
|
-
$combobox-select-gradient: $kendo-button-gradient !default;
|
|
24
|
-
|
|
25
|
-
$combobox-select-hovered-bg: $kendo-button-hover-bg !default;
|
|
26
|
-
$combobox-select-hovered-text: $kendo-button-hover-text !default;
|
|
27
|
-
$combobox-select-hovered-border: $kendo-button-hover-border !default;
|
|
28
|
-
$combobox-select-hovered-gradient: $kendo-button-hover-gradient !default;
|
|
29
|
-
|
|
30
|
-
$combobox-select-pressed-bg: $kendo-button-active-bg !default;
|
|
31
|
-
$combobox-select-pressed-text: $kendo-button-active-text !default;
|
|
32
|
-
$combobox-select-pressed-border: $kendo-button-active-border !default;
|
|
33
|
-
$combobox-select-pressed-gradient: $kendo-button-active-gradient !default;
|
|
1
|
+
// Combobox
|
package/scss/dataviz/_index.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Date input
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// Dependencies
|
|
5
|
-
@import "../common/_index.scss";
|
|
6
5
|
@import "../input/_index.scss";
|
|
7
|
-
@import "../floating-label/_index.scss";
|
|
8
6
|
@import "../popup/_index.scss";
|
|
9
|
-
@import "../
|
|
7
|
+
@import "../calendar/_index.scss";
|
|
10
8
|
|
|
11
9
|
|
|
12
10
|
// Component
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// Dependencies
|
|
5
|
-
@import "../common/_index.scss";
|
|
6
5
|
@import "../input/_index.scss";
|
|
7
|
-
@import "../
|
|
6
|
+
@import "../button/_index.scss";
|
|
8
7
|
@import "../popup/_index.scss";
|
|
9
|
-
@import "../
|
|
8
|
+
@import "../list/_index.scss";
|
|
9
|
+
@import "../calendar/_index.scss";
|
|
10
|
+
@import "../timeselector/_index.scss";
|
|
11
|
+
@import "../action-buttons/_index.scss";
|
|
10
12
|
|
|
11
13
|
|
|
12
14
|
// Component
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
//
|
|
1
|
+
// DateTime
|
|
2
|
+
$datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-padding-x * 2}) !default;
|
package/scss/drawer/_index.scss
CHANGED
|
File without changes
|
|
@@ -14,7 +14,7 @@ $editor-highlighted-bg: mix($primary, #ffffff, 20%) !default;
|
|
|
14
14
|
|
|
15
15
|
$editor-export-tool-icon-margin-x: .25em !default;
|
|
16
16
|
|
|
17
|
-
$editor-resize-handle-size:
|
|
17
|
+
$editor-resize-handle-size: 8px !default;
|
|
18
18
|
$editor-resize-handle-border-width: 1px !default;
|
|
19
19
|
$editor-resize-handle-border: #000000 !default;
|
|
20
20
|
$editor-resize-handle-bg: #ffffff !default;
|
|
@@ -14,7 +14,7 @@ $expander-bg: $component-bg !default;
|
|
|
14
14
|
$expander-text: $component-text !default;
|
|
15
15
|
$expander-border: $component-border !default;
|
|
16
16
|
|
|
17
|
-
$expander-focus-shadow: $list-item-
|
|
17
|
+
$expander-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
18
18
|
|
|
19
19
|
$expander-header-bg: transparent !default;
|
|
20
20
|
$expander-header-text: $expander-text !default;
|
|
@@ -23,7 +23,7 @@ $expander-header-border: null !default;
|
|
|
23
23
|
$expander-header-hover-bg: rgba(0, 0, 0, .04) !default;
|
|
24
24
|
|
|
25
25
|
$expander-header-focused-bg: null !default;
|
|
26
|
-
$expander-header-focused-shadow: $list-item-
|
|
26
|
+
$expander-header-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
27
27
|
|
|
28
28
|
$expander-title-text: $primary !default;
|
|
29
29
|
|
package/scss/fab/_theme.scss
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@include exports( "fab/theme/bootstrap" ) {
|
|
2
2
|
|
|
3
3
|
// Normal state
|
|
4
|
-
@each $name, $color in $fab-theme-colors {
|
|
5
|
-
.k-fab-#{$name} {
|
|
6
|
-
@include box-shadow($fab-shadow);
|
|
7
|
-
outline: $fab-border-width solid $color;
|
|
8
|
-
outline-offset: -$fab-border-width;
|
|
4
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
5
|
+
.k-fab-solid-#{$name} {
|
|
6
|
+
@include box-shadow($kendo-fab-shadow);
|
|
7
|
+
outline: $kendo-fab-border-width solid $color;
|
|
8
|
+
outline-offset: -$kendo-fab-border-width;
|
|
9
9
|
border-color: $color;
|
|
10
10
|
color: contrast-wcag( $color );
|
|
11
11
|
background-color: $color;
|
|
@@ -13,10 +13,9 @@
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
// Hover state
|
|
16
|
-
@each $name, $color in $fab-theme-colors {
|
|
17
|
-
.k-
|
|
18
|
-
.k-
|
|
19
|
-
.k-fab-#{$name}:hover {
|
|
16
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
17
|
+
.k-hover.k-fab-solid-#{$name},
|
|
18
|
+
.k-fab-solid-#{$name}:hover {
|
|
20
19
|
border-color: try-darken( $color, 10% );
|
|
21
20
|
color: contrast-wcag( try-darken( $color, 7.5% ) );
|
|
22
21
|
background-color: try-darken( $color, 7.5% );
|
|
@@ -24,10 +23,9 @@
|
|
|
24
23
|
}
|
|
25
24
|
|
|
26
25
|
// Focus state
|
|
27
|
-
@each $name, $color in $fab-theme-colors {
|
|
28
|
-
.k-fab-#{$name}.k-
|
|
29
|
-
.k-fab-#{$name}
|
|
30
|
-
.k-fab-#{$name}:focus {
|
|
26
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
27
|
+
.k-fab-solid-#{$name}.k-focus,
|
|
28
|
+
.k-fab-solid-#{$name}:focus {
|
|
31
29
|
outline-style: solid;
|
|
32
30
|
outline-width: 3px;
|
|
33
31
|
outline-color: rgba( $color, .5 );
|
|
@@ -35,11 +33,11 @@
|
|
|
35
33
|
}
|
|
36
34
|
|
|
37
35
|
// Active state
|
|
38
|
-
@each $name, $color in $fab-theme-colors {
|
|
39
|
-
.k-
|
|
40
|
-
.k-
|
|
41
|
-
.k-fab-#{$name}:active {
|
|
42
|
-
@include box-shadow($fab-active-shadow);
|
|
36
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
37
|
+
.k-active.k-fab-solid-#{$name},
|
|
38
|
+
.k-selected.k-fab-solid-#{$name},
|
|
39
|
+
.k-fab-solid-#{$name}:active {
|
|
40
|
+
@include box-shadow($kendo-fab-active-shadow);
|
|
43
41
|
border-color: try-darken( $color, 12.5% );
|
|
44
42
|
color: contrast-wcag( try-darken( $color, 10% ) );
|
|
45
43
|
background-color: try-darken( $color, 10% );
|
|
@@ -47,10 +45,10 @@
|
|
|
47
45
|
}
|
|
48
46
|
|
|
49
47
|
// Disabled state
|
|
50
|
-
@each $name, $color in $fab-theme-colors {
|
|
51
|
-
.k-
|
|
52
|
-
.k-fab-#{$name}:disabled {
|
|
53
|
-
@include box-shadow($fab-disabled-shadow);
|
|
48
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
49
|
+
.k-disabled.k-fab-solid-#{$name},
|
|
50
|
+
.k-fab-solid-#{$name}:disabled {
|
|
51
|
+
@include box-shadow($kendo-fab-disabled-shadow);
|
|
54
52
|
background-color: try-tint( $color, 4.5 );
|
|
55
53
|
color: try-tint( contrast-wcag( $color ), 5 );
|
|
56
54
|
opacity: 1;
|
|
@@ -60,68 +58,65 @@
|
|
|
60
58
|
// Items
|
|
61
59
|
.k-fab-item-text {
|
|
62
60
|
@include fill(
|
|
63
|
-
$fab-item-text,
|
|
64
|
-
$fab-item-bg,
|
|
65
|
-
$fab-item-border
|
|
61
|
+
$kendo-fab-item-text,
|
|
62
|
+
$kendo-fab-item-bg,
|
|
63
|
+
$kendo-fab-item-border
|
|
66
64
|
);
|
|
67
|
-
@include box-shadow($fab-item-shadow);
|
|
65
|
+
@include box-shadow($kendo-fab-item-shadow);
|
|
68
66
|
}
|
|
69
67
|
.k-fab-item-icon {
|
|
70
68
|
@include fill(
|
|
71
|
-
$fab-item-icon-text,
|
|
72
|
-
$fab-item-icon-bg,
|
|
73
|
-
$fab-item-icon-border
|
|
69
|
+
$kendo-fab-item-icon-text,
|
|
70
|
+
$kendo-fab-item-icon-bg,
|
|
71
|
+
$kendo-fab-item-icon-border
|
|
74
72
|
);
|
|
75
|
-
@include box-shadow($fab-item-shadow);
|
|
76
|
-
outline: $fab-border-width solid $kendo-button-bg;
|
|
77
|
-
outline-offset: -$fab-border-width;
|
|
73
|
+
@include box-shadow($kendo-fab-item-shadow);
|
|
74
|
+
outline: $kendo-fab-border-width solid $kendo-button-bg;
|
|
75
|
+
outline-offset: -$kendo-fab-border-width;
|
|
78
76
|
}
|
|
79
77
|
|
|
80
78
|
// Hover state
|
|
81
|
-
.k-fab-item.k-
|
|
82
|
-
.k-fab-item.k-state-hovered .k-fab-item-icon,
|
|
79
|
+
.k-fab-item.k-hover .k-fab-item-icon,
|
|
83
80
|
.k-fab-item:hover .k-fab-item-icon {
|
|
84
|
-
@include box-shadow($fab-item-shadow);
|
|
85
|
-
outline: $fab-border-width solid try-darken( $fab-item-icon-border, 10% );
|
|
86
|
-
outline-offset: -$fab-border-width;
|
|
87
|
-
border-color: try-darken( $fab-item-icon-border, 10% );
|
|
88
|
-
color: contrast-wcag( try-darken( $fab-item-icon-bg, 7.5% ) );
|
|
89
|
-
background-color: try-darken( $fab-item-icon-bg, 7.5% );
|
|
81
|
+
@include box-shadow($kendo-fab-item-shadow);
|
|
82
|
+
outline: $kendo-fab-border-width solid try-darken( $kendo-fab-item-icon-border, 10% );
|
|
83
|
+
outline-offset: -$kendo-fab-border-width;
|
|
84
|
+
border-color: try-darken( $kendo-fab-item-icon-border, 10% );
|
|
85
|
+
color: contrast-wcag( try-darken( $kendo-fab-item-icon-bg, 7.5% ) );
|
|
86
|
+
background-color: try-darken( $kendo-fab-item-icon-bg, 7.5% );
|
|
90
87
|
}
|
|
91
88
|
|
|
92
89
|
// Focus state
|
|
93
90
|
.k-fab-item:focus .k-fab-item-text,
|
|
94
91
|
.k-fab-item:focus .k-fab-item-icon,
|
|
95
|
-
.k-fab-item.k-
|
|
96
|
-
.k-fab-item.k-
|
|
97
|
-
.k-fab-item.k-state-focused .k-fab-item-text,
|
|
98
|
-
.k-fab-item.k-state-focused .k-fab-item-icon {
|
|
92
|
+
.k-fab-item.k-focus .k-fab-item-text,
|
|
93
|
+
.k-fab-item.k-focus .k-fab-item-icon {
|
|
99
94
|
outline-style: solid;
|
|
100
95
|
outline-width: 3px;
|
|
101
|
-
outline-color: rgba( $fab-item-icon-border, .5 );
|
|
96
|
+
outline-color: rgba( $kendo-fab-item-icon-border, .5 );
|
|
102
97
|
}
|
|
103
98
|
|
|
104
99
|
// Active state
|
|
105
|
-
.k-fab-item.k-
|
|
100
|
+
.k-fab-item.k-active .k-fab-item-icon,
|
|
106
101
|
.k-fab-item:active .k-fab-item-icon {
|
|
107
|
-
@include box-shadow($fab-item-active-shadow);
|
|
108
|
-
outline: $fab-border-width solid try-darken( $fab-item-icon-border, 12.5% );
|
|
109
|
-
outline-offset: -$fab-border-width;
|
|
110
|
-
border-color: try-darken( $fab-item-icon-border, 12.5% );
|
|
111
|
-
color: contrast-wcag( try-darken( $fab-item-icon-bg, 10% ) );
|
|
112
|
-
background-color: try-darken( $fab-item-icon-bg, 10% );
|
|
102
|
+
@include box-shadow($kendo-fab-item-active-shadow);
|
|
103
|
+
outline: $kendo-fab-border-width solid try-darken( $kendo-fab-item-icon-border, 12.5% );
|
|
104
|
+
outline-offset: -$kendo-fab-border-width;
|
|
105
|
+
border-color: try-darken( $kendo-fab-item-icon-border, 12.5% );
|
|
106
|
+
color: contrast-wcag( try-darken( $kendo-fab-item-icon-bg, 10% ) );
|
|
107
|
+
background-color: try-darken( $kendo-fab-item-icon-bg, 10% );
|
|
113
108
|
}
|
|
114
109
|
|
|
115
110
|
// Disabled state
|
|
116
|
-
.k-fab-item.k-
|
|
111
|
+
.k-fab-item.k-disabled,
|
|
117
112
|
.k-fab-item:disabled {
|
|
118
113
|
opacity: 1;
|
|
119
114
|
|
|
120
115
|
.k-fab-item-text,
|
|
121
116
|
.k-fab-item-icon {
|
|
122
|
-
@include box-shadow($fab-item-disabled-shadow);
|
|
123
|
-
background-color: try-tint( $fab-item-bg, 8 );
|
|
124
|
-
color: try-tint( $fab-item-text, 8 );
|
|
117
|
+
@include box-shadow($kendo-fab-item-disabled-shadow);
|
|
118
|
+
background-color: try-tint( $kendo-fab-item-bg, 8 );
|
|
119
|
+
color: try-tint( $kendo-fab-item-text, 8 );
|
|
125
120
|
}
|
|
126
121
|
}
|
|
127
122
|
|
package/scss/fab/_variables.scss
CHANGED
|
@@ -1,74 +1,130 @@
|
|
|
1
1
|
// Floating Action Button
|
|
2
|
-
$fab-padding-x: $padding-x !default;
|
|
3
|
-
$fab-padding-y: $fab-padding-x !default;
|
|
4
|
-
$fab-border-width: 1px !default;
|
|
5
|
-
$fab-border-radius: $border-radius / 2 !default;
|
|
6
|
-
$fab-font-family: $font-family !default;
|
|
7
|
-
$fab-font-size: $font-size !default;
|
|
8
|
-
$fab-line-height: $line-height !default;
|
|
9
2
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
$fab-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
$fab-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
$fab-
|
|
29
|
-
$fab-
|
|
30
|
-
$fab-
|
|
31
|
-
$fab-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
$fab-
|
|
36
|
-
$fab-
|
|
37
|
-
$fab-
|
|
38
|
-
$fab-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
$fab-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
$fab-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
$fab-item-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
$fab-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
$fab-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
$fab-
|
|
3
|
+
/// Width of the border around the FAB.
|
|
4
|
+
/// @group floating-action-button
|
|
5
|
+
$kendo-fab-border-width: 1px !default;
|
|
6
|
+
/// Border radius of the FAB.
|
|
7
|
+
/// @group floating-action-button
|
|
8
|
+
$kendo-fab-border-radius: $border-radius / 2 !default;
|
|
9
|
+
/// Font family of the FAB.
|
|
10
|
+
/// @group floating-action-button
|
|
11
|
+
$kendo-fab-font-family: $font-family !default;
|
|
12
|
+
/// Font size of the FAB.
|
|
13
|
+
/// @group floating-action-button
|
|
14
|
+
$kendo-fab-font-size: $font-size !default;
|
|
15
|
+
/// Line height of the FAB.
|
|
16
|
+
/// @group floating-action-button
|
|
17
|
+
$kendo-fab-line-height: $line-height !default;
|
|
18
|
+
|
|
19
|
+
/// Horizontal padding of the FAB.
|
|
20
|
+
/// @group floating-action-button
|
|
21
|
+
$kendo-fab-padding-x: $padding-x !default;
|
|
22
|
+
$kendo-fab-padding-x-sm: ( $kendo-fab-padding-x / 2 ) !default;
|
|
23
|
+
$kendo-fab-padding-x-md: $kendo-fab-padding-x !default;
|
|
24
|
+
$kendo-fab-padding-x-lg: ( $kendo-fab-padding-x * 1.5 ) !default;
|
|
25
|
+
|
|
26
|
+
/// Vertical padding of the FAB.
|
|
27
|
+
/// @group floating-action-button
|
|
28
|
+
$kendo-fab-padding-y: $kendo-fab-padding-x !default;
|
|
29
|
+
$kendo-fab-padding-y-sm: ( $kendo-fab-padding-y / 2 ) !default;
|
|
30
|
+
$kendo-fab-padding-y-md: $kendo-fab-padding-y !default;
|
|
31
|
+
$kendo-fab-padding-y-lg: ( $kendo-fab-padding-y * 1.5 ) !default;
|
|
32
|
+
|
|
33
|
+
/// FAB icon width.
|
|
34
|
+
/// @group floating-action-button
|
|
35
|
+
$kendo-fab-icon-width: 24px !default;
|
|
36
|
+
/// FAB icon height.
|
|
37
|
+
/// @group floating-action-button
|
|
38
|
+
$kendo-fab-icon-height: $kendo-fab-icon-width !default;
|
|
39
|
+
/// FAB icon spacing.
|
|
40
|
+
/// @group floating-action-button
|
|
41
|
+
$kendo-fab-icon-spacing: map-get( $spacing, 1 ) / 2 !default;
|
|
42
|
+
|
|
43
|
+
/// FAB items horizontal padding.
|
|
44
|
+
/// @group floating-action-button
|
|
45
|
+
$kendo-fab-items-padding-x: 0px !default;
|
|
46
|
+
/// FAB items vertical padding.
|
|
47
|
+
/// @group floating-action-button
|
|
48
|
+
$kendo-fab-items-padding-y: map-get( $spacing, 4 ) !default;
|
|
49
|
+
|
|
50
|
+
/// FAB item text horizontal padding.
|
|
51
|
+
/// @group floating-action-button
|
|
52
|
+
$kendo-fab-item-text-padding-x: map-get( $spacing, 1 ) !default;
|
|
53
|
+
/// FAB item text vertical padding.
|
|
54
|
+
/// @group floating-action-button
|
|
55
|
+
$kendo-fab-item-text-padding-y: $kendo-fab-item-text-padding-x !default;
|
|
56
|
+
/// Width of the FAB item text border.
|
|
57
|
+
/// @group floating-action-button
|
|
58
|
+
$kendo-fab-item-text-border-width: 1px !default;
|
|
59
|
+
/// Border radius of the FAB item text.
|
|
60
|
+
/// @group floating-action-button
|
|
61
|
+
$kendo-fab-item-text-border-radius: 4px !default;
|
|
62
|
+
/// Font size of the FAB item text.
|
|
63
|
+
/// @group floating-action-button
|
|
64
|
+
$kendo-fab-item-text-font-size: $font-size-xs !default;
|
|
65
|
+
/// Line height of the FAB item text.
|
|
66
|
+
/// @group floating-action-button
|
|
67
|
+
$kendo-fab-item-text-line-height: 14px !default;
|
|
68
|
+
|
|
69
|
+
/// FAB item icon horizontal padding.
|
|
70
|
+
/// @group floating-action-button
|
|
71
|
+
$kendo-fab-item-icon-padding-x: map-get( $spacing, 2 ) !default;
|
|
72
|
+
/// FAB item icon vertical padding.
|
|
73
|
+
/// @group floating-action-button
|
|
74
|
+
$kendo-fab-item-icon-padding-y: $kendo-fab-item-icon-padding-x !default;
|
|
75
|
+
/// Width of the FAB item icon border.
|
|
76
|
+
/// @group floating-action-button
|
|
77
|
+
$kendo-fab-item-icon-border-width: 0 !default;
|
|
78
|
+
/// Border radius of the FAB item icon.
|
|
79
|
+
/// @group floating-action-button
|
|
80
|
+
$kendo-fab-item-icon-border-radius: 50% !default;
|
|
81
|
+
/// Width of the FAB item icon.
|
|
82
|
+
/// @group floating-action-button
|
|
83
|
+
$kendo-fab-item-icon-width: 24px !default;
|
|
84
|
+
/// height of the FAB item icon.
|
|
85
|
+
/// @group floating-action-button
|
|
86
|
+
$kendo-fab-item-icon-height: $kendo-fab-item-icon-width !default;
|
|
87
|
+
|
|
88
|
+
/// Theme colors map for the FAB.
|
|
89
|
+
/// @group floating-action-button
|
|
90
|
+
$kendo-fab-theme-colors: $theme-colors !default;
|
|
91
|
+
|
|
92
|
+
/// The base shadow of the FAB.
|
|
93
|
+
/// @group floating-action-button
|
|
94
|
+
$kendo-fab-shadow: 0px 6px 10px rgba(0, 0, 0, .14), 0px 1px 18px rgba(0, 0, 0, .12), 0px 3px 5px rgba(0, 0, 0, .2) !default;
|
|
95
|
+
/// The disabled shadow of the FAB.
|
|
96
|
+
/// @group floating-action-button
|
|
97
|
+
$kendo-fab-disabled-shadow: 0px 6px 10px try-tint( rgba(0, 0, 0, .14), .5 ), 0px 1px 18px try-tint( rgba(0, 0, 0, .12), .5 ), 0px 3px 5px try-tint( rgba(0, 0, 0, .2), .5 ) !default;
|
|
98
|
+
/// The active shadow of the FAB.
|
|
99
|
+
/// @group floating-action-button
|
|
100
|
+
$kendo-fab-active-shadow: null !default;
|
|
101
|
+
|
|
102
|
+
/// The base text color of the FAB item.
|
|
103
|
+
/// @group floating-action-button
|
|
104
|
+
$kendo-fab-item-text: $component-text !default;
|
|
105
|
+
/// The base background color of the FAB item.
|
|
106
|
+
/// @group floating-action-button
|
|
107
|
+
$kendo-fab-item-bg: $component-bg !default;
|
|
108
|
+
/// The base border color of the FAB item.
|
|
109
|
+
/// @group floating-action-button
|
|
110
|
+
$kendo-fab-item-border: $component-border !default;
|
|
111
|
+
|
|
112
|
+
/// The base text color of the FAB item icon.
|
|
113
|
+
/// @group floating-action-button
|
|
114
|
+
$kendo-fab-item-icon-text: $kendo-button-text !default;
|
|
115
|
+
/// The base background color of the FAB item icon.
|
|
116
|
+
/// @group floating-action-button
|
|
117
|
+
$kendo-fab-item-icon-bg: $kendo-button-bg !default;
|
|
118
|
+
/// The base border color of the FAB item icon.
|
|
119
|
+
/// @group floating-action-button
|
|
120
|
+
$kendo-fab-item-icon-border: $kendo-button-border !default;
|
|
121
|
+
|
|
122
|
+
/// The base shadow of the FAB item.
|
|
123
|
+
/// @group floating-action-button
|
|
124
|
+
$kendo-fab-item-shadow: $kendo-fab-shadow !default;
|
|
125
|
+
/// The disabled shadow of the FAB item.
|
|
126
|
+
/// @group floating-action-button
|
|
127
|
+
$kendo-fab-item-disabled-shadow: $kendo-fab-disabled-shadow !default;
|
|
128
|
+
/// The active shadow of the FAB item.
|
|
129
|
+
/// @group floating-action-button
|
|
130
|
+
$kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
File without changes
|
package/scss/filter/_index.scss
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
@import "../button/_index.scss";
|
|
7
7
|
@import "../input/_index.scss";
|
|
8
8
|
@import "../checkbox/_index.scss";
|
|
9
|
-
@import "../
|
|
9
|
+
@import "../datetimepicker/_index.scss";
|
|
10
10
|
@import "../dropdownlist/_index.scss";
|
|
11
11
|
@import "../numerictextbox/_index.scss";
|
|
12
12
|
@import "../toolbar/_index.scss";
|
package/scss/forms/_index.scss
CHANGED
package/scss/gantt/_index.scss
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
@import "../button/_index.scss";
|
|
7
7
|
@import "../input/_index.scss";
|
|
8
8
|
@import "../validator/_index.scss";
|
|
9
|
-
@import "../
|
|
9
|
+
@import "../datetimepicker/_index.scss";
|
|
10
10
|
@import "../numerictextbox/_index.scss";
|
|
11
11
|
@import "../window/_index.scss";
|
|
12
12
|
@import "../splitter/_index.scss";
|
package/scss/grid/_index.scss
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
@import "../radio/_index.scss";
|
|
15
15
|
@import "../validator/_index.scss";
|
|
16
16
|
@import "../autocomplete/_index.scss";
|
|
17
|
-
@import "../
|
|
17
|
+
@import "../datetimepicker/_index.scss";
|
|
18
18
|
@import "../dropdownlist/_index.scss";
|
|
19
19
|
@import "../numerictextbox/_index.scss";
|
|
20
20
|
@import "../menu/_index.scss";
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
@import "../skeleton/_index.scss";
|
|
24
24
|
@import "../utils/_float.scss";
|
|
25
25
|
@import "../utils/_spacer.scss";
|
|
26
|
+
@import "../list/_index.scss";
|
|
26
27
|
|
|
27
28
|
|
|
28
29
|
// Component
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -361,13 +361,13 @@
|
|
|
361
361
|
.k-column-list-item:hover,
|
|
362
362
|
.k-columnmenu-item:hover {
|
|
363
363
|
@include fill(
|
|
364
|
-
$list-item-
|
|
365
|
-
$list-item-
|
|
364
|
+
$kendo-list-item-hover-text,
|
|
365
|
+
$kendo-list-item-hover-bg
|
|
366
366
|
);
|
|
367
367
|
}
|
|
368
368
|
.k-columnmenu-item:focus,
|
|
369
369
|
.k-columnmenu-item.k-state-focus {
|
|
370
|
-
@include box-shadow( $list-item-
|
|
370
|
+
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
371
371
|
}
|
|
372
372
|
|
|
373
373
|
.k-column-list-wrapper {
|
|
@@ -377,8 +377,8 @@
|
|
|
377
377
|
.k-columnmenu-item {
|
|
378
378
|
&.k-state-selected {
|
|
379
379
|
@include fill(
|
|
380
|
-
$list-item-selected-text,
|
|
381
|
-
$list-item-selected-bg
|
|
380
|
+
$kendo-list-item-selected-text,
|
|
381
|
+
$kendo-list-item-selected-bg
|
|
382
382
|
);
|
|
383
383
|
}
|
|
384
384
|
}
|
|
@@ -395,28 +395,28 @@
|
|
|
395
395
|
|
|
396
396
|
.k-item {
|
|
397
397
|
@include fill(
|
|
398
|
-
$list-item-text,
|
|
399
|
-
$list-item-bg
|
|
398
|
+
$kendo-list-item-text,
|
|
399
|
+
$kendo-list-item-bg
|
|
400
400
|
);
|
|
401
401
|
|
|
402
402
|
&:hover,
|
|
403
403
|
&.k-state-hover {
|
|
404
404
|
@include fill(
|
|
405
|
-
$list-item-
|
|
406
|
-
$list-item-
|
|
405
|
+
$kendo-list-item-hover-text,
|
|
406
|
+
$kendo-list-item-hover-bg
|
|
407
407
|
);
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
&.k-state-selected {
|
|
411
411
|
@include fill(
|
|
412
|
-
$list-item-selected-text,
|
|
413
|
-
$list-item-selected-bg
|
|
412
|
+
$kendo-list-item-selected-text,
|
|
413
|
+
$kendo-list-item-selected-bg
|
|
414
414
|
);
|
|
415
415
|
}
|
|
416
416
|
|
|
417
417
|
&:focus,
|
|
418
418
|
&.k-state-focused {
|
|
419
|
-
@include box-shadow( $list-item-
|
|
419
|
+
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
420
420
|
}
|
|
421
421
|
}
|
|
422
422
|
}
|