@progress/kendo-theme-default 4.42.1-dev.3 → 4.43.1-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 +8376 -10054
- package/dist/all.scss +13503 -13320
- package/package.json +2 -2
- package/scss/_variables.scss +0 -19
- package/scss/action-buttons/_layout.scss +1 -0
- package/scss/adaptive/_layout.scss +6 -12
- package/scss/all.scss +1 -154
- package/scss/autocomplete/_index.scss +1 -0
- package/scss/autocomplete/_theme.scss +7 -8
- package/scss/autocomplete/_variables.scss +0 -5
- package/scss/avatar/_layout.scss +4 -1
- package/scss/avatar/_variables.scss +1 -1
- package/scss/breadcrumb/_layout.scss +0 -13
- package/scss/button/_index.scss +2 -0
- package/scss/button/_layout.scss +0 -12
- package/scss/button/_variables.scss +21 -21
- package/scss/button/index.md +3 -0
- package/scss/calendar/_index.scss +1 -0
- package/scss/calendar/_theme.scss +5 -2
- package/scss/chat/_layout.scss +3 -5
- package/scss/chat/_theme.scss +0 -10
- package/scss/chat/_variables.scss +0 -8
- package/scss/checkbox/_index.scss +1 -0
- package/scss/chip/_variables.scss +4 -4
- package/scss/color-preview/_layout.scss +5 -1
- package/scss/colorgradient/_layout.scss +7 -0
- package/scss/colorpicker/_layout.scss +5 -14
- package/scss/colorpicker/_theme.scss +8 -0
- package/scss/colorpicker/_variables.scss +0 -2
- package/scss/combobox/_index.scss +1 -0
- package/scss/combobox/_layout.scss +4 -7
- package/scss/combobox/_theme.scss +20 -21
- package/scss/combobox/_variables.scss +0 -1
- package/scss/core/functions/_colors.scss +4 -1
- package/scss/core/mixins/_index.scss +1 -0
- package/scss/core/mixins/_module-system.scss +149 -0
- package/scss/dataviz/_index.scss +1 -0
- package/scss/datetime/_layout.scss +11 -32
- package/scss/datetime/_theme.scss +24 -0
- package/scss/drawer/_index.scss +1 -0
- package/scss/dropdowngrid/_layout.scss +5 -4
- package/scss/dropdowngrid/_theme.scss +6 -2
- package/scss/dropdownlist/_index.scss +1 -0
- package/scss/dropdownlist/_layout.scss +4 -5
- package/scss/dropdownlist/_theme.scss +8 -0
- package/scss/dropdowntree/_layout.scss +1 -9
- package/scss/dropzone/_layout.scss +0 -16
- package/scss/editor/_layout.scss +2 -23
- package/scss/editor/_variables.scss +1 -1
- package/scss/expansion-panel/_index.scss +1 -0
- package/scss/filemanager/_theme.scss +1 -1
- package/scss/forms/_index.scss +1 -1
- package/scss/forms/_layout.scss +3 -76
- package/scss/gantt/_layout.scss +5 -3
- package/scss/grid/_index.scss +1 -0
- package/scss/grid/_layout.scss +14 -66
- package/scss/icons/_layout.scss +6 -1
- package/scss/icons/font/WebComponentsIcons.scss +1 -1
- package/scss/icons/font/WebComponentsIcons.ttf +0 -0
- package/scss/index.scss +151 -0
- package/scss/list/_index.scss +11 -0
- package/scss/list/_layout.scss +200 -0
- package/scss/list/_theme.scss +104 -0
- package/scss/list/_variables.scss +17 -0
- package/scss/listbox/_index.scss +1 -0
- package/scss/maskedtextbox/_layout.scss +1 -0
- package/scss/maskedtextbox/_theme.scss +4 -0
- package/scss/menu/_index.scss +1 -0
- package/scss/menu/_layout.scss +4 -6
- package/scss/menu/_variables.scss +2 -2
- package/scss/multiselect/_index.scss +2 -0
- package/scss/multiselect/_layout.scss +1 -1
- package/scss/multiselect/_theme.scss +12 -0
- package/scss/notification/_layout.scss +0 -22
- package/scss/numerictextbox/_layout.scss +4 -8
- package/scss/numerictextbox/_theme.scss +8 -0
- package/scss/numerictextbox/_variables.scss +0 -4
- package/scss/pager/_index.scss +1 -0
- package/scss/panelbar/_index.scss +1 -0
- package/scss/panelbar/_layout.scss +0 -53
- package/scss/pivotgrid/_index.scss +1 -0
- package/scss/pivotgrid/_layout.scss +0 -8
- package/scss/popover/_layout.scss +0 -1
- package/scss/popup/_index.scss +0 -4
- package/scss/popup/_layout.scss +2 -271
- package/scss/popup/_theme.scss +4 -148
- package/scss/popup/_variables.scss +2 -7
- package/scss/radio/_index.scss +1 -0
- package/scss/rating/_layout.scss +0 -8
- package/scss/searchbox/_theme.scss +16 -0
- package/scss/slider/_layout.scss +0 -18
- package/scss/spreadsheet/_index.scss +1 -0
- package/scss/spreadsheet/_layout.scss +2 -4
- package/scss/switch/_layout.scss +0 -26
- package/scss/table/_index.scss +19 -0
- package/scss/table/_layout.scss +196 -0
- package/scss/table/_theme.scss +81 -0
- package/scss/table/_variables.scss +114 -0
- package/scss/tabstrip/_index.scss +1 -0
- package/scss/tabstrip/_layout.scss +10 -0
- package/scss/tabstrip/_theme.scss +1 -0
- package/scss/tabstrip/_variables.scss +2 -2
- package/scss/textarea/_theme.scss +4 -0
- package/scss/textbox/_theme.scss +5 -1
- package/scss/toolbar/_layout.scss +2 -1
- package/scss/upload/_layout.scss +0 -80
- package/scss/no-flexbox.scss +0 -72
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.43.1-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"dart:flat": "gulp dart:flat",
|
|
48
48
|
"prepublishOnly": "echo 'no prebublish for default theme'"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "9dcefebd634a5d866712324f22b0e903deaf7158"
|
|
51
51
|
}
|
package/scss/_variables.scss
CHANGED
|
@@ -338,25 +338,6 @@ $header-border: $base-border !default;
|
|
|
338
338
|
$header-gradient: null !default;
|
|
339
339
|
|
|
340
340
|
|
|
341
|
-
// List
|
|
342
|
-
$list-item-padding-x: $padding-x !default;
|
|
343
|
-
$list-item-padding-y: $padding-y !default;
|
|
344
|
-
|
|
345
|
-
$list-item-bg: null !default;
|
|
346
|
-
$list-item-text: $component-text !default;
|
|
347
|
-
|
|
348
|
-
$list-item-hovered-bg: $hovered-bg !default;
|
|
349
|
-
$list-item-hovered-text: $hovered-text !default;
|
|
350
|
-
|
|
351
|
-
$list-item-selected-bg: $selected-bg !default;
|
|
352
|
-
$list-item-selected-text: $selected-text !default;
|
|
353
|
-
|
|
354
|
-
$list-item-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .12) !default;
|
|
355
|
-
|
|
356
|
-
$list-container-shadow: 0 5px 10px 0 rgba(0, 0, 0, .06) !default;
|
|
357
|
-
$list-container-no-data-text: rgba( $component-text, .5 ) !default;
|
|
358
|
-
|
|
359
|
-
|
|
360
341
|
// Loading
|
|
361
342
|
|
|
362
343
|
|
|
@@ -159,10 +159,6 @@
|
|
|
159
159
|
.k-scheduler-recur-end-wrap {
|
|
160
160
|
white-space: nowrap;
|
|
161
161
|
}
|
|
162
|
-
|
|
163
|
-
.k-edit-buttons {
|
|
164
|
-
border-width: 0;
|
|
165
|
-
}
|
|
166
162
|
}
|
|
167
163
|
}
|
|
168
164
|
|
|
@@ -213,6 +209,12 @@
|
|
|
213
209
|
font-size: 12px;
|
|
214
210
|
}
|
|
215
211
|
}
|
|
212
|
+
|
|
213
|
+
.k-scheduler-views-wrapper {
|
|
214
|
+
.k-views-dropdown {
|
|
215
|
+
display: inline-block;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
216
218
|
}
|
|
217
219
|
|
|
218
220
|
.k-scheduler-footer {
|
|
@@ -458,14 +460,6 @@
|
|
|
458
460
|
overflow-y: auto;
|
|
459
461
|
}
|
|
460
462
|
|
|
461
|
-
.k-state-disabled {
|
|
462
|
-
opacity: 1;
|
|
463
|
-
|
|
464
|
-
> * {
|
|
465
|
-
opacity: .7;
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
|
|
469
463
|
// Pager
|
|
470
464
|
|
|
471
465
|
.k-pager-wrap.k-pager-sm {
|
package/scss/all.scss
CHANGED
|
@@ -1,154 +1 @@
|
|
|
1
|
-
@import "
|
|
2
|
-
@import "core/mixins/_index.scss";
|
|
3
|
-
@import "_variables.scss";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
// Core
|
|
7
|
-
// @import "core/_index.scss";
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
// Dependencies
|
|
11
|
-
@import "common/_index.scss";
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
// Generic content
|
|
15
|
-
@import "styling/_index.scss";
|
|
16
|
-
@import "utils/_index.scss";
|
|
17
|
-
@import "icons/_index.scss";
|
|
18
|
-
@import "typography/_index.scss";
|
|
19
|
-
@import "avatar/_index.scss";
|
|
20
|
-
@import "badge/_index.scss";
|
|
21
|
-
@import "loader/_index.scss";
|
|
22
|
-
@import "chip/_index.scss";
|
|
23
|
-
@import "cursor/_index.scss";
|
|
24
|
-
// @import "list/_index.scss";
|
|
25
|
-
@import "forms/_index.scss";
|
|
26
|
-
@import "listgroup/_index.scss";
|
|
27
|
-
@import "adaptive/_index.scss";
|
|
28
|
-
// @import "loading/_index.scss";
|
|
29
|
-
@import "progressbar/_index.scss";
|
|
30
|
-
@import "ripple/_index.scss";
|
|
31
|
-
// @import "table/_index.scss";
|
|
32
|
-
@import "messagebox/_index.scss";
|
|
33
|
-
@import "overlay/_index.scss";
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
// Basic forms
|
|
37
|
-
@import "button/_index.scss";
|
|
38
|
-
@import "action-buttons/_index.scss";
|
|
39
|
-
@import "input/_index.scss";
|
|
40
|
-
@import "floating-label/_index.scss";
|
|
41
|
-
@import "textbox/_index.scss";
|
|
42
|
-
@import "textarea/_index.scss";
|
|
43
|
-
@import "checkbox/_index.scss";
|
|
44
|
-
@import "radio/_index.scss";
|
|
45
|
-
@import "validator/_index.scss";
|
|
46
|
-
@import "fab/_index.scss";
|
|
47
|
-
@import "captcha/_index.scss";
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
// Inputs
|
|
51
|
-
@import "autocomplete/_index.scss";
|
|
52
|
-
@import "color-preview/_index.scss";
|
|
53
|
-
@import "colorpalette/_index.scss";
|
|
54
|
-
@import "colorgradient/_index.scss";
|
|
55
|
-
@import "coloreditor/_index.scss";
|
|
56
|
-
@import "colorpicker/_index.scss";
|
|
57
|
-
@import "combobox/_index.scss";
|
|
58
|
-
@import "datetime/_index.scss";
|
|
59
|
-
@import "dropdowngrid/_index.scss";
|
|
60
|
-
@import "dropdownlist/_index.scss";
|
|
61
|
-
@import "dropdowntree/_index.scss";
|
|
62
|
-
@import "maskedtextbox/_index.scss";
|
|
63
|
-
@import "multiselect/_index.scss";
|
|
64
|
-
@import "numerictextbox/_index.scss";
|
|
65
|
-
@import "searchbox/_index.scss";
|
|
66
|
-
@import "upload/_index.scss";
|
|
67
|
-
@import "dropzone/_index.scss";
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
// Other forms
|
|
71
|
-
@import "listbox/_index.scss";
|
|
72
|
-
@import "slider/_index.scss";
|
|
73
|
-
@import "switch/_index.scss";
|
|
74
|
-
@import "rating/_index.scss";
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
// Date time
|
|
78
|
-
@import "calendar/_index.scss";
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
// Command interfaces
|
|
82
|
-
@import "appbar/_index.scss";
|
|
83
|
-
@import "menu/_index.scss";
|
|
84
|
-
@import "toolbar/_index.scss";
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
// Popups and modals
|
|
88
|
-
@import "dialog/_index.scss";
|
|
89
|
-
@import "drawer/_index.scss";
|
|
90
|
-
@import "notification/_index.scss";
|
|
91
|
-
@import "popup/_index.scss";
|
|
92
|
-
@import "responsivepanel/_index.scss";
|
|
93
|
-
@import "tooltip/_index.scss";
|
|
94
|
-
@import "window/_index.scss";
|
|
95
|
-
@import "action-sheet/_index.scss";
|
|
96
|
-
@import "popover/_index.scss";
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
// Navigation
|
|
100
|
-
@import "breadcrumb/_index.scss";
|
|
101
|
-
@import "pager/_index.scss";
|
|
102
|
-
@import "panelbar/_index.scss";
|
|
103
|
-
@import "stepper/_index.scss";
|
|
104
|
-
@import "wizard/_index.scss";
|
|
105
|
-
@import "tabstrip/_index.scss";
|
|
106
|
-
@import "treeview/_index.scss";
|
|
107
|
-
@import "expansion-panel/_index.scss";
|
|
108
|
-
@import "bottom-navigation/_index.scss";
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
// Layout & containers
|
|
112
|
-
@import "card/_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
|
-
// Editor
|
|
129
|
-
@import "editor/_index.scss";
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
// Image Editor
|
|
133
|
-
@import "imageeditor/_index.scss";
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
// Scheduling
|
|
137
|
-
@import "gantt/_index.scss";
|
|
138
|
-
@import "scheduler/_index.scss";
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
// Misc
|
|
142
|
-
@import "chat/_index.scss";
|
|
143
|
-
@import "mediaplayer/_index.scss";
|
|
144
|
-
@import "timeline/_index.scss";
|
|
145
|
-
@import "pdf-viewer/_index.scss";
|
|
146
|
-
@import "scroller/_index.scss";
|
|
147
|
-
@import "scrollview/_index.scss";
|
|
148
|
-
@import "skeleton/_index.scss";
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
// Dataviz
|
|
152
|
-
@import "dataviz/_index.scss";
|
|
153
|
-
@import "map/_index.scss";
|
|
154
|
-
@import "orgchart/_index.scss";
|
|
1
|
+
@import "index.scss";
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
|
|
24
24
|
// Focus state
|
|
25
25
|
// &:focus-within,
|
|
26
|
-
&.k-state-open,
|
|
27
26
|
&.k-state-focused,
|
|
28
27
|
&.k-state-focus {
|
|
29
28
|
@include fill(
|
|
@@ -58,19 +57,19 @@
|
|
|
58
57
|
&.k-state-invalid,
|
|
59
58
|
&.ng-invalid.ng-touched,
|
|
60
59
|
&.ng-invalid.ng-dirty {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
$
|
|
65
|
-
|
|
60
|
+
border-color: $invalid-border;
|
|
61
|
+
|
|
62
|
+
.k-input-validation-icon {
|
|
63
|
+
color: $invalid-text;
|
|
64
|
+
}
|
|
66
65
|
|
|
67
66
|
// &:focus-within,
|
|
68
67
|
&.k-state-focused,
|
|
69
68
|
&.k-state-focus {
|
|
70
|
-
@include box-shadow(
|
|
69
|
+
@include box-shadow($invalid-shadow);
|
|
71
70
|
}
|
|
72
71
|
&:focus-within {
|
|
73
|
-
@include box-shadow(
|
|
72
|
+
@include box-shadow($invalid-shadow);
|
|
74
73
|
}
|
|
75
74
|
}
|
|
76
75
|
}
|
|
@@ -18,8 +18,3 @@ $autocomplete-disabled-bg: null !default;
|
|
|
18
18
|
$autocomplete-disabled-text: null !default;
|
|
19
19
|
$autocomplete-disabled-border: null !default;
|
|
20
20
|
$autocomplete-disabled-shadow: null !default;
|
|
21
|
-
|
|
22
|
-
$autocomplete-invalid-bg: null !default;
|
|
23
|
-
$autocomplete-invalid-text: null !default;
|
|
24
|
-
$autocomplete-invalid-border: $invalid-border !default;
|
|
25
|
-
$autocomplete-invalid-shadow: $invalid-shadow !default;
|
package/scss/avatar/_layout.scss
CHANGED
|
@@ -112,19 +112,6 @@
|
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
|
|
116
|
-
// Legacy
|
|
117
|
-
.k-ie9 {
|
|
118
|
-
.k-breadcrumb,
|
|
119
|
-
.k-breadcrumb-container {
|
|
120
|
-
display: block;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.k-breadcrumb-item {
|
|
124
|
-
display: inline-block;
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
|
|
128
115
|
@include exports("breadcrumb/layout/rtl") {
|
|
129
116
|
|
|
130
117
|
.k-breadcrumb {
|
package/scss/button/_index.scss
CHANGED
package/scss/button/_layout.scss
CHANGED
|
@@ -417,18 +417,6 @@
|
|
|
417
417
|
|
|
418
418
|
@include exports( "button/ie-compat" ) {
|
|
419
419
|
|
|
420
|
-
.k-ie9,
|
|
421
|
-
.k-ie10 {
|
|
422
|
-
|
|
423
|
-
.k-button[disabled]:hover,
|
|
424
|
-
.k-button[disabled]:focus,
|
|
425
|
-
.k-button.k-state-disabled:hover,
|
|
426
|
-
.k-button.k-state-disabled:focus {
|
|
427
|
-
@include disabled-legacy-ie( $disabled-styling );
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
}
|
|
431
|
-
|
|
432
420
|
.k-ie {
|
|
433
421
|
|
|
434
422
|
.k-button,
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
// Button
|
|
2
2
|
|
|
3
3
|
/// Width of border around buttons
|
|
4
|
-
/// @group
|
|
4
|
+
/// @group button
|
|
5
5
|
$button-border-width: 1px !default;
|
|
6
6
|
/// Border radius of buttons
|
|
7
|
-
/// @group
|
|
7
|
+
/// @group button
|
|
8
8
|
$button-border-radius: $border-radius !default;
|
|
9
9
|
|
|
10
10
|
/// Horizontal padding of buttons
|
|
11
|
-
/// @group
|
|
11
|
+
/// @group button
|
|
12
12
|
$button-padding-x: $padding-x !default;
|
|
13
13
|
/// Vertical padding of buttons
|
|
14
|
-
/// @group
|
|
14
|
+
/// @group button
|
|
15
15
|
$button-padding-y: $padding-y !default;
|
|
16
16
|
$button-font-family: $font-family !default;
|
|
17
17
|
$button-font-size: $font-size !default;
|
|
@@ -25,63 +25,63 @@ $button-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2}
|
|
|
25
25
|
$button-inner-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2} ) !default;
|
|
26
26
|
|
|
27
27
|
/// The background of the buttons.
|
|
28
|
-
/// @group
|
|
28
|
+
/// @group button
|
|
29
29
|
$button-bg: #f5f5f5 !default;
|
|
30
30
|
/// The text color of the buttons.
|
|
31
|
-
/// @group
|
|
31
|
+
/// @group button
|
|
32
32
|
$button-text: #424242 !default;
|
|
33
33
|
/// The border color of the buttons.
|
|
34
|
-
/// @group
|
|
34
|
+
/// @group button
|
|
35
35
|
$button-border: rgba( black, .08 ) !default;
|
|
36
36
|
/// The background gradient of the buttons.
|
|
37
|
-
/// @group
|
|
37
|
+
/// @group button
|
|
38
38
|
$button-gradient: rgba( black, 0 ), rgba( black, .02 ) !default;
|
|
39
39
|
$button-shadow: null !default;
|
|
40
40
|
|
|
41
41
|
/// The background of hovered buttons.
|
|
42
|
-
/// @group
|
|
42
|
+
/// @group button
|
|
43
43
|
$button-hovered-bg: try-shade( $button-bg, .5 ) !default;
|
|
44
44
|
/// The text color of hovered buttons.
|
|
45
|
-
/// @group
|
|
45
|
+
/// @group button
|
|
46
46
|
$button-hovered-text: null !default;
|
|
47
47
|
/// The border color of hovered buttons.
|
|
48
|
-
/// @group
|
|
48
|
+
/// @group button
|
|
49
49
|
$button-hovered-border: null !default;
|
|
50
50
|
/// The background gradient of hovered buttons.
|
|
51
|
-
/// @group
|
|
51
|
+
/// @group button
|
|
52
52
|
$button-hovered-gradient: null !default;
|
|
53
53
|
$button-hovered-shadow: null !default;
|
|
54
54
|
|
|
55
55
|
/// The background color of active buttons.
|
|
56
|
-
/// @group
|
|
56
|
+
/// @group button
|
|
57
57
|
$button-active-bg: try-shade( $button-bg, 1.5 ) !default;
|
|
58
58
|
/// The text color of active buttons.
|
|
59
|
-
/// @group
|
|
59
|
+
/// @group button
|
|
60
60
|
$button-active-text: null !default;
|
|
61
61
|
/// The border color of active buttons.
|
|
62
|
-
/// @group
|
|
62
|
+
/// @group button
|
|
63
63
|
$button-active-border: null !default;
|
|
64
64
|
/// The background gradient of active buttons.
|
|
65
|
-
/// @group
|
|
65
|
+
/// @group button
|
|
66
66
|
$button-active-gradient: null !default;
|
|
67
67
|
$button-active-shadow: null !default;
|
|
68
68
|
|
|
69
69
|
/// The background color of selected buttons.
|
|
70
|
-
/// @group
|
|
70
|
+
/// @group button
|
|
71
71
|
$button-selected-bg: $primary !default;
|
|
72
72
|
/// The text color of selected buttons.
|
|
73
|
-
/// @group
|
|
73
|
+
/// @group button
|
|
74
74
|
$button-selected-text: contrast-wcag( $button-selected-bg ) !default;
|
|
75
75
|
/// The border color of selected buttons.
|
|
76
|
-
/// @group
|
|
76
|
+
/// @group button
|
|
77
77
|
$button-selected-border: $button-selected-bg !default;
|
|
78
78
|
/// The background gradient of selected buttons.
|
|
79
|
-
/// @group
|
|
79
|
+
/// @group button
|
|
80
80
|
$button-selected-gradient: null !default;
|
|
81
81
|
$button-selected-shadow: null !default;
|
|
82
82
|
|
|
83
83
|
/// The shadow of focused buttons.
|
|
84
|
-
/// @group
|
|
84
|
+
/// @group button
|
|
85
85
|
$button-focused-shadow: 0 0 0 2px rgba( $button-border, .08 ) !default;
|
|
86
86
|
|
|
87
87
|
|
|
@@ -195,8 +195,7 @@
|
|
|
195
195
|
transparent calc(100% - #{$calendar-range-gap})
|
|
196
196
|
);
|
|
197
197
|
|
|
198
|
-
.k-ie
|
|
199
|
-
.k-edge & {
|
|
198
|
+
.k-ie & {
|
|
200
199
|
background-image: none;
|
|
201
200
|
background-color: $calendar-range-bg;
|
|
202
201
|
}
|
|
@@ -261,6 +260,10 @@
|
|
|
261
260
|
&.k-state-invalid {
|
|
262
261
|
.k-dateinput-wrap {
|
|
263
262
|
border-color: $invalid-border;
|
|
263
|
+
|
|
264
|
+
.k-input-validation-icon {
|
|
265
|
+
color: $invalid-text;
|
|
266
|
+
}
|
|
264
267
|
}
|
|
265
268
|
}
|
|
266
269
|
}
|
package/scss/chat/_layout.scss
CHANGED
|
@@ -268,10 +268,10 @@
|
|
|
268
268
|
.k-message-box {
|
|
269
269
|
width: 100%;
|
|
270
270
|
height: auto;
|
|
271
|
-
padding: $chat-message-box-padding-y $chat-message-box-padding-x;
|
|
272
271
|
box-sizing: border-box;
|
|
273
272
|
border-width: 1px 0 0;
|
|
274
273
|
border-style: solid;
|
|
274
|
+
border-radius: 0;
|
|
275
275
|
flex: none;
|
|
276
276
|
display: flex;
|
|
277
277
|
flex-flow: row nowrap;
|
|
@@ -285,12 +285,9 @@
|
|
|
285
285
|
}
|
|
286
286
|
|
|
287
287
|
// Input
|
|
288
|
-
.k-input {
|
|
289
|
-
padding: 0;
|
|
290
|
-
}
|
|
288
|
+
.k-input {}
|
|
291
289
|
|
|
292
290
|
.k-button {
|
|
293
|
-
padding: 0;
|
|
294
291
|
flex-shrink: 0;
|
|
295
292
|
|
|
296
293
|
svg {
|
|
@@ -453,6 +450,7 @@
|
|
|
453
450
|
|
|
454
451
|
|
|
455
452
|
.k-scroll-button {
|
|
453
|
+
height: 100%;
|
|
456
454
|
position: absolute;
|
|
457
455
|
z-index: 2;
|
|
458
456
|
top: 50%;
|
package/scss/chat/_theme.scss
CHANGED
|
@@ -86,9 +86,6 @@
|
|
|
86
86
|
.k-message-box.k-state-focused {
|
|
87
87
|
@include box-shadow( $chat-message-box-focus-shadow );
|
|
88
88
|
}
|
|
89
|
-
.k-message-box .k-button:hover {
|
|
90
|
-
@include fill( $chat-message-box-button-hover-text );
|
|
91
|
-
}
|
|
92
89
|
|
|
93
90
|
}
|
|
94
91
|
|
|
@@ -102,13 +99,6 @@
|
|
|
102
99
|
$chat-toolbar-border
|
|
103
100
|
);
|
|
104
101
|
|
|
105
|
-
.k-button:hover {
|
|
106
|
-
@include fill(
|
|
107
|
-
$chat-toolbar-box-button-hover-text,
|
|
108
|
-
$chat-toolbar-box-button-hover-bg
|
|
109
|
-
);
|
|
110
|
-
}
|
|
111
|
-
|
|
112
102
|
.k-scroll-button {
|
|
113
103
|
@include fill( $bg: $chat-bg );
|
|
114
104
|
@include box-shadow( $chat-toolbar-box-scroll-button-shadow );
|
|
@@ -32,9 +32,6 @@ $chat-bubble-border-radius-sm: 2px !default;
|
|
|
32
32
|
$chat-avatar-size: 32px !default;
|
|
33
33
|
$chat-avatar-spacing: $chat-item-spacing-x !default;
|
|
34
34
|
|
|
35
|
-
$chat-message-box-padding-x: $input-padding-x !default;
|
|
36
|
-
$chat-message-box-padding-y: $input-padding-y !default;
|
|
37
|
-
|
|
38
35
|
$chat-toolbar-padding-x: $toolbar-padding-x !default;
|
|
39
36
|
$chat-toolbar-padding-y: $toolbar-padding-y !default;
|
|
40
37
|
$chat-toolbar-spacing: $toolbar-spacing !default;
|
|
@@ -79,9 +76,4 @@ $chat-message-box-text: $input-text !default;
|
|
|
79
76
|
$chat-message-box-border: inherit !default;
|
|
80
77
|
$chat-message-box-focus-shadow: 0 0 40px rgba( $input-text, .1 ) !default;
|
|
81
78
|
|
|
82
|
-
$chat-message-box-button-hover-text: $primary !default;
|
|
83
|
-
|
|
84
|
-
$chat-toolbar-box-button-hover-text: $primary !default;
|
|
85
|
-
$chat-toolbar-box-button-hover-bg: none !default;
|
|
86
|
-
|
|
87
79
|
$chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
@@ -126,7 +126,7 @@ $chip-outline-success-hover-bg: $success !default;
|
|
|
126
126
|
$chip-outline-success-hover-text: contrast-wcag( $chip-outline-success-hover-bg ) !default;
|
|
127
127
|
$chip-outline-success-hover-border: null !default;
|
|
128
128
|
|
|
129
|
-
$chip-outline-success-focus-bg:
|
|
129
|
+
$chip-outline-success-focus-bg: null !default;
|
|
130
130
|
$chip-outline-success-focus-text: null !default;
|
|
131
131
|
$chip-outline-success-focus-border: null !default;
|
|
132
132
|
|
|
@@ -142,7 +142,7 @@ $chip-outline-warning-hover-bg: $warning !default;
|
|
|
142
142
|
$chip-outline-warning-hover-text: $white !default;
|
|
143
143
|
$chip-outline-warning-hover-border: null !default;
|
|
144
144
|
|
|
145
|
-
$chip-outline-warning-focus-bg:
|
|
145
|
+
$chip-outline-warning-focus-bg: null !default;
|
|
146
146
|
$chip-outline-warning-focus-text: null !default;
|
|
147
147
|
$chip-outline-warning-focus-border: null !default;
|
|
148
148
|
|
|
@@ -158,7 +158,7 @@ $chip-outline-error-hover-bg: $error !default;
|
|
|
158
158
|
$chip-outline-error-hover-text: contrast-wcag( $chip-outline-error-hover-bg ) !default;
|
|
159
159
|
$chip-outline-error-hover-border: null !default;
|
|
160
160
|
|
|
161
|
-
$chip-outline-error-focus-bg:
|
|
161
|
+
$chip-outline-error-focus-bg: null !default;
|
|
162
162
|
$chip-outline-error-focus-text: null !default;
|
|
163
163
|
$chip-outline-error-focus-border: null !default;
|
|
164
164
|
|
|
@@ -174,7 +174,7 @@ $chip-outline-info-hover-bg: $info !default;
|
|
|
174
174
|
$chip-outline-info-hover-text: contrast-wcag( $chip-outline-info-hover-bg ) !default;
|
|
175
175
|
$chip-outline-info-hover-border: null !default;
|
|
176
176
|
|
|
177
|
-
$chip-outline-info-focus-bg:
|
|
177
|
+
$chip-outline-info-focus-bg: null !default;
|
|
178
178
|
$chip-outline-info-focus-text: null !default;
|
|
179
179
|
$chip-outline-info-focus-border: null !default;
|
|
180
180
|
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
flex-wrap: nowrap;
|
|
11
11
|
position: relative;
|
|
12
12
|
overflow: hidden;
|
|
13
|
-
cursor: pointer;
|
|
14
13
|
}
|
|
15
14
|
.k-color-preview::before {
|
|
16
15
|
content: "";
|
|
@@ -21,6 +20,11 @@
|
|
|
21
20
|
z-index: -1;
|
|
22
21
|
}
|
|
23
22
|
|
|
23
|
+
// Current Color
|
|
24
|
+
.k-coloreditor-current-color {
|
|
25
|
+
cursor: pointer;
|
|
26
|
+
}
|
|
27
|
+
|
|
24
28
|
// No Color
|
|
25
29
|
.k-no-color::after {
|
|
26
30
|
content: "";
|