@progress/kendo-theme-classic 4.42.1-dev.0 → 4.42.1-dev.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/dist/all.css +7974 -8168
- package/dist/all.scss +16905 -17035
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/all.scss +1 -154
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_layout.scss +0 -20
- package/modules/@progress/kendo-theme-default/scss/breadcrumb/_layout.scss +0 -13
- package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +0 -12
- package/modules/@progress/kendo-theme-default/scss/calendar/_theme.scss +1 -2
- package/modules/@progress/kendo-theme-default/scss/card/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +24 -20
- package/modules/@progress/kendo-theme-default/scss/chat/_variables.scss +6 -6
- package/modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/chip/_theme.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/chip/_variables.scss +4 -4
- package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +0 -22
- package/modules/@progress/kendo-theme-default/scss/core/mixins/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/core/mixins/_module-system.scss +149 -0
- package/modules/@progress/kendo-theme-default/scss/datetime/_layout.scss +0 -45
- package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +0 -12
- package/modules/@progress/kendo-theme-default/scss/dropzone/_layout.scss +0 -16
- package/modules/@progress/kendo-theme-default/scss/editor/_layout.scss +84 -0
- package/modules/@progress/kendo-theme-default/scss/editor/_theme.scss +9 -0
- package/modules/@progress/kendo-theme-default/scss/editor/_variables.scss +8 -0
- package/modules/@progress/kendo-theme-default/scss/filemanager/_theme.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/icons/_layout.scss +0 -1
- package/modules/@progress/kendo-theme-default/scss/index.scss +151 -0
- package/modules/@progress/kendo-theme-default/scss/input/_layout.scss +3 -16
- package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +0 -19
- package/modules/@progress/kendo-theme-default/scss/notification/_layout.scss +0 -22
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +0 -11
- package/modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss +0 -53
- package/modules/@progress/kendo-theme-default/scss/rating/_layout.scss +0 -8
- package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +0 -18
- package/modules/@progress/kendo-theme-default/scss/switch/_layout.scss +0 -26
- package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/upload/_layout.scss +0 -80
- package/modules/@progress/kendo-theme-default/scss/window/_layout.scss +1 -0
- package/package.json +3 -3
- package/scss/all.scss +1 -154
- package/scss/chat/_variables.scss +6 -6
- package/scss/editor/_variables.scss +8 -0
- package/scss/index.scss +151 -0
- package/modules/@progress/kendo-theme-default/scss/no-flexbox.scss +0 -72
|
@@ -77,26 +77,11 @@
|
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
|
|
80
|
-
// Validation icon
|
|
81
|
-
.k-i-warning {
|
|
82
|
-
position: absolute;
|
|
83
|
-
right: $padding-x;
|
|
84
|
-
top: 50%;
|
|
85
|
-
transform: translateY(-50%);
|
|
86
|
-
overflow: visible;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
|
|
90
80
|
// RTL
|
|
91
81
|
.k-rtl &,
|
|
92
82
|
&[dir="rtl"] {
|
|
93
83
|
text-align: right;
|
|
94
84
|
|
|
95
|
-
.k-dateinput-wrap .k-i-warning {
|
|
96
|
-
left: $padding-x;
|
|
97
|
-
right: auto;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
85
|
.k-select {
|
|
101
86
|
@include border-left-radius-only( $input-border-radius );
|
|
102
87
|
border-width: 0 $picker-select-border-width 0 0;
|
|
@@ -184,16 +169,6 @@
|
|
|
184
169
|
}
|
|
185
170
|
|
|
186
171
|
|
|
187
|
-
// Validation icon
|
|
188
|
-
.k-i-warning {
|
|
189
|
-
position: absolute;
|
|
190
|
-
top: 50%;
|
|
191
|
-
right: calc( #{ $button-inner-calc-size } + #{ $input-padding-x-sm });
|
|
192
|
-
transform: translateY(-50%);
|
|
193
|
-
overflow: visible;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
|
|
197
172
|
// RTL
|
|
198
173
|
.k-rtl &,
|
|
199
174
|
&[dir="rtl"] {
|
|
@@ -203,11 +178,6 @@
|
|
|
203
178
|
@include border-left-radius-only( $input-border-radius );
|
|
204
179
|
border-width: 0 $picker-select-border-width 0 0;
|
|
205
180
|
}
|
|
206
|
-
|
|
207
|
-
.k-i-warning {
|
|
208
|
-
right: auto;
|
|
209
|
-
left: calc( #{ $button-inner-calc-size } + #{ $input-padding-x-sm });
|
|
210
|
-
}
|
|
211
181
|
}
|
|
212
182
|
}
|
|
213
183
|
|
|
@@ -279,16 +249,6 @@
|
|
|
279
249
|
}
|
|
280
250
|
|
|
281
251
|
|
|
282
|
-
// Validation icon
|
|
283
|
-
.k-i-warning {
|
|
284
|
-
position: absolute;
|
|
285
|
-
top: 50%;
|
|
286
|
-
right: calc( #{ $button-inner-calc-size } * 2 + #{ $input-padding-x-sm });
|
|
287
|
-
transform: translateY(-50%);
|
|
288
|
-
overflow: visible;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
|
|
292
252
|
// RTL
|
|
293
253
|
.k-rtl &,
|
|
294
254
|
&[dir="rtl"] {
|
|
@@ -298,11 +258,6 @@
|
|
|
298
258
|
@include border-left-radius-only( $input-border-radius );
|
|
299
259
|
border-width: 0 $picker-select-border-width 0 0;
|
|
300
260
|
}
|
|
301
|
-
|
|
302
|
-
.k-i-warning {
|
|
303
|
-
right: auto;
|
|
304
|
-
left: calc( #{ $button-inner-calc-size } * 2 + #{ $input-padding-x-sm });
|
|
305
|
-
}
|
|
306
261
|
}
|
|
307
262
|
}
|
|
308
263
|
|
|
@@ -41,20 +41,4 @@
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
|
|
45
|
-
// No flexbox
|
|
46
|
-
.k-no-flexbox {
|
|
47
|
-
.k-dropzone-inner {
|
|
48
|
-
padding-top: ( $dropzone-padding-y * 6 );
|
|
49
|
-
padding-bottom: ( $dropzone-padding-y * 6 );
|
|
50
|
-
width: 100%;
|
|
51
|
-
height: 100%;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.k-dropzone-hint,
|
|
55
|
-
.k-dropzone-note {
|
|
56
|
-
display: block;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
44
|
}
|
|
@@ -68,6 +68,89 @@
|
|
|
68
68
|
overflow: auto;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
+
// Resizable images
|
|
72
|
+
.k-editor-resize-handles-wrapper {
|
|
73
|
+
position: absolute;
|
|
74
|
+
visibility: hidden;
|
|
75
|
+
}
|
|
76
|
+
.k-editor-resize-handle {
|
|
77
|
+
width: $editor-resize-handle-size;
|
|
78
|
+
height: $editor-resize-handle-size;
|
|
79
|
+
border-width: $editor-resize-handle-border-width;
|
|
80
|
+
border-style: solid;
|
|
81
|
+
position: absolute;
|
|
82
|
+
visibility: visible;
|
|
83
|
+
z-index: 100;
|
|
84
|
+
|
|
85
|
+
&.northwest {
|
|
86
|
+
top: 0;
|
|
87
|
+
left: 0;
|
|
88
|
+
transform: translate(-50%, -50%);
|
|
89
|
+
cursor: nw-resize;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
&.north {
|
|
93
|
+
top: 0;
|
|
94
|
+
left: 50%;
|
|
95
|
+
transform: translate(-50%, -50%);
|
|
96
|
+
cursor: n-resize;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
&.northeast {
|
|
100
|
+
top: 0;
|
|
101
|
+
right: 0;
|
|
102
|
+
transform: translate(50%, -50%);
|
|
103
|
+
cursor: ne-resize;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
&.southwest {
|
|
107
|
+
left: 0;
|
|
108
|
+
bottom: 0;
|
|
109
|
+
transform: translate(-50%, 50%);
|
|
110
|
+
cursor: sw-resize;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
&.south {
|
|
114
|
+
bottom: 0;
|
|
115
|
+
left: 50%;
|
|
116
|
+
transform: translate(-50%, 50%);
|
|
117
|
+
cursor: s-resize;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
&.southeast {
|
|
121
|
+
right: 0;
|
|
122
|
+
bottom: 0;
|
|
123
|
+
transform: translate(50%, 50%);
|
|
124
|
+
cursor: se-resize;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
&.west {
|
|
128
|
+
top: 50%;
|
|
129
|
+
left: 0;
|
|
130
|
+
transform: translate(-50%, -50%);
|
|
131
|
+
cursor: w-resize;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
&.east {
|
|
135
|
+
top: 50%;
|
|
136
|
+
right: 0;
|
|
137
|
+
transform: translate(50%, -50%);
|
|
138
|
+
cursor: e-resize;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
.ProseMirror-selectednode { // sass-lint:disable-line class-name-format
|
|
142
|
+
outline-width: $editor-selectednode-outline-width;
|
|
143
|
+
outline-style: solid;
|
|
144
|
+
}
|
|
145
|
+
.ProseMirror-hideselection { // sass-lint:disable-line class-name-format
|
|
146
|
+
caret-color: transparent;
|
|
147
|
+
|
|
148
|
+
*::selection,
|
|
149
|
+
*::-moz-selection {
|
|
150
|
+
background: transparent;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
71
154
|
// Toolbar
|
|
72
155
|
.k-editor > .k-toolbar {
|
|
73
156
|
border-width: 0 0 $toolbar-border-width 0;
|
|
@@ -141,6 +224,7 @@
|
|
|
141
224
|
padding: $padding-x;
|
|
142
225
|
width: 100%;
|
|
143
226
|
height: 100%;
|
|
227
|
+
position: relative;
|
|
144
228
|
box-sizing: border-box;
|
|
145
229
|
outline: none;
|
|
146
230
|
white-space: pre-wrap;
|
|
@@ -52,6 +52,15 @@
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
+
// Resizable images
|
|
56
|
+
.k-editor-resize-handle {
|
|
57
|
+
background-color: $editor-resize-handle-bg;
|
|
58
|
+
border-color: $editor-resize-handle-border;
|
|
59
|
+
}
|
|
60
|
+
.ProseMirror-selectednode { // sass-lint:disable-line class-name-format
|
|
61
|
+
outline-color: $editor-selectednode-outline-color;
|
|
62
|
+
}
|
|
63
|
+
|
|
55
64
|
|
|
56
65
|
// Insert table
|
|
57
66
|
.k-ct-popup {
|
|
@@ -13,3 +13,11 @@ $editor-selected-bg: $primary !default;
|
|
|
13
13
|
$editor-highlighted-bg: mix($primary, #ffffff, 20%) !default;
|
|
14
14
|
|
|
15
15
|
$editor-export-tool-icon-margin-x: .25em !default;
|
|
16
|
+
|
|
17
|
+
$editor-resize-handle-size: 5px !default;
|
|
18
|
+
$editor-resize-handle-border-width: 1px !default;
|
|
19
|
+
$editor-resize-handle-border: #000000 !default;
|
|
20
|
+
$editor-resize-handle-bg: #ffffff !default;
|
|
21
|
+
|
|
22
|
+
$editor-selectednode-outline-width: 2px !default;
|
|
23
|
+
$editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex-length
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
.k-maskedtextbox,
|
|
160
160
|
.k-textbox-container,
|
|
161
161
|
.k-floating-label-container {
|
|
162
|
-
display: flex;
|
|
162
|
+
display: inline-flex;
|
|
163
163
|
width: 100%;
|
|
164
164
|
}
|
|
165
165
|
|
|
@@ -220,6 +220,7 @@
|
|
|
220
220
|
margin-right: $horizontal-form-label-margin-x;
|
|
221
221
|
padding-top: $horizontal-form-label-padding-top;
|
|
222
222
|
width: $horizontal-form-label-width;
|
|
223
|
+
text-align: end;
|
|
223
224
|
flex-direction: column;
|
|
224
225
|
align-items: $horizontal-form-label-align;
|
|
225
226
|
justify-content: flex-start;
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
@import "core/_index.scss";
|
|
2
|
+
@import "common/_index.scss";
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
// Typography and utils
|
|
6
|
+
@import "typography/_index.scss";
|
|
7
|
+
@import "utils/_index.scss";
|
|
8
|
+
@import "cursor/_index.scss";
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
// Generic content
|
|
12
|
+
@import "styling/_index.scss";
|
|
13
|
+
@import "icons/_index.scss";
|
|
14
|
+
@import "messagebox/_index.scss";
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
// Primitive components
|
|
18
|
+
// @import "list/_index.scss";
|
|
19
|
+
@import "listgroup/_index.scss";
|
|
20
|
+
@import "overlay/_index.scss";
|
|
21
|
+
@import "popup/_index.scss";
|
|
22
|
+
@import "ripple/_index.scss";
|
|
23
|
+
// @import "table/_index.scss";
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
// Indicators
|
|
27
|
+
@import "avatar/_index.scss";
|
|
28
|
+
@import "badge/_index.scss";
|
|
29
|
+
@import "chip/_index.scss";
|
|
30
|
+
@import "color-preview/_index.scss";
|
|
31
|
+
@import "loader/_index.scss";
|
|
32
|
+
// @import "loading/_index.scss";
|
|
33
|
+
@import "skeleton/_index.scss";
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
// Form helpers
|
|
37
|
+
@import "forms/_index.scss";
|
|
38
|
+
@import "validator/_index.scss";
|
|
39
|
+
@import "floating-label/_index.scss";
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
// Native forms
|
|
43
|
+
@import "button/_index.scss";
|
|
44
|
+
@import "input/_index.scss";
|
|
45
|
+
@import "textbox/_index.scss";
|
|
46
|
+
@import "textarea/_index.scss";
|
|
47
|
+
@import "checkbox/_index.scss";
|
|
48
|
+
@import "listbox/_index.scss";
|
|
49
|
+
@import "progressbar/_index.scss";
|
|
50
|
+
@import "radio/_index.scss";
|
|
51
|
+
@import "slider/_index.scss";
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
// Form requirements
|
|
55
|
+
@import "calendar/_index.scss";
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
// Augmented forms
|
|
59
|
+
@import "autocomplete/_index.scss";
|
|
60
|
+
@import "captcha/_index.scss";
|
|
61
|
+
@import "colorpalette/_index.scss";
|
|
62
|
+
@import "colorgradient/_index.scss";
|
|
63
|
+
@import "coloreditor/_index.scss";
|
|
64
|
+
@import "colorpicker/_index.scss";
|
|
65
|
+
@import "combobox/_index.scss";
|
|
66
|
+
@import "datetime/_index.scss";
|
|
67
|
+
@import "dropdowngrid/_index.scss";
|
|
68
|
+
@import "dropdownlist/_index.scss";
|
|
69
|
+
@import "dropdowntree/_index.scss";
|
|
70
|
+
@import "maskedtextbox/_index.scss";
|
|
71
|
+
@import "multiselect/_index.scss";
|
|
72
|
+
@import "numerictextbox/_index.scss";
|
|
73
|
+
@import "rating/_index.scss";
|
|
74
|
+
@import "searchbox/_index.scss";
|
|
75
|
+
@import "switch/_index.scss";
|
|
76
|
+
@import "upload/_index.scss";
|
|
77
|
+
@import "dropzone/_index.scss";
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
// Command interfaces
|
|
81
|
+
@import "action-buttons/_index.scss";
|
|
82
|
+
@import "appbar/_index.scss";
|
|
83
|
+
@import "fab/_index.scss";
|
|
84
|
+
@import "menu/_index.scss";
|
|
85
|
+
@import "toolbar/_index.scss";
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
// Popups and modals
|
|
89
|
+
@import "action-sheet/_index.scss";
|
|
90
|
+
@import "dialog/_index.scss";
|
|
91
|
+
@import "drawer/_index.scss";
|
|
92
|
+
@import "notification/_index.scss";
|
|
93
|
+
@import "popover/_index.scss";
|
|
94
|
+
@import "responsivepanel/_index.scss";
|
|
95
|
+
@import "tooltip/_index.scss";
|
|
96
|
+
@import "window/_index.scss";
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
// Navigation
|
|
100
|
+
@import "bottom-navigation/_index.scss";
|
|
101
|
+
@import "breadcrumb/_index.scss";
|
|
102
|
+
@import "pager/_index.scss";
|
|
103
|
+
@import "stepper/_index.scss";
|
|
104
|
+
@import "tabstrip/_index.scss";
|
|
105
|
+
@import "treeview/_index.scss";
|
|
106
|
+
@import "wizard/_index.scss";
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
// Layout & containers
|
|
110
|
+
@import "card/_index.scss";
|
|
111
|
+
@import "expansion-panel/_index.scss";
|
|
112
|
+
@import "panelbar/_index.scss";
|
|
113
|
+
@import "splitter/_index.scss";
|
|
114
|
+
@import "tilelayout/_index.scss";
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
// Data management
|
|
118
|
+
@import "grid/_index.scss";
|
|
119
|
+
@import "listview/_index.scss";
|
|
120
|
+
@import "spreadsheet/_index.scss";
|
|
121
|
+
@import "pivotgrid/_index.scss";
|
|
122
|
+
@import "treelist/_index.scss";
|
|
123
|
+
@import "filter/_index.scss";
|
|
124
|
+
@import "filemanager/_index.scss";
|
|
125
|
+
@import "taskboard/_index.scss";
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
// Editors
|
|
129
|
+
@import "editor/_index.scss";
|
|
130
|
+
@import "imageeditor/_index.scss";
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
// Scheduling
|
|
134
|
+
@import "gantt/_index.scss";
|
|
135
|
+
@import "scheduler/_index.scss";
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
// Misc
|
|
139
|
+
@import "adaptive/_index.scss";
|
|
140
|
+
@import "chat/_index.scss";
|
|
141
|
+
@import "mediaplayer/_index.scss";
|
|
142
|
+
@import "timeline/_index.scss";
|
|
143
|
+
@import "pdf-viewer/_index.scss";
|
|
144
|
+
@import "scroller/_index.scss";
|
|
145
|
+
@import "scrollview/_index.scss";
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
// Dataviz
|
|
149
|
+
@import "dataviz/_index.scss";
|
|
150
|
+
@import "map/_index.scss";
|
|
151
|
+
@import "orgchart/_index.scss";
|
|
@@ -116,7 +116,9 @@
|
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
// Input with icon styles
|
|
119
|
-
.k-input-icon
|
|
119
|
+
.k-input-icon,
|
|
120
|
+
.k-input-validation-icon,
|
|
121
|
+
.k-input-loading-icon {
|
|
120
122
|
width: $input-icon-width;
|
|
121
123
|
height: $input-icon-height;
|
|
122
124
|
display: inline-flex;
|
|
@@ -124,21 +126,6 @@
|
|
|
124
126
|
align-items: center;
|
|
125
127
|
justify-content: center;
|
|
126
128
|
flex-shrink: 0;
|
|
127
|
-
|
|
128
|
-
.k-ie9 & {
|
|
129
|
-
position: absolute;
|
|
130
|
-
height: 100%;
|
|
131
|
-
right: 0;
|
|
132
|
-
top: 0;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.k-rtl &,
|
|
136
|
-
[dir="rtl"] & {
|
|
137
|
-
.k-ie9 & {
|
|
138
|
-
left: 0;
|
|
139
|
-
right: auto;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
129
|
}
|
|
143
130
|
|
|
144
131
|
|
|
@@ -107,18 +107,10 @@
|
|
|
107
107
|
|
|
108
108
|
// Clear value
|
|
109
109
|
.k-clear-value {
|
|
110
|
-
visibility: hidden;
|
|
111
110
|
position: absolute;
|
|
112
111
|
top: 0;
|
|
113
112
|
right: 0;
|
|
114
113
|
}
|
|
115
|
-
&:hover,
|
|
116
|
-
&.k-state-hover,
|
|
117
|
-
&.k-state-focused {
|
|
118
|
-
.k-clear-value {
|
|
119
|
-
visibility: visible;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
114
|
|
|
123
115
|
// Select
|
|
124
116
|
> .k-select {
|
|
@@ -140,17 +132,6 @@
|
|
|
140
132
|
right: $multiselect-clear-right;
|
|
141
133
|
}
|
|
142
134
|
|
|
143
|
-
|
|
144
|
-
&.k-state-hover,
|
|
145
|
-
&.k-state-focused,
|
|
146
|
-
&.k-state-focus {
|
|
147
|
-
> .k-multiselect-wrap {
|
|
148
|
-
.k-clear-value {
|
|
149
|
-
visibility: visible;
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
|
|
154
135
|
&[dir="rtl"],
|
|
155
136
|
.k-rtl & {
|
|
156
137
|
text-align: right;
|
|
@@ -76,25 +76,3 @@
|
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
}
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
@include exports("notification/layout/ie9") {
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
.k-ie9 .k-notification-wrap {
|
|
87
|
-
white-space: nowrap;
|
|
88
|
-
|
|
89
|
-
> .k-icon {
|
|
90
|
-
vertical-align: top;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
> .k-notification-content {
|
|
94
|
-
display: inline-block;
|
|
95
|
-
vertical-align: middle;
|
|
96
|
-
white-space: normal;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
}
|
|
@@ -81,23 +81,12 @@
|
|
|
81
81
|
top: -$spinner-icon-offset;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
.k-i-warning {
|
|
85
|
-
align-self: center;
|
|
86
|
-
margin-right: $spacer-x / 2;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
84
|
|
|
90
85
|
// RTL
|
|
91
86
|
.k-rtl &,
|
|
92
87
|
&[dir="rtl"] {
|
|
93
88
|
text-align: right;
|
|
94
89
|
|
|
95
|
-
.k-numeric-wrap .k-i-warning {
|
|
96
|
-
align-self: center;
|
|
97
|
-
margin-right: 0;
|
|
98
|
-
margin-left: $spacer-x / 2;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
90
|
.k-select {
|
|
102
91
|
@include border-left-radius-only( $input-border-radius );
|
|
103
92
|
border-width: 0 $picker-select-border-width 0 0;
|
|
@@ -134,59 +134,6 @@
|
|
|
134
134
|
|
|
135
135
|
|
|
136
136
|
|
|
137
|
-
@include exports( "panelbar/layout/legacy" ) {
|
|
138
|
-
|
|
139
|
-
.k-no-flexbox .k-panelbar {
|
|
140
|
-
|
|
141
|
-
// Item
|
|
142
|
-
> .k-item > .k-link,
|
|
143
|
-
.k-group > .k-link {
|
|
144
|
-
display: block;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
// Icons
|
|
148
|
-
.k-link > .k-image,
|
|
149
|
-
.k-link > .k-sprite,
|
|
150
|
-
.k-link > .k-icon {
|
|
151
|
-
margin-right: $icon-spacing;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
// Expand collapse
|
|
155
|
-
.k-panelbar-expand,
|
|
156
|
-
.k-panelbar-collapse {
|
|
157
|
-
margin: 0 !important; // sass-lint:disable-line no-important
|
|
158
|
-
transform: translateY( -50% );
|
|
159
|
-
position: absolute;
|
|
160
|
-
top: 50%;
|
|
161
|
-
right: $panelbar-header-padding-x;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
.k-no-flexbox .k-panelbar[dir="rtl"],
|
|
168
|
-
.k-no-flexbox .k-rtl .k-panelbar {
|
|
169
|
-
|
|
170
|
-
.k-link > .k-image,
|
|
171
|
-
.k-link > .k-sprite,
|
|
172
|
-
.k-link > .k-icon {
|
|
173
|
-
margin-left: $icon-spacing;
|
|
174
|
-
margin-right: 0;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.k-panelbar-expand,
|
|
178
|
-
.k-panelbar-collapse {
|
|
179
|
-
right: auto;
|
|
180
|
-
left: $panelbar-header-padding-x;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
137
|
@include exports( "panelbar/layout/compatibility" ) {
|
|
191
138
|
|
|
192
139
|
.k-ie {
|
|
@@ -506,21 +506,3 @@
|
|
|
506
506
|
}
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
@include exports( "slider/layout/legacy" ) {
|
|
514
|
-
|
|
515
|
-
.k-no-flexbox .k-slider {
|
|
516
|
-
|
|
517
|
-
&-horizontal {
|
|
518
|
-
display: inline-block;
|
|
519
|
-
}
|
|
520
|
-
&-vertical {
|
|
521
|
-
display: inline-block;
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
}
|
|
@@ -110,29 +110,3 @@
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
}
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
@include exports( "switch/layout/legacy" ) {
|
|
118
|
-
|
|
119
|
-
.k-ie9 {
|
|
120
|
-
|
|
121
|
-
// Switch
|
|
122
|
-
.k-switch {
|
|
123
|
-
display: inline-block;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
// Switch track
|
|
127
|
-
.k-switch-container {
|
|
128
|
-
display: block;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
// Switch thumb
|
|
132
|
-
.k-switch-handle {
|
|
133
|
-
display: block;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
}
|