@progress/kendo-theme-default 5.0.0-beta.2 → 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 +1060 -935
- package/dist/all.scss +1766 -1499
- package/package.json +2 -2
- package/scss/_layout.scss +0 -0
- package/scss/adaptive/_layout.scss +0 -3
- package/scss/appbar/_layout.scss +19 -3
- package/scss/button/_layout.scss +1 -38
- package/scss/card/_variables.scss +4 -4
- package/scss/chat/_layout.scss +1 -3
- package/scss/chat/_theme.scss +0 -8
- package/scss/chat/_variables.scss +0 -2
- package/scss/checkbox/_index.scss +1 -1
- package/scss/checkbox/_layout.scss +44 -27
- package/scss/checkbox/_variables.scss +2 -8
- package/scss/color-preview/_layout.scss +23 -24
- package/scss/color-preview/_theme.scss +0 -14
- package/scss/coloreditor/_layout.scss +5 -1
- package/scss/coloreditor/_variables.scss +3 -3
- package/scss/combobox/_layout.scss +1 -1
- package/scss/combobox/_theme.scss +1 -1
- package/scss/combobox/_variables.scss +1 -31
- package/scss/daterangepicker/_layout.scss +16 -1
- package/scss/datetimepicker/_layout.scss +39 -2
- package/scss/editor/_layout.scss +24 -7
- package/scss/fab/_layout.scss +24 -58
- package/scss/fab/_theme.scss +43 -48
- package/scss/fab/_variables.scss +129 -72
- package/scss/fab/index.md +0 -0
- package/scss/forms/_layout.scss +4 -2
- package/scss/grid/_layout.scss +95 -98
- package/scss/grid/_variables.scss +7 -7
- package/scss/imageeditor/_layout.scss +4 -8
- package/scss/imageeditor/_variables.scss +1 -0
- package/scss/index.scss +1 -0
- package/scss/input/_layout.scss +17 -0
- package/scss/input/_variables.scss +3 -3
- package/scss/list/_index.scss +1 -0
- package/scss/list/_layout.scss +10 -2
- package/scss/listbox/_variables.scss +1 -1
- package/scss/listview/_layout.scss +2 -9
- package/scss/map/_layout.scss +17 -0
- package/scss/maskedtextbox/_layout.scss +1 -1
- package/scss/maskedtextbox/_theme.scss +1 -1
- package/scss/mediaplayer/_layout.scss +5 -0
- package/scss/menu/_layout.scss +58 -29
- package/scss/menu/_variables.scss +13 -1
- package/scss/multiselect/_layout.scss +4 -1
- package/scss/multiselect/_theme.scss +4 -1
- package/scss/numerictextbox/_layout.scss +12 -2
- package/scss/numerictextbox/_theme.scss +1 -1
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pager/_variables.scss +1 -1
- package/scss/pdf-viewer/_layout.scss +23 -16
- package/scss/pdf-viewer/_variables.scss +2 -5
- package/scss/radio/_index.scss +1 -1
- package/scss/radio/_layout.scss +43 -27
- package/scss/radio/_variables.scss +2 -8
- package/scss/scheduler/_layout.scss +1 -1
- package/scss/spreadsheet/_layout.scss +29 -20
- package/scss/table/_layout.scss +26 -5
- package/scss/table/_theme.scss +3 -2
- package/scss/table/_variables.scss +9 -9
- package/scss/tabstrip/_layout.scss +1 -1
- package/scss/toolbar/_layout.scss +29 -2
- package/scss/toolbar/_theme.scss +35 -7
- package/scss/toolbar/_variables.scss +2 -0
- package/scss/treeview/_layout.scss +108 -113
- package/scss/treeview/_theme.scss +38 -29
- package/scss/treeview/_variables.scss +34 -50
- package/scss/typography/_variables.scss +3 -3
- package/scss/virtual-scroller/_index.scss +10 -0
- package/scss/virtual-scroller/_layout.scss +35 -0
- package/scss/virtual-scroller/_theme.scss +3 -0
- package/scss/virtual-scroller/_variables.scss +1 -0
- package/scss/window/_variables.scss +1 -1
|
@@ -32,20 +32,20 @@ $kendo-table-sizes: (
|
|
|
32
32
|
sm: (
|
|
33
33
|
font-size: $font-size,
|
|
34
34
|
line-height: $line-height,
|
|
35
|
-
cell-padding-x: map-get( $spacing,
|
|
36
|
-
cell-padding-y: map-get( $spacing, 1)
|
|
35
|
+
cell-padding-x: map-get( $spacing, 2 ),
|
|
36
|
+
cell-padding-y: map-get( $spacing, 1 )
|
|
37
37
|
),
|
|
38
38
|
md: (
|
|
39
39
|
font-size: $font-size,
|
|
40
40
|
line-height: $line-height,
|
|
41
|
-
cell-padding-x: map-get( $spacing, 2),
|
|
42
|
-
cell-padding-y: map-get( $spacing, 2)
|
|
41
|
+
cell-padding-x: map-get( $spacing, 2 ),
|
|
42
|
+
cell-padding-y: map-get( $spacing, 2 )
|
|
43
43
|
),
|
|
44
44
|
lg: (
|
|
45
45
|
font-size: $font-size,
|
|
46
46
|
line-height: $line-height,
|
|
47
|
-
cell-padding-x: map-get( $spacing,
|
|
48
|
-
cell-padding-y: map-get( $spacing, 3)
|
|
47
|
+
cell-padding-x: map-get( $spacing, 2 ),
|
|
48
|
+
cell-padding-y: map-get( $spacing, 3 )
|
|
49
49
|
)
|
|
50
50
|
) !default;
|
|
51
51
|
|
|
@@ -85,13 +85,13 @@ $kendo-table-footer-border: $grid-footer-border !default;
|
|
|
85
85
|
|
|
86
86
|
/// Background color of group rows in table.
|
|
87
87
|
/// @group table
|
|
88
|
-
$kendo-table-group-row-bg: $
|
|
88
|
+
$kendo-table-group-row-bg: $kendo-table-header-bg !default;
|
|
89
89
|
/// Text color of group rows in table.
|
|
90
90
|
/// @group table
|
|
91
|
-
$kendo-table-group-row-text: $
|
|
91
|
+
$kendo-table-group-row-text: $kendo-table-header-text !default;
|
|
92
92
|
/// Border color of group rows in table.
|
|
93
93
|
/// @group table
|
|
94
|
-
$kendo-table-group-row-border:
|
|
94
|
+
$kendo-table-group-row-border: $kendo-table-header-border !default;
|
|
95
95
|
|
|
96
96
|
|
|
97
97
|
/// Background color of alternating rows in table.
|
|
@@ -62,13 +62,20 @@
|
|
|
62
62
|
.k-split-button {}
|
|
63
63
|
|
|
64
64
|
|
|
65
|
+
// Input
|
|
66
|
+
.k-input,
|
|
67
|
+
.k-picker:not(.k-colorpicker) {
|
|
68
|
+
width: $toolbar-input-width;
|
|
69
|
+
}
|
|
70
|
+
|
|
65
71
|
// Overflow anchor
|
|
66
72
|
.k-overflow-anchor {
|
|
67
73
|
@include border-radius( 0 );
|
|
68
74
|
margin: 0;
|
|
69
75
|
padding: $toolbar-padding-y;
|
|
70
|
-
width:
|
|
76
|
+
width: auto;
|
|
71
77
|
height: 100%;
|
|
78
|
+
aspect-ratio: 1;
|
|
72
79
|
border-width: 0;
|
|
73
80
|
border-color: inherit;
|
|
74
81
|
box-sizing: border-box;
|
|
@@ -100,6 +107,7 @@
|
|
|
100
107
|
flex: 1 0 0%;
|
|
101
108
|
}
|
|
102
109
|
|
|
110
|
+
|
|
103
111
|
// Template
|
|
104
112
|
.k-toolbar-template {
|
|
105
113
|
align-self: center;
|
|
@@ -120,6 +128,7 @@
|
|
|
120
128
|
|
|
121
129
|
// Angular specific
|
|
122
130
|
kendo-toolbar-renderer {
|
|
131
|
+
display: inline-block;
|
|
123
132
|
border-color: inherit;
|
|
124
133
|
}
|
|
125
134
|
|
|
@@ -127,6 +136,14 @@
|
|
|
127
136
|
// Overflow container
|
|
128
137
|
.k-overflow-container {
|
|
129
138
|
|
|
139
|
+
> .k-item {
|
|
140
|
+
border-color: inherit;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.k-separator {
|
|
144
|
+
margin: map-get( $spacing, 1 ) 0;
|
|
145
|
+
}
|
|
146
|
+
|
|
130
147
|
// Group
|
|
131
148
|
.k-overflow-tool-group {
|
|
132
149
|
display: block;
|
|
@@ -134,13 +151,23 @@
|
|
|
134
151
|
|
|
135
152
|
// Button
|
|
136
153
|
.k-overflow-button {
|
|
154
|
+
@include border-radius( 0 );
|
|
155
|
+
padding: $kendo-list-item-padding-y-md $kendo-list-item-padding-x-md;
|
|
137
156
|
width: 100%;
|
|
157
|
+
border-width: 0;
|
|
158
|
+
color: inherit;
|
|
159
|
+
background-color: transparent;
|
|
160
|
+
background-image: none;
|
|
161
|
+
line-height: inherit;
|
|
162
|
+
display: flex;
|
|
163
|
+
justify-content: flex-start;
|
|
138
164
|
}
|
|
139
165
|
|
|
140
166
|
// Button group
|
|
141
167
|
.k-button-group {
|
|
168
|
+
@include box-shadow( none );
|
|
142
169
|
display: flex;
|
|
143
|
-
flex-
|
|
170
|
+
flex-flow: column nowrap;
|
|
144
171
|
|
|
145
172
|
.k-button {
|
|
146
173
|
margin: if( $kendo-button-border-width == 0, null, 0);
|
package/scss/toolbar/_theme.scss
CHANGED
|
@@ -11,13 +11,6 @@
|
|
|
11
11
|
@include box-shadow( $toolbar-shadow );
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
// Overflow anchor
|
|
15
|
-
.k-overflow-anchor {
|
|
16
|
-
color: inherit;
|
|
17
|
-
background: transparent;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
14
|
// Separator
|
|
22
15
|
.k-separator {
|
|
23
16
|
border-color: $toolbar-separator-border;
|
|
@@ -29,6 +22,41 @@
|
|
|
29
22
|
|
|
30
23
|
}
|
|
31
24
|
|
|
25
|
+
|
|
26
|
+
// Overflow container
|
|
27
|
+
.k-overflow-container {
|
|
28
|
+
|
|
29
|
+
.k-button {
|
|
30
|
+
|
|
31
|
+
// Hover state
|
|
32
|
+
&:hover,
|
|
33
|
+
&.k-state-hover {
|
|
34
|
+
color: $kendo-list-item-hover-text;
|
|
35
|
+
background: $kendo-list-item-hover-bg;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// Active state
|
|
39
|
+
&:active,
|
|
40
|
+
&.k-state-active {
|
|
41
|
+
color: $kendo-list-item-selected-text;
|
|
42
|
+
background: $kendo-list-item-selected-bg;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// Button focus state
|
|
46
|
+
.k-button:focus,
|
|
47
|
+
.k-button.k-state-focused {
|
|
48
|
+
box-shadow: $kendo-list-item-focus-shadow;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// Disabled state
|
|
52
|
+
&:disabled,
|
|
53
|
+
&.k-state-disabled {
|
|
54
|
+
color: inherit;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
}
|
|
59
|
+
|
|
32
60
|
}
|
|
33
61
|
|
|
34
62
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@include exports("treeview/layout") {
|
|
2
2
|
|
|
3
|
-
//
|
|
3
|
+
// Treeview
|
|
4
4
|
.k-treeview {
|
|
5
|
-
padding:
|
|
5
|
+
padding: 0;
|
|
6
6
|
border-width: 0;
|
|
7
7
|
background: none;
|
|
8
8
|
box-sizing: border-box;
|
|
@@ -14,161 +14,156 @@
|
|
|
14
14
|
white-space: nowrap;
|
|
15
15
|
-webkit-touch-callout: none;
|
|
16
16
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
17
|
+
}
|
|
17
18
|
|
|
18
|
-
> .k-treeview-group {
|
|
19
|
-
outline: 0;
|
|
20
|
-
-webkit-touch-callout: none;
|
|
21
|
-
-webkit-tap-highlight-color: $rgba-transparent;
|
|
22
|
-
}
|
|
23
19
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
overflow: hidden;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
20
|
+
// Treeview group
|
|
21
|
+
.k-treeview-group,
|
|
22
|
+
.k-treeview .k-group {
|
|
23
|
+
margin: 0;
|
|
24
|
+
padding: 0;
|
|
25
|
+
list-style: none;
|
|
26
|
+
position: relative;
|
|
27
|
+
outline: 0;
|
|
28
|
+
-webkit-touch-callout: none;
|
|
29
|
+
-webkit-tap-highlight-color: $rgba-transparent;
|
|
37
30
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
.k-treeview-mid,
|
|
41
|
-
.k-treeview-bot {
|
|
42
|
-
display: flex;
|
|
43
|
-
flex-direction: row;
|
|
44
|
-
align-items: center;
|
|
45
|
-
align-content: center;
|
|
31
|
+
&.ng-animating {
|
|
32
|
+
overflow: hidden;
|
|
46
33
|
}
|
|
34
|
+
}
|
|
47
35
|
|
|
48
|
-
// Items
|
|
49
|
-
.k-treeview-item {
|
|
50
|
-
outline-style: none;
|
|
51
|
-
margin: 0;
|
|
52
|
-
padding: 0 0 0 $kendo-treeview-indent;
|
|
53
|
-
border-width: 0;
|
|
54
|
-
display: block;
|
|
55
|
-
}
|
|
56
36
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
vertical-align: middle;
|
|
67
|
-
position: relative;
|
|
68
|
-
}
|
|
69
|
-
.k-treeview-leaf.k-state-focused {
|
|
70
|
-
z-index: 1;
|
|
71
|
-
}
|
|
37
|
+
// Treeview wrappers
|
|
38
|
+
.k-treeview-top,
|
|
39
|
+
.k-treeview-mid,
|
|
40
|
+
.k-treeview-bot {
|
|
41
|
+
display: flex;
|
|
42
|
+
flex-direction: row;
|
|
43
|
+
align-items: center;
|
|
44
|
+
align-content: center;
|
|
45
|
+
}
|
|
72
46
|
|
|
73
|
-
// LoadMore button
|
|
74
|
-
.k-treeview-load-more-button {
|
|
75
|
-
cursor: pointer;
|
|
76
47
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
padding-left: $kendo-treeview-loadmore-checkboxes-padding-x;
|
|
48
|
+
// Treeview item
|
|
49
|
+
.k-treeview-item {
|
|
50
|
+
outline-style: none;
|
|
51
|
+
margin: 0;
|
|
52
|
+
padding: 0 0 0 $kendo-treeview-indent;
|
|
53
|
+
border-width: 0;
|
|
54
|
+
display: block;
|
|
55
|
+
}
|
|
86
56
|
|
|
87
|
-
.k-i-loading {
|
|
88
|
-
margin-left: $kendo-treeview-loadmore-checkboxes-icon-indent;
|
|
89
|
-
margin-right: $kendo-treeview-loadmore-checkboxes-icon-margin-x;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
57
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
58
|
+
// Treeview toggle
|
|
59
|
+
.k-treeview-toggle {
|
|
60
|
+
flex: none;
|
|
61
|
+
display: inline-flex;
|
|
62
|
+
flex-flow: row nowrap;
|
|
63
|
+
align-items: center;
|
|
64
|
+
cursor: pointer;
|
|
98
65
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
66
|
+
+ .k-checkbox-wrap,
|
|
67
|
+
+ .k-checkbox-wrapper {
|
|
68
|
+
margin-left: $icon-spacing;
|
|
102
69
|
}
|
|
70
|
+
}
|
|
103
71
|
|
|
104
|
-
|
|
105
|
-
|
|
72
|
+
|
|
73
|
+
// Loading icon
|
|
74
|
+
.k-treeview-loading {
|
|
75
|
+
margin-right: $icon-spacing;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
// Checkbox
|
|
80
|
+
.k-treeview .k-checkbox-wrap,
|
|
81
|
+
.k-treeview .k-checkbox-wrapper {
|
|
82
|
+
margin-right: $icon-spacing;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
// Treeview leaf
|
|
87
|
+
.k-treeview-leaf {
|
|
88
|
+
@include border-radius( $kendo-treeview-item-border-radius );
|
|
89
|
+
border: $kendo-treeview-item-border-width solid transparent;
|
|
90
|
+
text-decoration: none;
|
|
91
|
+
display: inline-flex;
|
|
92
|
+
align-items: center;
|
|
93
|
+
align-content: center;
|
|
94
|
+
vertical-align: middle;
|
|
95
|
+
position: relative;
|
|
96
|
+
|
|
97
|
+
.k-icon,
|
|
98
|
+
.k-image,
|
|
99
|
+
.k-sprite {
|
|
106
100
|
margin-right: $icon-spacing;
|
|
107
101
|
}
|
|
108
102
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
position: absolute;
|
|
113
|
-
transform: translate(-50%, -50%);
|
|
114
|
-
z-index: 1000;
|
|
103
|
+
&.k-state-focus,
|
|
104
|
+
&.k-state-focused {
|
|
105
|
+
z-index: 1;
|
|
115
106
|
}
|
|
107
|
+
}
|
|
116
108
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
109
|
+
|
|
110
|
+
// Treeview load more button
|
|
111
|
+
.k-treeview .k-treeview-load-more-button {
|
|
112
|
+
cursor: pointer;
|
|
113
|
+
|
|
114
|
+
&:hover,
|
|
115
|
+
&.k-state-hover,
|
|
116
|
+
&:focus,
|
|
117
|
+
&.k-state-focus,
|
|
118
|
+
&.k-state-focused {
|
|
119
|
+
text-decoration: underline;
|
|
122
120
|
}
|
|
123
121
|
}
|
|
124
122
|
|
|
125
|
-
.k-treeview-toggle {}
|
|
126
|
-
|
|
127
|
-
.k-treeview-leaf-text {}
|
|
128
123
|
|
|
129
124
|
// RTL
|
|
130
125
|
.k-rtl .k-treeview,
|
|
131
126
|
.k-treeview[dir="rtl"] {
|
|
132
127
|
|
|
133
|
-
//
|
|
128
|
+
// Treeview item
|
|
134
129
|
.k-treeview-item {
|
|
135
130
|
padding-left: 0;
|
|
136
131
|
padding-right: $kendo-treeview-indent;
|
|
137
132
|
}
|
|
138
133
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
padding-right: $kendo-treeview-loadmore-checkboxes-padding-x;
|
|
142
|
-
|
|
143
|
-
.k-i-loading {
|
|
144
|
-
margin-left: $kendo-treeview-loadmore-checkboxes-icon-margin-x;
|
|
145
|
-
margin-right: $kendo-treeview-loadmore-checkboxes-icon-indent;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
// Expand / collapse
|
|
150
|
-
.k-i-expand,
|
|
151
|
-
.k-i-collapse {
|
|
134
|
+
// Treeview toggle
|
|
135
|
+
.k-treeview-toggle {
|
|
152
136
|
margin-left: 0;
|
|
153
137
|
margin-right: -$kendo-treeview-indent;
|
|
154
138
|
|
|
139
|
+
+ .k-checkbox-wrap,
|
|
155
140
|
+ .k-checkbox-wrapper {
|
|
156
141
|
margin-right: $icon-spacing;
|
|
157
142
|
}
|
|
158
143
|
}
|
|
159
144
|
|
|
160
|
-
//
|
|
161
|
-
.k-
|
|
145
|
+
// Loading
|
|
146
|
+
.k-treeview-loading {
|
|
162
147
|
margin-right: 0;
|
|
163
148
|
margin-left: $icon-spacing;
|
|
164
149
|
}
|
|
165
150
|
|
|
166
|
-
//
|
|
167
|
-
.k-
|
|
168
|
-
.k-
|
|
169
|
-
.k-treeview-leaf .k-sprite {
|
|
170
|
-
margin-left: $icon-spacing;
|
|
151
|
+
// Checkbox
|
|
152
|
+
.k-checkbox-wrap,
|
|
153
|
+
.k-checkbox-wrapper {
|
|
171
154
|
margin-right: 0;
|
|
155
|
+
margin-left: $icon-spacing;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
// Treeview leaf
|
|
159
|
+
.k-treeview-leaf,
|
|
160
|
+
.k-in {
|
|
161
|
+
.k-icon,
|
|
162
|
+
.k-image,
|
|
163
|
+
.k-sprite {
|
|
164
|
+
margin-right: 0;
|
|
165
|
+
margin-left: $icon-spacing;
|
|
166
|
+
}
|
|
172
167
|
}
|
|
173
168
|
}
|
|
174
169
|
|
|
@@ -1,29 +1,41 @@
|
|
|
1
1
|
@include exports("treeview/theme") {
|
|
2
2
|
|
|
3
|
-
//
|
|
3
|
+
// Treeview
|
|
4
4
|
.k-treeview {
|
|
5
5
|
@include fill(
|
|
6
6
|
$kendo-treeview-text,
|
|
7
7
|
$kendo-treeview-bg,
|
|
8
8
|
$kendo-treeview-border
|
|
9
9
|
);
|
|
10
|
+
}
|
|
11
|
+
|
|
10
12
|
|
|
13
|
+
// Treeview item
|
|
14
|
+
.k-treeview-item {}
|
|
11
15
|
|
|
12
|
-
// Item
|
|
13
|
-
.k-treeview-leaf {}
|
|
14
16
|
|
|
17
|
+
// Treeview leaf
|
|
18
|
+
.k-treeview-leaf {
|
|
15
19
|
|
|
16
|
-
//
|
|
17
|
-
|
|
18
|
-
|
|
20
|
+
// Hover state
|
|
21
|
+
&:hover,
|
|
22
|
+
&.k-hover {
|
|
19
23
|
@include fill(
|
|
20
|
-
$kendo-treeview-item-
|
|
21
|
-
$kendo-treeview-item-
|
|
22
|
-
$kendo-treeview-item-
|
|
23
|
-
$kendo-treeview-item-
|
|
24
|
+
$kendo-treeview-item-hover-text,
|
|
25
|
+
$kendo-treeview-item-hover-bg,
|
|
26
|
+
$kendo-treeview-item-hover-border,
|
|
27
|
+
$kendo-treeview-item-hover-gradient
|
|
24
28
|
);
|
|
25
29
|
}
|
|
26
|
-
|
|
30
|
+
|
|
31
|
+
// Focus state
|
|
32
|
+
&:focus,
|
|
33
|
+
&.k-focus {
|
|
34
|
+
@include box-shadow( $kendo-treeview-item-focus-shadow );
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// Selected state
|
|
38
|
+
&.k-selected {
|
|
27
39
|
@include fill(
|
|
28
40
|
$kendo-treeview-item-selected-text,
|
|
29
41
|
$kendo-treeview-item-selected-bg,
|
|
@@ -31,24 +43,20 @@
|
|
|
31
43
|
$kendo-treeview-item-selected-gradient
|
|
32
44
|
);
|
|
33
45
|
}
|
|
34
|
-
|
|
35
|
-
@include box-shadow( $kendo-treeview-item-focused-shadow );
|
|
36
|
-
}
|
|
37
|
-
.k-treeview-leaf.k-selected.k-focus {
|
|
38
|
-
@include box-shadow( $kendo-treeview-item-selected-focused-shadow );
|
|
39
|
-
}
|
|
46
|
+
}
|
|
40
47
|
|
|
41
|
-
// LoadMore button
|
|
42
|
-
.k-treeview-load-more-button {
|
|
43
|
-
@include fill(
|
|
44
|
-
$kendo-treeview-loadmore-text,
|
|
45
|
-
$kendo-treeview-loadmore-bg,
|
|
46
|
-
$kendo-treeview-loadmore-border
|
|
47
|
-
);
|
|
48
|
-
}
|
|
49
48
|
|
|
50
|
-
|
|
51
|
-
|
|
49
|
+
// Treeview load more button
|
|
50
|
+
.k-treeview .k-treeview-load-more-button {
|
|
51
|
+
@include fill(
|
|
52
|
+
$kendo-treeview-loadmore-text,
|
|
53
|
+
$kendo-treeview-loadmore-bg,
|
|
54
|
+
$kendo-treeview-loadmore-border
|
|
55
|
+
);
|
|
56
|
+
|
|
57
|
+
// Hover state
|
|
58
|
+
&:hover,
|
|
59
|
+
&.k-hover {
|
|
52
60
|
@include fill(
|
|
53
61
|
$kendo-treeview-loadmore-hover-text,
|
|
54
62
|
$kendo-treeview-loadmore-hover-bg,
|
|
@@ -56,8 +64,9 @@
|
|
|
56
64
|
);
|
|
57
65
|
}
|
|
58
66
|
|
|
59
|
-
|
|
60
|
-
|
|
67
|
+
// Focus state
|
|
68
|
+
&:focus,
|
|
69
|
+
&.k-focus {
|
|
61
70
|
@include fill(
|
|
62
71
|
$kendo-treeview-loadmore-focus-text,
|
|
63
72
|
$kendo-treeview-loadmore-focus-bg,
|