@progress/kendo-theme-classic 4.42.1-dev.4 → 4.43.0
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 +1629 -3184
- package/dist/all.scss +209 -235
- 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/adaptive/_layout.scss +6 -12
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_theme.scss +7 -8
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_variables.scss +0 -5
- package/modules/@progress/kendo-theme-default/scss/avatar/_layout.scss +4 -1
- package/modules/@progress/kendo-theme-default/scss/avatar/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/calendar/_theme.scss +4 -0
- package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +3 -5
- package/modules/@progress/kendo-theme-default/scss/chat/_theme.scss +0 -10
- package/modules/@progress/kendo-theme-default/scss/chat/_variables.scss +0 -8
- package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +5 -1
- package/modules/@progress/kendo-theme-default/scss/colorgradient/_layout.scss +7 -0
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +5 -14
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_theme.scss +8 -0
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_variables.scss +0 -2
- package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +4 -7
- package/modules/@progress/kendo-theme-default/scss/combobox/_theme.scss +20 -21
- package/modules/@progress/kendo-theme-default/scss/combobox/_variables.scss +0 -1
- package/modules/@progress/kendo-theme-default/scss/core/functions/_colors.scss +4 -1
- package/modules/@progress/kendo-theme-default/scss/datetime/_layout.scss +11 -32
- package/modules/@progress/kendo-theme-default/scss/datetime/_theme.scss +24 -0
- package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +4 -5
- package/modules/@progress/kendo-theme-default/scss/dropdownlist/_theme.scss +8 -0
- package/modules/@progress/kendo-theme-default/scss/editor/_layout.scss +2 -23
- package/modules/@progress/kendo-theme-default/scss/editor/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +0 -50
- package/modules/@progress/kendo-theme-default/scss/gantt/_layout.scss +5 -3
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/icons/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/icons/font/WebComponentsIcons.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/icons/font/WebComponentsIcons.ttf +0 -0
- package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_theme.scss +4 -0
- package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/multiselect/_theme.scss +12 -0
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +4 -8
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_theme.scss +8 -0
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_variables.scss +0 -4
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +0 -8
- package/modules/@progress/kendo-theme-default/scss/searchbox/_theme.scss +16 -0
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +10 -0
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_theme.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/textarea/_theme.scss +4 -0
- package/modules/@progress/kendo-theme-default/scss/textbox/_theme.scss +5 -1
- package/package.json +3 -3
- package/scss/autocomplete/_variables.scss +0 -5
- package/scss/chat/_variables.scss +0 -8
- package/scss/colorpicker/_variables.scss +0 -2
- package/scss/combobox/_variables.scss +0 -1
- package/scss/editor/_variables.scss +1 -1
- package/scss/numerictextbox/_variables.scss +0 -4
|
@@ -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.0",
|
|
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": "8841c18b8c8f2b159bcd5ed316ce283c5de2fd7c"
|
|
51
51
|
}
|
|
@@ -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 {
|
|
@@ -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;
|
|
@@ -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%;
|
|
@@ -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: transparent !default;
|
|
86
|
-
|
|
87
79
|
$chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
@@ -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: "";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@include exports("colorpicker/layout") {
|
|
2
2
|
|
|
3
|
+
// Colorpicker
|
|
3
4
|
.k-colorpicker {
|
|
4
5
|
width: auto;
|
|
5
6
|
border-width: 0;
|
|
@@ -63,10 +64,10 @@
|
|
|
63
64
|
}
|
|
64
65
|
|
|
65
66
|
.k-selected-color {
|
|
66
|
-
margin:
|
|
67
|
+
margin: 2px 0 0;
|
|
67
68
|
padding: 0;
|
|
68
69
|
width: 14px;
|
|
69
|
-
height:
|
|
70
|
+
height: 2px;
|
|
70
71
|
border-width: 0;
|
|
71
72
|
line-height: 0;
|
|
72
73
|
display: inline-block;
|
|
@@ -96,10 +97,10 @@
|
|
|
96
97
|
|
|
97
98
|
// Select
|
|
98
99
|
.k-select {
|
|
99
|
-
@include border-right-radius-only( $input-border-radius );
|
|
100
100
|
padding: $picker-select-padding-y $picker-select-padding-x;
|
|
101
101
|
width: if( $use-picker-select-width, $button-inner-calc-size, null );
|
|
102
|
-
border-width: 0
|
|
102
|
+
border-width: 0;
|
|
103
|
+
border-inline-start-width: $picker-select-border-width;
|
|
103
104
|
border-style: solid;
|
|
104
105
|
border-color: inherit;
|
|
105
106
|
box-sizing: border-box;
|
|
@@ -113,16 +114,6 @@
|
|
|
113
114
|
.k-icon {}
|
|
114
115
|
}
|
|
115
116
|
|
|
116
|
-
.k-rtl &,
|
|
117
|
-
&[dir="rtl"] {
|
|
118
|
-
.k-picker-wrap {
|
|
119
|
-
.k-select {
|
|
120
|
-
@include border-left-radius-only( $input-border-radius );
|
|
121
|
-
border-width: 0 $colorpicker-select-border-width 0 0;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
117
|
}
|
|
127
118
|
|
|
128
119
|
.k-colorpicker-popup .k-coloreditor {
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
&.k-state-invalid {
|
|
18
18
|
border-color: $invalid-border;
|
|
19
19
|
|
|
20
|
+
.k-input-validation-icon {
|
|
21
|
+
color: $invalid-text;
|
|
22
|
+
}
|
|
23
|
+
|
|
20
24
|
&:focus,
|
|
21
25
|
&.k-state-focused {
|
|
22
26
|
@include box-shadow($invalid-shadow);
|
|
@@ -57,6 +61,10 @@
|
|
|
57
61
|
.k-picker-wrap {
|
|
58
62
|
border-color: $invalid-border;
|
|
59
63
|
|
|
64
|
+
.k-input-validation-icon {
|
|
65
|
+
color: $invalid-text;
|
|
66
|
+
}
|
|
67
|
+
|
|
60
68
|
&.k-state-focused {
|
|
61
69
|
@include box-shadow($invalid-shadow);
|
|
62
70
|
}
|
|
@@ -3,8 +3,6 @@ $colorpicker-font-family: $font-family !default;
|
|
|
3
3
|
$colorpicker-font-size: $font-size !default;
|
|
4
4
|
$colorpicker-line-height: $line-height !default;
|
|
5
5
|
|
|
6
|
-
$colorpicker-select-border-width: 1px !default;
|
|
7
|
-
|
|
8
6
|
$colorpicker-bg: $button-bg !default;
|
|
9
7
|
$colorpicker-text: $button-text !default;
|
|
10
8
|
$colorpicker-border: $button-border !default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@include exports("combobox/layout") {
|
|
2
2
|
|
|
3
|
+
// Combobox
|
|
3
4
|
.k-combobox {
|
|
4
5
|
width: $input-default-width;
|
|
5
6
|
border-width: 0;
|
|
@@ -30,6 +31,7 @@
|
|
|
30
31
|
transition: all .1s ease; // sass-lint:disable-line no-transition-all
|
|
31
32
|
outline: 0;
|
|
32
33
|
cursor: initial;
|
|
34
|
+
overflow: hidden;
|
|
33
35
|
}
|
|
34
36
|
|
|
35
37
|
|
|
@@ -38,10 +40,10 @@
|
|
|
38
40
|
|
|
39
41
|
// Select
|
|
40
42
|
.k-select {
|
|
41
|
-
@include border-right-radius-only( $input-border-radius );
|
|
42
43
|
padding: $combobox-select-padding-y $combobox-select-padding-x;
|
|
43
44
|
width: if( $use-picker-select-width, $combobox-select-width, null );
|
|
44
|
-
border-width: 0
|
|
45
|
+
border-width: 0;
|
|
46
|
+
border-inline-start-width: $picker-select-border-width;
|
|
45
47
|
box-sizing: border-box;
|
|
46
48
|
border-style: solid;
|
|
47
49
|
display: flex;
|
|
@@ -55,11 +57,6 @@
|
|
|
55
57
|
&[dir="rtl"],
|
|
56
58
|
.k-rtl & {
|
|
57
59
|
text-align: right;
|
|
58
|
-
|
|
59
|
-
.k-select {
|
|
60
|
-
@include border-left-radius-only( $input-border-radius );
|
|
61
|
-
border-width: 0 $combobox-select-border-width 0 0;
|
|
62
|
-
}
|
|
63
60
|
}
|
|
64
61
|
}
|
|
65
62
|
}
|
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
&.k-state-invalid {
|
|
17
17
|
border-color: $invalid-border;
|
|
18
18
|
|
|
19
|
+
.k-input-validation-icon {
|
|
20
|
+
color: $invalid-text;
|
|
21
|
+
}
|
|
22
|
+
|
|
19
23
|
&:focus,
|
|
20
24
|
&.k-state-focused {
|
|
21
25
|
@include box-shadow($invalid-shadow);
|
|
@@ -40,15 +44,14 @@
|
|
|
40
44
|
$combobox-hovered-bg,
|
|
41
45
|
$combobox-hovered-border
|
|
42
46
|
);
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}
|
|
47
|
+
}
|
|
48
|
+
.k-select:hover {
|
|
49
|
+
@include fill(
|
|
50
|
+
$combobox-select-hovered-text,
|
|
51
|
+
$combobox-select-hovered-bg,
|
|
52
|
+
$combobox-select-hovered-border,
|
|
53
|
+
$combobox-select-hovered-gradient
|
|
54
|
+
);
|
|
52
55
|
}
|
|
53
56
|
|
|
54
57
|
// Focus state
|
|
@@ -61,18 +64,6 @@
|
|
|
61
64
|
@include box-shadow($combobox-focused-shadow);
|
|
62
65
|
}
|
|
63
66
|
|
|
64
|
-
// Active state
|
|
65
|
-
.k-state-active {
|
|
66
|
-
.k-select {
|
|
67
|
-
@include fill(
|
|
68
|
-
$combobox-select-pressed-text,
|
|
69
|
-
$combobox-select-pressed-bg,
|
|
70
|
-
$combobox-select-pressed-border,
|
|
71
|
-
$combobox-select-pressed-gradient
|
|
72
|
-
);
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
67
|
// Invalid
|
|
77
68
|
&.k-state-invalid,
|
|
78
69
|
&.ng-invalid.ng-touched,
|
|
@@ -80,6 +71,10 @@
|
|
|
80
71
|
.k-dropdown-wrap {
|
|
81
72
|
border-color: $invalid-border;
|
|
82
73
|
|
|
74
|
+
.k-input-validation-icon {
|
|
75
|
+
color: $invalid-text;
|
|
76
|
+
}
|
|
77
|
+
|
|
83
78
|
&:focus,
|
|
84
79
|
&.k-state-focused {
|
|
85
80
|
@include box-shadow($invalid-shadow);
|
|
@@ -114,6 +109,10 @@
|
|
|
114
109
|
&.k-invalid {
|
|
115
110
|
.k-dropdown-wrap {
|
|
116
111
|
border-color: $invalid-border;
|
|
112
|
+
|
|
113
|
+
.k-input-validation-icon {
|
|
114
|
+
color: $invalid-text;
|
|
115
|
+
}
|
|
117
116
|
}
|
|
118
117
|
}
|
|
119
118
|
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
$combobox-select-padding-x: 0px !default;
|
|
3
3
|
$combobox-select-padding-y: 0px !default;
|
|
4
4
|
$combobox-select-width: $button-inner-calc-size !default;
|
|
5
|
-
$combobox-select-border-width: 0px !default;
|
|
6
5
|
|
|
7
6
|
$combobox-bg: $input-bg !default;
|
|
8
7
|
$combobox-text: $input-text !default;
|
|
@@ -314,6 +314,9 @@ $yiq-light: if(
|
|
|
314
314
|
white
|
|
315
315
|
) !default;
|
|
316
316
|
|
|
317
|
+
$wcag-dark: black !default;
|
|
318
|
+
$wcag-light: white !default;
|
|
319
|
+
|
|
317
320
|
// Calculate the luminance for a color.
|
|
318
321
|
// See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
|
|
319
322
|
@function luminance($color) {
|
|
@@ -409,7 +412,7 @@ $yiq-light: if(
|
|
|
409
412
|
// @debug yiq;
|
|
410
413
|
@return $out;
|
|
411
414
|
}
|
|
412
|
-
@function contrast-wcag($color, $dark:
|
|
415
|
+
@function contrast-wcag($color, $dark: $wcag-dark, $light: $wcag-light) {
|
|
413
416
|
$luma: luminance($color);
|
|
414
417
|
$out: if($luma < .5, $light, $dark);
|
|
415
418
|
// @debug $luma;
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
outline: 0;
|
|
32
32
|
display: flex;
|
|
33
33
|
flex-flow: row nowrap;
|
|
34
|
+
overflow: hidden;
|
|
34
35
|
}
|
|
35
36
|
|
|
36
37
|
|
|
@@ -40,10 +41,10 @@
|
|
|
40
41
|
|
|
41
42
|
// Select
|
|
42
43
|
.k-select {
|
|
43
|
-
@include border-right-radius-only( $input-border-radius );
|
|
44
44
|
padding: 0;
|
|
45
45
|
width: if( $use-picker-select-width, $spinner-width, null );
|
|
46
|
-
border-width: 0
|
|
46
|
+
border-width: 0;
|
|
47
|
+
border-inline-start-width: $picker-select-border-width;
|
|
47
48
|
border-style: solid;
|
|
48
49
|
box-sizing: border-box;
|
|
49
50
|
outline: 0;
|
|
@@ -81,11 +82,6 @@
|
|
|
81
82
|
.k-rtl &,
|
|
82
83
|
&[dir="rtl"] {
|
|
83
84
|
text-align: right;
|
|
84
|
-
|
|
85
|
-
.k-select {
|
|
86
|
-
@include border-left-radius-only( $input-border-radius );
|
|
87
|
-
border-width: 0 $picker-select-border-width 0 0;
|
|
88
|
-
}
|
|
89
85
|
}
|
|
90
86
|
|
|
91
87
|
|
|
@@ -96,18 +92,10 @@
|
|
|
96
92
|
flex: 1 1 auto;
|
|
97
93
|
|
|
98
94
|
.k-dateinput-wrap {
|
|
99
|
-
|
|
100
|
-
border-width: 0;
|
|
95
|
+
border-radius: 0 !important; // sass-lint:disable-line no-important
|
|
96
|
+
border-width: 0; // sass-lint:disable-line no-important
|
|
101
97
|
box-shadow: none !important; // sass-lint:disable-line no-important
|
|
102
98
|
}
|
|
103
|
-
|
|
104
|
-
[dir="rtl"] &,
|
|
105
|
-
.k-rtl & {
|
|
106
|
-
.k-dateinput-wrap {
|
|
107
|
-
@include border-right-radius-only( $input-border-radius );
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
|
|
111
99
|
}
|
|
112
100
|
}
|
|
113
101
|
|
|
@@ -144,6 +132,7 @@
|
|
|
144
132
|
transition: all .1s ease; // sass-lint:disable-block no-transition-all
|
|
145
133
|
cursor: default;
|
|
146
134
|
outline: 0;
|
|
135
|
+
overflow: hidden;
|
|
147
136
|
}
|
|
148
137
|
|
|
149
138
|
|
|
@@ -153,10 +142,10 @@
|
|
|
153
142
|
|
|
154
143
|
// Select
|
|
155
144
|
.k-select {
|
|
156
|
-
@include border-right-radius-only( $input-border-radius );
|
|
157
145
|
padding: $picker-select-padding-y $picker-select-padding-x;
|
|
158
146
|
width: if( $use-picker-select-width, $picker-select-calc-size, null );
|
|
159
|
-
border-width: 0
|
|
147
|
+
border-width: 0;
|
|
148
|
+
border-inline-start-width: $picker-select-border-width;
|
|
160
149
|
border-style: solid;
|
|
161
150
|
box-sizing: border-box;
|
|
162
151
|
outline: 0;
|
|
@@ -173,11 +162,6 @@
|
|
|
173
162
|
.k-rtl &,
|
|
174
163
|
&[dir="rtl"] {
|
|
175
164
|
text-align: right;
|
|
176
|
-
|
|
177
|
-
.k-select {
|
|
178
|
-
@include border-left-radius-only( $input-border-radius );
|
|
179
|
-
border-width: 0 $picker-select-border-width 0 0;
|
|
180
|
-
}
|
|
181
165
|
}
|
|
182
166
|
}
|
|
183
167
|
|
|
@@ -214,6 +198,7 @@
|
|
|
214
198
|
transition: all .1s ease; // sass-lint:disable-block no-transition-all
|
|
215
199
|
cursor: default;
|
|
216
200
|
outline: 0;
|
|
201
|
+
overflow: hidden;
|
|
217
202
|
}
|
|
218
203
|
|
|
219
204
|
|
|
@@ -223,8 +208,8 @@
|
|
|
223
208
|
|
|
224
209
|
// Select
|
|
225
210
|
.k-select {
|
|
226
|
-
|
|
227
|
-
border-width:
|
|
211
|
+
border-width: 0;
|
|
212
|
+
border-inline-start-width: $picker-select-border-width;
|
|
228
213
|
border-style: solid;
|
|
229
214
|
box-sizing: border-box;
|
|
230
215
|
outline: 0;
|
|
@@ -253,11 +238,6 @@
|
|
|
253
238
|
.k-rtl &,
|
|
254
239
|
&[dir="rtl"] {
|
|
255
240
|
text-align: right;
|
|
256
|
-
|
|
257
|
-
.k-select {
|
|
258
|
-
@include border-left-radius-only( $input-border-radius );
|
|
259
|
-
border-width: 0 $picker-select-border-width 0 0;
|
|
260
|
-
}
|
|
261
241
|
}
|
|
262
242
|
}
|
|
263
243
|
|
|
@@ -462,7 +442,6 @@
|
|
|
462
442
|
z-index: 1;
|
|
463
443
|
border-width: $time-highlight-size 0;
|
|
464
444
|
border-style: solid;
|
|
465
|
-
border-radius: .1px; // workaround for https://bugs.webkit.org/show_bug.cgi?id=175117
|
|
466
445
|
}
|
|
467
446
|
|
|
468
447
|
.k-time-container .k-scrollable-placeholder {
|
|
@@ -174,6 +174,10 @@
|
|
|
174
174
|
&.k-state-invalid {
|
|
175
175
|
border-color: $invalid-border;
|
|
176
176
|
|
|
177
|
+
.k-input-validation-icon {
|
|
178
|
+
color: $invalid-text;
|
|
179
|
+
}
|
|
180
|
+
|
|
177
181
|
&:focus,
|
|
178
182
|
&.k-state-focused {
|
|
179
183
|
@include box-shadow($invalid-shadow);
|
|
@@ -187,6 +191,10 @@
|
|
|
187
191
|
.k-picker-wrap {
|
|
188
192
|
border-color: $invalid-border;
|
|
189
193
|
|
|
194
|
+
.k-input-validation-icon {
|
|
195
|
+
color: $invalid-text;
|
|
196
|
+
}
|
|
197
|
+
|
|
190
198
|
&:focus,
|
|
191
199
|
&.k-state-focused {
|
|
192
200
|
@include box-shadow($invalid-shadow);
|
|
@@ -201,6 +209,10 @@
|
|
|
201
209
|
&.k-state-invalid {
|
|
202
210
|
border-color: $invalid-border;
|
|
203
211
|
|
|
212
|
+
.k-input-validation-icon {
|
|
213
|
+
color: $invalid-text;
|
|
214
|
+
}
|
|
215
|
+
|
|
204
216
|
&:focus,
|
|
205
217
|
&.k-state-focused {
|
|
206
218
|
@include box-shadow($invalid-shadow);
|
|
@@ -214,6 +226,10 @@
|
|
|
214
226
|
.k-dateinput-wrap {
|
|
215
227
|
border-color: $invalid-border;
|
|
216
228
|
|
|
229
|
+
.k-input-validation-icon {
|
|
230
|
+
color: $invalid-text;
|
|
231
|
+
}
|
|
232
|
+
|
|
217
233
|
&:focus,
|
|
218
234
|
&.k-state-focused {
|
|
219
235
|
@include box-shadow($invalid-shadow);
|
|
@@ -248,6 +264,10 @@
|
|
|
248
264
|
&.k-invalid {
|
|
249
265
|
.k-picker-wrap {
|
|
250
266
|
border-color: $invalid-border;
|
|
267
|
+
|
|
268
|
+
.k-input-validation-icon {
|
|
269
|
+
color: $invalid-text;
|
|
270
|
+
}
|
|
251
271
|
}
|
|
252
272
|
}
|
|
253
273
|
|
|
@@ -284,6 +304,10 @@
|
|
|
284
304
|
&.k-invalid {
|
|
285
305
|
.k-dateinput-wrap {
|
|
286
306
|
border-color: $invalid-border;
|
|
307
|
+
|
|
308
|
+
.k-input-validation-icon {
|
|
309
|
+
color: $invalid-text;
|
|
310
|
+
}
|
|
287
311
|
}
|
|
288
312
|
}
|
|
289
313
|
|