@progress/kendo-theme-default 4.43.1-dev.4 → 4.43.1-dev.5
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 +748 -805
- package/dist/all.scss +1290 -1168
- package/package.json +2 -2
- package/scss/adaptive/_layout.scss +40 -86
- package/scss/adaptive/_theme.scss +0 -9
- package/scss/appbar/_variables.scss +1 -1
- package/scss/autocomplete/_theme.scss +20 -39
- package/scss/autocomplete/_variables.scss +0 -19
- package/scss/avatar/_variables.scss +11 -1
- package/scss/button/_layout.scss +2 -2
- package/scss/button/_variables.scss +3 -3
- package/scss/calendar/_layout.scss +2 -14
- package/scss/card/_variables.scss +4 -4
- package/scss/chat/_layout.scss +3 -9
- package/scss/chat/_theme.scss +0 -21
- package/scss/chat/_variables.scss +0 -7
- package/scss/checkbox/_layout.scss +78 -145
- package/scss/checkbox/_theme.scss +6 -2
- package/scss/checkbox/_variables.scss +87 -18
- package/scss/daterangepicker/_index.scss +10 -0
- package/scss/daterangepicker/_layout.scss +27 -0
- package/scss/daterangepicker/_theme.scss +3 -0
- package/scss/daterangepicker/_variables.scss +1 -0
- package/scss/editor/_layout.scss +2 -10
- package/scss/forms/_layout.scss +7 -9
- package/scss/gantt/_layout.scss +1 -1
- package/scss/grid/_layout.scss +128 -97
- package/scss/grid/_variables.scss +1 -3
- package/scss/index.scss +1 -0
- package/scss/input/_layout.scss +1 -1
- package/scss/input/_variables.scss +5 -5
- package/scss/list/_layout.scss +9 -41
- package/scss/list/_theme.scss +4 -3
- package/scss/list/_variables.scss +64 -8
- package/scss/listbox/_variables.scss +1 -1
- package/scss/listview/_layout.scss +2 -9
- package/scss/map/_layout.scss +5 -0
- package/scss/menu/_layout.scss +48 -5
- package/scss/menu/_theme.scss +6 -2
- package/scss/menu/_variables.scss +1 -1
- package/scss/numerictextbox/_layout.scss +9 -27
- package/scss/numerictextbox/_theme.scss +64 -84
- package/scss/numerictextbox/_variables.scss +0 -27
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pager/_variables.scss +1 -1
- package/scss/pdf-viewer/_layout.scss +20 -29
- package/scss/pdf-viewer/_variables.scss +2 -5
- package/scss/radio/_layout.scss +89 -136
- package/scss/radio/_theme.scss +2 -2
- package/scss/radio/_variables.scss +88 -26
- package/scss/scheduler/_layout.scss +25 -12
- package/scss/searchbox/_layout.scss +22 -8
- package/scss/searchbox/_theme.scss +16 -25
- package/scss/searchbox/_variables.scss +0 -20
- package/scss/skeleton/_layout.scss +1 -1
- package/scss/spreadsheet/_layout.scss +27 -15
- package/scss/table/_layout.scss +29 -6
- package/scss/table/_theme.scss +3 -2
- package/scss/table/_variables.scss +3 -3
- package/scss/timeselector/_layout.scss +2 -2
- package/scss/toolbar/_layout.scss +21 -2
- package/scss/toolbar/_theme.scss +35 -7
- package/scss/treeview/_layout.scss +130 -110
- package/scss/treeview/_theme.scss +36 -25
- package/scss/treeview/_variables.scss +67 -13
- package/scss/typography/_variables.scss +3 -3
- package/scss/window/_variables.scss +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "4.43.1-dev.
|
|
4
|
+
"version": "4.43.1-dev.5",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"dart:flat": "gulp dart:flat",
|
|
48
48
|
"prepublishOnly": "echo 'no prebublish for default theme'"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "ac48eb1c0df9b906d3bef3e7881332555f14a232"
|
|
51
51
|
}
|
|
@@ -83,14 +83,6 @@
|
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
.k-grid-filter-menu {
|
|
87
|
-
|
|
88
|
-
.k-filter-selected-items {
|
|
89
|
-
margin: 1em;
|
|
90
|
-
font-weight: normal;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
86
|
.k-grid-edit-form {
|
|
95
87
|
|
|
96
88
|
.k-popup-edit-form,
|
|
@@ -99,10 +91,6 @@
|
|
|
99
91
|
min-width: auto;
|
|
100
92
|
}
|
|
101
93
|
}
|
|
102
|
-
|
|
103
|
-
.k-grid .k-grid-search {
|
|
104
|
-
width: 100%;
|
|
105
|
-
}
|
|
106
94
|
}
|
|
107
95
|
|
|
108
96
|
.k-grid.k-grid-mobile {
|
|
@@ -369,39 +357,18 @@
|
|
|
369
357
|
|
|
370
358
|
.k-pane-wrapper {
|
|
371
359
|
|
|
372
|
-
.k-
|
|
373
|
-
|
|
374
|
-
.k-grid-filter-menu,
|
|
375
|
-
.k-scheduler-edit-form {
|
|
376
|
-
|
|
377
|
-
> .k-header {
|
|
378
|
-
display: flex;
|
|
379
|
-
justify-content: space-between;
|
|
380
|
-
padding: .3em .6em;
|
|
381
|
-
width: auto;
|
|
382
|
-
line-height: 2em;
|
|
383
|
-
|
|
384
|
-
.k-header-done,
|
|
385
|
-
.k-header-cancel {
|
|
386
|
-
display: flex;
|
|
387
|
-
flex-direction: row;
|
|
388
|
-
align-items: center;
|
|
389
|
-
|
|
390
|
-
.k-icon {
|
|
391
|
-
font-size: 1.5em;
|
|
392
|
-
}
|
|
393
|
-
}
|
|
394
|
-
}
|
|
360
|
+
.k-appbar {
|
|
361
|
+
padding: map-get( $spacing, 1 );
|
|
395
362
|
}
|
|
396
363
|
|
|
397
364
|
.k-list-title,
|
|
398
|
-
.k-filter-help-text
|
|
399
|
-
.k-list-group-header {
|
|
365
|
+
.k-filter-help-text {
|
|
400
366
|
padding: $listgroup-item-padding-y $listgroup-item-padding-x;
|
|
401
367
|
display: block;
|
|
402
368
|
}
|
|
403
369
|
|
|
404
|
-
.k-
|
|
370
|
+
.k-listgroup-title {
|
|
371
|
+
padding: $listgroup-item-padding-y $listgroup-item-padding-x;
|
|
405
372
|
font-weight: bold;
|
|
406
373
|
text-transform: uppercase;
|
|
407
374
|
}
|
|
@@ -413,31 +380,56 @@
|
|
|
413
380
|
}
|
|
414
381
|
}
|
|
415
382
|
.k-listgroup + .k-listgroup {
|
|
416
|
-
margin-top:
|
|
383
|
+
margin-top: map-get( $spacing, 4 );
|
|
417
384
|
}
|
|
418
385
|
|
|
419
386
|
// Column menu
|
|
420
387
|
.k-column-menu {
|
|
388
|
+
padding: map-get( $spacing, 2 );
|
|
389
|
+
display: flex;
|
|
390
|
+
flex-flow: column nowrap;
|
|
391
|
+
gap: map-get( $spacing, 2 );
|
|
421
392
|
|
|
422
393
|
.k-filter-item .k-filterable * {
|
|
423
394
|
pointer-events: none;
|
|
424
395
|
}
|
|
396
|
+
|
|
397
|
+
.k-list-title,
|
|
398
|
+
.k-listgroup-title {
|
|
399
|
+
padding: 0;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.k-listgroup {
|
|
403
|
+
margin-inline: -#{map-get( $spacing, 2 )};
|
|
404
|
+
}
|
|
425
405
|
}
|
|
426
406
|
|
|
427
407
|
// Filter menu
|
|
428
408
|
.k-filter-menu {
|
|
409
|
+
padding: map-get( $spacing, 2 );
|
|
410
|
+
display: flex;
|
|
411
|
+
flex-flow: column nowrap;
|
|
412
|
+
gap: map-get( $spacing, 2 );
|
|
429
413
|
|
|
430
|
-
.k-
|
|
431
|
-
|
|
432
|
-
|
|
414
|
+
.k-list-title {
|
|
415
|
+
padding: 0;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.k-list-filter {
|
|
419
|
+
padding: 0;
|
|
433
420
|
display: flex;
|
|
434
|
-
|
|
421
|
+
flex-flow: column nowrap;
|
|
422
|
+
gap: inherit;
|
|
435
423
|
}
|
|
436
424
|
|
|
437
425
|
.k-filter-tools {
|
|
438
|
-
margin: 1em;
|
|
439
426
|
display: flex;
|
|
440
|
-
|
|
427
|
+
flex-flow: row nowrap;
|
|
428
|
+
gap: inherit;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.k-listgroup {
|
|
432
|
+
margin-inline: -#{map-get( $spacing, 2 )};
|
|
441
433
|
}
|
|
442
434
|
}
|
|
443
435
|
|
|
@@ -461,7 +453,6 @@
|
|
|
461
453
|
}
|
|
462
454
|
|
|
463
455
|
// Pager
|
|
464
|
-
|
|
465
456
|
.k-pager-wrap.k-pager-sm {
|
|
466
457
|
justify-content: center;
|
|
467
458
|
|
|
@@ -471,47 +462,14 @@
|
|
|
471
462
|
|
|
472
463
|
}
|
|
473
464
|
|
|
474
|
-
// IE
|
|
475
|
-
|
|
476
|
-
.k-ie & {
|
|
477
|
-
|
|
478
|
-
.k-scheduler {
|
|
479
|
-
.k-scheduler-toolbar,
|
|
480
|
-
.k-scheduler-footer {
|
|
481
|
-
line-height: 2em;
|
|
482
|
-
}
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
.k-grid {
|
|
486
|
-
|
|
487
|
-
.k-icon {
|
|
488
|
-
text-indent: 0;
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
|
-
}
|
|
492
|
-
|
|
493
465
|
// RTL
|
|
494
|
-
|
|
495
466
|
.k-rtl &,
|
|
496
467
|
&[dir="rtl"],
|
|
497
468
|
[dir="rtl"] & {
|
|
498
469
|
|
|
499
|
-
.k-
|
|
500
|
-
.k-
|
|
501
|
-
|
|
502
|
-
.k-scheduler-edit-form {
|
|
503
|
-
|
|
504
|
-
> .k-header {
|
|
505
|
-
flex-direction: row-reverse;
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
.k-filter-menu {
|
|
510
|
-
|
|
511
|
-
.k-space-right > .k-i-zoom {
|
|
512
|
-
left: 15px;
|
|
513
|
-
right: auto;
|
|
514
|
-
}
|
|
470
|
+
.k-header-cancel .k-i-arrow-chevron-left,
|
|
471
|
+
.k-listgroup-item .k-select .k-i-arrow-chevron-right {
|
|
472
|
+
transform: scaleX( -1 );
|
|
515
473
|
}
|
|
516
474
|
|
|
517
475
|
.k-scheduler-mobile {
|
|
@@ -533,10 +491,6 @@
|
|
|
533
491
|
margin-right: 0;
|
|
534
492
|
}
|
|
535
493
|
}
|
|
536
|
-
|
|
537
|
-
.k-scheduler-edit-form .k-item .k-i-arrow-chevron-right {
|
|
538
|
-
transform: scaleX(-1);
|
|
539
|
-
}
|
|
540
494
|
}
|
|
541
495
|
}
|
|
542
496
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
$appbar-margin-y: null !default;
|
|
3
3
|
$appbar-margin-x: null !default;
|
|
4
4
|
$appbar-padding-y: map-get( $spacing, 2 ) !default;
|
|
5
|
-
$appbar-padding-x: map-get( $spacing,
|
|
5
|
+
$appbar-padding-x: map-get( $spacing, 2 ) !default;
|
|
6
6
|
$appbar-border-width: 0px !default;
|
|
7
7
|
|
|
8
8
|
$appbar-zindex: 1000 !default;
|
|
@@ -1,76 +1,57 @@
|
|
|
1
|
-
@include exports("autocomplete/theme") {
|
|
1
|
+
@include exports( "autocomplete/theme" ) {
|
|
2
2
|
|
|
3
|
-
//
|
|
4
|
-
.k-autocomplete.k-header,
|
|
3
|
+
// Autocomplete
|
|
5
4
|
.k-autocomplete {
|
|
6
5
|
@include fill(
|
|
7
|
-
$
|
|
8
|
-
$
|
|
9
|
-
$
|
|
6
|
+
$input-text,
|
|
7
|
+
$input-bg,
|
|
8
|
+
$input-border
|
|
10
9
|
);
|
|
11
|
-
@include box-shadow( $autocomplete-shadow );
|
|
12
10
|
|
|
13
11
|
// Hover state
|
|
14
12
|
&:hover,
|
|
15
13
|
&.k-state-hover {
|
|
16
14
|
@include fill(
|
|
17
|
-
$
|
|
18
|
-
$
|
|
19
|
-
$
|
|
15
|
+
$input-hovered-text,
|
|
16
|
+
$input-hovered-bg,
|
|
17
|
+
$input-hovered-border
|
|
20
18
|
);
|
|
21
|
-
@include box-shadow( $autocomplete-hovered-shadow );
|
|
22
19
|
}
|
|
23
20
|
|
|
24
21
|
// Focus state
|
|
25
|
-
|
|
26
|
-
&.k-state-focused,
|
|
22
|
+
&:focus,
|
|
27
23
|
&.k-state-focus {
|
|
28
24
|
@include fill(
|
|
29
|
-
$
|
|
30
|
-
$
|
|
31
|
-
$
|
|
25
|
+
$input-focused-text,
|
|
26
|
+
$input-focused-bg,
|
|
27
|
+
$input-focused-border
|
|
32
28
|
);
|
|
33
|
-
@include box-shadow( $
|
|
29
|
+
@include box-shadow( $input-focused-shadow );
|
|
34
30
|
}
|
|
35
31
|
&:focus-within {
|
|
36
32
|
@include fill(
|
|
37
|
-
$
|
|
38
|
-
$
|
|
39
|
-
$
|
|
33
|
+
$input-focused-text,
|
|
34
|
+
$input-focused-bg,
|
|
35
|
+
$input-focused-border
|
|
40
36
|
);
|
|
41
|
-
@include box-shadow( $
|
|
37
|
+
@include box-shadow( $input-focused-shadow );
|
|
42
38
|
}
|
|
43
39
|
|
|
44
|
-
// Disabled state
|
|
45
|
-
&:disabled,
|
|
46
|
-
&.k-state-disabled {
|
|
47
|
-
@include fill(
|
|
48
|
-
$autocomplete-disabled-text,
|
|
49
|
-
$autocomplete-disabled-bg,
|
|
50
|
-
$autocomplete-disabled-border
|
|
51
|
-
);
|
|
52
|
-
@include box-shadow( $autocomplete-disabled-shadow );
|
|
53
|
-
}
|
|
54
40
|
|
|
55
41
|
// Invalid state
|
|
56
42
|
&.k-invalid,
|
|
57
|
-
&.
|
|
58
|
-
&.
|
|
59
|
-
&.ng-invalid.ng-dirty {
|
|
43
|
+
&.ng-invalid,
|
|
44
|
+
&.k-state-invalid {
|
|
60
45
|
border-color: $invalid-border;
|
|
61
46
|
|
|
62
47
|
.k-input-validation-icon {
|
|
63
48
|
color: $invalid-text;
|
|
64
49
|
}
|
|
65
50
|
|
|
66
|
-
|
|
67
|
-
&.k-state-focused,
|
|
51
|
+
&:focus-within,
|
|
68
52
|
&.k-state-focus {
|
|
69
53
|
@include box-shadow($invalid-shadow);
|
|
70
54
|
}
|
|
71
|
-
&:focus-within {
|
|
72
|
-
@include box-shadow($invalid-shadow);
|
|
73
|
-
}
|
|
74
55
|
}
|
|
75
56
|
}
|
|
76
57
|
|
|
@@ -1,20 +1 @@
|
|
|
1
1
|
// Autocomplete
|
|
2
|
-
$autocomplete-bg: $input-bg !default;
|
|
3
|
-
$autocomplete-text: $input-text !default;
|
|
4
|
-
$autocomplete-border: $input-border !default;
|
|
5
|
-
$autocomplete-shadow: $input-shadow !default;
|
|
6
|
-
|
|
7
|
-
$autocomplete-hovered-bg: $input-hovered-bg !default;
|
|
8
|
-
$autocomplete-hovered-text: $input-hovered-text !default;
|
|
9
|
-
$autocomplete-hovered-border: $input-hovered-border !default;
|
|
10
|
-
$autocomplete-hovered-shadow: $input-hovered-shadow !default;
|
|
11
|
-
|
|
12
|
-
$autocomplete-focused-bg: $input-focused-bg !default;
|
|
13
|
-
$autocomplete-focused-text: $input-focused-text !default;
|
|
14
|
-
$autocomplete-focused-border: $input-focused-border !default;
|
|
15
|
-
$autocomplete-focused-shadow: $input-focused-shadow !default;
|
|
16
|
-
|
|
17
|
-
$autocomplete-disabled-bg: null !default;
|
|
18
|
-
$autocomplete-disabled-text: null !default;
|
|
19
|
-
$autocomplete-disabled-border: null !default;
|
|
20
|
-
$autocomplete-disabled-shadow: null !default;
|
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
// Avatar
|
|
2
|
+
|
|
3
|
+
/// Border width of the avatar.
|
|
4
|
+
/// @group avatar
|
|
2
5
|
$avatar-border-width: 1px !default;
|
|
3
6
|
$avatar-border-radius: 2px !default;
|
|
4
7
|
|
|
8
|
+
/// Font family of the avatar.
|
|
9
|
+
/// @group avatar
|
|
5
10
|
$avatar-font-family: $font-family !default;
|
|
11
|
+
/// Font size of the avatar.
|
|
12
|
+
/// @group avatar
|
|
6
13
|
$avatar-font-size: $font-size !default;
|
|
14
|
+
/// Line height of the avatar.
|
|
15
|
+
/// @group avatar
|
|
7
16
|
$avatar-line-height: $line-height !default;
|
|
8
17
|
|
|
9
|
-
|
|
18
|
+
/// The sizes of the avatar.
|
|
19
|
+
/// @group avatar
|
|
10
20
|
$avatar-sizes: (
|
|
11
21
|
sm: map-get( $spacing, 4 ),
|
|
12
22
|
md: map-get( $spacing, 8 ),
|
package/scss/button/_layout.scss
CHANGED
|
@@ -78,8 +78,6 @@
|
|
|
78
78
|
.k-icon-button,
|
|
79
79
|
.k-button.k-button-icon {
|
|
80
80
|
padding: $button-padding-y;
|
|
81
|
-
width: $button-calc-size;
|
|
82
|
-
height: $button-calc-size;
|
|
83
81
|
gap: 0;
|
|
84
82
|
|
|
85
83
|
> .k-text,
|
|
@@ -89,6 +87,8 @@
|
|
|
89
87
|
|
|
90
88
|
.k-button-icon {
|
|
91
89
|
margin: 0;
|
|
90
|
+
min-width: calc( #{$button-font-size} * #{$button-line-height} );
|
|
91
|
+
min-height: calc( #{$button-font-size} * #{$button-line-height} );
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
// TODO: REMOVE
|
|
@@ -68,13 +68,13 @@ $button-active-shadow: null !default;
|
|
|
68
68
|
|
|
69
69
|
/// The background color of selected buttons.
|
|
70
70
|
/// @group button
|
|
71
|
-
$button-selected-bg: $
|
|
71
|
+
$button-selected-bg: $button-active-bg !default;
|
|
72
72
|
/// The text color of selected buttons.
|
|
73
73
|
/// @group button
|
|
74
|
-
$button-selected-text:
|
|
74
|
+
$button-selected-text: $button-active-text !default;
|
|
75
75
|
/// The border color of selected buttons.
|
|
76
76
|
/// @group button
|
|
77
|
-
$button-selected-border: $button-
|
|
77
|
+
$button-selected-border: $button-active-border !default;
|
|
78
78
|
/// The background gradient of selected buttons.
|
|
79
79
|
/// @group button
|
|
80
80
|
$button-selected-gradient: null !default;
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
display: block;
|
|
294
294
|
position: absolute;
|
|
295
295
|
bottom: 0;
|
|
296
|
-
content: "
|
|
296
|
+
content: "\200b";
|
|
297
297
|
height: 0;
|
|
298
298
|
line-height: 0;
|
|
299
299
|
z-index: 1;
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
&::after {
|
|
332
332
|
display: block;
|
|
333
333
|
position: absolute;
|
|
334
|
-
content: "
|
|
334
|
+
content: "\200b";
|
|
335
335
|
height: 0;
|
|
336
336
|
line-height: 0;
|
|
337
337
|
z-index: 1;
|
|
@@ -430,18 +430,6 @@
|
|
|
430
430
|
|
|
431
431
|
|
|
432
432
|
|
|
433
|
-
|
|
434
|
-
@include exports("daterangepicker/layout") {
|
|
435
|
-
|
|
436
|
-
// jQuery DateRangePicker
|
|
437
|
-
.k-widget.k-daterangepicker {
|
|
438
|
-
border: 0;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
433
|
@include exports("calendar/layout/rtl") {
|
|
446
434
|
|
|
447
435
|
.k-rtl .k-calendar,
|
|
@@ -38,15 +38,15 @@ $card-footer-text: $header-text !default;
|
|
|
38
38
|
$card-footer-border: $header-border !default;
|
|
39
39
|
|
|
40
40
|
$card-title-margin-bottom: map-get( $spacing, sm ) !default;
|
|
41
|
-
$card-title-font-size: $font-size
|
|
42
|
-
$card-title-font-family:
|
|
43
|
-
$card-title-line-height:
|
|
41
|
+
$card-title-font-size: $h5-font-size !default;
|
|
42
|
+
$card-title-font-family: null !default;
|
|
43
|
+
$card-title-line-height: 1.25 !default;
|
|
44
44
|
$card-title-font-weight: $font-weight-normal !default;
|
|
45
45
|
$card-title-letter-spacing: null !default;
|
|
46
46
|
|
|
47
47
|
$card-subtitle-margin-bottom: map-get( $spacing, sm ) !default;
|
|
48
48
|
$card-subtitle-font-size: $font-size-sm !default;
|
|
49
|
-
$card-subtitle-font-family:
|
|
49
|
+
$card-subtitle-font-family: null !default;
|
|
50
50
|
$card-subtitle-line-height: normal !default;
|
|
51
51
|
$card-subtitle-font-weight: $font-weight-normal !default;
|
|
52
52
|
$card-subtitle-letter-spacing: null !default;
|
package/scss/chat/_layout.scss
CHANGED
|
@@ -271,7 +271,8 @@
|
|
|
271
271
|
box-sizing: border-box;
|
|
272
272
|
border-width: 1px 0 0;
|
|
273
273
|
border-style: solid;
|
|
274
|
-
border-
|
|
274
|
+
border-color: inherit !important; // sass-lint:disable-line no-important
|
|
275
|
+
border-radius: 0 !important; // sass-lint:disable-line no-important
|
|
275
276
|
flex: none;
|
|
276
277
|
display: flex;
|
|
277
278
|
flex-flow: row nowrap;
|
|
@@ -288,6 +289,7 @@
|
|
|
288
289
|
.k-input {}
|
|
289
290
|
|
|
290
291
|
.k-button {
|
|
292
|
+
border-width: 0;
|
|
291
293
|
flex-shrink: 0;
|
|
292
294
|
|
|
293
295
|
svg {
|
|
@@ -297,11 +299,6 @@
|
|
|
297
299
|
display: inline-block;
|
|
298
300
|
}
|
|
299
301
|
|
|
300
|
-
&::before,
|
|
301
|
-
&::after {
|
|
302
|
-
display: none;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
302
|
.k-rtl &,
|
|
306
303
|
&[dir="rtl"] {
|
|
307
304
|
transform: scaleX(-1);
|
|
@@ -442,9 +439,6 @@
|
|
|
442
439
|
}
|
|
443
440
|
|
|
444
441
|
.k-button {
|
|
445
|
-
border-color: transparent;
|
|
446
|
-
color: inherit;
|
|
447
|
-
background: none;
|
|
448
442
|
flex: none;
|
|
449
443
|
}
|
|
450
444
|
|
package/scss/chat/_theme.scss
CHANGED
|
@@ -74,19 +74,6 @@
|
|
|
74
74
|
);
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
|
|
78
|
-
// Message box
|
|
79
|
-
.k-message-box {
|
|
80
|
-
@include fill(
|
|
81
|
-
$chat-message-box-text,
|
|
82
|
-
$chat-message-box-bg,
|
|
83
|
-
$chat-message-box-border
|
|
84
|
-
);
|
|
85
|
-
}
|
|
86
|
-
.k-message-box.k-state-focused {
|
|
87
|
-
@include box-shadow( $chat-message-box-focus-shadow );
|
|
88
|
-
}
|
|
89
|
-
|
|
90
77
|
}
|
|
91
78
|
|
|
92
79
|
|
|
@@ -98,14 +85,6 @@
|
|
|
98
85
|
$chat-toolbar-bg,
|
|
99
86
|
$chat-toolbar-border
|
|
100
87
|
);
|
|
101
|
-
|
|
102
|
-
.k-scroll-button {
|
|
103
|
-
@include fill( $bg: $chat-bg );
|
|
104
|
-
@include box-shadow( $chat-toolbar-box-scroll-button-shadow );
|
|
105
|
-
}
|
|
106
|
-
.k-scroll-button:hover {
|
|
107
|
-
@include fill( $bg: $chat-bg );
|
|
108
|
-
}
|
|
109
88
|
}
|
|
110
89
|
|
|
111
90
|
}
|
|
@@ -70,10 +70,3 @@ $chat-quick-reply-border: $primary !default;
|
|
|
70
70
|
$chat-quick-reply-hover-bg: $primary !default;
|
|
71
71
|
$chat-quick-reply-hover-text: $primary-contrast !default;
|
|
72
72
|
$chat-quick-reply-hover-border: $primary !default;
|
|
73
|
-
|
|
74
|
-
$chat-message-box-bg: $input-bg !default;
|
|
75
|
-
$chat-message-box-text: $input-text !default;
|
|
76
|
-
$chat-message-box-border: inherit !default;
|
|
77
|
-
$chat-message-box-focus-shadow: 0 0 40px rgba( $input-text, .1 ) !default;
|
|
78
|
-
|
|
79
|
-
$chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|