@progress/kendo-theme-classic 4.43.1-dev.7 → 4.43.1-dev.8
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 +5163 -4924
- package/dist/all.scss +1107 -765
- 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 +9 -3
- 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 +3 -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 -0
- 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/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/imageeditor/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +10 -13
- package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +4 -4
- 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 +6 -0
- package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +6 -0
- 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 +6 -2
- 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 +11 -3
- package/modules/@progress/kendo-theme-default/scss/taskboard/_layout.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/textarea/_layout.scss +7 -1
- package/modules/@progress/kendo-theme-default/scss/textbox/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/timeline/_layout.scss +6 -4
- package/modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/toolbar/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/tooltip/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/treeview/_layout.scss +7 -2
- package/modules/@progress/kendo-theme-default/scss/upload/_layout.scss +6 -1
- package/package.json +3 -3
- 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
package/dist/all.scss
CHANGED
|
@@ -6083,7 +6083,7 @@ $list-no-data-text: $subtle-text !default;
|
|
|
6083
6083
|
// Checkbox
|
|
6084
6084
|
|
|
6085
6085
|
$checkbox-size: map-get( $spacing, 4 ) !default;
|
|
6086
|
-
$checkbox-radius: map-get( $spacing,
|
|
6086
|
+
$checkbox-radius: map-get( $spacing, 1 ) !default;
|
|
6087
6087
|
/// Border width of checkbox.
|
|
6088
6088
|
/// @group checkbox
|
|
6089
6089
|
$checkbox-border-width: 1px !default;
|
|
@@ -6629,7 +6629,7 @@ $checkbox-ripple-opacity: .25 !default;
|
|
|
6629
6629
|
display: flex;
|
|
6630
6630
|
align-items: center;
|
|
6631
6631
|
align-content: center;
|
|
6632
|
-
gap:
|
|
6632
|
+
gap: $icon-spacing;
|
|
6633
6633
|
cursor: default;
|
|
6634
6634
|
position: relative;
|
|
6635
6635
|
transition-property: color, background-color, outline-color, box-shadow;
|
|
@@ -6705,18 +6705,15 @@ $checkbox-ripple-opacity: .25 !default;
|
|
|
6705
6705
|
|
|
6706
6706
|
|
|
6707
6707
|
// No data
|
|
6708
|
-
.k-
|
|
6709
|
-
|
|
6710
|
-
|
|
6711
|
-
|
|
6712
|
-
|
|
6713
|
-
|
|
6714
|
-
|
|
6715
|
-
|
|
6716
|
-
|
|
6717
|
-
text-align: center;
|
|
6718
|
-
white-space: normal;
|
|
6719
|
-
}
|
|
6708
|
+
.k-no-data {
|
|
6709
|
+
min-height: 140px;
|
|
6710
|
+
box-sizing: border-box;
|
|
6711
|
+
display: flex;
|
|
6712
|
+
align-items: center;
|
|
6713
|
+
justify-content: center;
|
|
6714
|
+
font-weight: lighter;
|
|
6715
|
+
text-align: center;
|
|
6716
|
+
white-space: normal;
|
|
6720
6717
|
}
|
|
6721
6718
|
|
|
6722
6719
|
|
|
@@ -6828,12 +6825,12 @@ $checkbox-ripple-opacity: .25 !default;
|
|
|
6828
6825
|
background: transparent;
|
|
6829
6826
|
}
|
|
6830
6827
|
|
|
6828
|
+
}
|
|
6831
6829
|
|
|
6832
|
-
// No data
|
|
6833
|
-
.k-no-data {
|
|
6834
|
-
color: $list-no-data-text;
|
|
6835
|
-
}
|
|
6836
6830
|
|
|
6831
|
+
// No data
|
|
6832
|
+
.k-no-data {
|
|
6833
|
+
color: $list-no-data-text;
|
|
6837
6834
|
}
|
|
6838
6835
|
|
|
6839
6836
|
}
|
|
@@ -8008,12 +8005,19 @@ $floating-label-focus-text: null !default;
|
|
|
8008
8005
|
.k-floating-label-container {
|
|
8009
8006
|
padding-top: $floating-label-height;
|
|
8010
8007
|
width: $input-default-width;
|
|
8008
|
+
box-sizing: border-box;
|
|
8011
8009
|
display: inline-flex;
|
|
8012
8010
|
vertical-align: middle;
|
|
8013
8011
|
position: relative;
|
|
8014
8012
|
flex-direction: column;
|
|
8015
8013
|
justify-content: stretch;
|
|
8016
8014
|
|
|
8015
|
+
*,
|
|
8016
|
+
*::before,
|
|
8017
|
+
*::after {
|
|
8018
|
+
box-sizing: border-box;
|
|
8019
|
+
}
|
|
8020
|
+
|
|
8017
8021
|
> .k-label {
|
|
8018
8022
|
max-width: 90%;
|
|
8019
8023
|
font-size: $floating-label-font-size;
|
|
@@ -8183,6 +8187,12 @@ $floating-label-focus-text: null !default;
|
|
|
8183
8187
|
-webkit-touch-callout: none;
|
|
8184
8188
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
8185
8189
|
|
|
8190
|
+
*,
|
|
8191
|
+
*::before,
|
|
8192
|
+
*::after {
|
|
8193
|
+
box-sizing: border-box;
|
|
8194
|
+
}
|
|
8195
|
+
|
|
8186
8196
|
|
|
8187
8197
|
// Input
|
|
8188
8198
|
.k-input {}
|
|
@@ -8202,7 +8212,6 @@ $floating-label-focus-text: null !default;
|
|
|
8202
8212
|
border-width: 0;
|
|
8203
8213
|
border-inline-start-width: $picker-select-border-width;
|
|
8204
8214
|
border-style: solid;
|
|
8205
|
-
box-sizing: border-box;
|
|
8206
8215
|
outline: 0;
|
|
8207
8216
|
display: flex;
|
|
8208
8217
|
flex-flow: row nowrap;
|
|
@@ -9200,6 +9209,12 @@ $avatar-theme-colors: $theme-colors !default;
|
|
|
9200
9209
|
justify-content: center;
|
|
9201
9210
|
vertical-align: middle;
|
|
9202
9211
|
overflow: hidden;
|
|
9212
|
+
|
|
9213
|
+
*,
|
|
9214
|
+
*::before,
|
|
9215
|
+
*::after {
|
|
9216
|
+
box-sizing: border-box;
|
|
9217
|
+
}
|
|
9203
9218
|
}
|
|
9204
9219
|
|
|
9205
9220
|
|
|
@@ -9374,6 +9389,12 @@ $badge-dot-size-lg: 12px !default;
|
|
|
9374
9389
|
vertical-align: middle;
|
|
9375
9390
|
overflow: hidden;
|
|
9376
9391
|
text-overflow: ellipsis;
|
|
9392
|
+
|
|
9393
|
+
*,
|
|
9394
|
+
*::before,
|
|
9395
|
+
*::after {
|
|
9396
|
+
box-sizing: border-box;
|
|
9397
|
+
}
|
|
9377
9398
|
}
|
|
9378
9399
|
.k-badge > * {
|
|
9379
9400
|
color: inherit;
|
|
@@ -9810,6 +9831,12 @@ $chip-error-focus-shadow: 0 0 0 2px rgba( $error, .16 ) !default;
|
|
|
9810
9831
|
cursor: pointer;
|
|
9811
9832
|
user-select: none;
|
|
9812
9833
|
|
|
9834
|
+
*,
|
|
9835
|
+
*::before,
|
|
9836
|
+
*::after {
|
|
9837
|
+
box-sizing: border-box;
|
|
9838
|
+
}
|
|
9839
|
+
|
|
9813
9840
|
.k-selected-icon-wrapper {
|
|
9814
9841
|
display: none !important; // sass-lint:disable-line no-important
|
|
9815
9842
|
}
|
|
@@ -10402,6 +10429,12 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
|
|
|
10402
10429
|
flex-wrap: nowrap;
|
|
10403
10430
|
position: relative;
|
|
10404
10431
|
overflow: hidden;
|
|
10432
|
+
|
|
10433
|
+
*,
|
|
10434
|
+
*::before,
|
|
10435
|
+
*::after {
|
|
10436
|
+
box-sizing: border-box;
|
|
10437
|
+
}
|
|
10405
10438
|
}
|
|
10406
10439
|
|
|
10407
10440
|
|
|
@@ -11331,6 +11364,12 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
11331
11364
|
-webkit-appearance: none;
|
|
11332
11365
|
position: relative;
|
|
11333
11366
|
|
|
11367
|
+
*,
|
|
11368
|
+
*::before,
|
|
11369
|
+
*::after {
|
|
11370
|
+
box-sizing: border-box;
|
|
11371
|
+
}
|
|
11372
|
+
|
|
11334
11373
|
&:disabled,
|
|
11335
11374
|
&.k-state-disabled {
|
|
11336
11375
|
@include disabled( $disabled-styling );
|
|
@@ -11373,15 +11412,15 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
11373
11412
|
|
|
11374
11413
|
// Button arrow
|
|
11375
11414
|
.k-button-arrow {
|
|
11376
|
-
padding-left: $button-arrow-padding-
|
|
11377
|
-
padding-right: $button-arrow-padding-
|
|
11415
|
+
padding-left: $button-arrow-padding-x;
|
|
11416
|
+
padding-right: $button-arrow-padding-x;
|
|
11378
11417
|
flex: none;
|
|
11379
11418
|
display: inline-flex;
|
|
11380
11419
|
align-items: center;
|
|
11381
11420
|
justify-content: center;
|
|
11382
11421
|
}
|
|
11383
11422
|
.k-button > .k-button-arrow {
|
|
11384
|
-
margin-inline-start: -$button-padding-
|
|
11423
|
+
margin-inline-start: -$button-arrow-padding-x;
|
|
11385
11424
|
margin-inline-end: -$button-padding-x;
|
|
11386
11425
|
}
|
|
11387
11426
|
|
|
@@ -12112,6 +12151,19 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
12112
12151
|
|
|
12113
12152
|
// #endregion
|
|
12114
12153
|
|
|
12154
|
+
// #endregion
|
|
12155
|
+
// #region @import "../popup/_index.scss"; -> packages/classic/scss/popup/_index.scss
|
|
12156
|
+
// File already imported_once. Skipping output.
|
|
12157
|
+
// #endregion
|
|
12158
|
+
// #region @import "../menu/_index.scss"; -> packages/classic/scss/menu/_index.scss
|
|
12159
|
+
// #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
|
|
12160
|
+
// File already imported_once. Skipping output.
|
|
12161
|
+
// #endregion
|
|
12162
|
+
|
|
12163
|
+
|
|
12164
|
+
// Dependencies
|
|
12165
|
+
// #region @import "../common/_index.scss"; -> packages/classic/scss/common/_index.scss
|
|
12166
|
+
// File already imported_once. Skipping output.
|
|
12115
12167
|
// #endregion
|
|
12116
12168
|
// #region @import "../popup/_index.scss"; -> packages/classic/scss/popup/_index.scss
|
|
12117
12169
|
// File already imported_once. Skipping output.
|
|
@@ -12119,6 +12171,491 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
12119
12171
|
// #region @import "../icons/_index.scss"; -> packages/classic/scss/icons/_index.scss
|
|
12120
12172
|
// File already imported_once. Skipping output.
|
|
12121
12173
|
// #endregion
|
|
12174
|
+
// #region @import "../list/_index.scss"; -> packages/classic/scss/list/_index.scss
|
|
12175
|
+
// File already imported_once. Skipping output.
|
|
12176
|
+
// #endregion
|
|
12177
|
+
|
|
12178
|
+
|
|
12179
|
+
// Component
|
|
12180
|
+
// #region @import "_variables.scss"; -> packages/classic/scss/menu/_variables.scss
|
|
12181
|
+
// File already imported_once. Skipping output.
|
|
12182
|
+
// #endregion
|
|
12183
|
+
// #region @import "_layout.scss"; -> packages/classic/scss/menu/_layout.scss
|
|
12184
|
+
// #region @import "~@progress/kendo-theme-default/scss/menu/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/menu/_layout.scss
|
|
12185
|
+
@include exports("menu/layout") {
|
|
12186
|
+
|
|
12187
|
+
// Base
|
|
12188
|
+
.k-menu {
|
|
12189
|
+
border-width: $menu-border-width;
|
|
12190
|
+
border-style: solid;
|
|
12191
|
+
box-sizing: border-box;
|
|
12192
|
+
outline: 0;
|
|
12193
|
+
font-family: $menu-font-family;
|
|
12194
|
+
font-size: $menu-font-size;
|
|
12195
|
+
line-height: $menu-line-height;
|
|
12196
|
+
display: flex;
|
|
12197
|
+
flex-wrap: wrap;
|
|
12198
|
+
align-items: stretch;
|
|
12199
|
+
position: relative;
|
|
12200
|
+
cursor: default;
|
|
12201
|
+
-webkit-touch-callout: none;
|
|
12202
|
+
-webkit-tap-highlight-color: $rgba-transparent;
|
|
12203
|
+
}
|
|
12204
|
+
|
|
12205
|
+
|
|
12206
|
+
// Menu item
|
|
12207
|
+
.k-menu-item {
|
|
12208
|
+
box-sizing: border-box;
|
|
12209
|
+
border-width: 0;
|
|
12210
|
+
outline: 0;
|
|
12211
|
+
display: flex;
|
|
12212
|
+
flex-flow: column nowrap;
|
|
12213
|
+
flex: none;
|
|
12214
|
+
position: relative;
|
|
12215
|
+
user-select: none;
|
|
12216
|
+
}
|
|
12217
|
+
|
|
12218
|
+
|
|
12219
|
+
// Menu link
|
|
12220
|
+
.k-menu-link {
|
|
12221
|
+
padding: $menu-item-padding-y $menu-item-padding-x;
|
|
12222
|
+
outline: 0;
|
|
12223
|
+
color: inherit;
|
|
12224
|
+
display: flex;
|
|
12225
|
+
flex-flow: row nowrap;
|
|
12226
|
+
flex: 1 1 auto;
|
|
12227
|
+
align-items: center;
|
|
12228
|
+
position: relative;
|
|
12229
|
+
white-space: nowrap;
|
|
12230
|
+
cursor: pointer;
|
|
12231
|
+
|
|
12232
|
+
> .k-icon:not(.k-menu-expand-arrow),
|
|
12233
|
+
> .k-image,
|
|
12234
|
+
> .k-sprite {
|
|
12235
|
+
margin-right: $menu-item-icon-spacing;
|
|
12236
|
+
}
|
|
12237
|
+
}
|
|
12238
|
+
|
|
12239
|
+
|
|
12240
|
+
// Menu item text
|
|
12241
|
+
.k-menu-link-text {
|
|
12242
|
+
flex: 1 1 auto;
|
|
12243
|
+
overflow: hidden;
|
|
12244
|
+
text-overflow: ellipsis;
|
|
12245
|
+
}
|
|
12246
|
+
|
|
12247
|
+
|
|
12248
|
+
// Expand arrow
|
|
12249
|
+
.k-menu-expand-arrow {
|
|
12250
|
+
margin-left: $icon-spacing;
|
|
12251
|
+
margin-right: -$icon-spacing;
|
|
12252
|
+
display: inline-flex;
|
|
12253
|
+
flex-flow: row wrap;
|
|
12254
|
+
align-items: center;
|
|
12255
|
+
flex: none;
|
|
12256
|
+
position: relative;
|
|
12257
|
+
}
|
|
12258
|
+
.k-menu-expand-arrow.k-i-arrow-60-left,
|
|
12259
|
+
.k-menu-expand-arrow.k-i-arrow-60-right {
|
|
12260
|
+
margin: 0;
|
|
12261
|
+
position: absolute;
|
|
12262
|
+
top: 50%;
|
|
12263
|
+
transform: translateY(-50%);
|
|
12264
|
+
}
|
|
12265
|
+
.k-menu-expand-arrow.k-i-arrow-60-right {
|
|
12266
|
+
right: $icon-spacing;
|
|
12267
|
+
}
|
|
12268
|
+
.k-menu-expand-arrow.k-i-arrow-60-left {
|
|
12269
|
+
left: $icon-spacing;
|
|
12270
|
+
}
|
|
12271
|
+
|
|
12272
|
+
|
|
12273
|
+
// Orientation -- horizontal
|
|
12274
|
+
.k-menu-horizontal {
|
|
12275
|
+
flex-direction: row;
|
|
12276
|
+
|
|
12277
|
+
> .k-menu-item + .k-menu-item {
|
|
12278
|
+
margin-left: $menu-item-spacing;
|
|
12279
|
+
}
|
|
12280
|
+
|
|
12281
|
+
> .k-separator {
|
|
12282
|
+
margin: 0 $menu-separator-spacing;
|
|
12283
|
+
width: 0;
|
|
12284
|
+
height: auto;
|
|
12285
|
+
border-width: 0 0 0 1px;
|
|
12286
|
+
border-style: solid;
|
|
12287
|
+
}
|
|
12288
|
+
}
|
|
12289
|
+
|
|
12290
|
+
|
|
12291
|
+
// Orientation -- vertical
|
|
12292
|
+
.k-menu-vertical {
|
|
12293
|
+
flex-direction: column;
|
|
12294
|
+
|
|
12295
|
+
> .k-menu-item + .k-menu-item {
|
|
12296
|
+
margin-top: $menu-item-spacing;
|
|
12297
|
+
}
|
|
12298
|
+
|
|
12299
|
+
> .k-menu-item > .k-menu-link {
|
|
12300
|
+
padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
|
|
12301
|
+
padding-right: $menu-popup-item-padding-end;
|
|
12302
|
+
|
|
12303
|
+
.k-menu-expand-arrow {
|
|
12304
|
+
margin: 0;
|
|
12305
|
+
position: absolute;
|
|
12306
|
+
top: 50%;
|
|
12307
|
+
transform: translateY(-50%);
|
|
12308
|
+
right: $icon-spacing;
|
|
12309
|
+
}
|
|
12310
|
+
}
|
|
12311
|
+
|
|
12312
|
+
> .k-separator {
|
|
12313
|
+
margin: $menu-separator-spacing 0;
|
|
12314
|
+
height: 0;
|
|
12315
|
+
border-width: 1px 0 0;
|
|
12316
|
+
border-style: solid;
|
|
12317
|
+
border-color: $panel-border;
|
|
12318
|
+
display: block;
|
|
12319
|
+
}
|
|
12320
|
+
}
|
|
12321
|
+
|
|
12322
|
+
|
|
12323
|
+
// Menu popup
|
|
12324
|
+
.k-menu-popup {
|
|
12325
|
+
border-width: $menu-popup-border-width;
|
|
12326
|
+
border-style: solid;
|
|
12327
|
+
overflow: auto;
|
|
12328
|
+
max-height: 80vh;
|
|
12329
|
+
}
|
|
12330
|
+
|
|
12331
|
+
|
|
12332
|
+
// Sub menu
|
|
12333
|
+
.k-menu-group {
|
|
12334
|
+
margin: 0;
|
|
12335
|
+
padding: 0;
|
|
12336
|
+
// padding: $menu-popup-padding-y $menu-popup-padding-x;
|
|
12337
|
+
font-size: $menu-popup-font-size;
|
|
12338
|
+
line-height: $menu-popup-line-height;
|
|
12339
|
+
list-style: none;
|
|
12340
|
+
display: none;
|
|
12341
|
+
position: absolute;
|
|
12342
|
+
|
|
12343
|
+
.k-menu-popup & {
|
|
12344
|
+
position: relative;
|
|
12345
|
+
display: flex;
|
|
12346
|
+
flex-direction: column;
|
|
12347
|
+
}
|
|
12348
|
+
|
|
12349
|
+
// jquery popup overrides those
|
|
12350
|
+
.k-menu-item {
|
|
12351
|
+
font-size: $menu-popup-font-size;
|
|
12352
|
+
line-height: $menu-popup-line-height;
|
|
12353
|
+
}
|
|
12354
|
+
|
|
12355
|
+
.k-menu-item + .k-menu-item {
|
|
12356
|
+
margin-top: $menu-popup-item-spacing;
|
|
12357
|
+
}
|
|
12358
|
+
|
|
12359
|
+
.k-menu-link {
|
|
12360
|
+
padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
|
|
12361
|
+
padding-right: $menu-popup-item-padding-end;
|
|
12362
|
+
|
|
12363
|
+
.k-menu-expand-arrow {
|
|
12364
|
+
margin: 0;
|
|
12365
|
+
position: absolute;
|
|
12366
|
+
top: 50%;
|
|
12367
|
+
transform: translateY(-50%);
|
|
12368
|
+
right: $icon-spacing;
|
|
12369
|
+
}
|
|
12370
|
+
}
|
|
12371
|
+
|
|
12372
|
+
.k-separator {
|
|
12373
|
+
margin: $menu-separator-spacing 0;
|
|
12374
|
+
height: 0;
|
|
12375
|
+
border-width: 1px 0 0;
|
|
12376
|
+
border-style: solid;
|
|
12377
|
+
border-color: $component-border;
|
|
12378
|
+
display: block;
|
|
12379
|
+
}
|
|
12380
|
+
}
|
|
12381
|
+
|
|
12382
|
+
|
|
12383
|
+
// Context menu
|
|
12384
|
+
.k-popups-wrapper {
|
|
12385
|
+
position: relative;
|
|
12386
|
+
border: 0;
|
|
12387
|
+
margin: 0;
|
|
12388
|
+
padding: 0;
|
|
12389
|
+
}
|
|
12390
|
+
.k-context-menu {
|
|
12391
|
+
margin: 0;
|
|
12392
|
+
padding: 0;
|
|
12393
|
+
// padding: $menu-popup-padding-y $menu-popup-padding-x;
|
|
12394
|
+
border-width: $menu-popup-border-width;
|
|
12395
|
+
border-style: solid;
|
|
12396
|
+
}
|
|
12397
|
+
.k-animation-container .k-context-menu.k-menu-horizontal {
|
|
12398
|
+
// kendo-jquery adds `display: block` via js and we need to override it.
|
|
12399
|
+
display: flex !important; // sass-lint:disable-line no-important
|
|
12400
|
+
flex-wrap: nowrap;
|
|
12401
|
+
}
|
|
12402
|
+
.k-context-menu-popup {
|
|
12403
|
+
z-index: 12000;
|
|
12404
|
+
|
|
12405
|
+
.k-context-menu {
|
|
12406
|
+
border-width: 0;
|
|
12407
|
+
}
|
|
12408
|
+
}
|
|
12409
|
+
.k-popup .k-context-menu,
|
|
12410
|
+
.k-context-menu-popup .k-context-menu {
|
|
12411
|
+
border-width: 0;
|
|
12412
|
+
}
|
|
12413
|
+
|
|
12414
|
+
|
|
12415
|
+
// Scrolling
|
|
12416
|
+
.k-menu-scroll-wrapper {
|
|
12417
|
+
margin: 0;
|
|
12418
|
+
padding: 0;
|
|
12419
|
+
border: 0;
|
|
12420
|
+
position: relative;
|
|
12421
|
+
|
|
12422
|
+
.k-menu {
|
|
12423
|
+
overflow: hidden;
|
|
12424
|
+
flex-wrap: nowrap;
|
|
12425
|
+
}
|
|
12426
|
+
}
|
|
12427
|
+
.k-menu-scroll-button {
|
|
12428
|
+
@include border-radius( 0 );
|
|
12429
|
+
padding: 0;
|
|
12430
|
+
border-width: 0;
|
|
12431
|
+
border-color: inherit;
|
|
12432
|
+
color: inherit;
|
|
12433
|
+
background: inherit;
|
|
12434
|
+
position: absolute;
|
|
12435
|
+
|
|
12436
|
+
&.k-scroll-left {
|
|
12437
|
+
top: 0;
|
|
12438
|
+
left: 0;
|
|
12439
|
+
height: 100%;
|
|
12440
|
+
width: 16px;
|
|
12441
|
+
border-right-width: 1px;
|
|
12442
|
+
}
|
|
12443
|
+
&.k-scroll-right {
|
|
12444
|
+
top: 0;
|
|
12445
|
+
right: 0;
|
|
12446
|
+
height: 100%;
|
|
12447
|
+
width: 16px;
|
|
12448
|
+
border-left-width: 1px;
|
|
12449
|
+
}
|
|
12450
|
+
&.k-scroll-up {
|
|
12451
|
+
top: 0;
|
|
12452
|
+
left: 0;
|
|
12453
|
+
width: 100%;
|
|
12454
|
+
height: 16px;
|
|
12455
|
+
border-bottom-width: 1px;
|
|
12456
|
+
}
|
|
12457
|
+
&.k-scroll-down {
|
|
12458
|
+
bottom: 0;
|
|
12459
|
+
left: 0;
|
|
12460
|
+
width: 100%;
|
|
12461
|
+
height: 16px;
|
|
12462
|
+
border-top-width: 1px;
|
|
12463
|
+
}
|
|
12464
|
+
}
|
|
12465
|
+
|
|
12466
|
+
|
|
12467
|
+
// RTL
|
|
12468
|
+
.k-rtl,
|
|
12469
|
+
[dir="rtl"] {
|
|
12470
|
+
|
|
12471
|
+
.k-menu-link {
|
|
12472
|
+
> .k-icon:not(.k-menu-expand-arrow),
|
|
12473
|
+
> .k-image,
|
|
12474
|
+
> .k-sprite {
|
|
12475
|
+
margin-left: $menu-item-icon-spacing;
|
|
12476
|
+
margin-right: 0;
|
|
12477
|
+
}
|
|
12478
|
+
}
|
|
12479
|
+
|
|
12480
|
+
.k-menu-expand-arrow.k-i-arrow-60-down {
|
|
12481
|
+
margin-left: -$icon-spacing;
|
|
12482
|
+
margin-right: $icon-spacing;
|
|
12483
|
+
}
|
|
12484
|
+
|
|
12485
|
+
|
|
12486
|
+
// Orientation -- horizontal
|
|
12487
|
+
.k-menu-horizontal {
|
|
12488
|
+
|
|
12489
|
+
> .k-menu-item + .k-menu-item {
|
|
12490
|
+
margin-right: $menu-item-spacing;
|
|
12491
|
+
margin-left: 0;
|
|
12492
|
+
}
|
|
12493
|
+
}
|
|
12494
|
+
|
|
12495
|
+
|
|
12496
|
+
// Orientation -- vertical
|
|
12497
|
+
.k-menu-vertical {
|
|
12498
|
+
|
|
12499
|
+
> .k-menu-item > .k-menu-link {
|
|
12500
|
+
padding-right: $menu-popup-item-padding-x;
|
|
12501
|
+
padding-left: $menu-popup-item-padding-end;
|
|
12502
|
+
|
|
12503
|
+
.k-menu-expand-arrow {
|
|
12504
|
+
right: auto;
|
|
12505
|
+
left: $icon-spacing;
|
|
12506
|
+
}
|
|
12507
|
+
}
|
|
12508
|
+
}
|
|
12509
|
+
|
|
12510
|
+
|
|
12511
|
+
// Sub menu
|
|
12512
|
+
.k-menu-group {
|
|
12513
|
+
|
|
12514
|
+
.k-menu-link {
|
|
12515
|
+
padding-right: $menu-popup-item-padding-x;
|
|
12516
|
+
padding-left: $menu-popup-item-padding-end;
|
|
12517
|
+
|
|
12518
|
+
.k-menu-expand-arrow {
|
|
12519
|
+
right: auto;
|
|
12520
|
+
left: $icon-spacing;
|
|
12521
|
+
}
|
|
12522
|
+
}
|
|
12523
|
+
|
|
12524
|
+
}
|
|
12525
|
+
|
|
12526
|
+
}
|
|
12527
|
+
|
|
12528
|
+
}
|
|
12529
|
+
|
|
12530
|
+
// #endregion
|
|
12531
|
+
|
|
12532
|
+
// #endregion
|
|
12533
|
+
// #region @import "_theme.scss"; -> packages/classic/scss/menu/_theme.scss
|
|
12534
|
+
// #region @import "~@progress/kendo-theme-default/scss/menu/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/menu/_theme.scss
|
|
12535
|
+
@include exports("menu/theme") {
|
|
12536
|
+
|
|
12537
|
+
.k-menu:not(.k-context-menu) {
|
|
12538
|
+
@include fill(
|
|
12539
|
+
$menu-text,
|
|
12540
|
+
$menu-bg,
|
|
12541
|
+
$menu-border,
|
|
12542
|
+
$menu-gradient
|
|
12543
|
+
);
|
|
12544
|
+
|
|
12545
|
+
> .k-item {
|
|
12546
|
+
@include fill(
|
|
12547
|
+
$menu-item-text,
|
|
12548
|
+
$menu-item-bg,
|
|
12549
|
+
$menu-item-border,
|
|
12550
|
+
$menu-item-gradient
|
|
12551
|
+
);
|
|
12552
|
+
|
|
12553
|
+
&:hover,
|
|
12554
|
+
&.k-state-hover {
|
|
12555
|
+
@include fill(
|
|
12556
|
+
$menu-item-hover-text,
|
|
12557
|
+
$menu-item-hover-bg,
|
|
12558
|
+
$menu-item-hover-border,
|
|
12559
|
+
$menu-item-hover-gradient
|
|
12560
|
+
);
|
|
12561
|
+
}
|
|
12562
|
+
|
|
12563
|
+
> .k-state-active,
|
|
12564
|
+
&.k-state-selected {
|
|
12565
|
+
@include fill(
|
|
12566
|
+
$menu-item-expanded-text,
|
|
12567
|
+
$menu-item-expanded-bg,
|
|
12568
|
+
$menu-item-expanded-border,
|
|
12569
|
+
$menu-item-expanded-gradient
|
|
12570
|
+
);
|
|
12571
|
+
}
|
|
12572
|
+
|
|
12573
|
+
&:focus,
|
|
12574
|
+
&.k-state-focus,
|
|
12575
|
+
&.k-state-focused {
|
|
12576
|
+
@include box-shadow( $menu-item-focus-shadow );
|
|
12577
|
+
}
|
|
12578
|
+
}
|
|
12579
|
+
}
|
|
12580
|
+
|
|
12581
|
+
.k-menu-group,
|
|
12582
|
+
.k-menu.k-context-menu {
|
|
12583
|
+
@include fill(
|
|
12584
|
+
$menu-popup-text,
|
|
12585
|
+
$menu-popup-bg,
|
|
12586
|
+
$menu-popup-border,
|
|
12587
|
+
$menu-popup-gradient
|
|
12588
|
+
);
|
|
12589
|
+
|
|
12590
|
+
.k-item {
|
|
12591
|
+
@include fill(
|
|
12592
|
+
$menu-popup-item-text,
|
|
12593
|
+
$menu-popup-item-bg,
|
|
12594
|
+
$menu-popup-item-border,
|
|
12595
|
+
$menu-popup-item-gradient
|
|
12596
|
+
);
|
|
12597
|
+
|
|
12598
|
+
&:hover,
|
|
12599
|
+
&.k-state-hover {
|
|
12600
|
+
@include fill(
|
|
12601
|
+
$menu-popup-item-hover-text,
|
|
12602
|
+
$menu-popup-item-hover-bg,
|
|
12603
|
+
$menu-popup-item-hover-border,
|
|
12604
|
+
$menu-popup-item-hover-gradient
|
|
12605
|
+
);
|
|
12606
|
+
}
|
|
12607
|
+
|
|
12608
|
+
> .k-state-active,
|
|
12609
|
+
&.k-state-selected {
|
|
12610
|
+
@include fill(
|
|
12611
|
+
$menu-popup-item-expanded-text,
|
|
12612
|
+
$menu-popup-item-expanded-bg,
|
|
12613
|
+
$menu-popup-item-expanded-border,
|
|
12614
|
+
$menu-popup-item-expanded-gradient
|
|
12615
|
+
);
|
|
12616
|
+
}
|
|
12617
|
+
|
|
12618
|
+
&:focus,
|
|
12619
|
+
&.k-state-focus,
|
|
12620
|
+
&.k-state-focused {
|
|
12621
|
+
@include box-shadow( $menu-popup-item-focus-shadow );
|
|
12622
|
+
}
|
|
12623
|
+
}
|
|
12624
|
+
}
|
|
12625
|
+
|
|
12626
|
+
|
|
12627
|
+
// Scrolling
|
|
12628
|
+
.k-menu-scroll-button {
|
|
12629
|
+
@include fill(
|
|
12630
|
+
$menu-scroll-button-text,
|
|
12631
|
+
$menu-scroll-button-bg,
|
|
12632
|
+
$menu-scroll-button-border,
|
|
12633
|
+
$menu-scroll-button-gradient
|
|
12634
|
+
);
|
|
12635
|
+
|
|
12636
|
+
&:hover {
|
|
12637
|
+
@include fill(
|
|
12638
|
+
$menu-scroll-button-hover-text,
|
|
12639
|
+
$menu-scroll-button-hover-bg,
|
|
12640
|
+
$menu-scroll-button-hover-border,
|
|
12641
|
+
$menu-scroll-button-hover-gradient
|
|
12642
|
+
);
|
|
12643
|
+
|
|
12644
|
+
&::before {
|
|
12645
|
+
opacity: 0;
|
|
12646
|
+
}
|
|
12647
|
+
}
|
|
12648
|
+
}
|
|
12649
|
+
}
|
|
12650
|
+
|
|
12651
|
+
// #endregion
|
|
12652
|
+
|
|
12653
|
+
// #endregion
|
|
12654
|
+
|
|
12655
|
+
// #endregion
|
|
12656
|
+
// #region @import "../icons/_index.scss"; -> packages/classic/scss/icons/_index.scss
|
|
12657
|
+
// File already imported_once. Skipping output.
|
|
12658
|
+
// #endregion
|
|
12122
12659
|
|
|
12123
12660
|
|
|
12124
12661
|
// Component
|
|
@@ -12505,6 +13042,7 @@ $actions-gradient: null !default;
|
|
|
12505
13042
|
|
|
12506
13043
|
.k-actions {
|
|
12507
13044
|
padding: $actions-padding-y $actions-padding-x;
|
|
13045
|
+
box-sizing: border-box;
|
|
12508
13046
|
border-width: $actions-border-width 0 0 0;
|
|
12509
13047
|
border-style: solid;
|
|
12510
13048
|
border-color: inherit;
|
|
@@ -12516,6 +13054,12 @@ $actions-gradient: null !default;
|
|
|
12516
13054
|
overflow: hidden;
|
|
12517
13055
|
// TODO: remove
|
|
12518
13056
|
clear: both;
|
|
13057
|
+
|
|
13058
|
+
*,
|
|
13059
|
+
*::before,
|
|
13060
|
+
*::after {
|
|
13061
|
+
box-sizing: border-box;
|
|
13062
|
+
}
|
|
12519
13063
|
}
|
|
12520
13064
|
|
|
12521
13065
|
|
|
@@ -13216,6 +13760,12 @@ $fieldset-legend-border: null !default;
|
|
|
13216
13760
|
z-index: 12000;
|
|
13217
13761
|
-webkit-touch-callout: none;
|
|
13218
13762
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
13763
|
+
|
|
13764
|
+
*,
|
|
13765
|
+
*::before,
|
|
13766
|
+
*::after {
|
|
13767
|
+
box-sizing: border-box;
|
|
13768
|
+
}
|
|
13219
13769
|
}
|
|
13220
13770
|
|
|
13221
13771
|
.k-tooltip-icon {
|
|
@@ -13254,7 +13804,6 @@ $fieldset-legend-border: null !default;
|
|
|
13254
13804
|
border-width: $tooltip-callout-size;
|
|
13255
13805
|
border-style: solid;
|
|
13256
13806
|
border-color: transparent;
|
|
13257
|
-
box-sizing: border-box;
|
|
13258
13807
|
position: absolute;
|
|
13259
13808
|
pointer-events: none;
|
|
13260
13809
|
}
|
|
@@ -13498,6 +14047,12 @@ $textbox-line-height: $input-line-height !default;
|
|
|
13498
14047
|
position: relative;
|
|
13499
14048
|
-webkit-appearance: none;
|
|
13500
14049
|
|
|
14050
|
+
*,
|
|
14051
|
+
*::before,
|
|
14052
|
+
*::after {
|
|
14053
|
+
box-sizing: border-box;
|
|
14054
|
+
}
|
|
14055
|
+
|
|
13501
14056
|
// Hide clear icon
|
|
13502
14057
|
&::-ms-clear { display: none; }
|
|
13503
14058
|
|
|
@@ -13736,12 +14291,18 @@ $textarea-invalid-focus-shadow: $invalid-shadow !default;
|
|
|
13736
14291
|
// Targets https://github.com/telerik/kendo-react/issues/638.
|
|
13737
14292
|
box-shadow: none;
|
|
13738
14293
|
background: none;
|
|
13739
|
-
display: flex;
|
|
14294
|
+
display: inline-flex;
|
|
13740
14295
|
flex-wrap: nowrap;
|
|
13741
14296
|
vertical-align: middle;
|
|
13742
14297
|
position: relative;
|
|
13743
14298
|
-webkit-appearance: none;
|
|
13744
14299
|
|
|
14300
|
+
*,
|
|
14301
|
+
*::before,
|
|
14302
|
+
*::after {
|
|
14303
|
+
box-sizing: border-box;
|
|
14304
|
+
}
|
|
14305
|
+
|
|
13745
14306
|
// Hide clear icon
|
|
13746
14307
|
&::-ms-clear { display: none; }
|
|
13747
14308
|
|
|
@@ -14173,6 +14734,12 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
14173
14734
|
-webkit-touch-callout: none;
|
|
14174
14735
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
14175
14736
|
|
|
14737
|
+
*,
|
|
14738
|
+
*::before,
|
|
14739
|
+
*::after {
|
|
14740
|
+
box-sizing: border-box;
|
|
14741
|
+
}
|
|
14742
|
+
|
|
14176
14743
|
|
|
14177
14744
|
// Selection
|
|
14178
14745
|
> .k-state-selected {
|
|
@@ -14990,6 +15557,12 @@ $slider-disabled-opacity: null !default;
|
|
|
14990
15557
|
-webkit-touch-callout: none;
|
|
14991
15558
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
14992
15559
|
|
|
15560
|
+
*,
|
|
15561
|
+
*::before,
|
|
15562
|
+
*::after {
|
|
15563
|
+
box-sizing: border-box;
|
|
15564
|
+
}
|
|
15565
|
+
|
|
14993
15566
|
.k-label {
|
|
14994
15567
|
width: auto;
|
|
14995
15568
|
font-size: .92em;
|
|
@@ -15037,7 +15610,6 @@ $slider-disabled-opacity: null !default;
|
|
|
15037
15610
|
.k-slider-wrap {
|
|
15038
15611
|
width: 100%;
|
|
15039
15612
|
height: 100%;
|
|
15040
|
-
box-sizing: border-box;
|
|
15041
15613
|
display: flex;
|
|
15042
15614
|
flex-flow: inherit;
|
|
15043
15615
|
align-items: inherit;
|
|
@@ -15335,7 +15907,6 @@ $slider-disabled-opacity: null !default;
|
|
|
15335
15907
|
position: absolute;
|
|
15336
15908
|
text-align: center;
|
|
15337
15909
|
text-decoration: none;
|
|
15338
|
-
box-sizing: border-box;
|
|
15339
15910
|
width: $slider-draghandle-size;
|
|
15340
15911
|
height: $slider-draghandle-size;
|
|
15341
15912
|
|
|
@@ -16773,6 +17344,12 @@ $time-list-focused-bg: rgba(0, 0, 0, .04) !default;
|
|
|
16773
17344
|
-webkit-touch-callout: none;
|
|
16774
17345
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
16775
17346
|
|
|
17347
|
+
*,
|
|
17348
|
+
*::before,
|
|
17349
|
+
*::after {
|
|
17350
|
+
box-sizing: border-box;
|
|
17351
|
+
}
|
|
17352
|
+
|
|
16776
17353
|
|
|
16777
17354
|
// Input
|
|
16778
17355
|
.k-input {}
|
|
@@ -16925,6 +17502,12 @@ $captcha-validation-message-font-style: italic !default;
|
|
|
16925
17502
|
display: flex;
|
|
16926
17503
|
flex-flow: column nowrap;
|
|
16927
17504
|
gap: $captcha-gap;
|
|
17505
|
+
|
|
17506
|
+
*,
|
|
17507
|
+
*::before,
|
|
17508
|
+
*::after {
|
|
17509
|
+
box-sizing: border-box;
|
|
17510
|
+
}
|
|
16928
17511
|
}
|
|
16929
17512
|
|
|
16930
17513
|
// Image
|
|
@@ -17043,6 +17626,12 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
17043
17626
|
position: relative;
|
|
17044
17627
|
-webkit-touch-callout: none;
|
|
17045
17628
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
17629
|
+
|
|
17630
|
+
*,
|
|
17631
|
+
*::before,
|
|
17632
|
+
*::after {
|
|
17633
|
+
box-sizing: border-box;
|
|
17634
|
+
}
|
|
17046
17635
|
}
|
|
17047
17636
|
|
|
17048
17637
|
// Table
|
|
@@ -17196,6 +17785,12 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
17196
17785
|
-webkit-touch-callout: none;
|
|
17197
17786
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
17198
17787
|
|
|
17788
|
+
*,
|
|
17789
|
+
*::before,
|
|
17790
|
+
*::after {
|
|
17791
|
+
box-sizing: border-box;
|
|
17792
|
+
}
|
|
17793
|
+
|
|
17199
17794
|
|
|
17200
17795
|
// Input
|
|
17201
17796
|
.k-input {
|
|
@@ -17210,7 +17805,6 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
17210
17805
|
border-width: 0;
|
|
17211
17806
|
border-inline-start-width: $picker-select-border-width;
|
|
17212
17807
|
border-style: solid;
|
|
17213
|
-
box-sizing: border-box;
|
|
17214
17808
|
outline: 0;
|
|
17215
17809
|
display: flex;
|
|
17216
17810
|
flex-direction: column;
|
|
@@ -17224,7 +17818,6 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
17224
17818
|
.k-link {
|
|
17225
17819
|
padding: 0 $picker-select-padding-x;
|
|
17226
17820
|
min-width: $spinner-min-width;
|
|
17227
|
-
box-sizing: border-box;
|
|
17228
17821
|
flex: 1 1 auto;
|
|
17229
17822
|
display: block;
|
|
17230
17823
|
overflow: hidden;
|
|
@@ -17429,6 +18022,12 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
|
|
|
17429
18022
|
gap: $colorgradient-gap;
|
|
17430
18023
|
-webkit-touch-callout: none;
|
|
17431
18024
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
18025
|
+
|
|
18026
|
+
*,
|
|
18027
|
+
*::before,
|
|
18028
|
+
*::after {
|
|
18029
|
+
box-sizing: border-box;
|
|
18030
|
+
}
|
|
17432
18031
|
}
|
|
17433
18032
|
|
|
17434
18033
|
// Canvas
|
|
@@ -17767,6 +18366,12 @@ $coloreditor-views-gap: $coloreditor-spacer !default;
|
|
|
17767
18366
|
display: inline-flex;
|
|
17768
18367
|
flex-direction: column;
|
|
17769
18368
|
align-items: stretch;
|
|
18369
|
+
|
|
18370
|
+
*,
|
|
18371
|
+
*::before,
|
|
18372
|
+
*::after {
|
|
18373
|
+
box-sizing: border-box;
|
|
18374
|
+
}
|
|
17770
18375
|
}
|
|
17771
18376
|
|
|
17772
18377
|
// Header
|
|
@@ -17931,13 +18536,18 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
17931
18536
|
-webkit-touch-callout: none;
|
|
17932
18537
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
17933
18538
|
|
|
18539
|
+
*,
|
|
18540
|
+
*::before,
|
|
18541
|
+
*::after {
|
|
18542
|
+
box-sizing: border-box;
|
|
18543
|
+
}
|
|
18544
|
+
|
|
17934
18545
|
.k-selected-color {
|
|
17935
18546
|
margin: $button-padding-y;
|
|
17936
18547
|
width: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
|
|
17937
18548
|
height: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
|
|
17938
18549
|
border-width: 1px;
|
|
17939
18550
|
border-style: solid;
|
|
17940
|
-
box-sizing: border-box;
|
|
17941
18551
|
background-clip: content-box;
|
|
17942
18552
|
line-height: 0;
|
|
17943
18553
|
position: relative;
|
|
@@ -17957,7 +18567,6 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
17957
18567
|
border-width: 0;
|
|
17958
18568
|
border-style: solid;
|
|
17959
18569
|
border-color: inherit;
|
|
17960
|
-
box-sizing: border-box;
|
|
17961
18570
|
font-size: inherit;
|
|
17962
18571
|
text-align: center;
|
|
17963
18572
|
flex-direction: column;
|
|
@@ -17993,7 +18602,6 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
17993
18602
|
border-inline-start-width: $picker-select-border-width;
|
|
17994
18603
|
border-style: solid;
|
|
17995
18604
|
border-color: transparent;
|
|
17996
|
-
box-sizing: border-box;
|
|
17997
18605
|
display: flex;
|
|
17998
18606
|
align-items: center;
|
|
17999
18607
|
justify-content: center;
|
|
@@ -18137,6 +18745,12 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
18137
18745
|
-webkit-touch-callout: none;
|
|
18138
18746
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
18139
18747
|
|
|
18748
|
+
*,
|
|
18749
|
+
*::before,
|
|
18750
|
+
*::after {
|
|
18751
|
+
box-sizing: border-box;
|
|
18752
|
+
}
|
|
18753
|
+
|
|
18140
18754
|
|
|
18141
18755
|
// Input
|
|
18142
18756
|
.k-input {}
|
|
@@ -18161,7 +18775,7 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
18161
18775
|
}
|
|
18162
18776
|
.k-link {
|
|
18163
18777
|
padding: 0 $picker-select-padding-x;
|
|
18164
|
-
min-width: $
|
|
18778
|
+
min-width: $spinner-min-width;
|
|
18165
18779
|
flex: 1 1 auto;
|
|
18166
18780
|
display: block;
|
|
18167
18781
|
overflow: hidden;
|
|
@@ -18341,6 +18955,12 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
18341
18955
|
-webkit-touch-callout: none;
|
|
18342
18956
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
18343
18957
|
|
|
18958
|
+
*,
|
|
18959
|
+
*::before,
|
|
18960
|
+
*::after {
|
|
18961
|
+
box-sizing: border-box;
|
|
18962
|
+
}
|
|
18963
|
+
|
|
18344
18964
|
|
|
18345
18965
|
// Input
|
|
18346
18966
|
.k-input {}
|
|
@@ -18519,6 +19139,12 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
18519
19139
|
-webkit-touch-callout: none;
|
|
18520
19140
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
18521
19141
|
|
|
19142
|
+
*,
|
|
19143
|
+
*::before,
|
|
19144
|
+
*::after {
|
|
19145
|
+
box-sizing: border-box;
|
|
19146
|
+
}
|
|
19147
|
+
|
|
18522
19148
|
|
|
18523
19149
|
// Input
|
|
18524
19150
|
.k-input {}
|
|
@@ -18531,7 +19157,6 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
|
|
|
18531
19157
|
border-width: 0;
|
|
18532
19158
|
border-inline-start-width: $picker-select-border-width;
|
|
18533
19159
|
border-style: solid;
|
|
18534
|
-
box-sizing: border-box;
|
|
18535
19160
|
outline: 0;
|
|
18536
19161
|
display: flex;
|
|
18537
19162
|
flex-flow: row nowrap;
|
|
@@ -18704,6 +19329,12 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
|
|
|
18704
19329
|
-webkit-touch-callout: none;
|
|
18705
19330
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
18706
19331
|
|
|
19332
|
+
*,
|
|
19333
|
+
*::before,
|
|
19334
|
+
*::after {
|
|
19335
|
+
box-sizing: border-box;
|
|
19336
|
+
}
|
|
19337
|
+
|
|
18707
19338
|
|
|
18708
19339
|
// Input
|
|
18709
19340
|
.k-input {}
|
|
@@ -18714,7 +19345,6 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
|
|
|
18714
19345
|
border-width: 0;
|
|
18715
19346
|
border-inline-start-width: $picker-select-border-width;
|
|
18716
19347
|
border-style: solid;
|
|
18717
|
-
box-sizing: border-box;
|
|
18718
19348
|
outline: 0;
|
|
18719
19349
|
display: flex;
|
|
18720
19350
|
align-items: stretch;
|
|
@@ -18733,7 +19363,6 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
|
|
|
18733
19363
|
display: flex;
|
|
18734
19364
|
align-items: center;
|
|
18735
19365
|
justify-content: center;
|
|
18736
|
-
box-sizing: border-box;
|
|
18737
19366
|
}
|
|
18738
19367
|
}
|
|
18739
19368
|
|
|
@@ -18926,6 +19555,12 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
|
|
|
18926
19555
|
flex-flow: row nowrap;
|
|
18927
19556
|
align-items: flex-start;
|
|
18928
19557
|
gap: map-get( $spacing, 2 );
|
|
19558
|
+
|
|
19559
|
+
*,
|
|
19560
|
+
*::before,
|
|
19561
|
+
*::after {
|
|
19562
|
+
box-sizing: border-box;
|
|
19563
|
+
}
|
|
18929
19564
|
}
|
|
18930
19565
|
|
|
18931
19566
|
|
|
@@ -19372,6 +20007,12 @@ $dropdownlist-focused-shadow: $input-focused-shadow !default;
|
|
|
19372
20007
|
-webkit-touch-callout: none;
|
|
19373
20008
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
19374
20009
|
|
|
20010
|
+
*,
|
|
20011
|
+
*::before,
|
|
20012
|
+
*::after {
|
|
20013
|
+
box-sizing: border-box;
|
|
20014
|
+
}
|
|
20015
|
+
|
|
19375
20016
|
|
|
19376
20017
|
// Input
|
|
19377
20018
|
.k-input {}
|
|
@@ -19392,7 +20033,6 @@ $dropdownlist-focused-shadow: $input-focused-shadow !default;
|
|
|
19392
20033
|
border-inline-start-width: $picker-select-border-width;
|
|
19393
20034
|
border-style: solid;
|
|
19394
20035
|
border-color: transparent;
|
|
19395
|
-
box-sizing: border-box;
|
|
19396
20036
|
outline: 0;
|
|
19397
20037
|
display: flex;
|
|
19398
20038
|
flex-flow: row nowrap;
|
|
@@ -19625,6 +20265,12 @@ $multiselect-clear-right: calc( #{$icon-size} + #{$input-padding-y} ) !default;
|
|
|
19625
20265
|
-webkit-touch-callout: none;
|
|
19626
20266
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
19627
20267
|
|
|
20268
|
+
*,
|
|
20269
|
+
*::before,
|
|
20270
|
+
*::after {
|
|
20271
|
+
box-sizing: border-box;
|
|
20272
|
+
}
|
|
20273
|
+
|
|
19628
20274
|
.k-loading-hidden {
|
|
19629
20275
|
visibility: hidden;
|
|
19630
20276
|
}
|
|
@@ -19973,7 +20619,7 @@ $multiselect-clear-right: calc( #{$icon-size} + #{$input-padding-y} ) !default;
|
|
|
19973
20619
|
|
|
19974
20620
|
// Component
|
|
19975
20621
|
// #region @import "_variables.scss"; -> packages/classic/scss/treeview/_variables.scss
|
|
19976
|
-
//
|
|
20622
|
+
// Treeview
|
|
19977
20623
|
|
|
19978
20624
|
/// Font family of the treeview component.
|
|
19979
20625
|
/// @group treeview
|
|
@@ -20096,13 +20742,18 @@ $treeview-loadmore-focus-shadow: $treeview-item-focused-shadow !default;
|
|
|
20096
20742
|
white-space: nowrap;
|
|
20097
20743
|
-webkit-touch-callout: none;
|
|
20098
20744
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
20745
|
+
|
|
20746
|
+
*,
|
|
20747
|
+
*::before,
|
|
20748
|
+
*::after {
|
|
20749
|
+
box-sizing: border-box;
|
|
20750
|
+
}
|
|
20099
20751
|
}
|
|
20100
20752
|
|
|
20101
20753
|
|
|
20102
20754
|
// Treeview filter
|
|
20103
20755
|
.k-treeview-filter {
|
|
20104
|
-
padding: map-get( $spacing,
|
|
20105
|
-
box-sizing: border-box;
|
|
20756
|
+
padding: map-get( $spacing, 2 );
|
|
20106
20757
|
display: block;
|
|
20107
20758
|
position: relative;
|
|
20108
20759
|
flex: none;
|
|
@@ -20462,6 +21113,12 @@ $dropdowntree-filter-spacer: $dropdowntree-popup-spacer-y !default;
|
|
|
20462
21113
|
-webkit-touch-callout: none;
|
|
20463
21114
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
20464
21115
|
|
|
21116
|
+
*,
|
|
21117
|
+
*::before,
|
|
21118
|
+
*::after {
|
|
21119
|
+
box-sizing: border-box;
|
|
21120
|
+
}
|
|
21121
|
+
|
|
20465
21122
|
|
|
20466
21123
|
// Input
|
|
20467
21124
|
.k-input {}
|
|
@@ -20611,6 +21268,12 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
20611
21268
|
-webkit-touch-callout: none;
|
|
20612
21269
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
20613
21270
|
|
|
21271
|
+
*,
|
|
21272
|
+
*::before,
|
|
21273
|
+
*::after {
|
|
21274
|
+
box-sizing: border-box;
|
|
21275
|
+
}
|
|
21276
|
+
|
|
20614
21277
|
&.k-state-readonly {
|
|
20615
21278
|
pointer-events: none;
|
|
20616
21279
|
}
|
|
@@ -20619,7 +21282,6 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
20619
21282
|
.k-rating-container {
|
|
20620
21283
|
flex: 0 1 auto;
|
|
20621
21284
|
position: relative;
|
|
20622
|
-
box-sizing: border-box;
|
|
20623
21285
|
margin: 0 $rating-container-margin-x;
|
|
20624
21286
|
|
|
20625
21287
|
.k-rating-item {
|
|
@@ -20781,6 +21443,12 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
20781
21443
|
-webkit-touch-callout: none;
|
|
20782
21444
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
20783
21445
|
|
|
21446
|
+
*,
|
|
21447
|
+
*::before,
|
|
21448
|
+
*::after {
|
|
21449
|
+
box-sizing: border-box;
|
|
21450
|
+
}
|
|
21451
|
+
|
|
20784
21452
|
// Input
|
|
20785
21453
|
> .k-input {
|
|
20786
21454
|
padding: $input-padding-y $input-padding-x;
|
|
@@ -20886,20 +21554,25 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
|
|
|
20886
21554
|
// Component
|
|
20887
21555
|
// #region @import "_variables.scss"; -> packages/classic/scss/switch/_variables.scss
|
|
20888
21556
|
// Switch
|
|
20889
|
-
$switch-size:
|
|
21557
|
+
$switch-size: 56px !default;
|
|
20890
21558
|
$switch-border-radius: 9999px !default;
|
|
20891
21559
|
|
|
21560
|
+
/// Font family of the switch.
|
|
21561
|
+
/// @group switch
|
|
20892
21562
|
$switch-font-family: $font-family !default;
|
|
20893
|
-
$switch-font-size: $font-size-
|
|
20894
|
-
$switch-line-height: $line-height !default;
|
|
21563
|
+
$switch-font-size: $font-size-sm !default;
|
|
20895
21564
|
|
|
20896
21565
|
$switch-track-size: null !default;
|
|
20897
|
-
|
|
20898
|
-
|
|
21566
|
+
/// Border width of the switch track.
|
|
21567
|
+
/// @group switch
|
|
21568
|
+
$switch-container-border-width: 1px !default;
|
|
21569
|
+
$switch-container-padding-x: 2px !default;
|
|
20899
21570
|
$switch-container-padding-y: $switch-container-padding-x !default;
|
|
20900
21571
|
|
|
20901
|
-
$switch-handle-size:
|
|
21572
|
+
$switch-handle-size: 24px !default;
|
|
20902
21573
|
$switch-handle-border-radius: 9999px !default;
|
|
21574
|
+
/// Border width of the switch thumb.
|
|
21575
|
+
/// @group switch
|
|
20903
21576
|
$switch-handle-border-width: 1px !default;
|
|
20904
21577
|
$switch-thumb-start-x: 0px !default;
|
|
20905
21578
|
// TODO: Remove width property from jQuery and Blazor, and do not use 100% for thumb X calc
|
|
@@ -20907,69 +21580,158 @@ $switch-thumb-end-x: calc( 100% - #{$switch-handle-size}) !default;
|
|
|
20907
21580
|
|
|
20908
21581
|
$switch-label-offset: 8px !default;
|
|
20909
21582
|
$switch-label-width: calc( 100% - (#{$switch-handle-size} + #{$switch-label-offset} + #{$switch-container-padding-x} ) ) !default;
|
|
20910
|
-
|
|
21583
|
+
/// Text transform of the switch label.
|
|
21584
|
+
/// @group switch
|
|
21585
|
+
$switch-label-text-transform: null !default;
|
|
21586
|
+
/// Display of the switch label.
|
|
21587
|
+
/// @group switch
|
|
20911
21588
|
$switch-label-display: inline !default;
|
|
20912
21589
|
|
|
20913
|
-
$switch-container-shadow:
|
|
20914
|
-
$switch-container-hovered-shadow:
|
|
20915
|
-
$switch-container-focused-shadow:
|
|
20916
|
-
|
|
20917
|
-
$switch-on-bg: $primary !default;
|
|
20918
|
-
$switch-on-text: contrast-wcag( $switch-on-bg ) !default;
|
|
20919
|
-
$switch-on-border: null !default;
|
|
20920
|
-
$switch-on-gradient: null !default;
|
|
20921
|
-
$switch-on-shadow: null !default;
|
|
20922
|
-
|
|
20923
|
-
$switch-on-hovered-bg: shade( $switch-on-bg ) !default;
|
|
20924
|
-
$switch-on-hovered-text: $switch-on-text !default;
|
|
20925
|
-
$switch-on-hovered-border: null !default;
|
|
20926
|
-
$switch-on-hovered-gradient: null !default;
|
|
20927
|
-
|
|
20928
|
-
$switch-on-focused-bg: null !default;
|
|
20929
|
-
$switch-on-focused-text: null !default;
|
|
20930
|
-
$switch-on-focused-border: null !default;
|
|
20931
|
-
$switch-on-focused-gradient: null !default;
|
|
20932
|
-
$switch-on-focused-shadow: null !default;
|
|
20933
|
-
|
|
20934
|
-
$switch-on-handle-bg: darken( white, 5 ) !default;
|
|
20935
|
-
$switch-on-handle-text: $switch-on-text !default;
|
|
20936
|
-
$switch-on-handle-border: $base-border !default;
|
|
20937
|
-
$switch-on-handle-gradient: null !default;
|
|
20938
|
-
$switch-on-handle-shadow: null !default;
|
|
20939
|
-
|
|
20940
|
-
$switch-on-handle-hovered-bg: darken( white, 7 ) !default;
|
|
20941
|
-
$switch-on-handle-hovered-text: $switch-on-text !default;
|
|
20942
|
-
$switch-on-handle-hovered-border: $hovered-border !default;
|
|
20943
|
-
$switch-on-handle-hovered-gradient: null !default;
|
|
21590
|
+
$switch-container-shadow: null !default;
|
|
21591
|
+
$switch-container-hovered-shadow: null !default;
|
|
21592
|
+
$switch-container-focused-shadow: 0 0 3px 1px rgba( if($dark-theme, $white, $black), .25 ) !default;
|
|
20944
21593
|
|
|
21594
|
+
/// The background of the track when the switch is not checked.
|
|
21595
|
+
/// @group switch
|
|
20945
21596
|
$switch-off-bg: $component-bg !default;
|
|
21597
|
+
/// The text color of the track when the switch is not checked.
|
|
21598
|
+
/// @group switch
|
|
20946
21599
|
$switch-off-text: $component-text !default;
|
|
20947
|
-
|
|
21600
|
+
/// The border color of the track when the switch is not checked.
|
|
21601
|
+
/// @group switch
|
|
21602
|
+
$switch-off-border: $component-border !default;
|
|
21603
|
+
/// The background gradient of the track when the switch is not checked.
|
|
21604
|
+
/// @group switch
|
|
20948
21605
|
$switch-off-gradient: null !default;
|
|
20949
21606
|
$switch-off-shadow: null !default;
|
|
20950
21607
|
|
|
20951
|
-
|
|
20952
|
-
|
|
21608
|
+
/// The background of the track when the hovered switch is not checked.
|
|
21609
|
+
/// @group switch
|
|
21610
|
+
$switch-off-hovered-bg: null !default;
|
|
21611
|
+
/// The text color of the track when the hovered switch is not checked.
|
|
21612
|
+
/// @group switch
|
|
21613
|
+
$switch-off-hovered-text: null !default;
|
|
21614
|
+
/// The border color of the track when the hovered switch is not checked.
|
|
21615
|
+
/// @group switch
|
|
20953
21616
|
$switch-off-hovered-border: null !default;
|
|
21617
|
+
/// The background gradient of the track when the hovered switch is not checked.
|
|
21618
|
+
/// @group switch
|
|
20954
21619
|
$switch-off-hovered-gradient: null !default;
|
|
20955
21620
|
|
|
21621
|
+
/// The background of the track when the focused switch is not checked.
|
|
21622
|
+
/// @group switch
|
|
20956
21623
|
$switch-off-focused-bg: null !default;
|
|
21624
|
+
/// The text color of the track when the focused switch is not checked.
|
|
21625
|
+
/// @group switch
|
|
20957
21626
|
$switch-off-focused-text: null !default;
|
|
21627
|
+
/// The border color of the track when the focused switch is not checked.
|
|
21628
|
+
/// @group switch
|
|
20958
21629
|
$switch-off-focused-border: null !default;
|
|
21630
|
+
/// The background gradient of the track when the focused switch is not checked.
|
|
21631
|
+
/// @group switch
|
|
20959
21632
|
$switch-off-focused-gradient: null !default;
|
|
21633
|
+
/// The ring around the track when the focused switch is not checked.
|
|
21634
|
+
/// @group switch
|
|
20960
21635
|
$switch-off-focused-shadow: null !default;
|
|
20961
21636
|
|
|
20962
|
-
|
|
20963
|
-
|
|
20964
|
-
$switch-off-handle-
|
|
20965
|
-
|
|
21637
|
+
/// The background of the thumb when the switch is not checked.
|
|
21638
|
+
/// @group switch
|
|
21639
|
+
$switch-off-handle-bg: try-shade( $switch-off-bg ) !default;
|
|
21640
|
+
/// The text color of the thumb when the switch is not checked.
|
|
21641
|
+
/// @group switch
|
|
21642
|
+
$switch-off-handle-text: null !default;
|
|
21643
|
+
/// The border color of the thumb when the switch is not checked.
|
|
21644
|
+
/// @group switch
|
|
21645
|
+
$switch-off-handle-border: $switch-off-border !default;
|
|
21646
|
+
/// The background gradient of the thumb when the switch is not checked.
|
|
21647
|
+
/// @group switch
|
|
21648
|
+
$switch-off-handle-gradient: $base-gradient !default;
|
|
20966
21649
|
$switch-off-handle-shadow: null !default;
|
|
20967
21650
|
|
|
20968
|
-
|
|
20969
|
-
|
|
20970
|
-
$switch-off-handle-hovered-
|
|
21651
|
+
/// The background of the thumb when the hovered switch is not checked.
|
|
21652
|
+
/// @group switch
|
|
21653
|
+
$switch-off-handle-hovered-bg: try-shade( $switch-off-handle-bg ) !default;
|
|
21654
|
+
/// The text color of the thumb when the hovered switch is not checked.
|
|
21655
|
+
/// @group switch
|
|
21656
|
+
$switch-off-handle-hovered-text: null !default;
|
|
21657
|
+
/// The border color of the thumb when the hovered switch is not checked.
|
|
21658
|
+
/// @group switch
|
|
21659
|
+
$switch-off-handle-hovered-border: $switch-off-border !default;
|
|
21660
|
+
/// The background gradient of the thumb when the hovered switch is not checked.
|
|
21661
|
+
/// @group switch
|
|
20971
21662
|
$switch-off-handle-hovered-gradient: null !default;
|
|
20972
21663
|
|
|
21664
|
+
|
|
21665
|
+
/// The background of the track when the switch is checked.
|
|
21666
|
+
/// @group switch
|
|
21667
|
+
$switch-on-bg: $component-bg !default;
|
|
21668
|
+
/// The text color of the track when the switch is checked.
|
|
21669
|
+
/// @group switch
|
|
21670
|
+
$switch-on-text: $primary !default;
|
|
21671
|
+
/// The border color of the track when the switch is checked.
|
|
21672
|
+
/// @group switch
|
|
21673
|
+
$switch-on-border: $component-border !default;
|
|
21674
|
+
/// The background gradient of the track when the switch is checked.
|
|
21675
|
+
/// @group switch
|
|
21676
|
+
$switch-on-gradient: null !default;
|
|
21677
|
+
$switch-on-shadow: null !default;
|
|
21678
|
+
|
|
21679
|
+
/// The background of the track wen the hovered switch is checked.
|
|
21680
|
+
/// @group switch
|
|
21681
|
+
$switch-on-hovered-bg: null !default;
|
|
21682
|
+
/// The text color of the track wen the hovered switch is checked.
|
|
21683
|
+
/// @group switch
|
|
21684
|
+
$switch-on-hovered-text: null !default;
|
|
21685
|
+
/// The border color of the track wen the hovered switch is checked.
|
|
21686
|
+
/// @group switch
|
|
21687
|
+
$switch-on-hovered-border: null !default;
|
|
21688
|
+
/// The background gradient of the track wen the hovered switch is checked.
|
|
21689
|
+
/// @group switch
|
|
21690
|
+
$switch-on-hovered-gradient: null !default;
|
|
21691
|
+
|
|
21692
|
+
/// The background of the track wen the focused switch is checked.
|
|
21693
|
+
/// @group switch
|
|
21694
|
+
$switch-on-focused-bg: null !default;
|
|
21695
|
+
/// The text color of the track wen the focused switch is checked.
|
|
21696
|
+
/// @group switch
|
|
21697
|
+
$switch-on-focused-text: null !default;
|
|
21698
|
+
/// The border color of the track wen the focused switch is checked.
|
|
21699
|
+
/// @group switch
|
|
21700
|
+
$switch-on-focused-border: null !default;
|
|
21701
|
+
/// The background gradient of the track wen the focused switch is checked.
|
|
21702
|
+
/// @group switch
|
|
21703
|
+
$switch-on-focused-gradient: null !default;
|
|
21704
|
+
/// The ring around the track wen the focused switch is checked.
|
|
21705
|
+
/// @group switch
|
|
21706
|
+
$switch-on-focused-shadow: null !default;
|
|
21707
|
+
|
|
21708
|
+
/// The background of the thumb when the switch is checked.
|
|
21709
|
+
/// @group switch
|
|
21710
|
+
$switch-on-handle-bg: $primary !default;
|
|
21711
|
+
/// The text color of the thumb when the switch is checked.
|
|
21712
|
+
/// @group switch
|
|
21713
|
+
$switch-on-handle-text: null !default;
|
|
21714
|
+
/// The border color of the thumb when the switch is checked.
|
|
21715
|
+
/// @group switch
|
|
21716
|
+
$switch-on-handle-border: try-shade( $switch-on-handle-bg ) !default;
|
|
21717
|
+
/// The background gradient of the thumb when the switch is checked.
|
|
21718
|
+
/// @group switch
|
|
21719
|
+
$switch-on-handle-gradient: $base-gradient !default;
|
|
21720
|
+
$switch-on-handle-shadow: null !default;
|
|
21721
|
+
|
|
21722
|
+
/// The background of the thumb when the hovered switch is checked.
|
|
21723
|
+
/// @group switch
|
|
21724
|
+
$switch-on-handle-hovered-bg: try-shade( $switch-on-handle-bg ) !default;
|
|
21725
|
+
/// The text color of the thumb when the hovered switch is checked.
|
|
21726
|
+
/// @group switch
|
|
21727
|
+
$switch-on-handle-hovered-text: null !default;
|
|
21728
|
+
/// The border color of the thumb when the hovered switch is checked.
|
|
21729
|
+
/// @group switch
|
|
21730
|
+
$switch-on-handle-hovered-border: try-shade( $switch-on-handle-hovered-bg ) !default;
|
|
21731
|
+
/// The background gradient of the thumb when the hovered switch is checked.
|
|
21732
|
+
/// @group switch
|
|
21733
|
+
$switch-on-handle-hovered-gradient: null !default;
|
|
21734
|
+
|
|
20973
21735
|
// #endregion
|
|
20974
21736
|
// #region @import "_layout.scss"; -> packages/classic/scss/switch/_layout.scss
|
|
20975
21737
|
// #region @import "~@progress/kendo-theme-default/scss/switch/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/switch/_layout.scss
|
|
@@ -20984,14 +21746,20 @@ $switch-off-handle-hovered-gradient: null !default;
|
|
|
20984
21746
|
display: inline-flex;
|
|
20985
21747
|
align-items: center;
|
|
20986
21748
|
vertical-align: middle;
|
|
20987
|
-
font-family: $font-family;
|
|
20988
|
-
font-size: $font-size
|
|
20989
|
-
line-height:
|
|
21749
|
+
font-family: $switch-font-family;
|
|
21750
|
+
font-size: $switch-font-size;
|
|
21751
|
+
line-height: 1;
|
|
20990
21752
|
user-select: none;
|
|
20991
21753
|
text-align: left;
|
|
20992
21754
|
-webkit-touch-callout: none;
|
|
20993
21755
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
20994
21756
|
|
|
21757
|
+
*,
|
|
21758
|
+
*::before,
|
|
21759
|
+
*::after {
|
|
21760
|
+
box-sizing: border-box;
|
|
21761
|
+
}
|
|
21762
|
+
|
|
20995
21763
|
[type="checkbox"] {
|
|
20996
21764
|
display: none;
|
|
20997
21765
|
}
|
|
@@ -21001,11 +21769,9 @@ $switch-off-handle-hovered-gradient: null !default;
|
|
|
21001
21769
|
}
|
|
21002
21770
|
}
|
|
21003
21771
|
|
|
21004
|
-
.k-switch,
|
|
21005
|
-
.k-switch-container,
|
|
21006
|
-
.k-switch-handle {
|
|
21007
|
-
box-sizing: border-box;
|
|
21008
|
-
}
|
|
21772
|
+
// .k-switch,
|
|
21773
|
+
// .k-switch-container,
|
|
21774
|
+
// .k-switch-handle {}
|
|
21009
21775
|
|
|
21010
21776
|
|
|
21011
21777
|
// Switch track
|
|
@@ -21065,7 +21831,8 @@ $switch-off-handle-hovered-gradient: null !default;
|
|
|
21065
21831
|
|
|
21066
21832
|
// RTL
|
|
21067
21833
|
.k-rtl .k-switch,
|
|
21068
|
-
|
|
21834
|
+
[dir="rtl"] .k-switch,
|
|
21835
|
+
.k-switch[dir="rtl"] {
|
|
21069
21836
|
&.k-switch-on .k-switch-handle {
|
|
21070
21837
|
left: $switch-thumb-start-x;
|
|
21071
21838
|
}
|
|
@@ -21483,6 +22250,12 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
21483
22250
|
-webkit-touch-callout: none;
|
|
21484
22251
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
21485
22252
|
|
|
22253
|
+
*,
|
|
22254
|
+
*::before,
|
|
22255
|
+
*::after {
|
|
22256
|
+
box-sizing: border-box;
|
|
22257
|
+
}
|
|
22258
|
+
|
|
21486
22259
|
.k-upload-button {
|
|
21487
22260
|
min-width: 7em;
|
|
21488
22261
|
}
|
|
@@ -21638,7 +22411,6 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
21638
22411
|
border-style: solid;
|
|
21639
22412
|
font-size: ($font-size * .57);
|
|
21640
22413
|
text-transform: uppercase;
|
|
21641
|
-
box-sizing: content-box;
|
|
21642
22414
|
position: absolute;
|
|
21643
22415
|
top: $upload-item-padding-y;
|
|
21644
22416
|
}
|
|
@@ -22114,9 +22886,14 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
|
|
|
22114
22886
|
-webkit-touch-callout: none;
|
|
22115
22887
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
22116
22888
|
|
|
22889
|
+
*,
|
|
22890
|
+
*::before,
|
|
22891
|
+
*::after {
|
|
22892
|
+
box-sizing: border-box;
|
|
22893
|
+
}
|
|
22894
|
+
|
|
22117
22895
|
> * {
|
|
22118
22896
|
flex-shrink: 0;
|
|
22119
|
-
|
|
22120
22897
|
}
|
|
22121
22898
|
|
|
22122
22899
|
// Appbar section
|
|
@@ -22358,6 +23135,12 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
22358
23135
|
cursor: pointer;
|
|
22359
23136
|
outline: none;
|
|
22360
23137
|
|
|
23138
|
+
*,
|
|
23139
|
+
*::before,
|
|
23140
|
+
*::after {
|
|
23141
|
+
box-sizing: border-box;
|
|
23142
|
+
}
|
|
23143
|
+
|
|
22361
23144
|
&:focus {
|
|
22362
23145
|
outline: none;
|
|
22363
23146
|
}
|
|
@@ -22661,502 +23444,7 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
22661
23444
|
|
|
22662
23445
|
// #endregion
|
|
22663
23446
|
// #region @import "menu/_index.scss"; -> packages/classic/scss/menu/_index.scss
|
|
22664
|
-
// #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
|
|
22665
|
-
// File already imported_once. Skipping output.
|
|
22666
|
-
// #endregion
|
|
22667
|
-
|
|
22668
|
-
|
|
22669
|
-
// Dependencies
|
|
22670
|
-
// #region @import "../common/_index.scss"; -> packages/classic/scss/common/_index.scss
|
|
22671
|
-
// File already imported_once. Skipping output.
|
|
22672
|
-
// #endregion
|
|
22673
|
-
// #region @import "../popup/_index.scss"; -> packages/classic/scss/popup/_index.scss
|
|
22674
|
-
// File already imported_once. Skipping output.
|
|
22675
|
-
// #endregion
|
|
22676
|
-
// #region @import "../icons/_index.scss"; -> packages/classic/scss/icons/_index.scss
|
|
22677
|
-
// File already imported_once. Skipping output.
|
|
22678
|
-
// #endregion
|
|
22679
|
-
// #region @import "../list/_index.scss"; -> packages/classic/scss/list/_index.scss
|
|
22680
|
-
// File already imported_once. Skipping output.
|
|
22681
|
-
// #endregion
|
|
22682
|
-
|
|
22683
|
-
|
|
22684
|
-
// Component
|
|
22685
|
-
// #region @import "_variables.scss"; -> packages/classic/scss/menu/_variables.scss
|
|
22686
23447
|
// File already imported_once. Skipping output.
|
|
22687
|
-
// #endregion
|
|
22688
|
-
// #region @import "_layout.scss"; -> packages/classic/scss/menu/_layout.scss
|
|
22689
|
-
// #region @import "~@progress/kendo-theme-default/scss/menu/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/menu/_layout.scss
|
|
22690
|
-
@include exports("menu/layout") {
|
|
22691
|
-
|
|
22692
|
-
// Base
|
|
22693
|
-
.k-menu {
|
|
22694
|
-
border-width: $menu-border-width;
|
|
22695
|
-
border-style: solid;
|
|
22696
|
-
box-sizing: border-box;
|
|
22697
|
-
outline: 0;
|
|
22698
|
-
font-family: $menu-font-family;
|
|
22699
|
-
font-size: $menu-font-size;
|
|
22700
|
-
line-height: $menu-line-height;
|
|
22701
|
-
display: flex;
|
|
22702
|
-
flex-wrap: wrap;
|
|
22703
|
-
align-items: stretch;
|
|
22704
|
-
position: relative;
|
|
22705
|
-
cursor: default;
|
|
22706
|
-
-webkit-touch-callout: none;
|
|
22707
|
-
-webkit-tap-highlight-color: $rgba-transparent;
|
|
22708
|
-
}
|
|
22709
|
-
|
|
22710
|
-
|
|
22711
|
-
// Menu item
|
|
22712
|
-
.k-menu-item {
|
|
22713
|
-
box-sizing: border-box;
|
|
22714
|
-
border-width: 0;
|
|
22715
|
-
outline: 0;
|
|
22716
|
-
display: flex;
|
|
22717
|
-
flex-flow: column nowrap;
|
|
22718
|
-
flex: none;
|
|
22719
|
-
position: relative;
|
|
22720
|
-
user-select: none;
|
|
22721
|
-
}
|
|
22722
|
-
|
|
22723
|
-
|
|
22724
|
-
// Menu link
|
|
22725
|
-
.k-menu-link {
|
|
22726
|
-
padding: $menu-item-padding-y $menu-item-padding-x;
|
|
22727
|
-
outline: 0;
|
|
22728
|
-
color: inherit;
|
|
22729
|
-
display: flex;
|
|
22730
|
-
flex-flow: row nowrap;
|
|
22731
|
-
flex: 1 1 auto;
|
|
22732
|
-
align-items: center;
|
|
22733
|
-
position: relative;
|
|
22734
|
-
white-space: nowrap;
|
|
22735
|
-
cursor: pointer;
|
|
22736
|
-
|
|
22737
|
-
> .k-icon:not(.k-menu-expand-arrow),
|
|
22738
|
-
> .k-image,
|
|
22739
|
-
> .k-sprite {
|
|
22740
|
-
margin-right: $menu-item-icon-spacing;
|
|
22741
|
-
}
|
|
22742
|
-
}
|
|
22743
|
-
|
|
22744
|
-
|
|
22745
|
-
// Menu item text
|
|
22746
|
-
.k-menu-link-text {
|
|
22747
|
-
flex: 1 1 auto;
|
|
22748
|
-
overflow: hidden;
|
|
22749
|
-
text-overflow: ellipsis;
|
|
22750
|
-
}
|
|
22751
|
-
|
|
22752
|
-
|
|
22753
|
-
// Expand arrow
|
|
22754
|
-
.k-menu-expand-arrow {
|
|
22755
|
-
margin-left: $icon-spacing;
|
|
22756
|
-
margin-right: -$icon-spacing;
|
|
22757
|
-
display: inline-flex;
|
|
22758
|
-
flex-flow: row wrap;
|
|
22759
|
-
align-items: center;
|
|
22760
|
-
flex: none;
|
|
22761
|
-
position: relative;
|
|
22762
|
-
}
|
|
22763
|
-
.k-menu-expand-arrow.k-i-arrow-60-left,
|
|
22764
|
-
.k-menu-expand-arrow.k-i-arrow-60-right {
|
|
22765
|
-
margin: 0;
|
|
22766
|
-
position: absolute;
|
|
22767
|
-
top: 50%;
|
|
22768
|
-
transform: translateY(-50%);
|
|
22769
|
-
}
|
|
22770
|
-
.k-menu-expand-arrow.k-i-arrow-60-right {
|
|
22771
|
-
right: $icon-spacing;
|
|
22772
|
-
}
|
|
22773
|
-
.k-menu-expand-arrow.k-i-arrow-60-left {
|
|
22774
|
-
left: $icon-spacing;
|
|
22775
|
-
}
|
|
22776
|
-
|
|
22777
|
-
|
|
22778
|
-
// Orientation -- horizontal
|
|
22779
|
-
.k-menu-horizontal {
|
|
22780
|
-
flex-direction: row;
|
|
22781
|
-
|
|
22782
|
-
> .k-menu-item + .k-menu-item {
|
|
22783
|
-
margin-left: $menu-item-spacing;
|
|
22784
|
-
}
|
|
22785
|
-
|
|
22786
|
-
> .k-separator {
|
|
22787
|
-
margin: 0 $menu-separator-spacing;
|
|
22788
|
-
width: 0;
|
|
22789
|
-
height: auto;
|
|
22790
|
-
border-width: 0 0 0 1px;
|
|
22791
|
-
border-style: solid;
|
|
22792
|
-
}
|
|
22793
|
-
}
|
|
22794
|
-
|
|
22795
|
-
|
|
22796
|
-
// Orientation -- vertical
|
|
22797
|
-
.k-menu-vertical {
|
|
22798
|
-
flex-direction: column;
|
|
22799
|
-
|
|
22800
|
-
> .k-menu-item + .k-menu-item {
|
|
22801
|
-
margin-top: $menu-item-spacing;
|
|
22802
|
-
}
|
|
22803
|
-
|
|
22804
|
-
> .k-menu-item > .k-menu-link {
|
|
22805
|
-
padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
|
|
22806
|
-
padding-right: $menu-popup-item-padding-end;
|
|
22807
|
-
|
|
22808
|
-
.k-menu-expand-arrow {
|
|
22809
|
-
margin: 0;
|
|
22810
|
-
position: absolute;
|
|
22811
|
-
top: 50%;
|
|
22812
|
-
transform: translateY(-50%);
|
|
22813
|
-
right: $icon-spacing;
|
|
22814
|
-
}
|
|
22815
|
-
}
|
|
22816
|
-
|
|
22817
|
-
> .k-separator {
|
|
22818
|
-
margin: $menu-separator-spacing 0;
|
|
22819
|
-
height: 0;
|
|
22820
|
-
border-width: 1px 0 0;
|
|
22821
|
-
border-style: solid;
|
|
22822
|
-
border-color: $panel-border;
|
|
22823
|
-
display: block;
|
|
22824
|
-
}
|
|
22825
|
-
}
|
|
22826
|
-
|
|
22827
|
-
|
|
22828
|
-
// Menu popup
|
|
22829
|
-
.k-menu-popup {
|
|
22830
|
-
border-width: $menu-popup-border-width;
|
|
22831
|
-
border-style: solid;
|
|
22832
|
-
overflow: auto;
|
|
22833
|
-
max-height: 80vh;
|
|
22834
|
-
}
|
|
22835
|
-
|
|
22836
|
-
|
|
22837
|
-
// Sub menu
|
|
22838
|
-
.k-menu-group {
|
|
22839
|
-
margin: 0;
|
|
22840
|
-
padding: 0;
|
|
22841
|
-
// padding: $menu-popup-padding-y $menu-popup-padding-x;
|
|
22842
|
-
font-size: $menu-popup-font-size;
|
|
22843
|
-
line-height: $menu-popup-line-height;
|
|
22844
|
-
list-style: none;
|
|
22845
|
-
display: none;
|
|
22846
|
-
position: absolute;
|
|
22847
|
-
|
|
22848
|
-
.k-menu-popup & {
|
|
22849
|
-
position: relative;
|
|
22850
|
-
display: flex;
|
|
22851
|
-
flex-direction: column;
|
|
22852
|
-
}
|
|
22853
|
-
|
|
22854
|
-
// jquery popup overrides those
|
|
22855
|
-
.k-menu-item {
|
|
22856
|
-
font-size: $menu-popup-font-size;
|
|
22857
|
-
line-height: $menu-popup-line-height;
|
|
22858
|
-
}
|
|
22859
|
-
|
|
22860
|
-
.k-menu-item + .k-menu-item {
|
|
22861
|
-
margin-top: $menu-popup-item-spacing;
|
|
22862
|
-
}
|
|
22863
|
-
|
|
22864
|
-
.k-menu-link {
|
|
22865
|
-
padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
|
|
22866
|
-
padding-right: $menu-popup-item-padding-end;
|
|
22867
|
-
|
|
22868
|
-
.k-menu-expand-arrow {
|
|
22869
|
-
margin: 0;
|
|
22870
|
-
position: absolute;
|
|
22871
|
-
top: 50%;
|
|
22872
|
-
transform: translateY(-50%);
|
|
22873
|
-
right: $icon-spacing;
|
|
22874
|
-
}
|
|
22875
|
-
}
|
|
22876
|
-
|
|
22877
|
-
.k-separator {
|
|
22878
|
-
margin: $menu-separator-spacing 0;
|
|
22879
|
-
height: 0;
|
|
22880
|
-
border-width: 1px 0 0;
|
|
22881
|
-
border-style: solid;
|
|
22882
|
-
border-color: $component-border;
|
|
22883
|
-
display: block;
|
|
22884
|
-
}
|
|
22885
|
-
}
|
|
22886
|
-
|
|
22887
|
-
|
|
22888
|
-
// Context menu
|
|
22889
|
-
.k-popups-wrapper {
|
|
22890
|
-
position: relative;
|
|
22891
|
-
border: 0;
|
|
22892
|
-
margin: 0;
|
|
22893
|
-
padding: 0;
|
|
22894
|
-
}
|
|
22895
|
-
.k-context-menu {
|
|
22896
|
-
margin: 0;
|
|
22897
|
-
padding: 0;
|
|
22898
|
-
// padding: $menu-popup-padding-y $menu-popup-padding-x;
|
|
22899
|
-
border-width: $menu-popup-border-width;
|
|
22900
|
-
border-style: solid;
|
|
22901
|
-
}
|
|
22902
|
-
.k-animation-container .k-context-menu.k-menu-horizontal {
|
|
22903
|
-
// kendo-jquery adds `display: block` via js and we need to override it.
|
|
22904
|
-
display: flex !important; // sass-lint:disable-line no-important
|
|
22905
|
-
flex-wrap: nowrap;
|
|
22906
|
-
}
|
|
22907
|
-
.k-context-menu-popup {
|
|
22908
|
-
z-index: 12000;
|
|
22909
|
-
|
|
22910
|
-
.k-context-menu {
|
|
22911
|
-
border-width: 0;
|
|
22912
|
-
}
|
|
22913
|
-
}
|
|
22914
|
-
.k-popup .k-context-menu,
|
|
22915
|
-
.k-context-menu-popup .k-context-menu {
|
|
22916
|
-
border-width: 0;
|
|
22917
|
-
}
|
|
22918
|
-
|
|
22919
|
-
|
|
22920
|
-
// Scrolling
|
|
22921
|
-
.k-menu-scroll-wrapper {
|
|
22922
|
-
margin: 0;
|
|
22923
|
-
padding: 0;
|
|
22924
|
-
border: 0;
|
|
22925
|
-
position: relative;
|
|
22926
|
-
|
|
22927
|
-
.k-menu {
|
|
22928
|
-
overflow: hidden;
|
|
22929
|
-
flex-wrap: nowrap;
|
|
22930
|
-
}
|
|
22931
|
-
}
|
|
22932
|
-
.k-menu-scroll-button {
|
|
22933
|
-
@include border-radius( 0 );
|
|
22934
|
-
padding: 0;
|
|
22935
|
-
border-width: 0;
|
|
22936
|
-
border-color: inherit;
|
|
22937
|
-
color: inherit;
|
|
22938
|
-
background: inherit;
|
|
22939
|
-
position: absolute;
|
|
22940
|
-
|
|
22941
|
-
&.k-scroll-left {
|
|
22942
|
-
top: 0;
|
|
22943
|
-
left: 0;
|
|
22944
|
-
height: 100%;
|
|
22945
|
-
width: 16px;
|
|
22946
|
-
border-right-width: 1px;
|
|
22947
|
-
}
|
|
22948
|
-
&.k-scroll-right {
|
|
22949
|
-
top: 0;
|
|
22950
|
-
right: 0;
|
|
22951
|
-
height: 100%;
|
|
22952
|
-
width: 16px;
|
|
22953
|
-
border-left-width: 1px;
|
|
22954
|
-
}
|
|
22955
|
-
&.k-scroll-up {
|
|
22956
|
-
top: 0;
|
|
22957
|
-
left: 0;
|
|
22958
|
-
width: 100%;
|
|
22959
|
-
height: 16px;
|
|
22960
|
-
border-bottom-width: 1px;
|
|
22961
|
-
}
|
|
22962
|
-
&.k-scroll-down {
|
|
22963
|
-
bottom: 0;
|
|
22964
|
-
left: 0;
|
|
22965
|
-
width: 100%;
|
|
22966
|
-
height: 16px;
|
|
22967
|
-
border-top-width: 1px;
|
|
22968
|
-
}
|
|
22969
|
-
}
|
|
22970
|
-
|
|
22971
|
-
|
|
22972
|
-
// RTL
|
|
22973
|
-
.k-rtl,
|
|
22974
|
-
[dir="rtl"] {
|
|
22975
|
-
|
|
22976
|
-
.k-menu-link {
|
|
22977
|
-
> .k-icon:not(.k-menu-expand-arrow),
|
|
22978
|
-
> .k-image,
|
|
22979
|
-
> .k-sprite {
|
|
22980
|
-
margin-left: $menu-item-icon-spacing;
|
|
22981
|
-
margin-right: 0;
|
|
22982
|
-
}
|
|
22983
|
-
}
|
|
22984
|
-
|
|
22985
|
-
.k-menu-expand-arrow.k-i-arrow-60-down {
|
|
22986
|
-
margin-left: -$icon-spacing;
|
|
22987
|
-
margin-right: $icon-spacing;
|
|
22988
|
-
}
|
|
22989
|
-
|
|
22990
|
-
|
|
22991
|
-
// Orientation -- horizontal
|
|
22992
|
-
.k-menu-horizontal {
|
|
22993
|
-
|
|
22994
|
-
> .k-menu-item + .k-menu-item {
|
|
22995
|
-
margin-right: $menu-item-spacing;
|
|
22996
|
-
margin-left: 0;
|
|
22997
|
-
}
|
|
22998
|
-
}
|
|
22999
|
-
|
|
23000
|
-
|
|
23001
|
-
// Orientation -- vertical
|
|
23002
|
-
.k-menu-vertical {
|
|
23003
|
-
|
|
23004
|
-
> .k-menu-item > .k-menu-link {
|
|
23005
|
-
padding-right: $menu-popup-item-padding-x;
|
|
23006
|
-
padding-left: $menu-popup-item-padding-end;
|
|
23007
|
-
|
|
23008
|
-
.k-menu-expand-arrow {
|
|
23009
|
-
right: auto;
|
|
23010
|
-
left: $icon-spacing;
|
|
23011
|
-
}
|
|
23012
|
-
}
|
|
23013
|
-
}
|
|
23014
|
-
|
|
23015
|
-
|
|
23016
|
-
// Sub menu
|
|
23017
|
-
.k-menu-group {
|
|
23018
|
-
|
|
23019
|
-
.k-menu-link {
|
|
23020
|
-
padding-right: $menu-popup-item-padding-x;
|
|
23021
|
-
padding-left: $menu-popup-item-padding-end;
|
|
23022
|
-
|
|
23023
|
-
.k-menu-expand-arrow {
|
|
23024
|
-
right: auto;
|
|
23025
|
-
left: $icon-spacing;
|
|
23026
|
-
}
|
|
23027
|
-
}
|
|
23028
|
-
|
|
23029
|
-
}
|
|
23030
|
-
|
|
23031
|
-
}
|
|
23032
|
-
|
|
23033
|
-
}
|
|
23034
|
-
|
|
23035
|
-
// #endregion
|
|
23036
|
-
|
|
23037
|
-
// #endregion
|
|
23038
|
-
// #region @import "_theme.scss"; -> packages/classic/scss/menu/_theme.scss
|
|
23039
|
-
// #region @import "~@progress/kendo-theme-default/scss/menu/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/menu/_theme.scss
|
|
23040
|
-
@include exports("menu/theme") {
|
|
23041
|
-
|
|
23042
|
-
.k-menu:not(.k-context-menu) {
|
|
23043
|
-
@include fill(
|
|
23044
|
-
$menu-text,
|
|
23045
|
-
$menu-bg,
|
|
23046
|
-
$menu-border,
|
|
23047
|
-
$menu-gradient
|
|
23048
|
-
);
|
|
23049
|
-
|
|
23050
|
-
> .k-item {
|
|
23051
|
-
@include fill(
|
|
23052
|
-
$menu-item-text,
|
|
23053
|
-
$menu-item-bg,
|
|
23054
|
-
$menu-item-border,
|
|
23055
|
-
$menu-item-gradient
|
|
23056
|
-
);
|
|
23057
|
-
|
|
23058
|
-
&:hover,
|
|
23059
|
-
&.k-state-hover {
|
|
23060
|
-
@include fill(
|
|
23061
|
-
$menu-item-hover-text,
|
|
23062
|
-
$menu-item-hover-bg,
|
|
23063
|
-
$menu-item-hover-border,
|
|
23064
|
-
$menu-item-hover-gradient
|
|
23065
|
-
);
|
|
23066
|
-
}
|
|
23067
|
-
|
|
23068
|
-
> .k-state-active,
|
|
23069
|
-
&.k-state-selected {
|
|
23070
|
-
@include fill(
|
|
23071
|
-
$menu-item-expanded-text,
|
|
23072
|
-
$menu-item-expanded-bg,
|
|
23073
|
-
$menu-item-expanded-border,
|
|
23074
|
-
$menu-item-expanded-gradient
|
|
23075
|
-
);
|
|
23076
|
-
}
|
|
23077
|
-
|
|
23078
|
-
&:focus,
|
|
23079
|
-
&.k-state-focus,
|
|
23080
|
-
&.k-state-focused {
|
|
23081
|
-
@include box-shadow( $menu-item-focus-shadow );
|
|
23082
|
-
}
|
|
23083
|
-
}
|
|
23084
|
-
}
|
|
23085
|
-
|
|
23086
|
-
.k-menu-group,
|
|
23087
|
-
.k-menu.k-context-menu {
|
|
23088
|
-
@include fill(
|
|
23089
|
-
$menu-popup-text,
|
|
23090
|
-
$menu-popup-bg,
|
|
23091
|
-
$menu-popup-border,
|
|
23092
|
-
$menu-popup-gradient
|
|
23093
|
-
);
|
|
23094
|
-
|
|
23095
|
-
.k-item {
|
|
23096
|
-
@include fill(
|
|
23097
|
-
$menu-popup-item-text,
|
|
23098
|
-
$menu-popup-item-bg,
|
|
23099
|
-
$menu-popup-item-border,
|
|
23100
|
-
$menu-popup-item-gradient
|
|
23101
|
-
);
|
|
23102
|
-
|
|
23103
|
-
&:hover,
|
|
23104
|
-
&.k-state-hover {
|
|
23105
|
-
@include fill(
|
|
23106
|
-
$menu-popup-item-hover-text,
|
|
23107
|
-
$menu-popup-item-hover-bg,
|
|
23108
|
-
$menu-popup-item-hover-border,
|
|
23109
|
-
$menu-popup-item-hover-gradient
|
|
23110
|
-
);
|
|
23111
|
-
}
|
|
23112
|
-
|
|
23113
|
-
> .k-state-active,
|
|
23114
|
-
&.k-state-selected {
|
|
23115
|
-
@include fill(
|
|
23116
|
-
$menu-popup-item-expanded-text,
|
|
23117
|
-
$menu-popup-item-expanded-bg,
|
|
23118
|
-
$menu-popup-item-expanded-border,
|
|
23119
|
-
$menu-popup-item-expanded-gradient
|
|
23120
|
-
);
|
|
23121
|
-
}
|
|
23122
|
-
|
|
23123
|
-
&:focus,
|
|
23124
|
-
&.k-state-focus,
|
|
23125
|
-
&.k-state-focused {
|
|
23126
|
-
@include box-shadow( $menu-popup-item-focus-shadow );
|
|
23127
|
-
}
|
|
23128
|
-
}
|
|
23129
|
-
}
|
|
23130
|
-
|
|
23131
|
-
|
|
23132
|
-
// Scrolling
|
|
23133
|
-
.k-menu-scroll-button {
|
|
23134
|
-
@include fill(
|
|
23135
|
-
$menu-scroll-button-text,
|
|
23136
|
-
$menu-scroll-button-bg,
|
|
23137
|
-
$menu-scroll-button-border,
|
|
23138
|
-
$menu-scroll-button-gradient
|
|
23139
|
-
);
|
|
23140
|
-
|
|
23141
|
-
&:hover {
|
|
23142
|
-
@include fill(
|
|
23143
|
-
$menu-scroll-button-hover-text,
|
|
23144
|
-
$menu-scroll-button-hover-bg,
|
|
23145
|
-
$menu-scroll-button-hover-border,
|
|
23146
|
-
$menu-scroll-button-hover-gradient
|
|
23147
|
-
);
|
|
23148
|
-
|
|
23149
|
-
&::before {
|
|
23150
|
-
opacity: 0;
|
|
23151
|
-
}
|
|
23152
|
-
}
|
|
23153
|
-
}
|
|
23154
|
-
}
|
|
23155
|
-
|
|
23156
|
-
// #endregion
|
|
23157
|
-
|
|
23158
|
-
// #endregion
|
|
23159
|
-
|
|
23160
23448
|
// #endregion
|
|
23161
23449
|
// #region @import "toolbar/_index.scss"; -> packages/classic/scss/toolbar/_index.scss
|
|
23162
23450
|
// File already imported_once. Skipping output.
|
|
@@ -23289,6 +23577,12 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
23289
23577
|
overflow-y: auto;
|
|
23290
23578
|
position: fixed;
|
|
23291
23579
|
z-index: 10002;
|
|
23580
|
+
|
|
23581
|
+
*,
|
|
23582
|
+
*::before,
|
|
23583
|
+
*::after {
|
|
23584
|
+
box-sizing: border-box;
|
|
23585
|
+
}
|
|
23292
23586
|
}
|
|
23293
23587
|
|
|
23294
23588
|
|
|
@@ -23958,6 +24252,12 @@ $drawer-selected-hover-text: $selected-hover-text !default;
|
|
|
23958
24252
|
-webkit-touch-callout: none;
|
|
23959
24253
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
23960
24254
|
|
|
24255
|
+
*,
|
|
24256
|
+
*::before,
|
|
24257
|
+
*::after {
|
|
24258
|
+
box-sizing: border-box;
|
|
24259
|
+
}
|
|
24260
|
+
|
|
23961
24261
|
// Borders
|
|
23962
24262
|
.k-drawer-mini &.k-drawer-start,
|
|
23963
24263
|
.k-drawer-expanded &.k-drawer-start,
|
|
@@ -24313,6 +24613,12 @@ $notification-themes: () !default;
|
|
|
24313
24613
|
display: block;
|
|
24314
24614
|
-webkit-touch-callout: none;
|
|
24315
24615
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
24616
|
+
|
|
24617
|
+
*,
|
|
24618
|
+
*::before,
|
|
24619
|
+
*::after {
|
|
24620
|
+
box-sizing: border-box;
|
|
24621
|
+
}
|
|
24316
24622
|
}
|
|
24317
24623
|
|
|
24318
24624
|
.k-notification-wrap {
|
|
@@ -24552,6 +24858,12 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
|
|
|
24552
24858
|
overflow: hidden;
|
|
24553
24859
|
-webkit-touch-callout: none;
|
|
24554
24860
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
24861
|
+
|
|
24862
|
+
*,
|
|
24863
|
+
*::before,
|
|
24864
|
+
*::after {
|
|
24865
|
+
box-sizing: border-box;
|
|
24866
|
+
}
|
|
24555
24867
|
}
|
|
24556
24868
|
.k-card > .k-card-inner {
|
|
24557
24869
|
@include border-radius( $card-inner-border-radius );
|
|
@@ -25095,6 +25407,12 @@ $popover-callout-shadow-w: $card-callout-box-shadow-w !default;
|
|
|
25095
25407
|
z-index: 12000;
|
|
25096
25408
|
-webkit-touch-callout: none;
|
|
25097
25409
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
25410
|
+
|
|
25411
|
+
*,
|
|
25412
|
+
*::before,
|
|
25413
|
+
*::after {
|
|
25414
|
+
box-sizing: border-box;
|
|
25415
|
+
}
|
|
25098
25416
|
}
|
|
25099
25417
|
|
|
25100
25418
|
// Header
|
|
@@ -25373,6 +25691,12 @@ $bottom-nav-flat-border: $component-border !default;
|
|
|
25373
25691
|
outline: none;
|
|
25374
25692
|
-webkit-touch-callout: none;
|
|
25375
25693
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
25694
|
+
|
|
25695
|
+
*,
|
|
25696
|
+
*::before,
|
|
25697
|
+
*::after {
|
|
25698
|
+
box-sizing: border-box;
|
|
25699
|
+
}
|
|
25376
25700
|
}
|
|
25377
25701
|
|
|
25378
25702
|
.k-bottom-nav-border {
|
|
@@ -25624,6 +25948,12 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
25624
25948
|
flex-direction: row;
|
|
25625
25949
|
-webkit-touch-callout: none;
|
|
25626
25950
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
25951
|
+
|
|
25952
|
+
*,
|
|
25953
|
+
*::before,
|
|
25954
|
+
*::after {
|
|
25955
|
+
box-sizing: border-box;
|
|
25956
|
+
}
|
|
25627
25957
|
}
|
|
25628
25958
|
|
|
25629
25959
|
|
|
@@ -25949,6 +26279,12 @@ $pager-dropdown-width: 5em !default;
|
|
|
25949
26279
|
-webkit-touch-callout: none;
|
|
25950
26280
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
25951
26281
|
|
|
26282
|
+
*,
|
|
26283
|
+
*::before,
|
|
26284
|
+
*::after {
|
|
26285
|
+
box-sizing: border-box;
|
|
26286
|
+
}
|
|
26287
|
+
|
|
25952
26288
|
.k-link {
|
|
25953
26289
|
text-decoration: none;
|
|
25954
26290
|
outline: 0;
|
|
@@ -26001,7 +26337,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
26001
26337
|
%base-pager-item {
|
|
26002
26338
|
min-width: $button-calc-size;
|
|
26003
26339
|
height: $button-calc-size;
|
|
26004
|
-
box-sizing: border-box;
|
|
26005
26340
|
color: inherit;
|
|
26006
26341
|
text-align: center;
|
|
26007
26342
|
display: inline-flex;
|
|
@@ -26161,7 +26496,6 @@ $pager-dropdown-width: 5em !default;
|
|
|
26161
26496
|
}
|
|
26162
26497
|
|
|
26163
26498
|
height: $button-calc-size;
|
|
26164
|
-
box-sizing: border-box;
|
|
26165
26499
|
border-color: inherit;
|
|
26166
26500
|
}
|
|
26167
26501
|
|
|
@@ -26486,6 +26820,12 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26486
26820
|
color: inherit;
|
|
26487
26821
|
background: none;
|
|
26488
26822
|
|
|
26823
|
+
*,
|
|
26824
|
+
*::before,
|
|
26825
|
+
*::after {
|
|
26826
|
+
box-sizing: border-box;
|
|
26827
|
+
}
|
|
26828
|
+
|
|
26489
26829
|
|
|
26490
26830
|
// Step list
|
|
26491
26831
|
.k-step-list {
|
|
@@ -26535,7 +26875,6 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26535
26875
|
transition-property: color, background-color, border-color;
|
|
26536
26876
|
transition-duration: .4s;
|
|
26537
26877
|
transition-timing-function: ease-in-out;
|
|
26538
|
-
box-sizing: content-box;
|
|
26539
26878
|
|
|
26540
26879
|
&::after {
|
|
26541
26880
|
@include border-radius( 100% );
|
|
@@ -27201,19 +27540,27 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27201
27540
|
}
|
|
27202
27541
|
|
|
27203
27542
|
> .k-button {
|
|
27204
|
-
|
|
27543
|
+
width: auto;
|
|
27544
|
+
height: auto;
|
|
27545
|
+
flex: none;
|
|
27205
27546
|
align-self: stretch;
|
|
27547
|
+
aspect-ratio: auto;
|
|
27548
|
+
|
|
27549
|
+
.k-button-icon {
|
|
27550
|
+
min-width: auto;
|
|
27551
|
+
min-height: auto;
|
|
27552
|
+
}
|
|
27206
27553
|
}
|
|
27207
27554
|
|
|
27208
27555
|
&.k-hstack {
|
|
27209
27556
|
> .k-button {
|
|
27210
|
-
|
|
27557
|
+
padding: 0 map-get( $spacing, 1 );
|
|
27211
27558
|
}
|
|
27212
27559
|
}
|
|
27213
27560
|
|
|
27214
27561
|
&.k-vstack {
|
|
27215
27562
|
> .k-button {
|
|
27216
|
-
|
|
27563
|
+
padding: map-get( $spacing, 1 ) 0;
|
|
27217
27564
|
}
|
|
27218
27565
|
}
|
|
27219
27566
|
}
|
|
@@ -27787,6 +28134,12 @@ $expander-content-padding-y: $padding-y * 4 !default;
|
|
|
27787
28134
|
-webkit-touch-callout: none;
|
|
27788
28135
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
27789
28136
|
|
|
28137
|
+
*,
|
|
28138
|
+
*::before,
|
|
28139
|
+
*::after {
|
|
28140
|
+
box-sizing: border-box;
|
|
28141
|
+
}
|
|
28142
|
+
|
|
27790
28143
|
.k-rtl &,
|
|
27791
28144
|
&.k-rtl,
|
|
27792
28145
|
&[dir = "rtl"] {
|
|
@@ -27826,7 +28179,6 @@ $expander-content-padding-y: $padding-y * 4 !default;
|
|
|
27826
28179
|
// Expander content
|
|
27827
28180
|
.k-expander-content {
|
|
27828
28181
|
padding: $expander-content-padding-y $expander-content-padding-x;
|
|
27829
|
-
box-sizing: border-box;
|
|
27830
28182
|
}
|
|
27831
28183
|
|
|
27832
28184
|
// Multiple expanders
|
|
@@ -28037,6 +28389,12 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
28037
28389
|
-webkit-touch-callout: none;
|
|
28038
28390
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
28039
28391
|
|
|
28392
|
+
*,
|
|
28393
|
+
*::before,
|
|
28394
|
+
*::after {
|
|
28395
|
+
box-sizing: border-box;
|
|
28396
|
+
}
|
|
28397
|
+
|
|
28040
28398
|
|
|
28041
28399
|
// Root
|
|
28042
28400
|
> .k-item,
|
|
@@ -33726,6 +34084,7 @@ $pivotgrid-remove-text: null !default;
|
|
|
33726
34084
|
border-style: solid;
|
|
33727
34085
|
align-items: flex-start;
|
|
33728
34086
|
flex-wrap: wrap;
|
|
34087
|
+
box-shadow: none;
|
|
33729
34088
|
|
|
33730
34089
|
> * {
|
|
33731
34090
|
max-width: 100%;
|
|
@@ -33736,33 +34095,6 @@ $pivotgrid-remove-text: null !default;
|
|
|
33736
34095
|
}
|
|
33737
34096
|
}
|
|
33738
34097
|
|
|
33739
|
-
.k-pivot-toolbar .k-button,
|
|
33740
|
-
.k-fieldselector .k-list li.k-item {
|
|
33741
|
-
@include border-radius( $border-radius );
|
|
33742
|
-
padding: $button-padding-y $button-padding-x;
|
|
33743
|
-
padding-right: calc( #{$button-padding-x} + #{$icon-size * 3} );
|
|
33744
|
-
min-height: auto;
|
|
33745
|
-
font-size: $font-size;
|
|
33746
|
-
line-height: $button-line-height;
|
|
33747
|
-
text-align: left;
|
|
33748
|
-
white-space: normal;
|
|
33749
|
-
word-break: break-word;
|
|
33750
|
-
position: relative;
|
|
33751
|
-
cursor: move;
|
|
33752
|
-
|
|
33753
|
-
.k-field-actions .k-setting-delete {
|
|
33754
|
-
box-sizing: content-box;
|
|
33755
|
-
}
|
|
33756
|
-
}
|
|
33757
|
-
|
|
33758
|
-
.k-field-actions {
|
|
33759
|
-
position: absolute;
|
|
33760
|
-
right: $button-padding-y;
|
|
33761
|
-
top: $button-padding-y;
|
|
33762
|
-
line-height: 1;
|
|
33763
|
-
cursor: pointer;
|
|
33764
|
-
}
|
|
33765
|
-
|
|
33766
34098
|
.k-pivot-layout {
|
|
33767
34099
|
border-spacing: 0;
|
|
33768
34100
|
table-layout: auto;
|
|
@@ -33785,6 +34117,8 @@ $pivotgrid-remove-text: null !default;
|
|
|
33785
34117
|
.k-pivot-rowheaders > .k-grid,
|
|
33786
34118
|
.k-pivot-table > .k-grid {
|
|
33787
34119
|
border-width: 0;
|
|
34120
|
+
color: inherit;
|
|
34121
|
+
background: none;
|
|
33788
34122
|
}
|
|
33789
34123
|
|
|
33790
34124
|
.k-pivot-rowheaders > .k-grid td:first-child,
|
|
@@ -33848,77 +34182,73 @@ $pivotgrid-remove-text: null !default;
|
|
|
33848
34182
|
@include exports("pivotgrid/configurator/layout/legacy") {
|
|
33849
34183
|
|
|
33850
34184
|
|
|
33851
|
-
|
|
33852
|
-
|
|
33853
|
-
border-style: solid;
|
|
34185
|
+
// jquery specific -- old pivot
|
|
34186
|
+
.k-pivotgrid-wrapper {
|
|
33854
34187
|
box-sizing: border-box;
|
|
33855
|
-
|
|
33856
|
-
|
|
33857
|
-
|
|
33858
|
-
|
|
33859
|
-
-webkit-touch-callout: none;
|
|
33860
|
-
-webkit-tap-highlight-color: $rgba-transparent;
|
|
33861
|
-
|
|
33862
|
-
.k-columns {
|
|
33863
|
-
display: flex;
|
|
33864
|
-
align-items: stretch;
|
|
33865
|
-
|
|
33866
|
-
> div {
|
|
33867
|
-
padding: $table-cell-padding-y;
|
|
33868
|
-
width: 50%;
|
|
33869
|
-
box-sizing: border-box;
|
|
33870
|
-
border-width: 0;
|
|
33871
|
-
border-style: solid;
|
|
33872
|
-
float: left;
|
|
33873
|
-
overflow: auto;
|
|
33874
|
-
}
|
|
33875
|
-
> div + div {
|
|
33876
|
-
border-left-width: 1px;
|
|
33877
|
-
}
|
|
33878
|
-
}
|
|
33879
|
-
|
|
34188
|
+
display: flex;
|
|
34189
|
+
flex-flow: row nowrap;
|
|
34190
|
+
align-items: flex-start;
|
|
34191
|
+
gap: map-get( $spacing, 2 );
|
|
33880
34192
|
|
|
33881
|
-
|
|
33882
|
-
|
|
33883
|
-
|
|
34193
|
+
> .k-pivotgrid-configurator-panel {
|
|
34194
|
+
max-width: 320px;
|
|
34195
|
+
flex: none;
|
|
33884
34196
|
}
|
|
33885
|
-
|
|
33886
|
-
|
|
34197
|
+
> .k-pivot {
|
|
34198
|
+
flex: 1;
|
|
33887
34199
|
}
|
|
34200
|
+
}
|
|
34201
|
+
.k-pivotgrid-configurator-panel.kendo-jquery {
|
|
34202
|
+
box-sizing: border-box;
|
|
34203
|
+
display: inline-flex;
|
|
33888
34204
|
|
|
33889
|
-
|
|
33890
|
-
|
|
33891
|
-
.k-treeview {
|
|
33892
|
-
border-width: 0;
|
|
33893
|
-
overflow: visible;
|
|
34205
|
+
.k-pivotgrid-configurator {
|
|
34206
|
+
height: 100%;
|
|
33894
34207
|
}
|
|
33895
34208
|
|
|
33896
|
-
.k-
|
|
33897
|
-
|
|
33898
|
-
|
|
33899
|
-
|
|
33900
|
-
|
|
34209
|
+
.k-pivotgrid-configurator-content {
|
|
34210
|
+
padding: map-get( $spacing, 4 );
|
|
34211
|
+
max-height: 100%;
|
|
34212
|
+
display: flex;
|
|
34213
|
+
flex-flow: column nowrap;
|
|
34214
|
+
gap: map-get( $spacing, 4 );
|
|
34215
|
+
overflow-x: hidden;
|
|
34216
|
+
overflow-y: auto;
|
|
33901
34217
|
}
|
|
33902
34218
|
|
|
33903
|
-
|
|
33904
|
-
|
|
33905
|
-
|
|
33906
|
-
|
|
33907
|
-
padding: $padding-y-sm;
|
|
33908
|
-
border-width: 1px;
|
|
33909
|
-
border-style: solid;
|
|
34219
|
+
.k-pivotgrid-targets {
|
|
34220
|
+
display: flex;
|
|
34221
|
+
flex-flow: column nowrap;
|
|
34222
|
+
gap: map-get( $spacing, 4 );
|
|
33910
34223
|
}
|
|
33911
|
-
|
|
33912
|
-
|
|
34224
|
+
|
|
34225
|
+
.k-pivotgrid-configurator-section {
|
|
34226
|
+
display: flex;
|
|
34227
|
+
flex-flow: column nowrap;
|
|
34228
|
+
gap: map-get( $spacing, 2 );
|
|
33913
34229
|
}
|
|
33914
|
-
|
|
34230
|
+
|
|
34231
|
+
.k-column-fields {
|
|
34232
|
+
margin: 0;
|
|
34233
|
+
padding: map-get( $spacing, 1 );
|
|
34234
|
+
max-height: 200px;
|
|
33915
34235
|
border-width: 1px;
|
|
33916
34236
|
border-style: solid;
|
|
34237
|
+
display: flex;
|
|
34238
|
+
flex-flow: row wrap;
|
|
34239
|
+
gap: map-get( $spacing, 1 );
|
|
34240
|
+
overflow-x: hidden;
|
|
34241
|
+
overflow-y: auto;
|
|
34242
|
+
|
|
34243
|
+
> * {
|
|
34244
|
+
margin: 0;
|
|
34245
|
+
}
|
|
33917
34246
|
}
|
|
33918
|
-
.k-
|
|
33919
|
-
|
|
34247
|
+
.k-ie & .k-column-fields {
|
|
34248
|
+
> * {
|
|
34249
|
+
margin: 2px;
|
|
34250
|
+
}
|
|
33920
34251
|
}
|
|
33921
|
-
|
|
33922
34252
|
}
|
|
33923
34253
|
|
|
33924
34254
|
}
|
|
@@ -34136,103 +34466,59 @@ $pivotgrid-remove-text: null !default;
|
|
|
34136
34466
|
@include exports("pivotgrid/theme/legacy") {
|
|
34137
34467
|
|
|
34138
34468
|
.k-pivot {
|
|
34469
|
+
@include fill (
|
|
34470
|
+
$pivotgrid-text,
|
|
34471
|
+
$pivotgrid-bg,
|
|
34472
|
+
$pivotgrid-border
|
|
34473
|
+
);
|
|
34474
|
+
}
|
|
34475
|
+
.k-pivot-table {
|
|
34139
34476
|
border-color: $pivotgrid-border;
|
|
34140
34477
|
}
|
|
34141
34478
|
|
|
34142
|
-
|
|
34143
|
-
.k-pivot-
|
|
34144
|
-
|
|
34479
|
+
// Pivotgrid header
|
|
34480
|
+
.k-pivot-rowheaders {
|
|
34481
|
+
@include fill(
|
|
34482
|
+
$pivotgrid-headers-text,
|
|
34483
|
+
$pivotgrid-headers-bg,
|
|
34484
|
+
$pivotgrid-headers-border
|
|
34485
|
+
);
|
|
34145
34486
|
}
|
|
34146
34487
|
|
|
34147
|
-
|
|
34148
|
-
|
|
34488
|
+
|
|
34489
|
+
// Pivotgrid toolbar
|
|
34490
|
+
.k-pivot-toolbar {
|
|
34491
|
+
@include fill(
|
|
34492
|
+
$pivotgrid-headers-text,
|
|
34493
|
+
$pivotgrid-headers-bg,
|
|
34494
|
+
$pivotgrid-headers-border
|
|
34495
|
+
);
|
|
34496
|
+
|
|
34497
|
+
.k-empty {
|
|
34498
|
+
color: $subtle-text;
|
|
34499
|
+
}
|
|
34149
34500
|
}
|
|
34150
34501
|
|
|
34151
|
-
.k-
|
|
34152
|
-
background-color: $pivotgrid-
|
|
34502
|
+
.k-alt {
|
|
34503
|
+
background-color: $pivotgrid-alt-bg;
|
|
34153
34504
|
}
|
|
34154
34505
|
|
|
34155
34506
|
.k-pivot-toolbar,
|
|
34156
34507
|
.k-pivot-table,
|
|
34157
|
-
.k-fieldselector,
|
|
34158
|
-
.k-fieldselector .k-list-container,
|
|
34159
|
-
.k-fieldselector .k-columns > div,
|
|
34160
34508
|
.k-pivot-rowheaders > .k-grid td:first-child,
|
|
34161
34509
|
.k-pivot-table .k-grid-header .k-header.k-first {
|
|
34162
34510
|
border-color: $pivotgrid-chrome-border;
|
|
34163
34511
|
}
|
|
34164
34512
|
|
|
34165
|
-
.k-pivot-rowheaders .k-alt .k-alt,
|
|
34166
34513
|
.k-header.k-alt {
|
|
34167
34514
|
background-color: $pivotgrid-row-headers-bg;
|
|
34168
34515
|
}
|
|
34169
34516
|
|
|
34170
|
-
.k-pivot-
|
|
34171
|
-
.k-fieldselector .k-list li.k-item {
|
|
34172
|
-
@include fill(
|
|
34173
|
-
$button-text,
|
|
34174
|
-
$button-bg,
|
|
34175
|
-
$button-border,
|
|
34176
|
-
$button-gradient
|
|
34177
|
-
);
|
|
34178
|
-
|
|
34179
|
-
&:hover,
|
|
34180
|
-
&.k-state-hover {
|
|
34181
|
-
@include fill(
|
|
34182
|
-
$button-hovered-text,
|
|
34183
|
-
$button-hovered-bg,
|
|
34184
|
-
$button-hovered-border,
|
|
34185
|
-
$button-hovered-gradient
|
|
34186
|
-
);
|
|
34187
|
-
}
|
|
34188
|
-
|
|
34189
|
-
// Pressed state
|
|
34190
|
-
&:active,
|
|
34191
|
-
&.k-state-active {
|
|
34192
|
-
@include fill(
|
|
34193
|
-
$button-active-text,
|
|
34194
|
-
$button-active-bg,
|
|
34195
|
-
$button-active-border,
|
|
34196
|
-
$button-active-gradient
|
|
34197
|
-
);
|
|
34198
|
-
}
|
|
34199
|
-
|
|
34200
|
-
// Focused state
|
|
34201
|
-
&:focus,
|
|
34202
|
-
&.k-state-focus,
|
|
34203
|
-
&.k-state-focused {
|
|
34204
|
-
box-shadow: $button-focused-shadow;
|
|
34205
|
-
}
|
|
34206
|
-
|
|
34207
|
-
&.k-empty {
|
|
34208
|
-
color: $subtle-text;
|
|
34209
|
-
}
|
|
34210
|
-
}
|
|
34211
|
-
|
|
34212
|
-
.k-pivot-toolbar {
|
|
34213
|
-
.k-empty {
|
|
34214
|
-
color: $subtle-text;
|
|
34215
|
-
}
|
|
34216
|
-
}
|
|
34217
|
-
|
|
34218
|
-
.k-pivot-layout .k-grid-footer,
|
|
34219
|
-
.k-pivot-layout .k-grid.k-alt {
|
|
34517
|
+
.k-pivot-layout .k-grid-footer {
|
|
34220
34518
|
color: $pivotgrid-alt-text;
|
|
34221
34519
|
background-color: $pivotgrid-alt-bg;
|
|
34222
34520
|
}
|
|
34223
34521
|
|
|
34224
|
-
// Loading indicator
|
|
34225
|
-
.k-fieldselector {
|
|
34226
|
-
.k-i-loading {
|
|
34227
|
-
border-color: $header-bg;
|
|
34228
|
-
}
|
|
34229
|
-
|
|
34230
|
-
.k-i-loading::before,
|
|
34231
|
-
.k-i-loading::after {
|
|
34232
|
-
background-color: $header-bg;
|
|
34233
|
-
}
|
|
34234
|
-
}
|
|
34235
|
-
|
|
34236
34522
|
// KPI icons
|
|
34237
34523
|
.k-i-kpi-trend-increase,
|
|
34238
34524
|
.k-i-kpi-trend-decrease,
|
|
@@ -34251,6 +34537,16 @@ $pivotgrid-remove-text: null !default;
|
|
|
34251
34537
|
.k-i-kpi-status-open {
|
|
34252
34538
|
color: $success;
|
|
34253
34539
|
}
|
|
34540
|
+
|
|
34541
|
+
|
|
34542
|
+
// Configurator
|
|
34543
|
+
.k-pivotgrid-configurator-panel.kendo-jquery {
|
|
34544
|
+
|
|
34545
|
+
.k-column-fields {
|
|
34546
|
+
border-color: $component-border;
|
|
34547
|
+
}
|
|
34548
|
+
|
|
34549
|
+
}
|
|
34254
34550
|
}
|
|
34255
34551
|
|
|
34256
34552
|
// #endregion
|
|
@@ -34457,11 +34753,19 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
34457
34753
|
// #region @import "_layout.scss"; -> packages/classic/scss/filter/_layout.scss
|
|
34458
34754
|
// #region @import "~@progress/kendo-theme-default/scss/filter/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/filter/_layout.scss
|
|
34459
34755
|
@include exports("filter/layout") {
|
|
34756
|
+
|
|
34460
34757
|
.k-filter {
|
|
34758
|
+
box-sizing: border-box;
|
|
34461
34759
|
border-width: 0;
|
|
34462
34760
|
display: inline-block;
|
|
34463
34761
|
background-color: transparent;
|
|
34464
34762
|
|
|
34763
|
+
*,
|
|
34764
|
+
*::before,
|
|
34765
|
+
*::after {
|
|
34766
|
+
box-sizing: border-box;
|
|
34767
|
+
}
|
|
34768
|
+
|
|
34465
34769
|
ul {
|
|
34466
34770
|
padding: 0;
|
|
34467
34771
|
|
|
@@ -35230,6 +35534,12 @@ $taskboard-drag-placeholder-border: $component-border !default;
|
|
|
35230
35534
|
display: flex;
|
|
35231
35535
|
flex-direction: column;
|
|
35232
35536
|
position: relative;
|
|
35537
|
+
|
|
35538
|
+
*,
|
|
35539
|
+
*::before,
|
|
35540
|
+
*::after {
|
|
35541
|
+
box-sizing: border-box;
|
|
35542
|
+
}
|
|
35233
35543
|
}
|
|
35234
35544
|
|
|
35235
35545
|
// Toolbar
|
|
@@ -35298,7 +35608,6 @@ $taskboard-drag-placeholder-border: $component-border !default;
|
|
|
35298
35608
|
.k-taskboard-column-cards {
|
|
35299
35609
|
padding: $taskboard-column-cards-padding-y $taskboard-column-cards-padding-x;
|
|
35300
35610
|
min-height: 100%;
|
|
35301
|
-
box-sizing: border-box;
|
|
35302
35611
|
display: flex;
|
|
35303
35612
|
flex-direction: column;
|
|
35304
35613
|
gap: $taskboard-column-cards-gap 0;
|
|
@@ -35330,7 +35639,6 @@ $taskboard-drag-placeholder-border: $component-border !default;
|
|
|
35330
35639
|
width: $taskboard-pane-width;
|
|
35331
35640
|
border-width: $taskboard-pane-border-width;
|
|
35332
35641
|
border-style: solid;
|
|
35333
|
-
box-sizing: border-box;
|
|
35334
35642
|
display: flex;
|
|
35335
35643
|
flex-direction: column;
|
|
35336
35644
|
position: absolute;
|
|
@@ -36574,6 +36882,12 @@ $imageeditor-crop-overlay-bg: rgba(black, .3) !default;
|
|
|
36574
36882
|
line-height: $imageeditor-line-height;
|
|
36575
36883
|
-webkit-touch-callout: none;
|
|
36576
36884
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
36885
|
+
|
|
36886
|
+
*,
|
|
36887
|
+
*::before,
|
|
36888
|
+
*::after {
|
|
36889
|
+
box-sizing: border-box;
|
|
36890
|
+
}
|
|
36577
36891
|
}
|
|
36578
36892
|
|
|
36579
36893
|
|
|
@@ -39248,6 +39562,12 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
39248
39562
|
flex-shrink: 0;
|
|
39249
39563
|
font-size: inherit;
|
|
39250
39564
|
}
|
|
39565
|
+
|
|
39566
|
+
.k-no-data {
|
|
39567
|
+
height: auto;
|
|
39568
|
+
min-height: auto;
|
|
39569
|
+
color: inherit;
|
|
39570
|
+
}
|
|
39251
39571
|
}
|
|
39252
39572
|
|
|
39253
39573
|
}
|
|
@@ -40368,12 +40688,13 @@ $chat-quick-reply-hover-border: $primary !default;
|
|
|
40368
40688
|
|
|
40369
40689
|
|
|
40370
40690
|
.k-scroll-button {
|
|
40691
|
+
// IMPORTANT: if we don't set padding, the browser will set for us
|
|
40692
|
+
padding: 0 map-get( $spacing, 1 );
|
|
40371
40693
|
height: 100%;
|
|
40372
40694
|
aspect-ratio: auto;
|
|
40373
40695
|
position: absolute;
|
|
40374
40696
|
z-index: 2;
|
|
40375
|
-
top:
|
|
40376
|
-
transform: translateY(-50%);
|
|
40697
|
+
top: 0;
|
|
40377
40698
|
|
|
40378
40699
|
.k-button-icon {
|
|
40379
40700
|
min-width: auto;
|
|
@@ -40633,6 +40954,12 @@ $mediaplayer-titlebar-gradient: rgba( $mediaplayer-text, .7 ), rgba( $mediaplaye
|
|
|
40633
40954
|
-webkit-touch-callout: none;
|
|
40634
40955
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
40635
40956
|
|
|
40957
|
+
*,
|
|
40958
|
+
*::before,
|
|
40959
|
+
*::after {
|
|
40960
|
+
box-sizing: border-box;
|
|
40961
|
+
}
|
|
40962
|
+
|
|
40636
40963
|
> iframe {
|
|
40637
40964
|
width: 100%;
|
|
40638
40965
|
height: 100%;
|
|
@@ -40855,6 +41182,12 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
40855
41182
|
-webkit-touch-callout: none;
|
|
40856
41183
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
40857
41184
|
|
|
41185
|
+
*,
|
|
41186
|
+
*::before,
|
|
41187
|
+
*::after {
|
|
41188
|
+
box-sizing: border-box;
|
|
41189
|
+
}
|
|
41190
|
+
|
|
40858
41191
|
ul {
|
|
40859
41192
|
margin: 0;
|
|
40860
41193
|
padding: 0;
|
|
@@ -40872,7 +41205,6 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
40872
41205
|
line-height: $timeline-flag-line-height;
|
|
40873
41206
|
min-width: $timeline-flag-min-width;
|
|
40874
41207
|
max-width: $timeline-flag-max-width;
|
|
40875
|
-
box-sizing: border-box;
|
|
40876
41208
|
position: relative;
|
|
40877
41209
|
z-index: 1;
|
|
40878
41210
|
}
|
|
@@ -40952,7 +41284,6 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
40952
41284
|
margin: $timeline-spacing-y 0;
|
|
40953
41285
|
width: 100%;
|
|
40954
41286
|
position: relative;
|
|
40955
|
-
box-sizing: border-box;
|
|
40956
41287
|
border: 0;
|
|
40957
41288
|
}
|
|
40958
41289
|
|
|
@@ -41142,12 +41473,10 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
41142
41473
|
|
|
41143
41474
|
.k-timeline-card {
|
|
41144
41475
|
height: 100%;
|
|
41145
|
-
box-sizing: border-box;
|
|
41146
41476
|
}
|
|
41147
41477
|
|
|
41148
41478
|
.k-card {
|
|
41149
41479
|
max-height: 100%;
|
|
41150
|
-
box-sizing: border-box;
|
|
41151
41480
|
}
|
|
41152
41481
|
|
|
41153
41482
|
.k-timeline-events-list {
|
|
@@ -42979,12 +43308,19 @@ $map-marker-fill: $primary !default;
|
|
|
42979
43308
|
// Layout
|
|
42980
43309
|
.k-map {
|
|
42981
43310
|
height: 600px;
|
|
43311
|
+
box-sizing: border-box;
|
|
42982
43312
|
border-width: $map-border-width;
|
|
42983
43313
|
border-style: solid;
|
|
42984
43314
|
font-size: $map-font-size;
|
|
42985
43315
|
line-height: $map-line-height;
|
|
42986
43316
|
font-family: $map-font-family;
|
|
42987
43317
|
|
|
43318
|
+
*,
|
|
43319
|
+
*::before,
|
|
43320
|
+
*::after {
|
|
43321
|
+
box-sizing: border-box;
|
|
43322
|
+
}
|
|
43323
|
+
|
|
42988
43324
|
|
|
42989
43325
|
// Scroll
|
|
42990
43326
|
.km-scroll-wrapper {
|
|
@@ -43258,6 +43594,12 @@ $orgchart-line-v-height: 25px !default;
|
|
|
43258
43594
|
font-family: $orgchart-font-family;
|
|
43259
43595
|
line-height: $orgchart-line-height;
|
|
43260
43596
|
overflow: auto;
|
|
43597
|
+
|
|
43598
|
+
*,
|
|
43599
|
+
*::before,
|
|
43600
|
+
*::after {
|
|
43601
|
+
box-sizing: border-box;
|
|
43602
|
+
}
|
|
43261
43603
|
}
|
|
43262
43604
|
|
|
43263
43605
|
.k-orgchart-container {
|