@progress/kendo-theme-classic 4.43.1-dev.5 → 4.44.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 +2225 -1287
- package/dist/all.scss +1827 -1434
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss +7 -0
- package/modules/@progress/kendo-theme-default/scss/action-sheet/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/appbar/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/avatar/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/badge/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/bottom-navigation/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/breadcrumb/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +80 -92
- package/modules/@progress/kendo-theme-default/scss/button/_theme.scss +177 -112
- package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +80 -14
- package/modules/@progress/kendo-theme-default/scss/captcha/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/card/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +9 -2
- package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/coloreditor/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/colorgradient/_layout.scss +6 -4
- package/modules/@progress/kendo-theme-default/scss/colorpalette/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +6 -3
- package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/common/_loading.scss +15 -13
- package/modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss +7 -1
- package/modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/drawer/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/expansion-panel/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/fab/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/filter/_layout.scss +8 -0
- package/modules/@progress/kendo-theme-default/scss/floating-label/_layout.scss +7 -0
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +4 -3
- package/modules/@progress/kendo-theme-default/scss/grid/_theme.scss +2 -8
- package/modules/@progress/kendo-theme-default/scss/imageeditor/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +10 -28
- package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +4 -4
- package/modules/@progress/kendo-theme-default/scss/listbox/_layout.scss +9 -0
- package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +7 -0
- package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/mediaplayer/_layout.scss +14 -1
- package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +8 -2
- package/modules/@progress/kendo-theme-default/scss/notification/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/orgchart/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/pager/_layout.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +55 -83
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_theme.scss +39 -73
- package/modules/@progress/kendo-theme-default/scss/popover/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/progressbar/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/rating/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/scheduler/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +71 -144
- package/modules/@progress/kendo-theme-default/scss/slider/_theme.scss +0 -6
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/stepper/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/switch/_layout.scss +14 -9
- package/modules/@progress/kendo-theme-default/scss/switch/_variables.scss +127 -33
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +26 -4
- package/modules/@progress/kendo-theme-default/scss/taskboard/_layout.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/textarea/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/textbox/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/timeline/_layout.scss +8 -4
- package/modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/toolbar/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/tooltip/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/treelist/_layout.scss +4 -0
- package/modules/@progress/kendo-theme-default/scss/treeview/_layout.scss +17 -18
- package/modules/@progress/kendo-theme-default/scss/upload/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/window/_layout.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/wizard/_layout.scss +4 -0
- package/package.json +3 -3
- package/scss/button/_variables.scss +84 -18
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/switch/_variables.scss +142 -48
- package/scss/toolbar/_index.scss +1 -0
- package/scss/treeview/_variables.scss +1 -1
|
@@ -1,26 +1,23 @@
|
|
|
1
1
|
@include exports( "common/loading" ) {
|
|
2
2
|
|
|
3
|
-
// Loading indicator
|
|
4
|
-
.k-loading {
|
|
5
|
-
width: 64px;
|
|
6
|
-
height: 64px;
|
|
7
|
-
display: block;
|
|
8
|
-
|
|
9
|
-
.animate {
|
|
10
|
-
animation: loading 2s infinite linear;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
15
3
|
// Loading mask
|
|
16
4
|
.k-loading-mask,
|
|
17
5
|
.k-loading-image,
|
|
18
6
|
.k-loading-color {
|
|
19
7
|
width: 100%;
|
|
20
8
|
height: 100%;
|
|
9
|
+
box-sizing: border-box;
|
|
21
10
|
position: absolute;
|
|
22
11
|
top: 0;
|
|
23
12
|
left: 0;
|
|
13
|
+
|
|
14
|
+
*,
|
|
15
|
+
*::before,
|
|
16
|
+
*::after,
|
|
17
|
+
&::before,
|
|
18
|
+
&::after {
|
|
19
|
+
box-sizing: border-box;
|
|
20
|
+
}
|
|
24
21
|
}
|
|
25
22
|
|
|
26
23
|
.k-loading-mask {
|
|
@@ -51,6 +48,11 @@
|
|
|
51
48
|
background-color: transparent;
|
|
52
49
|
box-sizing: border-box;
|
|
53
50
|
color: currentColor;
|
|
51
|
+
|
|
52
|
+
&::before,
|
|
53
|
+
&::after {
|
|
54
|
+
box-sizing: border-box;
|
|
55
|
+
}
|
|
54
56
|
}
|
|
55
57
|
|
|
56
58
|
.k-i-loading::before,
|
|
@@ -100,7 +102,7 @@
|
|
|
100
102
|
content: "";
|
|
101
103
|
// See https://github.com/telerik/kendo-themes/issues/1925
|
|
102
104
|
border-width: 1px; // TODO: Remove once we drop IE support
|
|
103
|
-
border-width:
|
|
105
|
+
border-width: clamp( .015em, 1px, 1px ); // sass-lint:disable-line no-duplicate-properties
|
|
104
106
|
font-size: 4em;
|
|
105
107
|
}
|
|
106
108
|
}
|
|
@@ -22,6 +22,12 @@
|
|
|
22
22
|
-webkit-touch-callout: none;
|
|
23
23
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
24
24
|
|
|
25
|
+
*,
|
|
26
|
+
*::before,
|
|
27
|
+
*::after {
|
|
28
|
+
box-sizing: border-box;
|
|
29
|
+
}
|
|
30
|
+
|
|
25
31
|
|
|
26
32
|
// Input
|
|
27
33
|
.k-input {}
|
|
@@ -46,7 +52,7 @@
|
|
|
46
52
|
}
|
|
47
53
|
.k-link {
|
|
48
54
|
padding: 0 $picker-select-padding-x;
|
|
49
|
-
min-width: $
|
|
55
|
+
min-width: $spinner-min-width;
|
|
50
56
|
flex: 1 1 auto;
|
|
51
57
|
display: block;
|
|
52
58
|
overflow: hidden;
|
|
@@ -22,6 +22,12 @@
|
|
|
22
22
|
-webkit-touch-callout: none;
|
|
23
23
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
24
24
|
|
|
25
|
+
*,
|
|
26
|
+
*::before,
|
|
27
|
+
*::after {
|
|
28
|
+
box-sizing: border-box;
|
|
29
|
+
}
|
|
30
|
+
|
|
25
31
|
|
|
26
32
|
// Input
|
|
27
33
|
.k-input {}
|
|
@@ -32,7 +38,6 @@
|
|
|
32
38
|
border-width: 0;
|
|
33
39
|
border-inline-start-width: $picker-select-border-width;
|
|
34
40
|
border-style: solid;
|
|
35
|
-
box-sizing: border-box;
|
|
36
41
|
outline: 0;
|
|
37
42
|
display: flex;
|
|
38
43
|
align-items: stretch;
|
|
@@ -51,7 +56,6 @@
|
|
|
51
56
|
display: flex;
|
|
52
57
|
align-items: center;
|
|
53
58
|
justify-content: center;
|
|
54
|
-
box-sizing: border-box;
|
|
55
59
|
}
|
|
56
60
|
}
|
|
57
61
|
|
|
@@ -22,6 +22,12 @@
|
|
|
22
22
|
-webkit-touch-callout: none;
|
|
23
23
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
24
24
|
|
|
25
|
+
*,
|
|
26
|
+
*::before,
|
|
27
|
+
*::after {
|
|
28
|
+
box-sizing: border-box;
|
|
29
|
+
}
|
|
30
|
+
|
|
25
31
|
|
|
26
32
|
// Input
|
|
27
33
|
.k-input {}
|
|
@@ -42,7 +48,6 @@
|
|
|
42
48
|
border-inline-start-width: $picker-select-border-width;
|
|
43
49
|
border-style: solid;
|
|
44
50
|
border-color: transparent;
|
|
45
|
-
box-sizing: border-box;
|
|
46
51
|
outline: 0;
|
|
47
52
|
display: flex;
|
|
48
53
|
flex-flow: row nowrap;
|
|
@@ -15,6 +15,12 @@
|
|
|
15
15
|
-webkit-touch-callout: none;
|
|
16
16
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
17
17
|
|
|
18
|
+
*,
|
|
19
|
+
*::before,
|
|
20
|
+
*::after {
|
|
21
|
+
box-sizing: border-box;
|
|
22
|
+
}
|
|
23
|
+
|
|
18
24
|
.k-rtl &,
|
|
19
25
|
&.k-rtl,
|
|
20
26
|
&[dir = "rtl"] {
|
|
@@ -54,7 +60,6 @@
|
|
|
54
60
|
// Expander content
|
|
55
61
|
.k-expander-content {
|
|
56
62
|
padding: $expander-content-padding-y $expander-content-padding-x;
|
|
57
|
-
box-sizing: border-box;
|
|
58
63
|
}
|
|
59
64
|
|
|
60
65
|
// Multiple expanders
|
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
@include exports("filter/layout") {
|
|
2
|
+
|
|
2
3
|
.k-filter {
|
|
4
|
+
box-sizing: border-box;
|
|
3
5
|
border-width: 0;
|
|
4
6
|
display: inline-block;
|
|
5
7
|
background-color: transparent;
|
|
6
8
|
|
|
9
|
+
*,
|
|
10
|
+
*::before,
|
|
11
|
+
*::after {
|
|
12
|
+
box-sizing: border-box;
|
|
13
|
+
}
|
|
14
|
+
|
|
7
15
|
ul {
|
|
8
16
|
padding: 0;
|
|
9
17
|
|
|
@@ -6,12 +6,19 @@
|
|
|
6
6
|
.k-floating-label-container {
|
|
7
7
|
padding-top: $floating-label-height;
|
|
8
8
|
width: $input-default-width;
|
|
9
|
+
box-sizing: border-box;
|
|
9
10
|
display: inline-flex;
|
|
10
11
|
vertical-align: middle;
|
|
11
12
|
position: relative;
|
|
12
13
|
flex-direction: column;
|
|
13
14
|
justify-content: stretch;
|
|
14
15
|
|
|
16
|
+
*,
|
|
17
|
+
*::before,
|
|
18
|
+
*::after {
|
|
19
|
+
box-sizing: border-box;
|
|
20
|
+
}
|
|
21
|
+
|
|
15
22
|
> .k-label {
|
|
16
23
|
max-width: 90%;
|
|
17
24
|
font-size: $floating-label-font-size;
|
|
@@ -1061,11 +1061,12 @@
|
|
|
1061
1061
|
}
|
|
1062
1062
|
|
|
1063
1063
|
.k-grid-norecords-template {
|
|
1064
|
+
box-sizing: border-box;
|
|
1065
|
+
margin: 0 auto;
|
|
1064
1066
|
width: 20em;
|
|
1065
1067
|
height: 4em;
|
|
1066
|
-
line-height: 4em;
|
|
1067
|
-
margin: 0 auto;
|
|
1068
1068
|
border: 1px solid;
|
|
1069
|
+
line-height: 4em;
|
|
1069
1070
|
}
|
|
1070
1071
|
|
|
1071
1072
|
.k-header > .k-cell-inner {
|
|
@@ -1337,7 +1338,7 @@
|
|
|
1337
1338
|
padding: $grid-column-menu-popup-padding-y $grid-column-menu-popup-padding-x;
|
|
1338
1339
|
}
|
|
1339
1340
|
.k-popup > & {
|
|
1340
|
-
width: 100%;
|
|
1341
|
+
max-width: 100%;
|
|
1341
1342
|
}
|
|
1342
1343
|
|
|
1343
1344
|
.k-actions {
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
// Hover state
|
|
76
|
-
tbody tr:hover,
|
|
77
|
-
tbody tr.k-state-hover {
|
|
76
|
+
tbody tr:not(.k-detail-row):hover,
|
|
77
|
+
tbody tr:not(.k-detail-row).k-state-hover {
|
|
78
78
|
color: $grid-hovered-text;
|
|
79
79
|
background-color: $grid-hovered-bg;
|
|
80
80
|
}
|
|
@@ -144,12 +144,6 @@
|
|
|
144
144
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
// Hovered state
|
|
148
|
-
.k-state-hover td,
|
|
149
|
-
tr:hover td {
|
|
150
|
-
@include fill( $bg: $grid-sticky-hovered-bg );
|
|
151
|
-
}
|
|
152
|
-
|
|
153
147
|
// Selected hover
|
|
154
148
|
.k-state-selected:hover td,
|
|
155
149
|
.k-state-selected.k-state-hover td {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
display: flex;
|
|
67
67
|
align-items: center;
|
|
68
68
|
align-content: center;
|
|
69
|
-
gap:
|
|
69
|
+
gap: $icon-spacing;
|
|
70
70
|
cursor: default;
|
|
71
71
|
position: relative;
|
|
72
72
|
transition-property: color, background-color, outline-color, box-shadow;
|
|
@@ -120,21 +120,6 @@
|
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.k-dropdown-button .k-popup {
|
|
124
|
-
.k-item {
|
|
125
|
-
cursor: pointer;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
// SplitButton
|
|
130
|
-
// TODO: Wait for final design + revise
|
|
131
|
-
.k-split-button,
|
|
132
|
-
.k-dropdown-button {
|
|
133
|
-
.k-list .k-item:focus {
|
|
134
|
-
outline: none;
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
|
|
138
123
|
.k-virtual-content {
|
|
139
124
|
overflow-y: scroll;
|
|
140
125
|
-webkit-overflow-scrolling: touch;
|
|
@@ -157,18 +142,15 @@
|
|
|
157
142
|
|
|
158
143
|
|
|
159
144
|
// No data
|
|
160
|
-
.k-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
text-align: center;
|
|
170
|
-
white-space: normal;
|
|
171
|
-
}
|
|
145
|
+
.k-no-data {
|
|
146
|
+
min-height: 140px;
|
|
147
|
+
box-sizing: border-box;
|
|
148
|
+
display: flex;
|
|
149
|
+
align-items: center;
|
|
150
|
+
justify-content: center;
|
|
151
|
+
font-weight: lighter;
|
|
152
|
+
text-align: center;
|
|
153
|
+
white-space: normal;
|
|
172
154
|
}
|
|
173
155
|
|
|
174
156
|
|
|
@@ -72,9 +72,18 @@
|
|
|
72
72
|
|
|
73
73
|
.k-list-scroller {
|
|
74
74
|
width: 100%;
|
|
75
|
+
height: inherit;
|
|
75
76
|
border-width: $listbox-border-width;
|
|
76
77
|
border-style: solid;
|
|
77
78
|
box-sizing: border-box;
|
|
79
|
+
|
|
80
|
+
.k-list-scroller {
|
|
81
|
+
border-width: 0;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.k-list {
|
|
85
|
+
height: inherit;
|
|
86
|
+
}
|
|
78
87
|
}
|
|
79
88
|
|
|
80
89
|
.k-drop-hint {
|
|
@@ -3,12 +3,19 @@
|
|
|
3
3
|
// Layout
|
|
4
4
|
.k-map {
|
|
5
5
|
height: 600px;
|
|
6
|
+
box-sizing: border-box;
|
|
6
7
|
border-width: $map-border-width;
|
|
7
8
|
border-style: solid;
|
|
8
9
|
font-size: $map-font-size;
|
|
9
10
|
line-height: $map-line-height;
|
|
10
11
|
font-family: $map-font-family;
|
|
11
12
|
|
|
13
|
+
*,
|
|
14
|
+
*::before,
|
|
15
|
+
*::after {
|
|
16
|
+
box-sizing: border-box;
|
|
17
|
+
}
|
|
18
|
+
|
|
12
19
|
|
|
13
20
|
// Scroll
|
|
14
21
|
.km-scroll-wrapper {
|
|
@@ -14,6 +14,12 @@
|
|
|
14
14
|
-webkit-touch-callout: none;
|
|
15
15
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
16
16
|
|
|
17
|
+
*,
|
|
18
|
+
*::before,
|
|
19
|
+
*::after {
|
|
20
|
+
box-sizing: border-box;
|
|
21
|
+
}
|
|
22
|
+
|
|
17
23
|
> iframe {
|
|
18
24
|
width: 100%;
|
|
19
25
|
height: 100%;
|
|
@@ -62,6 +68,9 @@
|
|
|
62
68
|
padding: 0 (14px / 2);
|
|
63
69
|
align-items: center;
|
|
64
70
|
}
|
|
71
|
+
.k-mediaplayer-volume {
|
|
72
|
+
width: 100px;
|
|
73
|
+
}
|
|
65
74
|
|
|
66
75
|
|
|
67
76
|
// Seekbar
|
|
@@ -69,8 +78,9 @@
|
|
|
69
78
|
width: 100%;
|
|
70
79
|
position: absolute;
|
|
71
80
|
z-index: 3;
|
|
72
|
-
top:
|
|
81
|
+
top: 0;
|
|
73
82
|
left: 0;
|
|
83
|
+
transform: translateY( -50% );
|
|
74
84
|
}
|
|
75
85
|
.k-mediaplayer-seekbar .k-slider-track {
|
|
76
86
|
// sass-lint:disable no-important
|
|
@@ -78,6 +88,9 @@
|
|
|
78
88
|
// sass-lint:enable no-important
|
|
79
89
|
border-radius: 0;
|
|
80
90
|
}
|
|
91
|
+
.k-mediaplayer-seekbar .k-slider-selection {
|
|
92
|
+
border-radius: 0;
|
|
93
|
+
}
|
|
81
94
|
|
|
82
95
|
.k-mediaplayer-fullscreen {
|
|
83
96
|
z-index: 10000;
|
|
@@ -19,6 +19,12 @@
|
|
|
19
19
|
-webkit-touch-callout: none;
|
|
20
20
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
21
21
|
|
|
22
|
+
*,
|
|
23
|
+
*::before,
|
|
24
|
+
*::after {
|
|
25
|
+
box-sizing: border-box;
|
|
26
|
+
}
|
|
27
|
+
|
|
22
28
|
.k-loading-hidden {
|
|
23
29
|
visibility: hidden;
|
|
24
30
|
}
|
|
@@ -64,8 +70,8 @@
|
|
|
64
70
|
|
|
65
71
|
// Token
|
|
66
72
|
.k-button {
|
|
67
|
-
min-height: calc( #{$form-line-height-em} + #{$button-padding-y
|
|
68
|
-
padding: ($button-padding-y
|
|
73
|
+
min-height: calc( #{$form-line-height-em} + #{$button-padding-y /2} + 2px );
|
|
74
|
+
padding: ($button-padding-y / 4) ($button-padding-x / 2);
|
|
69
75
|
margin: $padding-y-sm 0 0 $padding-y-sm;
|
|
70
76
|
cursor: default;
|
|
71
77
|
display: inline-flex;
|
|
@@ -22,6 +22,12 @@
|
|
|
22
22
|
-webkit-touch-callout: none;
|
|
23
23
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
24
24
|
|
|
25
|
+
*,
|
|
26
|
+
*::before,
|
|
27
|
+
*::after {
|
|
28
|
+
box-sizing: border-box;
|
|
29
|
+
}
|
|
30
|
+
|
|
25
31
|
|
|
26
32
|
// Input
|
|
27
33
|
.k-input {
|
|
@@ -36,7 +42,6 @@
|
|
|
36
42
|
border-width: 0;
|
|
37
43
|
border-inline-start-width: $picker-select-border-width;
|
|
38
44
|
border-style: solid;
|
|
39
|
-
box-sizing: border-box;
|
|
40
45
|
outline: 0;
|
|
41
46
|
display: flex;
|
|
42
47
|
flex-direction: column;
|
|
@@ -50,7 +55,6 @@
|
|
|
50
55
|
.k-link {
|
|
51
56
|
padding: 0 $picker-select-padding-x;
|
|
52
57
|
min-width: $spinner-min-width;
|
|
53
|
-
box-sizing: border-box;
|
|
54
58
|
flex: 1 1 auto;
|
|
55
59
|
display: block;
|
|
56
60
|
overflow: hidden;
|
|
@@ -18,6 +18,12 @@
|
|
|
18
18
|
-webkit-touch-callout: none;
|
|
19
19
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
20
20
|
|
|
21
|
+
*,
|
|
22
|
+
*::before,
|
|
23
|
+
*::after {
|
|
24
|
+
box-sizing: border-box;
|
|
25
|
+
}
|
|
26
|
+
|
|
21
27
|
.k-link {
|
|
22
28
|
text-decoration: none;
|
|
23
29
|
outline: 0;
|
|
@@ -70,7 +76,6 @@
|
|
|
70
76
|
%base-pager-item {
|
|
71
77
|
min-width: $button-calc-size;
|
|
72
78
|
height: $button-calc-size;
|
|
73
|
-
box-sizing: border-box;
|
|
74
79
|
color: inherit;
|
|
75
80
|
text-align: center;
|
|
76
81
|
display: inline-flex;
|
|
@@ -230,7 +235,6 @@
|
|
|
230
235
|
}
|
|
231
236
|
|
|
232
237
|
height: $button-calc-size;
|
|
233
|
-
box-sizing: border-box;
|
|
234
238
|
border-color: inherit;
|
|
235
239
|
}
|
|
236
240
|
|