@progress/kendo-theme-default 5.0.0-beta.0 → 5.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -8
- package/dist/all.css +4136 -3907
- package/dist/all.scss +5825 -5184
- package/dist/default-dataviz-v4.scss +8 -0
- package/dist/default-main.scss +6 -6
- package/lib/swatches/default-dataviz-v4.json +51 -0
- package/lib/swatches/default-main.json +6 -6
- package/package.json +2 -2
- package/scss/_layout.scss +0 -0
- package/scss/adaptive/_layout.scss +44 -74
- package/scss/adaptive/_theme.scss +0 -9
- package/scss/appbar/_layout.scss +22 -3
- package/scss/appbar/_variables.scss +1 -1
- package/scss/autocomplete/_theme.scss +1 -1
- package/scss/autocomplete/_variables.scss +0 -19
- package/scss/avatar/index.md +0 -0
- package/scss/button/_layout.scss +83 -154
- package/scss/button/_theme.scss +175 -204
- package/scss/button/_variables.scss +58 -31
- package/scss/calendar/_layout.scss +2 -2
- package/scss/card/_variables.scss +4 -4
- package/scss/chat/_layout.scss +9 -9
- package/scss/chat/_theme.scss +0 -21
- package/scss/chat/_variables.scss +0 -7
- package/scss/checkbox/_index.scss +1 -1
- package/scss/checkbox/_layout.scss +112 -163
- package/scss/checkbox/_theme.scss +6 -4
- package/scss/checkbox/_variables.scss +64 -73
- package/scss/checkbox/index.md +0 -0
- package/scss/chip/_index.scss +1 -0
- package/scss/chip/_layout.scss +110 -32
- package/scss/chip/_theme.scss +7 -6
- package/scss/chip/_variables.scss +12 -12
- package/scss/chip/index.md +0 -0
- package/scss/color-preview/_layout.scss +27 -15
- package/scss/color-preview/_theme.scss +1 -14
- package/scss/color-preview/_variables.scss +1 -0
- package/scss/coloreditor/_layout.scss +5 -1
- package/scss/coloreditor/_variables.scss +3 -3
- package/scss/colorgradient/_layout.scss +0 -4
- package/scss/colorpicker/_index.scss +1 -2
- package/scss/colorpicker/_layout.scss +7 -2
- package/scss/colorpicker/_theme.scss +2 -2
- package/scss/colorpicker/_variables.scss +1 -20
- package/scss/combobox/_layout.scss +1 -1
- package/scss/combobox/_theme.scss +1 -1
- package/scss/combobox/_variables.scss +1 -31
- package/scss/common/_loading.scss +1 -13
- package/scss/dateinput/_index.scss +0 -4
- package/scss/dateinput/_variables.scss +1 -1
- package/scss/datepicker/_index.scss +1 -3
- package/scss/daterangepicker/_layout.scss +31 -1
- package/scss/datetimepicker/_index.scss +5 -3
- package/scss/datetimepicker/_layout.scss +40 -3
- package/scss/datetimepicker/_theme.scss +2 -2
- package/scss/datetimepicker/_variables.scss +2 -1
- package/scss/dropdowngrid/_layout.scss +5 -4
- package/scss/dropdowngrid/_theme.scss +6 -2
- package/scss/dropdowngrid/index.md +0 -0
- package/scss/dropdownlist/_layout.scss +15 -0
- package/scss/editor/_layout.scss +24 -11
- 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/filter/_index.scss +1 -1
- package/scss/filter/_layout.scss +13 -2
- package/scss/filter/_theme.scss +3 -1
- package/scss/forms/_layout.scss +11 -10
- package/scss/gantt/_index.scss +1 -1
- package/scss/gantt/_layout.scss +1 -1
- package/scss/grid/_index.scss +1 -1
- package/scss/grid/_layout.scss +135 -127
- package/scss/grid/_theme.scss +0 -6
- 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 +2 -1
- package/scss/input/_index.scss +1 -1
- package/scss/input/_layout.scss +111 -11
- package/scss/input/_theme.scss +33 -4
- package/scss/input/_variables.scss +16 -26
- package/scss/list/_index.scss +1 -0
- package/scss/list/_layout.scss +172 -136
- package/scss/list/_theme.scss +67 -30
- package/scss/list/_variables.scss +212 -45
- package/scss/list/index.md +0 -0
- package/scss/listbox/_index.scss +1 -0
- package/scss/listbox/_layout.scss +9 -0
- 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 +13 -1
- package/scss/menu/_index.scss +1 -0
- package/scss/menu/_layout.scss +58 -29
- package/scss/menu/_variables.scss +60 -50
- package/scss/multiselect/_index.scss +1 -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/numerictextbox/_variables.scss +1 -1
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pager/_variables.scss +1 -1
- package/scss/panelbar/_theme.scss +9 -2
- package/scss/panelbar/_variables.scss +4 -0
- package/scss/pdf-viewer/_layout.scss +23 -16
- package/scss/pdf-viewer/_variables.scss +2 -5
- package/scss/pivotgrid/_layout.scss +8 -8
- package/scss/pivotgrid/_variables.scss +0 -3
- package/scss/popover/_layout.scss +0 -1
- package/scss/popup/_index.scss +0 -1
- package/scss/popup/_layout.scss +2 -13
- package/scss/popup/_theme.scss +1 -2
- package/scss/popup/_variables.scss +2 -2
- package/scss/radio/_index.scss +1 -1
- package/scss/radio/_layout.scss +123 -165
- package/scss/radio/_theme.scss +4 -4
- package/scss/radio/_variables.scss +69 -90
- package/scss/radio/index.md +0 -0
- package/scss/scheduler/_index.scss +1 -1
- package/scss/scheduler/_layout.scss +26 -13
- package/scss/scrollview/_layout.scss +6 -1
- package/scss/skeleton/_layout.scss +1 -1
- package/scss/slider/_layout.scss +69 -125
- package/scss/slider/_theme.scss +0 -6
- package/scss/spreadsheet/_index.scss +1 -1
- package/scss/spreadsheet/_layout.scss +32 -22
- package/scss/switch/_layout.scss +4 -2
- package/scss/switch/index.md +0 -0
- package/scss/table/_layout.scss +203 -148
- package/scss/table/_theme.scss +59 -41
- package/scss/table/_variables.scss +101 -32
- package/scss/tabstrip/_layout.scss +6 -2
- package/scss/taskboard/_layout.scss +2 -1
- package/scss/taskboard/_variables.scss +0 -2
- package/scss/textarea/_layout.scss +3 -1
- package/scss/timepicker/_index.scss +3 -3
- package/scss/timepicker/_variables.scss +1 -1
- package/scss/{datetime → timeselector}/_index.scss +2 -5
- package/scss/timeselector/_layout.scss +208 -0
- package/scss/{datetime → timeselector}/_theme.scss +21 -21
- package/scss/timeselector/_variables.scss +32 -0
- package/scss/toolbar/_layout.scss +33 -2
- package/scss/toolbar/_theme.scss +35 -7
- package/scss/toolbar/_variables.scss +2 -0
- package/scss/treelist/_layout.scss +4 -0
- package/scss/treeview/_layout.scss +130 -123
- package/scss/treeview/_theme.scss +51 -42
- package/scss/treeview/_variables.scss +125 -46
- package/scss/typography/_variables.scss +3 -3
- package/scss/utils/_border.scss +1 -2
- package/scss/utils/_flex.scss +11 -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/_layout.scss +12 -2
- package/scss/window/_variables.scss +1 -1
- package/scss/datetime/_layout.scss +0 -221
- package/scss/datetime/_variables.scss +0 -53
package/scss/list/_layout.scss
CHANGED
|
@@ -1,152 +1,157 @@
|
|
|
1
1
|
@include exports( "list/layout" ) {
|
|
2
2
|
|
|
3
|
-
//
|
|
4
|
-
.k-list
|
|
3
|
+
// List
|
|
4
|
+
.k-list {
|
|
5
|
+
margin: 0;
|
|
6
|
+
padding: 0;
|
|
7
|
+
font-size: $kendo-list-font-size;
|
|
8
|
+
line-height: $kendo-list-line-height;
|
|
9
|
+
display: flex;
|
|
10
|
+
flex-flow: column nowrap;
|
|
11
|
+
outline: none;
|
|
5
12
|
position: relative;
|
|
6
|
-
overflow:
|
|
13
|
+
overflow: hidden;
|
|
7
14
|
}
|
|
8
15
|
|
|
9
|
-
.k-list {
|
|
10
|
-
|
|
11
|
-
.k-list-ul {
|
|
12
|
-
margin: 0;
|
|
13
|
-
padding: 0;
|
|
14
|
-
height: auto;
|
|
15
|
-
list-style: none;
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
// List in popup
|
|
18
|
+
.k-popup > .k-list {
|
|
19
|
+
height: 100%;
|
|
20
|
+
border-width: 0;
|
|
21
|
+
}
|
|
22
22
|
|
|
23
|
-
.k-list-item {
|
|
24
|
-
display: flex;
|
|
25
|
-
align-items: center;
|
|
26
|
-
align-content: center;
|
|
27
|
-
cursor: pointer;
|
|
28
23
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
24
|
+
// List header
|
|
25
|
+
// .k-list-header,
|
|
26
|
+
.k-list-group-sticky-header {
|
|
27
|
+
padding: $kendo-list-header-padding-y $kendo-list-header-padding-x;
|
|
28
|
+
border-width: 0;
|
|
29
|
+
border-width: $kendo-list-header-border-width; // sass-lint:disable-line no-duplicate-properties
|
|
30
|
+
border-style: solid;
|
|
31
|
+
font-size: $kendo-list-header-font-size;
|
|
32
|
+
line-height: $kendo-list-header-line-height;
|
|
33
|
+
font-weight: $kendo-list-header-font-weight;
|
|
34
|
+
white-space: nowrap;
|
|
35
|
+
display: flex;
|
|
36
|
+
flex-flow: row nowrap;
|
|
37
|
+
align-items: center;
|
|
38
|
+
flex: none;
|
|
39
|
+
overflow: hidden;
|
|
40
|
+
text-overflow: ellipsis;
|
|
41
|
+
cursor: pointer;
|
|
42
|
+
}
|
|
43
|
+
.k-list-optionlabel {
|
|
44
|
+
@extend .k-list-group-sticky-header;
|
|
45
|
+
}
|
|
35
46
|
|
|
36
|
-
.k-list-item-text,
|
|
37
|
-
.k-list-group-header {
|
|
38
|
-
white-space: nowrap;
|
|
39
|
-
overflow: hidden;
|
|
40
|
-
text-overflow: ellipsis;
|
|
41
|
-
}
|
|
42
47
|
|
|
43
|
-
|
|
44
|
-
|
|
48
|
+
// List content
|
|
49
|
+
.k-list-content {
|
|
50
|
+
border-color: inherit;
|
|
51
|
+
flex: 1 1 auto;
|
|
52
|
+
overflow: hidden;
|
|
53
|
+
overflow-y: auto;
|
|
54
|
+
-webkit-overflow-scrolling: touch;
|
|
55
|
+
position: relative;
|
|
56
|
+
}
|
|
45
57
|
|
|
46
|
-
> .k-i-plus {
|
|
47
|
-
margin-left: auto;
|
|
48
|
-
margin-right: 0;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
58
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
59
|
+
// List UL
|
|
60
|
+
.k-list-ul {
|
|
61
|
+
margin: 0;
|
|
62
|
+
padding: 0;
|
|
63
|
+
border-width: 0;
|
|
64
|
+
border-color: inherit;
|
|
65
|
+
height: auto;
|
|
66
|
+
list-style: none;
|
|
63
67
|
}
|
|
64
68
|
|
|
65
|
-
|
|
66
|
-
|
|
69
|
+
|
|
70
|
+
// List item
|
|
71
|
+
.k-list-item {
|
|
67
72
|
padding: $kendo-list-item-padding-y $kendo-list-item-padding-x;
|
|
73
|
+
border: 0;
|
|
68
74
|
font-size: $kendo-list-item-font-size;
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
75
|
+
line-height: $kendo-list-item-line-height;
|
|
76
|
+
outline: none;
|
|
77
|
+
cursor: pointer;
|
|
78
|
+
display: flex;
|
|
79
|
+
flex-flow: row nowrap;
|
|
80
|
+
align-items: center;
|
|
81
|
+
align-content: center;
|
|
82
|
+
gap: $icon-spacing;
|
|
83
|
+
position: relative;
|
|
72
84
|
transition-property: color, background-color, outline-color, box-shadow;
|
|
73
85
|
transition-duration: 200ms;
|
|
74
86
|
transition-timing-function: ease;
|
|
75
|
-
}
|
|
76
|
-
.k-list-optionlabel {
|
|
77
|
-
cursor: pointer;
|
|
78
|
-
outline: none;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
87
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
&.k-stuck {
|
|
91
|
-
border-bottom-width: $kendo-list-stuck-group-header-border-width;
|
|
92
|
-
border-bottom-style: solid;
|
|
88
|
+
&.k-first::before {
|
|
89
|
+
content: "";
|
|
90
|
+
border-width: 1px 0 0;
|
|
91
|
+
border-style: solid;
|
|
92
|
+
position: absolute;
|
|
93
|
+
top: 0;
|
|
94
|
+
left: 0;
|
|
95
|
+
right: 0;
|
|
93
96
|
}
|
|
94
97
|
}
|
|
95
98
|
|
|
96
99
|
|
|
97
|
-
// List
|
|
98
|
-
.k-list-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
100
|
+
// List group item
|
|
101
|
+
.k-list-group-item {
|
|
102
|
+
padding: $kendo-list-group-item-padding-y $kendo-list-group-item-padding-x;
|
|
103
|
+
border-width: 0;
|
|
104
|
+
border-width: $kendo-list-group-item-border-width; // sass-lint:disable-line no-duplicate-properties
|
|
105
|
+
border-style: solid;
|
|
106
|
+
font-size: $kendo-list-group-item-font-size;
|
|
107
|
+
line-height: $kendo-list-group-item-line-height;
|
|
108
|
+
font-weight: $kendo-list-group-item-font-weight;
|
|
109
|
+
cursor: default;
|
|
110
|
+
display: flex;
|
|
111
|
+
flex-flow: row nowrap;
|
|
112
|
+
align-items: center;
|
|
113
|
+
align-content: center;
|
|
114
|
+
gap: $icon-spacing;
|
|
115
|
+
position: relative;
|
|
109
116
|
}
|
|
110
|
-
.k-list-md {
|
|
111
|
-
.k-list-item,
|
|
112
|
-
.k-list-optionlabel {
|
|
113
|
-
padding: $kendo-list-item-padding-y-md $kendo-list-item-padding-x-md;
|
|
114
|
-
font-size: $kendo-list-item-font-size-md;
|
|
115
|
-
}
|
|
116
117
|
|
|
117
|
-
.k-list-group-header {
|
|
118
|
-
padding: $kendo-list-group-header-padding-md;
|
|
119
|
-
font-size: $kendo-list-group-header-font-size-md;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
.k-list-lg {
|
|
123
|
-
.k-list-item,
|
|
124
|
-
.k-list-optionlabel {
|
|
125
|
-
padding: $kendo-list-item-padding-y-lg $kendo-list-item-padding-x-lg;
|
|
126
|
-
font-size: $kendo-list-item-font-size-lg;
|
|
127
|
-
}
|
|
128
118
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
119
|
+
// List item group label
|
|
120
|
+
.k-list-item-group-label {
|
|
121
|
+
padding: 0 .5em;
|
|
122
|
+
font-size: .75em;
|
|
123
|
+
position: absolute;
|
|
124
|
+
top: 0;
|
|
125
|
+
inset-inline-end: 0;
|
|
126
|
+
|
|
127
|
+
.k-ie & {
|
|
128
|
+
right: 0;
|
|
129
|
+
}
|
|
130
|
+
.k-ie .k-rtl &,
|
|
131
|
+
.k-ie [dir="rtl"] & {
|
|
132
|
+
right: auto;
|
|
133
|
+
left: 0;
|
|
132
134
|
}
|
|
133
135
|
}
|
|
134
136
|
|
|
135
137
|
|
|
136
|
-
//
|
|
137
|
-
.k-virtual-list {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
138
|
+
// Virtualization
|
|
139
|
+
.k-virtual-list {}
|
|
140
|
+
.k-virtual-content {
|
|
141
|
+
overflow-y: scroll;
|
|
142
|
+
}
|
|
143
|
+
.k-virtual-list .k-list-item,
|
|
144
|
+
.k-virtual-list .k-list-group-item,
|
|
145
|
+
.k-virtual-content .k-list-item,
|
|
146
|
+
.k-virtual-content .k-list-group-item {
|
|
147
|
+
position: absolute;
|
|
148
|
+
width: 100%;
|
|
149
|
+
}
|
|
150
|
+
.k-virtual-list .k-list-item-text,
|
|
151
|
+
.k-virtual-list .k-list-header-text {
|
|
152
|
+
white-space: nowrap;
|
|
153
|
+
overflow: hidden;
|
|
154
|
+
text-overflow: ellipsis;
|
|
150
155
|
}
|
|
151
156
|
|
|
152
157
|
|
|
@@ -159,36 +164,67 @@
|
|
|
159
164
|
flex: 0 0 auto;
|
|
160
165
|
}
|
|
161
166
|
|
|
162
|
-
.k-dropdown-button .k-popup {
|
|
163
|
-
.k-list-item {
|
|
164
|
-
cursor: pointer;
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
167
|
|
|
168
|
-
//
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
168
|
+
// Switch sizes
|
|
169
|
+
@each $size, $size-props in $kendo-list-sizes {
|
|
170
|
+
$_font-size: map-get( $size-props, font-size );
|
|
171
|
+
$_line-height: map-get( $size-props, line-height );
|
|
172
|
+
$_font-size: map-get( $size-props, font-size );
|
|
173
|
+
$_line-height: map-get( $size-props, line-height );
|
|
174
|
+
$_header-padding-x: map-get( $size-props, header-padding-x );
|
|
175
|
+
$_header-padding-y: map-get( $size-props, header-padding-y );
|
|
176
|
+
$_header-font-size: map-get( $size-props, header-font-size );
|
|
177
|
+
$_header-line-height: map-get( $size-props, header-line-height );
|
|
178
|
+
$_item-padding-x: map-get( $size-props, item-padding-x );
|
|
179
|
+
$_item-padding-y: map-get( $size-props, item-padding-y );
|
|
180
|
+
$_item-font-size: map-get( $size-props, item-font-size );
|
|
181
|
+
$_item-line-height: map-get( $size-props, item-line-height );
|
|
182
|
+
$_group-item-padding-x: map-get( $size-props, group-item-padding-x );
|
|
183
|
+
$_group-item-padding-y: map-get( $size-props, group-item-padding-y );
|
|
184
|
+
$_group-item-font-size: map-get( $size-props, group-item-font-size );
|
|
185
|
+
$_group-item-line-height: map-get( $size-props, group-item-line-height );
|
|
186
|
+
|
|
187
|
+
.k-list-#{$size} {
|
|
188
|
+
font-size: $_font-size;
|
|
189
|
+
line-height: $_line-height;
|
|
190
|
+
|
|
191
|
+
// .k-list-header,
|
|
192
|
+
.k-list-group-sticky-header {
|
|
193
|
+
padding: $_header-padding-y $_header-padding-x;
|
|
194
|
+
font-size: $_header-font-size;
|
|
195
|
+
line-height: $_header-line-height;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.k-list-item {
|
|
199
|
+
padding: $_item-padding-y $_item-padding-x;
|
|
200
|
+
font-size: $_item-font-size;
|
|
201
|
+
line-height: $_item-line-height;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.k-list-group-item {
|
|
205
|
+
padding: $_group-item-padding-y $_group-item-padding-x;
|
|
206
|
+
font-size: $_group-item-font-size;
|
|
207
|
+
line-height: $_group-item-line-height;
|
|
208
|
+
}
|
|
174
209
|
}
|
|
175
210
|
}
|
|
176
211
|
|
|
177
|
-
|
|
212
|
+
|
|
213
|
+
// No data
|
|
214
|
+
.k-no-data {
|
|
178
215
|
min-height: 138px;
|
|
179
|
-
width: 100%;
|
|
180
216
|
display: flex;
|
|
181
217
|
align-items: center;
|
|
182
218
|
justify-content: center;
|
|
183
|
-
text-transform: uppercase;
|
|
184
219
|
font-weight: lighter;
|
|
185
220
|
text-align: center;
|
|
186
221
|
white-space: normal;
|
|
222
|
+
}
|
|
187
223
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
224
|
+
|
|
225
|
+
// Alias
|
|
226
|
+
.k-nodata {
|
|
227
|
+
@extend .k-no-data !optional;
|
|
192
228
|
}
|
|
193
229
|
|
|
194
230
|
}
|
package/scss/list/_theme.scss
CHANGED
|
@@ -1,54 +1,91 @@
|
|
|
1
1
|
@include exports( "list/theme" ) {
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
// List
|
|
4
|
+
.k-list {
|
|
5
|
+
@include fill(
|
|
6
|
+
$kendo-list-text,
|
|
7
|
+
$kendo-list-bg,
|
|
8
|
+
$kendo-list-border
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
// List header
|
|
14
|
+
// .k-list-header,
|
|
15
|
+
.k-list-group-sticky-header {
|
|
16
|
+
@include fill(
|
|
17
|
+
$kendo-list-header-text,
|
|
18
|
+
$kendo-list-header-bg,
|
|
19
|
+
$kendo-list-header-border,
|
|
20
|
+
);
|
|
21
|
+
@include box-shadow( $kendo-list-header-shadow );
|
|
22
|
+
}
|
|
4
23
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
.k-list-
|
|
8
|
-
.k-list-optionlabel.k-hover {
|
|
24
|
+
|
|
25
|
+
// List item
|
|
26
|
+
.k-list-item {
|
|
9
27
|
@include fill(
|
|
10
|
-
$kendo-list-item-
|
|
11
|
-
$kendo-list-item-
|
|
28
|
+
$kendo-list-item-text,
|
|
29
|
+
$kendo-list-item-bg
|
|
12
30
|
);
|
|
13
31
|
|
|
32
|
+
// Hover
|
|
33
|
+
&:hover,
|
|
34
|
+
&.k-hover {
|
|
35
|
+
@include fill(
|
|
36
|
+
$kendo-list-item-hover-text,
|
|
37
|
+
$kendo-list-item-hover-bg
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// Focus
|
|
42
|
+
&:focus,
|
|
43
|
+
&.k-focus {
|
|
44
|
+
@include fill(
|
|
45
|
+
$kendo-list-item-focus-text,
|
|
46
|
+
$kendo-list-item-focus-bg
|
|
47
|
+
);
|
|
48
|
+
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// Selected
|
|
14
52
|
&.k-selected {
|
|
53
|
+
@include fill(
|
|
54
|
+
$kendo-list-item-selected-text,
|
|
55
|
+
$kendo-list-item-selected-bg
|
|
56
|
+
);
|
|
57
|
+
}
|
|
58
|
+
&.k-selected:hover,
|
|
59
|
+
&.k-selected.k-hover {
|
|
15
60
|
color: $kendo-list-item-selected-text;
|
|
16
61
|
background-color: shade( $kendo-list-item-selected-bg );
|
|
17
62
|
}
|
|
18
63
|
}
|
|
19
64
|
|
|
20
|
-
.k-list .k-list-item:focus,
|
|
21
|
-
.k-list .k-list-item.k-focus,
|
|
22
|
-
.k-list-optionlabel:focus,
|
|
23
|
-
.k-list-optionlabel.k-focus {
|
|
24
|
-
@include box-shadow( $kendo-list-item-focus-shadow );
|
|
25
|
-
}
|
|
26
65
|
|
|
27
|
-
|
|
28
|
-
.k-list-
|
|
66
|
+
// List group item
|
|
67
|
+
.k-list-group-item {
|
|
29
68
|
@include fill(
|
|
30
|
-
$kendo-list-item-
|
|
31
|
-
$kendo-list-item-
|
|
69
|
+
$kendo-list-group-item-text,
|
|
70
|
+
$kendo-list-group-item-bg,
|
|
71
|
+
$kendo-list-group-item-border,
|
|
32
72
|
);
|
|
73
|
+
@include box-shadow( $kendo-list-group-item-shadow );
|
|
33
74
|
}
|
|
34
75
|
|
|
35
76
|
|
|
36
|
-
//
|
|
37
|
-
.k-list-group-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
box-shadow: $kendo-list-group-header-shadow;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
.k-list-ul > .k-list-group-header {
|
|
46
|
-
border-top-color: $kendo-list-group-header-border;
|
|
77
|
+
// List item group label
|
|
78
|
+
.k-list-item-group-label {
|
|
79
|
+
@include fill(
|
|
80
|
+
$kendo-list-bg,
|
|
81
|
+
$kendo-list-text
|
|
82
|
+
);
|
|
47
83
|
}
|
|
48
84
|
|
|
49
85
|
|
|
50
|
-
|
|
51
|
-
|
|
86
|
+
// No data
|
|
87
|
+
.k-no-data {
|
|
88
|
+
color: $kendo-list-no-data-text;
|
|
52
89
|
}
|
|
53
90
|
|
|
54
91
|
}
|