@progress/kendo-theme-fluent 6.4.0-dev.2 → 6.4.0-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/README.md +5 -3
- package/dist/all.css +56 -151
- package/dist/meta/sassdoc-data.json +492 -442
- package/dist/meta/sassdoc-raw-data.json +246 -221
- package/dist/meta/variables.scss +1 -1
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +1 -1
- package/scss/adaptive/_theme.scss +1 -1
- package/scss/badge/_variables.scss +2 -2
- package/scss/bottom-navigation/_variables.scss +2 -2
- package/scss/button/_layout.scss +7 -7
- package/scss/button/_variables.scss +2 -2
- package/scss/calendar/_layout.scss +0 -13
- package/scss/calendar/_variables.scss +4 -4
- package/scss/chat/_layout.scss +3 -3
- package/scss/chat/_variables.scss +1 -1
- package/scss/checkbox/_layout.scss +4 -4
- package/scss/chip/_layout.scss +1 -2
- package/scss/chip/_variables.scss +2 -2
- package/scss/color-preview/_layout.scss +1 -2
- package/scss/core/_variables.scss +2 -3
- package/scss/core/color-system/_variables.scss +2 -4
- package/scss/core/helpers/_animations.scss +7 -9
- package/scss/core/helpers/_base.scss +1 -2
- package/scss/core/helpers/_extra.scss +1 -1
- package/scss/core/helpers/_layout.scss +2 -2
- package/scss/core/helpers/_loading.scss +1 -1
- package/scss/core/helpers/_normalize.scss +2 -2
- package/scss/core/mixins/_decoration.scss +1 -2
- package/scss/core/module-system/index.scss +2 -0
- package/scss/dataviz/_layout.scss +4 -2
- package/scss/dataviz/_theme.scss +2 -0
- package/scss/drawer/_layout.scss +2 -2
- package/scss/drawer/_variables.scss +1 -1
- package/scss/editor/_layout.scss +6 -4
- package/scss/editor/_theme.scss +3 -3
- package/scss/editor/_variables.scss +1 -1
- package/scss/fab/_variables.scss +2 -2
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/forms/_layout.scss +3 -3
- package/scss/forms/_variables.scss +1 -1
- package/scss/gantt/_layout.scss +8 -8
- package/scss/gantt/_variables.scss +1 -1
- package/scss/grid/_layout.scss +28 -13
- package/scss/grid/_variables.scss +6 -3
- package/scss/icon/_layout.scss +3 -12
- package/scss/input/_layout.scss +10 -10
- package/scss/list/_layout.scss +2 -2
- package/scss/list/_variables.scss +2 -2
- package/scss/listbox/_layout.scss +0 -9
- package/scss/listgroup/_layout.scss +0 -10
- package/scss/loader/_variables.scss +1 -1
- package/scss/map/_variables.scss +1 -1
- package/scss/mediaplayer/_layout.scss +3 -7
- package/scss/menu/_layout.scss +5 -5
- package/scss/menu/_variables.scss +2 -2
- package/scss/notification/_variables.scss +1 -1
- package/scss/pager/_layout.scss +0 -8
- package/scss/panelbar/_layout.scss +2 -2
- package/scss/panelbar/_theme.scss +2 -2
- package/scss/pdf-viewer/_layout.scss +3 -2
- package/scss/pdf-viewer/_variables.scss +2 -2
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/pivotgrid/_variables.scss +1 -1
- package/scss/popover/_variables.scss +2 -2
- package/scss/progressbar/_layout.scss +3 -3
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/radio/_layout.scss +4 -4
- package/scss/rating/_variables.scss +1 -1
- package/scss/responsivepanel/_layout.scss +1 -3
- package/scss/scheduler/_layout.scss +6 -18
- package/scss/scheduler/_theme.scss +2 -4
- package/scss/scheduler/_variables.scss +2 -2
- package/scss/scrollview/_layout.scss +0 -11
- package/scss/signature/_variables.scss +2 -2
- package/scss/slider/_layout.scss +0 -7
- package/scss/slider/_variables.scss +2 -2
- package/scss/splitter/_layout.scss +3 -13
- package/scss/splitter/_variables.scss +1 -1
- package/scss/spreadsheet/_layout.scss +5 -7
- package/scss/spreadsheet/_variables.scss +3 -3
- package/scss/stepper/_variables.scss +2 -2
- package/scss/table/_layout.scss +9 -9
- package/scss/tabstrip/_layout.scss +2 -7
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/taskboard/_layout.scss +0 -2
- package/scss/timeline/_layout.scss +1 -1
- package/scss/timeline/_variables.scss +2 -2
- package/scss/timeselector/_variables.scss +1 -1
- package/scss/toolbar/_layout.scss +4 -3
- package/scss/toolbar/_theme.scss +2 -2
- package/scss/upload/_layout.scss +1 -1
- package/scss/upload/_variables.scss +2 -2
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
height: 100%;
|
|
107
107
|
align-items: center;
|
|
108
108
|
justify-content: center;
|
|
109
|
-
background-color: inherit !important; //
|
|
109
|
+
background-color: inherit !important; // stylelint-disable-line declaration-no-important
|
|
110
110
|
|
|
111
111
|
.k-upload,
|
|
112
112
|
.k-dropzone,
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
|
|
121
121
|
// Search
|
|
122
122
|
.k-pdf-viewer-search-dialog {
|
|
123
|
-
padding: 0 !important; //
|
|
123
|
+
padding: 0 !important; // stylelint-disable-line declaration-no-important
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
.k-search-panel {
|
|
@@ -160,6 +160,7 @@
|
|
|
160
160
|
border-style: solid;
|
|
161
161
|
border-radius: var( --kendo-pdf-viewer-search-panel-border-radius, #{$kendo-pdf-viewer-search-panel-border-radius} );
|
|
162
162
|
z-index: 10;
|
|
163
|
+
cursor: default;
|
|
163
164
|
}
|
|
164
165
|
|
|
165
166
|
// Alias
|
|
@@ -30,10 +30,10 @@ $kendo-pdf-viewer-border: var( --kendo-component-border, initial ) !default;
|
|
|
30
30
|
$kendo-pdf-viewer-canvas-bg: get-theme-color-var( neutral-10 ) !default;
|
|
31
31
|
/// Text color of the PDF viewer canvas.
|
|
32
32
|
/// @group pdf-viewer
|
|
33
|
-
$kendo-pdf-viewer-canvas-text:
|
|
33
|
+
$kendo-pdf-viewer-canvas-text: var( --kendo-component-text, inherit ) !default;
|
|
34
34
|
/// Border color of the PDF viewer canvas.
|
|
35
35
|
/// @group pdf-viewer
|
|
36
|
-
$kendo-pdf-viewer-canvas-border:
|
|
36
|
+
$kendo-pdf-viewer-canvas-border: var( --kendo-component-border, inherit ) !default;
|
|
37
37
|
|
|
38
38
|
/// Spacing of the PDF viewer page.
|
|
39
39
|
/// @group pdf-viewer
|
|
@@ -20,7 +20,7 @@ $kendo-pivotgrid-padding-y: 0px !default;
|
|
|
20
20
|
$kendo-pivotgrid-font-family: var( --kendo-font-family, inherit ) !default;
|
|
21
21
|
/// Font size of the PivotGrid.
|
|
22
22
|
/// @group pivotgrid
|
|
23
|
-
$kendo-pivotgrid-font-size:
|
|
23
|
+
$kendo-pivotgrid-font-size: var( --kendo-font-size, inherit ) !default;
|
|
24
24
|
/// Line height of the PivotGrid.
|
|
25
25
|
/// @group pivotgrid
|
|
26
26
|
$kendo-pivotgrid-line-height: var( --kendo-line-height, normal ) !default;
|
|
@@ -27,10 +27,10 @@ $kendo-popover-line-height: $kendo-window-line-height !default;
|
|
|
27
27
|
$kendo-popover-bg: var( --kendo-component-bg, initial ) !default;
|
|
28
28
|
/// Text color of the popover.
|
|
29
29
|
/// @group popover
|
|
30
|
-
$kendo-popover-text:
|
|
30
|
+
$kendo-popover-text: var( --kendo-component-text, initial ) !default;
|
|
31
31
|
/// Border color of the popover.
|
|
32
32
|
/// @group popover
|
|
33
|
-
$kendo-popover-border:
|
|
33
|
+
$kendo-popover-border: var( --kendo-component-border, initial ) !default;
|
|
34
34
|
/// Shadow of the popover.
|
|
35
35
|
/// @group popover
|
|
36
36
|
$kendo-popover-shadow: var( --kendo-box-shadow-depth-3, none ) !default;
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
|
|
98
98
|
> .k-progressbar-value {
|
|
99
99
|
width: 0;
|
|
100
|
-
width: calc( var( --kendo-progressbar-value, 0 ) * 1% );
|
|
100
|
+
width: calc( var( --kendo-progressbar-value, 0 ) * 1% );
|
|
101
101
|
flex-direction: row;
|
|
102
102
|
|
|
103
103
|
> .k-progress-status-wrap {
|
|
@@ -146,13 +146,13 @@
|
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
> .k-progressbar-value {
|
|
149
|
-
height: calc( var( --kendo-progressbar-value, 0 ) * 1% );
|
|
149
|
+
height: calc( var( --kendo-progressbar-value, 0 ) * 1% );
|
|
150
150
|
flex-direction: column-reverse;
|
|
151
151
|
align-self: flex-end;
|
|
152
152
|
align-items: flex-end;
|
|
153
153
|
|
|
154
154
|
> .k-progress-status-wrap {
|
|
155
|
-
height: calc( 100% * ( 100 / var( --kendo-progressbar-value, 1 ) ) );
|
|
155
|
+
height: calc( 100% * ( 100 / var( --kendo-progressbar-value, 1 ) ) );
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
.k-progress-status {
|
|
@@ -115,4 +115,4 @@ $kendo-circular-progressbar-arc-stroke: get-theme-color-var( primary-100 ) !defa
|
|
|
115
115
|
/// @group progressbar
|
|
116
116
|
$kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
|
|
117
117
|
|
|
118
|
-
$kendo-progressbar-item-border-width: map.get( $kendo-spacing, 0.5 ) !default;
|
|
118
|
+
$kendo-progressbar-item-border-width: map.get( $kendo-spacing, 0.5 ) !default;
|
package/scss/radio/_layout.scss
CHANGED
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
|
|
158
158
|
.k-ripple {
|
|
159
159
|
// Hide ripple temporarily
|
|
160
|
-
visibility: hidden !important; //
|
|
160
|
+
visibility: hidden !important; // stylelint-disable-line declaration-no-important
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
163
|
.k-radio + .k-label,
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
|
|
172
172
|
// Empty label
|
|
173
173
|
.k-radio-label:empty {
|
|
174
|
-
display: none !important; //
|
|
174
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
175
175
|
}
|
|
176
176
|
.k-radio-label.k-no-text {
|
|
177
177
|
min-width: 1px;
|
|
@@ -232,8 +232,8 @@
|
|
|
232
232
|
|
|
233
233
|
.k-radio:focus,
|
|
234
234
|
.k-radio.k-focus {
|
|
235
|
-
box-shadow: none !important; //
|
|
236
|
-
outline: none !important; //
|
|
235
|
+
box-shadow: none !important; // stylelint-disable-line declaration-no-important
|
|
236
|
+
outline: none !important; // stylelint-disable-line declaration-no-important
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
.k-radio:disabled::after,
|
|
@@ -17,7 +17,7 @@ $kendo-rating-spacing: map.get( $kendo-spacing, 1 ) !default;
|
|
|
17
17
|
|
|
18
18
|
/// Horizontal padding of the rating item.
|
|
19
19
|
/// @group rating
|
|
20
|
-
$kendo-rating-item-padding-x: map.get( $kendo-spacing, 0.5 ) !default;
|
|
20
|
+
$kendo-rating-item-padding-x: map.get( $kendo-spacing, 0.5 ) !default;
|
|
21
21
|
/// Vertical padding of the rating item.
|
|
22
22
|
/// @group rating
|
|
23
23
|
$kendo-rating-item-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
@@ -38,9 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
.k-rpanel-top.k-rpanel-expanded {
|
|
40
40
|
max-height: 568px;
|
|
41
|
-
//
|
|
42
|
-
overflow: visible !important;
|
|
43
|
-
// sass-lint:enable no-important
|
|
41
|
+
overflow: visible !important; // stylelint-disable-line declaration-no-important
|
|
44
42
|
}
|
|
45
43
|
|
|
46
44
|
// Toggle button
|
|
@@ -600,8 +600,8 @@
|
|
|
600
600
|
}
|
|
601
601
|
}
|
|
602
602
|
|
|
603
|
-
// sass-lint:disable no-important
|
|
604
603
|
// remove scrollbars during PDF export
|
|
604
|
+
// stylelint-disable declaration-no-important
|
|
605
605
|
.k-pdf-export-shadow .k-scheduler,
|
|
606
606
|
.k-scheduler-pdf-export .k-scheduler-content,
|
|
607
607
|
.k-scheduler-pdf-export .k-scheduler-times {
|
|
@@ -625,7 +625,7 @@
|
|
|
625
625
|
width: 100% !important;
|
|
626
626
|
}
|
|
627
627
|
}
|
|
628
|
-
//
|
|
628
|
+
// stylelint-enable declaration-no-important
|
|
629
629
|
|
|
630
630
|
|
|
631
631
|
// TODO: add this class to jQuery rendering
|
|
@@ -644,9 +644,7 @@
|
|
|
644
644
|
|
|
645
645
|
|
|
646
646
|
// Workweek view
|
|
647
|
-
//
|
|
648
|
-
.k-scheduler-workWeekview {}
|
|
649
|
-
// sass-lint:enable class-name-format
|
|
647
|
+
.k-scheduler-workWeekview {} // stylelint-disable-line
|
|
650
648
|
|
|
651
649
|
|
|
652
650
|
// Week view
|
|
@@ -669,14 +667,12 @@
|
|
|
669
667
|
min-height: 80px;
|
|
670
668
|
}
|
|
671
669
|
|
|
672
|
-
// sass-lint:disable no-important
|
|
673
670
|
// hidden cells must have no layout
|
|
674
671
|
.k-hidden {
|
|
675
|
-
padding-inline: 0 !important;
|
|
676
|
-
border-inline-end-width: 0 !important;
|
|
672
|
+
padding-inline: 0 !important; // stylelint-disable-line declaration-no-important
|
|
673
|
+
border-inline-end-width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
677
674
|
}
|
|
678
675
|
|
|
679
|
-
// sass-lint:enable no-important
|
|
680
676
|
.k-scheduler-table-auto,
|
|
681
677
|
.k-scheduler-table-auto td,
|
|
682
678
|
.k-scheduler-content .k-scheduler-table-auto {
|
|
@@ -701,7 +697,7 @@
|
|
|
701
697
|
display: flex;
|
|
702
698
|
flex: 1 1 100%;
|
|
703
699
|
align-items: center;
|
|
704
|
-
gap: map.get( $kendo-spacing, 0.5 );
|
|
700
|
+
gap: map.get( $kendo-spacing, 0.5 );
|
|
705
701
|
}
|
|
706
702
|
|
|
707
703
|
.k-scheduler-mark {
|
|
@@ -932,14 +928,6 @@
|
|
|
932
928
|
.k-rtl {
|
|
933
929
|
.k-scheduler,
|
|
934
930
|
&.k-scheduler {
|
|
935
|
-
.k-i-caret-alt-left,
|
|
936
|
-
.k-i-caret-alt-right,
|
|
937
|
-
.k-i-arrow-60-left,
|
|
938
|
-
.k-i-arrow-60-right,
|
|
939
|
-
.k-current-time-arrow-right {
|
|
940
|
-
transform: scaleX(-1);
|
|
941
|
-
}
|
|
942
|
-
|
|
943
931
|
.k-scheduler-agendaday {
|
|
944
932
|
float: right;
|
|
945
933
|
margin: 0 0 0 .2em;
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
//Scheduler navigation
|
|
58
|
+
// Scheduler navigation
|
|
59
59
|
.k-scheduler-navigation {}
|
|
60
60
|
|
|
61
61
|
|
|
@@ -162,9 +162,7 @@
|
|
|
162
162
|
|
|
163
163
|
|
|
164
164
|
// Workweek view
|
|
165
|
-
//
|
|
166
|
-
.k-scheduler-workWeekview {}
|
|
167
|
-
// sass-lint:enable class-name-format
|
|
165
|
+
.k-scheduler-workWeekview {} // stylelint-disable-line
|
|
168
166
|
|
|
169
167
|
|
|
170
168
|
// Week view
|
|
@@ -73,7 +73,7 @@ $kendo-scheduler-event-line-height: $kendo-scheduler-line-height !default;
|
|
|
73
73
|
$kendo-scheduler-event-padding-x: map.get( $kendo-spacing, 2 ) !default;
|
|
74
74
|
/// Vertical padding of the scheduler event.
|
|
75
75
|
/// @group scheduler
|
|
76
|
-
$kendo-scheduler-event-padding-y: map.get( $kendo-spacing, 0.5 ) !default;
|
|
76
|
+
$kendo-scheduler-event-padding-y: map.get( $kendo-spacing, 0.5 ) !default;
|
|
77
77
|
/// Minumum height of the scheduler event.
|
|
78
78
|
/// @group scheduler
|
|
79
79
|
$kendo-scheduler-event-min-height: calc( #{$kendo-scheduler-line-height} + 2 * #{$kendo-scheduler-event-padding-y} ) !default;
|
|
@@ -251,7 +251,7 @@ $kendo-scheduler-tooltip-event-padding-y: $kendo-scheduler-event-padding-y !defa
|
|
|
251
251
|
$kendo-scheduler-tooltip-event-border-radius: $kendo-scheduler-event-border-radius !default;
|
|
252
252
|
/// Spacing between the events items inside the scheduler tooltip.
|
|
253
253
|
/// @group scheduler
|
|
254
|
-
$kendo-scheduler-tooltip-event-gap:
|
|
254
|
+
$kendo-scheduler-tooltip-event-gap: map.get( $kendo-spacing, 0.5 ) !default;
|
|
255
255
|
|
|
256
256
|
/// Color of the scheduler tooltip callout.
|
|
257
257
|
/// @group scheduler
|
|
@@ -22,8 +22,8 @@ $kendo-signature-lg-padding-x: $kendo-signature-padding-x !default;
|
|
|
22
22
|
/// The vertical paddings of the signature component.
|
|
23
23
|
/// @group signature
|
|
24
24
|
$kendo-signature-padding-y: $kendo-signature-padding-x !default;
|
|
25
|
-
$kendo-signature-sm-padding-y: map.get( $kendo-spacing, 0.5 ) !default;
|
|
26
|
-
$kendo-signature-md-padding-y: map
|
|
25
|
+
$kendo-signature-sm-padding-y: map.get( $kendo-spacing, 0.5 ) !default;
|
|
26
|
+
$kendo-signature-md-padding-y: map.get( $kendo-spacing, 1 ) !default;
|
|
27
27
|
$kendo-signature-lg-padding-y: map.get( $kendo-spacing, 1.5 ) !default;
|
|
28
28
|
|
|
29
29
|
/// The opacity of the disabled signature component.
|
package/scss/slider/_layout.scss
CHANGED
|
@@ -348,13 +348,6 @@
|
|
|
348
348
|
.k-label {
|
|
349
349
|
transform: translateX(50%);
|
|
350
350
|
}
|
|
351
|
-
|
|
352
|
-
.k-button-increase .k-icon,
|
|
353
|
-
.k-button-increase .k-svg-icon,
|
|
354
|
-
.k-button-decrease .k-icon,
|
|
355
|
-
.k-button-decrease .k-svg-icon {
|
|
356
|
-
transform: scaleX(-1);
|
|
357
|
-
}
|
|
358
351
|
}
|
|
359
352
|
&.k-vertical-slider {
|
|
360
353
|
|
|
@@ -30,7 +30,7 @@ $kendo-slider-text: inherit !default;
|
|
|
30
30
|
$kendo-slider-track-size: map.get( $kendo-spacing, 1 ) !default;
|
|
31
31
|
/// The border radius of the slider track.
|
|
32
32
|
/// @group slider
|
|
33
|
-
$kendo-slider-track-border-radius: map.get( $kendo-spacing, 0.5 ) !default;
|
|
33
|
+
$kendo-slider-track-border-radius: map.get( $kendo-spacing, 0.5 ) !default;
|
|
34
34
|
/// The background color of the slider track.
|
|
35
35
|
/// @group slider
|
|
36
36
|
$kendo-slider-track-bg: get-theme-color-var( neutral-60 ) !default;
|
|
@@ -59,7 +59,7 @@ $kendo-slider-selection-bg: get-theme-color-var( primary-100 ) !default;
|
|
|
59
59
|
$kendo-slider-thumb-size: 16px !default;
|
|
60
60
|
/// The default border width of the slider thumb.
|
|
61
61
|
/// @group slider
|
|
62
|
-
$kendo-slider-thumb-border-width: map.get( $kendo-spacing, 0.5 ) !default;
|
|
62
|
+
$kendo-slider-thumb-border-width: map.get( $kendo-spacing, 0.5 ) !default;
|
|
63
63
|
/// The border radius of the slider thumb.
|
|
64
64
|
/// @group slider
|
|
65
65
|
$kendo-slider-thumb-border-radius: 999em !default;
|
|
@@ -173,25 +173,15 @@
|
|
|
173
173
|
.k-pane-flex {
|
|
174
174
|
&.k-hidden,
|
|
175
175
|
&[hidden] {
|
|
176
|
-
// sass-lint:disable-block no-important
|
|
177
176
|
// hidden panes need to be zero-width to allow pane animation
|
|
178
|
-
flex: 0 1 0% !important;
|
|
179
|
-
overflow: hidden !important;
|
|
180
|
-
display: block !important;
|
|
177
|
+
flex: 0 1 0% !important; // stylelint-disable-line declaration-no-important
|
|
178
|
+
overflow: hidden !important; // stylelint-disable-line declaration-no-important
|
|
179
|
+
display: block !important; // stylelint-disable-line declaration-no-important
|
|
181
180
|
}
|
|
182
181
|
}
|
|
183
182
|
|
|
184
183
|
&.k-splitter-horizontal {
|
|
185
184
|
flex-direction: row;
|
|
186
|
-
|
|
187
|
-
&[dir="rtl"] {
|
|
188
|
-
> .k-splitbar {
|
|
189
|
-
> .k-collapse-next,
|
|
190
|
-
> .k-collapse-prev {
|
|
191
|
-
transform: scaleX(-1);
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
185
|
}
|
|
196
186
|
&.k-splitter-vertical {
|
|
197
187
|
flex-direction: column;
|
|
@@ -60,4 +60,4 @@ $kendo-splitbar-selected-text: var( --kendo-component-bg, inherit ) !default;
|
|
|
60
60
|
|
|
61
61
|
/// Size of the splitter static splitbar.
|
|
62
62
|
/// @group splitter
|
|
63
|
-
$kendo-splitter-splitbar-static-size: map.get( $kendo-spacing, 0.5 ) !default;
|
|
63
|
+
$kendo-splitter-splitbar-static-size: map.get( $kendo-spacing, 0.5 ) !default;
|
|
@@ -263,9 +263,8 @@
|
|
|
263
263
|
|
|
264
264
|
|
|
265
265
|
// Spreadsheet view
|
|
266
|
-
// sass-lint:disable no-important
|
|
267
266
|
.k-spreadsheet-view {
|
|
268
|
-
height: auto !important;
|
|
267
|
+
height: auto !important; // stylelint-disable-line declaration-no-important
|
|
269
268
|
border-color: inherit;
|
|
270
269
|
font-size: 12px;
|
|
271
270
|
font-family: Arial, Verdana, Sans-serif;
|
|
@@ -278,7 +277,7 @@
|
|
|
278
277
|
pointer-events: auto;
|
|
279
278
|
}
|
|
280
279
|
}
|
|
281
|
-
|
|
280
|
+
|
|
282
281
|
.k-spreadsheet-fixed-container {
|
|
283
282
|
width: 100%;
|
|
284
283
|
height: 100%;
|
|
@@ -468,9 +467,8 @@
|
|
|
468
467
|
}
|
|
469
468
|
|
|
470
469
|
.k-spreadsheet-active-cell {
|
|
471
|
-
// sass-lint:disable-block no-important
|
|
472
470
|
// always show exact active cell border, regardless of inline cell styles
|
|
473
|
-
outline-color: transparent !important;
|
|
471
|
+
outline-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
474
472
|
z-index: 10;
|
|
475
473
|
}
|
|
476
474
|
|
|
@@ -854,7 +852,7 @@
|
|
|
854
852
|
position: absolute;
|
|
855
853
|
transform: translate(-50%, -50%);
|
|
856
854
|
|
|
857
|
-
//
|
|
855
|
+
// stylelint-disable selector-class-pattern, declaration-block-single-line-max-declarations
|
|
858
856
|
&.N { inset-inline-start: 50%; inset-block-start: 0; cursor: ns-resize; }
|
|
859
857
|
&.NE { inset-inline-start: 100%; inset-block-start: 0; cursor: nesw-resize; }
|
|
860
858
|
&.E { inset-inline-start: 100%; inset-block-start: 50%; cursor: ew-resize; }
|
|
@@ -863,7 +861,7 @@
|
|
|
863
861
|
&.SW { inset-inline-start: 0; inset-block-start: 100%; cursor: nesw-resize; }
|
|
864
862
|
&.W { inset-inline-start: 0; inset-block-start: 50%; cursor: ew-resize; }
|
|
865
863
|
&.NW { inset-inline-start: 0; inset-block-start: 0; cursor: nwse-resize; }
|
|
866
|
-
//
|
|
864
|
+
// stylelint-enable selector-class-pattern, declaration-block-single-line-max-declarations
|
|
867
865
|
}
|
|
868
866
|
|
|
869
867
|
.k-spreadsheet-insert-image-dialog {
|
|
@@ -35,7 +35,7 @@ $kendo-spreadsheet-sheets-bar-padding-y: 0 !default;
|
|
|
35
35
|
$kendo-spreadsheet-sheets-remove-inline-start: - map.get( $kendo-spacing, 2 ) !default;
|
|
36
36
|
/// Vertical margin of the spreadsheet sheets remove.
|
|
37
37
|
/// @group spreadsheet
|
|
38
|
-
$kendo-spreadsheet-sheets-remove-inline-end:
|
|
38
|
+
$kendo-spreadsheet-sheets-remove-inline-end: map.get( $kendo-spacing, 2 ) !default;
|
|
39
39
|
|
|
40
40
|
/// Left padding of the spreadsheet sheets menu.
|
|
41
41
|
/// @group spreadsheet
|
|
@@ -120,7 +120,7 @@ $kendo-spreadsheet-error-border: get-theme-color-var( error-190 ) !default;
|
|
|
120
120
|
$kendo-spreadsheet-insert-image-dialog-border-style: dashed !default;
|
|
121
121
|
/// Border width of the spreadsheet image dialog.
|
|
122
122
|
/// @group spreadsheet
|
|
123
|
-
$kendo-spreadsheet-insert-image-dialog-border-width: map.get( $kendo-spacing, 0.5 ) !default;
|
|
123
|
+
$kendo-spreadsheet-insert-image-dialog-border-width: map.get( $kendo-spacing, 0.5 ) !default;
|
|
124
124
|
/// Bottom margin of the spreadsheet image dialog.
|
|
125
125
|
/// @group spreadsheet
|
|
126
126
|
$kendo-spreadsheet-insert-image-dialog-text-margin-bottom: 30px !default;
|
|
@@ -179,7 +179,7 @@ $kendo-spreadsheet-drawing-handle-border-radius: var( --kendo-border-radius-lg,
|
|
|
179
179
|
$kendo-spreadsheet-drawing-outline-style: solid !default;
|
|
180
180
|
/// Outline width of the spreadsheet drawing.
|
|
181
181
|
/// @group spreadsheet
|
|
182
|
-
$kendo-spreadsheet-drawing-outline-width: map.get( $kendo-spacing, 0.5 ) !default;
|
|
182
|
+
$kendo-spreadsheet-drawing-outline-width: map.get( $kendo-spacing, 0.5 ) !default;
|
|
183
183
|
|
|
184
184
|
/// Bacground color of the spreadsheet drawing anchor.
|
|
185
185
|
/// @group spreadsheet
|
|
@@ -59,7 +59,7 @@ $kendo-stepper-indicator-border-radius: 50% !default;
|
|
|
59
59
|
$kendo-stepper-indicator-focus-border-width: $kendo-stepper-indicator-border-width !default;
|
|
60
60
|
/// The focus size of the stepper indicator.
|
|
61
61
|
/// @group stepper
|
|
62
|
-
$kendo-stepper-indicator-focus-size: map.get( $kendo-spacing, 0.5 ) !default;
|
|
62
|
+
$kendo-stepper-indicator-focus-size: map.get( $kendo-spacing, 0.5 ) !default;
|
|
63
63
|
/// The focus offset of the stepper indicator.
|
|
64
64
|
/// @group stepper
|
|
65
65
|
$kendo-stepper-indicator-focus-offset: 3px !default;
|
|
@@ -188,7 +188,7 @@ $kendo-stepper-optional-label-font-style: italic !default;
|
|
|
188
188
|
|
|
189
189
|
/// The size of the stepper progress bar.
|
|
190
190
|
/// @group stepper
|
|
191
|
-
$kendo-stepper-progressbar-size: map.get( $kendo-spacing, 0.5 ) !default;
|
|
191
|
+
$kendo-stepper-progressbar-size: map.get( $kendo-spacing, 0.5 ) !default;
|
|
192
192
|
|
|
193
193
|
/// The property name of the stepper transition.
|
|
194
194
|
/// @group stepper
|
package/scss/table/_layout.scss
CHANGED
|
@@ -180,18 +180,18 @@
|
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
.k-table-spacer-td {
|
|
183
|
-
padding: 0 !important; //
|
|
184
|
-
width: 0 !important; //
|
|
185
|
-
border-left-width: 0 !important; //
|
|
186
|
-
border-right-width: 0 !important; //
|
|
183
|
+
padding: 0 !important; // stylelint-disable-line declaration-no-important
|
|
184
|
+
width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
185
|
+
border-left-width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
186
|
+
border-right-width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
.k-table-group-td {
|
|
190
|
-
padding: 0 !important; //
|
|
191
|
-
width: 0 !important; //
|
|
192
|
-
border-left-width: 0 !important; //
|
|
193
|
-
border-right-width: 0 !important; //
|
|
194
|
-
overflow: visible; //
|
|
190
|
+
padding: 0 !important; // stylelint-disable-line declaration-no-important
|
|
191
|
+
width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
192
|
+
border-left-width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
193
|
+
border-right-width: 0 !important; // stylelint-disable-line declaration-no-important
|
|
194
|
+
overflow: visible; // stylelint-disable-line declaration-no-important
|
|
195
195
|
|
|
196
196
|
> span {
|
|
197
197
|
padding-inline: var( --INTERNAL--kendo-table-group-label-padding-x, 0 );
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
// Tabstrip content
|
|
112
112
|
.k-tabstrip-content,
|
|
113
113
|
.k-tabstrip > .k-content {
|
|
114
|
-
margin: 0 !important; //
|
|
114
|
+
margin: 0 !important; // stylelint-disable-line declaration-no-important
|
|
115
115
|
padding-inline: var( --kendo-tabstrip-content-padding-x, #{$kendo-tabstrip-content-padding-x} );
|
|
116
116
|
padding-block: var( --kendo-tabstrip-content-padding-y, #{$kendo-tabstrip-content-padding-y} );
|
|
117
117
|
box-sizing: border-box;
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
// Hide tabstrip indicator when dragging
|
|
319
319
|
.k-tabstrip-items-wrapper .k-item.k-tabstrip-dragging {
|
|
320
320
|
&::after {
|
|
321
|
-
display: none !important; //
|
|
321
|
+
display: none !important; // stylelint-disable-line declaration-no-important
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
324
|
|
|
@@ -339,11 +339,6 @@
|
|
|
339
339
|
> .k-tabstrip-content { order: 0; }
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
-
.k-tabstrip-prev .k-button-icon,
|
|
343
|
-
.k-tabstrip-next .k-button-icon {
|
|
344
|
-
transform: scaleX(-1);
|
|
345
|
-
}
|
|
346
|
-
|
|
347
342
|
}
|
|
348
343
|
|
|
349
344
|
}
|
|
@@ -110,7 +110,7 @@ $kendo-tabstrip-item-dragging-text: get-theme-color-var( primary-100 ) !default;
|
|
|
110
110
|
// Indicator
|
|
111
111
|
/// The border width of the tabstrip indicator
|
|
112
112
|
/// @group tabstrip
|
|
113
|
-
$kendo-tabstrip-indicator-size: map.get( $kendo-spacing, 0.5 ) !default;
|
|
113
|
+
$kendo-tabstrip-indicator-size: map.get( $kendo-spacing, 0.5 ) !default;
|
|
114
114
|
/// The border color of the tabstrip ripple
|
|
115
115
|
/// @group tabstrip
|
|
116
116
|
$kendo-tabstrip-indicator-color: get-theme-color-var( primary-100 ) !default;
|
|
@@ -92,7 +92,7 @@ $kendo-timeline-flag-padding-x: map.get( $kendo-spacing, 2 ) !default;
|
|
|
92
92
|
$kendo-timeline-flag-padding-y: map.get( $kendo-spacing, 2 ) !default;
|
|
93
93
|
/// The border radius of the flag in the timeline.
|
|
94
94
|
/// @group timeline
|
|
95
|
-
$kendo-timeline-flag-border-radius: map.get( $kendo-spacing, 0.5 ) !default;
|
|
95
|
+
$kendo-timeline-flag-border-radius: map.get( $kendo-spacing, 0.5 ) !default;
|
|
96
96
|
/// The line height of the flag in the timeline.
|
|
97
97
|
/// @group timeline
|
|
98
98
|
$kendo-timeline-flag-line-height: var( --kendo-line-height, normal ) !default;
|
|
@@ -151,7 +151,7 @@ $kendo-timeline-card-scroll-thumb-hover: var( --kendo-hover-border, initial ) !d
|
|
|
151
151
|
$kendo-timeline-date-body-text: var( --kendo-body-text, initial ) !default;
|
|
152
152
|
/// The width of the date in the timeline.
|
|
153
153
|
/// @group timeline
|
|
154
|
-
$kendo-timeline-date-width: map.get( $kendo-spacing, 12 ) + map.get( $kendo-spacing, 0.5 ) !default;
|
|
154
|
+
$kendo-timeline-date-width: map.get( $kendo-spacing, 12 ) + map.get( $kendo-spacing, 0.5 ) !default;
|
|
155
155
|
/// The bottom margin of the date in the timeline.
|
|
156
156
|
/// @group timeline
|
|
157
157
|
$kendo-timeline-date-margin-bottom: map.get( $kendo-spacing, 2 ) !default;
|
|
@@ -10,7 +10,7 @@ $kendo-time-selector-border-width: 1px !default;
|
|
|
10
10
|
$kendo-time-selector-font-family: var( --kendo-font-family, inherit ) !default;
|
|
11
11
|
/// Font size of the time-selector.
|
|
12
12
|
/// @group time-selector
|
|
13
|
-
$kendo-time-selector-font-size:
|
|
13
|
+
$kendo-time-selector-font-size: var( --kendo-font-size, inherit ) !default;
|
|
14
14
|
/// Line height of the time-selector.
|
|
15
15
|
/// @group time-selector
|
|
16
16
|
$kendo-time-selector-line-height: var( --kendo-line-height, normal ) !default;
|
|
@@ -127,11 +127,11 @@
|
|
|
127
127
|
height: var( --kendo-button-lg-inner-calc-size, #{$kendo-button-lg-inner-calc-size} );
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
//
|
|
130
|
+
// stylelint-disable selector-class-pattern
|
|
131
131
|
.k-floating-toolbar,
|
|
132
132
|
.editorToolbarWindow.k-window-content {
|
|
133
|
-
padding-inline: var( --kendo-toolbar-md-padding-x, #{$kendo-toolbar-md-padding-x} ) !important; //
|
|
134
|
-
padding-block: var( --kendo-toolbar-md-padding-y, #{$kendo-toolbar-md-padding-y} ) !important; //
|
|
133
|
+
padding-inline: var( --kendo-toolbar-md-padding-x, #{$kendo-toolbar-md-padding-x} ) !important; // stylelint-disable-line declaration-no-important
|
|
134
|
+
padding-block: var( --kendo-toolbar-md-padding-y, #{$kendo-toolbar-md-padding-y} ) !important; // stylelint-disable-line declaration-no-important
|
|
135
135
|
border-width: var( --kendo-toolbar-border-width, #{$kendo-toolbar-border-width} );
|
|
136
136
|
border-style: solid;
|
|
137
137
|
display: flex;
|
|
@@ -155,6 +155,7 @@
|
|
|
155
155
|
align-self: stretch;
|
|
156
156
|
flex-shrink: 0;
|
|
157
157
|
}
|
|
158
|
+
// stylelint-enable selector-class-pattern
|
|
158
159
|
|
|
159
160
|
|
|
160
161
|
// Remove once the Overflow Popup uses
|
package/scss/toolbar/_theme.scss
CHANGED
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
//
|
|
25
|
+
// stylelint-disable selector-class-pattern
|
|
26
26
|
.k-floating-toolbar,
|
|
27
27
|
.editorToolbarWindow.k-window-content {
|
|
28
28
|
color: var( --kendo-toolbar-text, #{$kendo-toolbar-text} );
|
|
29
29
|
background-color: var( --kendo-toolbar-bg, #{$kendo-toolbar-bg} );
|
|
30
30
|
border-color: var( --kendo-toolbar-border, #{$kendo-toolbar-border} );
|
|
31
31
|
}
|
|
32
|
-
|
|
32
|
+
// stylelint-enable selector-class-pattern
|
|
33
33
|
|
|
34
34
|
// Remove once the Overflow Popup uses
|
|
35
35
|
// the proper Menu rendering in all suites.
|
package/scss/upload/_layout.scss
CHANGED
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
|
|
229
229
|
input {
|
|
230
230
|
// font should not depend on outside styles, otherwise upload may break
|
|
231
|
-
font: 170px monospace !important; //
|
|
231
|
+
font: 170px monospace !important; // stylelint-disable-line declaration-no-important
|
|
232
232
|
margin: 0;
|
|
233
233
|
padding: 0;
|
|
234
234
|
width: 100%;
|