@progress/kendo-theme-material 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/README.md +0 -3
- package/dist/all.css +825 -904
- package/dist/all.scss +1369 -1194
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/adaptive/_layout.scss +40 -86
- package/modules/@progress/kendo-theme-default/scss/adaptive/_theme.scss +0 -9
- package/modules/@progress/kendo-theme-default/scss/appbar/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_theme.scss +20 -39
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_variables.scss +0 -19
- package/modules/@progress/kendo-theme-default/scss/avatar/_variables.scss +11 -1
- package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +3 -3
- package/modules/@progress/kendo-theme-default/scss/calendar/_layout.scss +2 -14
- package/modules/@progress/kendo-theme-default/scss/card/_variables.scss +4 -4
- package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +3 -9
- package/modules/@progress/kendo-theme-default/scss/chat/_theme.scss +0 -21
- package/modules/@progress/kendo-theme-default/scss/chat/_variables.scss +0 -7
- package/modules/@progress/kendo-theme-default/scss/checkbox/_layout.scss +78 -145
- package/modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/checkbox/_variables.scss +87 -18
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_index.scss +10 -0
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss +27 -0
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_theme.scss +3 -0
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/editor/_layout.scss +2 -10
- package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +7 -9
- package/modules/@progress/kendo-theme-default/scss/gantt/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +128 -97
- package/modules/@progress/kendo-theme-default/scss/grid/_variables.scss +1 -3
- package/modules/@progress/kendo-theme-default/scss/index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/input/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/input/_variables.scss +5 -5
- package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +9 -41
- package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +4 -3
- package/modules/@progress/kendo-theme-default/scss/list/_variables.scss +64 -8
- package/modules/@progress/kendo-theme-default/scss/listbox/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/listview/_layout.scss +2 -9
- package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +5 -0
- package/modules/@progress/kendo-theme-default/scss/menu/_layout.scss +48 -5
- package/modules/@progress/kendo-theme-default/scss/menu/_theme.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/menu/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +9 -27
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_theme.scss +64 -84
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_variables.scss +0 -27
- package/modules/@progress/kendo-theme-default/scss/orgchart/_variables.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/pager/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/pdf-viewer/_layout.scss +20 -29
- package/modules/@progress/kendo-theme-default/scss/pdf-viewer/_variables.scss +2 -5
- package/modules/@progress/kendo-theme-default/scss/radio/_layout.scss +89 -136
- package/modules/@progress/kendo-theme-default/scss/radio/_theme.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/radio/_variables.scss +88 -26
- package/modules/@progress/kendo-theme-default/scss/scheduler/_layout.scss +25 -12
- package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +22 -8
- package/modules/@progress/kendo-theme-default/scss/searchbox/_theme.scss +16 -25
- package/modules/@progress/kendo-theme-default/scss/searchbox/_variables.scss +0 -20
- package/modules/@progress/kendo-theme-default/scss/skeleton/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +27 -15
- package/modules/@progress/kendo-theme-default/scss/table/_layout.scss +29 -6
- package/modules/@progress/kendo-theme-default/scss/table/_theme.scss +3 -2
- package/modules/@progress/kendo-theme-default/scss/table/_variables.scss +3 -3
- package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +21 -2
- package/modules/@progress/kendo-theme-default/scss/toolbar/_theme.scss +35 -7
- package/modules/@progress/kendo-theme-default/scss/treeview/_layout.scss +130 -110
- package/modules/@progress/kendo-theme-default/scss/treeview/_theme.scss +36 -25
- package/modules/@progress/kendo-theme-default/scss/treeview/_variables.scss +67 -13
- package/modules/@progress/kendo-theme-default/scss/typography/_variables.scss +3 -3
- package/modules/@progress/kendo-theme-default/scss/window/_variables.scss +1 -1
- package/package.json +3 -3
- package/scss/appbar/_variables.scss +1 -1
- package/scss/autocomplete/_variables.scss +0 -19
- package/scss/avatar/_variables.scss +11 -1
- package/scss/chat/_variables.scss +0 -7
- package/scss/checkbox/_theme.scss +2 -9
- package/scss/checkbox/_variables.scss +89 -19
- package/scss/daterangepicker/_index.scss +10 -0
- package/scss/daterangepicker/_layout.scss +1 -0
- package/scss/daterangepicker/_theme.scss +1 -0
- package/scss/daterangepicker/_variables.scss +1 -0
- package/scss/grid/_layout.scss +0 -8
- package/scss/grid/_variables.scss +1 -3
- package/scss/index.scss +1 -0
- package/scss/input/_variables.scss +5 -5
- package/scss/list/_variables.scss +64 -8
- package/scss/listbox/_variables.scss +5 -5
- package/scss/menu/_theme.scss +2 -0
- package/scss/menu/_variables.scss +3 -3
- package/scss/numerictextbox/_layout.scss +4 -5
- 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/_variables.scss +2 -5
- package/scss/radio/_theme.scss +2 -9
- package/scss/radio/_variables.scss +83 -23
- package/scss/scheduler/_layout.scss +0 -16
- package/scss/searchbox/_variables.scss +0 -20
- package/scss/table/_variables.scss +3 -3
- package/scss/toolbar/_layout.scss +7 -1
- package/scss/treeview/_theme.scss +29 -22
- package/scss/treeview/_variables.scss +70 -16
|
@@ -1,21 +1,77 @@
|
|
|
1
1
|
// List
|
|
2
|
-
$list-font-size: $font-size !default;
|
|
3
|
-
$list-line-height: 1.5 !default;
|
|
4
|
-
$list-line-height-em: 1.5em !default;
|
|
5
2
|
|
|
3
|
+
/// Font size of the list component.
|
|
4
|
+
/// @group list
|
|
5
|
+
$list-font-size: $font-size-lg !default;
|
|
6
|
+
|
|
7
|
+
/// Line height of the list component.
|
|
8
|
+
/// @group list
|
|
9
|
+
$list-line-height: 1.25 !default;
|
|
10
|
+
$list-line-height-em: 1.25em !default;
|
|
11
|
+
|
|
12
|
+
/// Horizontal padding of list items.
|
|
13
|
+
/// @group list
|
|
6
14
|
$list-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
7
|
-
$list-item-padding-y: map-get( $spacing, 1 ) !default;
|
|
8
15
|
|
|
16
|
+
/// Vertical padding of list items.
|
|
17
|
+
/// @group list
|
|
18
|
+
$list-item-padding-y: map-get( $spacing, 2 ) !default;
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
/// Background color of the list component.
|
|
22
|
+
/// @group list
|
|
23
|
+
$list-bg: $component-bg !default;
|
|
24
|
+
/// Text color of the list component.
|
|
25
|
+
/// @group list
|
|
26
|
+
$list-text: $component-text !default;
|
|
27
|
+
/// Border color of the list component.
|
|
28
|
+
/// @group list
|
|
29
|
+
$list-border: $component-border !default;
|
|
30
|
+
|
|
31
|
+
/// Background color of list header.
|
|
32
|
+
/// @group list
|
|
33
|
+
$list-header-bg: null !default;
|
|
34
|
+
/// Text color of list header.
|
|
35
|
+
/// @group list
|
|
36
|
+
$list-header-text: null !default;
|
|
37
|
+
/// Border color of list header.
|
|
38
|
+
/// @group list
|
|
39
|
+
$list-header-border: inherit !default;
|
|
40
|
+
/// Box shadow of list header.
|
|
41
|
+
/// @group list
|
|
42
|
+
$list-header-shadow: null !default;
|
|
43
|
+
|
|
44
|
+
/// Background color of list items.
|
|
45
|
+
/// @group list
|
|
9
46
|
$list-item-bg: null !default;
|
|
47
|
+
/// Text color of list items.
|
|
48
|
+
/// @group list
|
|
10
49
|
$list-item-text: $component-text !default;
|
|
11
50
|
|
|
51
|
+
/// Background color of hovered list items.
|
|
52
|
+
/// @group list
|
|
12
53
|
$list-item-hovered-bg: $hovered-bg !default;
|
|
54
|
+
/// Text color of hovered list items.
|
|
55
|
+
/// @group list
|
|
13
56
|
$list-item-hovered-text: $hovered-text !default;
|
|
14
57
|
|
|
58
|
+
/// Background color of focused list items.
|
|
59
|
+
/// @group list
|
|
60
|
+
$list-item-focused-bg: null !default;
|
|
61
|
+
/// Text color of focused list items.
|
|
62
|
+
/// @group list
|
|
63
|
+
$list-item-focused-text: null !default;
|
|
64
|
+
/// Box shadow of focused list items.
|
|
65
|
+
/// @group list
|
|
66
|
+
$list-item-focused-shadow: null !default;
|
|
67
|
+
|
|
68
|
+
/// Background color of selected list items.
|
|
69
|
+
/// @group list
|
|
15
70
|
$list-item-selected-bg: $component-bg !default;
|
|
71
|
+
/// Text color of selected list items.
|
|
72
|
+
/// @group list
|
|
16
73
|
$list-item-selected-text: $secondary !default;
|
|
17
74
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
$list-
|
|
21
|
-
$list-container-no-data-text: $subtle-text !default;
|
|
75
|
+
/// Text color of the 'No Data' text.
|
|
76
|
+
/// @group list
|
|
77
|
+
$list-no-data-text: $subtle-text !default;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
// Listbox
|
|
2
2
|
$listbox-margin: 12px !default;
|
|
3
3
|
$listbox-button-margin: 8px !default;
|
|
4
|
-
$listbox-width:
|
|
4
|
+
$listbox-width: 10em !default;
|
|
5
5
|
$listbox-default-height: 200px !default;
|
|
6
6
|
|
|
7
7
|
$listbox-border-width: 1px !default;
|
|
8
8
|
$listbox-font-family: $font-family !default;
|
|
9
|
-
$listbox-font-size: $font-size !default;
|
|
10
|
-
$listbox-line-height: $line-height !default;
|
|
9
|
+
$listbox-font-size: $list-font-size !default;
|
|
10
|
+
$listbox-line-height: $list-line-height !default;
|
|
11
11
|
|
|
12
12
|
$listbox-bg: $component-bg !default;
|
|
13
13
|
$listbox-text: $component-text !default;
|
|
14
14
|
$listbox-border: $component-border !default;
|
|
15
15
|
|
|
16
|
-
$listbox-item-padding-x:
|
|
17
|
-
$listbox-item-padding-y:
|
|
16
|
+
$listbox-item-padding-x: $list-item-padding-x !default;
|
|
17
|
+
$listbox-item-padding-y: $list-item-padding-y !default;
|
|
18
18
|
|
|
19
19
|
$listbox-drop-hint-border-width: 2px !default;
|
|
20
20
|
$listbox-drop-hint-width: 2px !default;
|
package/scss/menu/_theme.scss
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
// Focused state
|
|
11
11
|
&:focus,
|
|
12
|
+
&.k-state-focus,
|
|
12
13
|
&.k-state-focused {
|
|
13
14
|
@include fill(
|
|
14
15
|
$menu-item-hover-text,
|
|
@@ -28,6 +29,7 @@
|
|
|
28
29
|
|
|
29
30
|
// Focused
|
|
30
31
|
&:focus,
|
|
32
|
+
&.k-state-focus,
|
|
31
33
|
&.k-state-focused {
|
|
32
34
|
@include fill(
|
|
33
35
|
$menu-popup-item-hover-text,
|
|
@@ -33,7 +33,7 @@ $menu-item-expanded-gradient: null !default;
|
|
|
33
33
|
|
|
34
34
|
$menu-item-focus-shadow: null !default;
|
|
35
35
|
|
|
36
|
-
$menu-separator-spacing:
|
|
36
|
+
$menu-separator-spacing: map-get( $spacing, 1 ) !default;
|
|
37
37
|
|
|
38
38
|
$menu-scroll-button-bg: $component-bg !default;
|
|
39
39
|
$menu-scroll-button-text: $subtle-text !default;
|
|
@@ -50,8 +50,8 @@ $menu-scroll-button-hover-gradient: null !default;
|
|
|
50
50
|
$menu-popup-padding-x: null !default;
|
|
51
51
|
$menu-popup-padding-y: null !default;
|
|
52
52
|
$menu-popup-border-width: $popup-border-width !default;
|
|
53
|
-
$menu-popup-font-size: $font-size !default;
|
|
54
|
-
$menu-popup-line-height: $line-height !default;
|
|
53
|
+
$menu-popup-font-size: $list-font-size !default;
|
|
54
|
+
$menu-popup-line-height: $list-line-height !default;
|
|
55
55
|
|
|
56
56
|
$menu-popup-bg: $popup-bg !default;
|
|
57
57
|
$menu-popup-text: $popup-text !default;
|
|
@@ -2,12 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
@include exports("numerictextbox/layout/material") {
|
|
4
4
|
|
|
5
|
+
// Numeric textbox
|
|
5
6
|
.k-numerictextbox {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
border-top-color: transparent !important; // sass-lint:disable-line no-important
|
|
10
|
-
}
|
|
7
|
+
@include border-bottom-radius( 0 !important ); // sass-lint:disable-line no-important
|
|
8
|
+
border-width: $input-border-width 0;
|
|
9
|
+
border-top-color: transparent !important; // sass-lint:disable-line no-important
|
|
11
10
|
}
|
|
12
11
|
|
|
13
12
|
}
|
|
@@ -1,28 +1 @@
|
|
|
1
1
|
// Numeric textbox
|
|
2
|
-
$numeric-bg: $input-bg !default;
|
|
3
|
-
$numeric-text: $input-text !default;
|
|
4
|
-
$numeric-border: $input-border !default;
|
|
5
|
-
|
|
6
|
-
$numeric-hovered-bg: $input-hovered-bg !default;
|
|
7
|
-
$numeric-hovered-text: $input-hovered-text !default;
|
|
8
|
-
$numeric-hovered-border: $input-hovered-border !default;
|
|
9
|
-
|
|
10
|
-
$numeric-focused-bg: $input-focused-bg !default;
|
|
11
|
-
$numeric-focused-text: $input-focused-text !default;
|
|
12
|
-
$numeric-focused-border: $input-focused-border !default;
|
|
13
|
-
$numeric-focused-shadow: $input-focused-shadow !default;
|
|
14
|
-
|
|
15
|
-
$numeric-button-bg: null !default;
|
|
16
|
-
$numeric-button-text: $subtle-text !default;
|
|
17
|
-
$numeric-button-border: null !default;
|
|
18
|
-
$numeric-button-gradient: null !default;
|
|
19
|
-
|
|
20
|
-
$numeric-button-hovered-bg: null !default;
|
|
21
|
-
$numeric-button-hovered-text: $input-text !default;
|
|
22
|
-
$numeric-button-hovered-border: null !default;
|
|
23
|
-
$numeric-button-hovered-gradient: null !default;
|
|
24
|
-
|
|
25
|
-
$numeric-button-pressed-bg: null !default;
|
|
26
|
-
$numeric-button-pressed-text: $primary !default;
|
|
27
|
-
$numeric-button-pressed-border: null !default;
|
|
28
|
-
$numeric-button-pressed-gradient: null !default;
|
|
@@ -40,10 +40,10 @@ $orgchart-card-shadow: none !default;
|
|
|
40
40
|
$orgchart-card-focus-shadow: $orgchart-node-group-focus-shadow !default;
|
|
41
41
|
|
|
42
42
|
$orgchart-card-title-margin-bottom: 0px !default;
|
|
43
|
-
$orgchart-card-title-font-size:
|
|
43
|
+
$orgchart-card-title-font-size: null !default;
|
|
44
44
|
|
|
45
45
|
$orgchart-card-subtitle-margin-bottom: 0px !default;
|
|
46
|
-
$orgchart-card-subtitle-font-size:
|
|
46
|
+
$orgchart-card-subtitle-font-size: null !default;
|
|
47
47
|
|
|
48
48
|
$orgchart-card-body-border-width: 2px 0 0 !default;
|
|
49
49
|
$orgchart-card-body-border-color: transparent !default;
|
|
@@ -62,5 +62,5 @@ $pager-number-focus-opacity: .12 !default;
|
|
|
62
62
|
$pager-number-focus-bg: rgba($pager-number-text, $pager-number-focus-opacity) !default;
|
|
63
63
|
$pager-number-focus-shadow: null !default;
|
|
64
64
|
|
|
65
|
-
$pager-input-width:
|
|
65
|
+
$pager-input-width: 5em !default;
|
|
66
66
|
$pager-dropdown-width: 5em !default;
|
|
@@ -24,11 +24,8 @@ $pdf-viewer-page-text: $component-text !default;
|
|
|
24
24
|
$pdf-viewer-page-border: $component-border !default;
|
|
25
25
|
$pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
|
|
26
26
|
|
|
27
|
-
$pdf-viewer-search-dialog-
|
|
28
|
-
$pdf-viewer-search-dialog-
|
|
29
|
-
$pdf-viewer-search-dialog-textbox-padding-x: $input-padding-y !default;
|
|
30
|
-
$pdf-viewer-search-dialog-input-button-height: $line-height-em !default;
|
|
31
|
-
$pdf-viewer-search-dialog-matches-width: 4.5em !default;
|
|
27
|
+
$pdf-viewer-search-dialog-padding: $toolbar-padding-x !default;
|
|
28
|
+
$pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
|
|
32
29
|
|
|
33
30
|
$pdf-viewer-selection-line-height: $line-height-sm !default;
|
|
34
31
|
|
package/scss/radio/_theme.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@import "../../modules/@progress/kendo-theme-default/scss/radio/_theme.scss";
|
|
2
2
|
|
|
3
|
-
@include exports("radio/theme/material") {
|
|
3
|
+
@include exports( "radio/theme/material" ) {
|
|
4
4
|
|
|
5
5
|
// Radio
|
|
6
6
|
.k-radio-label {
|
|
@@ -11,13 +11,6 @@
|
|
|
11
11
|
opacity: 1;
|
|
12
12
|
filter: none;
|
|
13
13
|
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
// Ripple
|
|
17
|
-
.k-ripple-blob {
|
|
18
|
-
opacity: .2;
|
|
19
|
-
background-color: $radio-checked-bg;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
14
|
}
|
|
15
|
+
|
|
23
16
|
}
|
|
@@ -1,54 +1,105 @@
|
|
|
1
1
|
// Radio button
|
|
2
|
+
|
|
2
3
|
$radio-size: map-get( $spacing, 4 ) !default;
|
|
4
|
+
/// Border radius of radio button.
|
|
5
|
+
/// @group radio
|
|
3
6
|
$radio-radius: 50% !default;
|
|
7
|
+
/// Border width of radio button.
|
|
8
|
+
/// @group radio
|
|
4
9
|
$radio-border-width: 2px !default;
|
|
5
|
-
$radio-line-height: calc(#{$radio-size} + #{$radio-border-width}) !default;
|
|
6
10
|
|
|
7
|
-
|
|
8
|
-
|
|
11
|
+
/// Background color of radio button.
|
|
12
|
+
/// @group radio
|
|
13
|
+
$radio-bg: $checkbox-bg !default;
|
|
14
|
+
/// Color of radio button.
|
|
15
|
+
/// @group radio
|
|
16
|
+
$radio-text: $checkbox-text !default;
|
|
17
|
+
/// Border color of radio button.
|
|
18
|
+
/// @group radio
|
|
9
19
|
$radio-border: $checkbox-border !default;
|
|
10
20
|
|
|
21
|
+
/// Background color of hovered radio button.
|
|
22
|
+
/// @group radio
|
|
11
23
|
$radio-hovered-bg: null !default;
|
|
24
|
+
/// Color of hovered radio button.
|
|
25
|
+
/// @group radio
|
|
12
26
|
$radio-hovered-text: null !default;
|
|
13
|
-
|
|
27
|
+
/// Border color of hovered radio button.
|
|
28
|
+
/// @group radio
|
|
29
|
+
$radio-hovered-border: null !default;
|
|
14
30
|
|
|
31
|
+
/// Background color of checked radio button.
|
|
32
|
+
/// @group radio
|
|
15
33
|
$radio-checked-bg: null !default;
|
|
34
|
+
/// Color of checked radio button.
|
|
35
|
+
/// @group radio
|
|
16
36
|
$radio-checked-text: $primary !default;
|
|
37
|
+
/// Border color of checked radio button.
|
|
38
|
+
/// @group radio
|
|
17
39
|
$radio-checked-border: $radio-checked-text !default;
|
|
18
40
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
$radio-
|
|
22
|
-
|
|
23
|
-
|
|
41
|
+
/// Border color of focused radio button.
|
|
42
|
+
/// @group radio
|
|
43
|
+
$radio-focused-border: $checkbox-hovered-border !default;
|
|
44
|
+
/// Box shadow of focused radio button.
|
|
45
|
+
/// @group radio
|
|
24
46
|
$radio-focused-shadow: $checkbox-focused-shadow !default;
|
|
47
|
+
/// Border color of focused and checked radio button.
|
|
48
|
+
/// @group radio
|
|
25
49
|
$radio-focused-checked-border: $checkbox-checked-border !default;
|
|
50
|
+
/// Box shadow of focused and checked radio button.
|
|
51
|
+
/// @group radio
|
|
26
52
|
$radio-focused-checked-shadow: $checkbox-focused-checked-shadow !default;
|
|
27
53
|
|
|
54
|
+
/// Background color of disabled radio button.
|
|
55
|
+
/// @group radio
|
|
28
56
|
$radio-disabled-bg: null !default;
|
|
57
|
+
/// Color of disabled radio button.
|
|
58
|
+
/// @group radio
|
|
29
59
|
$radio-disabled-text: null !default;
|
|
30
|
-
|
|
60
|
+
/// Border color of disabled radio button.
|
|
61
|
+
/// @group radio
|
|
62
|
+
$radio-disabled-border: $checkbox-disabled-border !default;
|
|
31
63
|
|
|
64
|
+
/// Background color of disabled and checked radio button.
|
|
65
|
+
/// @group radio
|
|
32
66
|
$radio-disabled-checked-bg: null !default;
|
|
67
|
+
/// Color of disabled and checked radio button.
|
|
68
|
+
/// @group radio
|
|
33
69
|
$radio-disabled-checked-text: $radio-disabled-border !default;
|
|
70
|
+
/// Border color of disabled and checked radio button.
|
|
71
|
+
/// @group radio
|
|
34
72
|
$radio-disabled-checked-border: $radio-disabled-border !default;
|
|
35
73
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
$radio-invalid-
|
|
74
|
+
/// Background color of invalid radio button.
|
|
75
|
+
/// @group radio
|
|
76
|
+
$radio-invalid-bg: $checkbox-invalid-bg !default;
|
|
77
|
+
/// Color of invalid radio button.
|
|
78
|
+
/// @group radio
|
|
79
|
+
$radio-invalid-text: $checkbox-invalid-text !default;
|
|
80
|
+
/// Border color of invalid radio button.
|
|
81
|
+
/// @group radio
|
|
82
|
+
$radio-invalid-border: $checkbox-invalid-border !default;
|
|
39
83
|
|
|
40
84
|
|
|
41
85
|
// Radio indicator
|
|
42
|
-
|
|
86
|
+
|
|
87
|
+
/// Type of radio button indicator.
|
|
88
|
+
/// @group radio
|
|
89
|
+
$radio-indicator-type: image !default;
|
|
43
90
|
|
|
44
91
|
$radio-glyph-font-family: "WebComponentsIcons", monospace !default;
|
|
45
92
|
$radio-glyph-size: 12px !default;
|
|
93
|
+
/// Glyph of radio button indicator.
|
|
94
|
+
/// @group radio
|
|
46
95
|
$radio-checked-glyph: "\e308" !default;
|
|
47
96
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
$radio-
|
|
51
|
-
|
|
97
|
+
/// Image of checked radio button indicator.
|
|
98
|
+
/// @group radio
|
|
99
|
+
$radio-checked-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><circle cx='50%' cy='50%' r='4' fill='#{$radio-checked-text}'/></svg>") ) !default;
|
|
100
|
+
/// Image of disabled and checked radio button indicator.
|
|
101
|
+
/// @group radio
|
|
102
|
+
$radio-disabled-checked-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><circle cx='50%' cy='50%' r='4' fill='#{$radio-disabled-checked-text}'/></svg>") ) !default;
|
|
52
103
|
|
|
53
104
|
|
|
54
105
|
// Radio label
|
|
@@ -56,14 +107,23 @@ $radio-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
|
56
107
|
|
|
57
108
|
|
|
58
109
|
// Radio list
|
|
59
|
-
|
|
60
|
-
|
|
110
|
+
|
|
111
|
+
/// Spacing between items of horizontal radio button list.
|
|
112
|
+
/// @group radio
|
|
113
|
+
$radio-list-spacing: map-get( $spacing, 4 ) !default;
|
|
114
|
+
/// Horizontal padding of radio button list items.
|
|
115
|
+
/// @group radio
|
|
61
116
|
$radio-list-item-padding-x: 0px !default;
|
|
117
|
+
/// Vertical padding of radio button list items.
|
|
118
|
+
/// @group radio
|
|
62
119
|
$radio-list-item-padding-y: $list-item-padding-y !default;
|
|
63
|
-
$radio-list-horizontal-item-margin-x: 32px !default;
|
|
64
120
|
|
|
65
121
|
|
|
66
122
|
// Radio ripple
|
|
67
123
|
$radio-ripple-size: $radio-size * 3 !default;
|
|
68
|
-
|
|
69
|
-
|
|
124
|
+
/// Background color of radio button ripple.
|
|
125
|
+
/// @group radio
|
|
126
|
+
$radio-ripple-bg: $primary !default;
|
|
127
|
+
/// Opacity of radio button ripple.
|
|
128
|
+
/// @group radio
|
|
129
|
+
$radio-ripple-opacity: .2 !default;
|
|
@@ -199,8 +199,6 @@
|
|
|
199
199
|
|
|
200
200
|
.k-scheduler-edit-form {
|
|
201
201
|
|
|
202
|
-
.k-edit-form-container { width: 390px; }
|
|
203
|
-
|
|
204
202
|
.k-edit-label {
|
|
205
203
|
width: auto;
|
|
206
204
|
margin-bottom: .5em;
|
|
@@ -245,18 +243,4 @@
|
|
|
245
243
|
width: 45%;
|
|
246
244
|
}
|
|
247
245
|
|
|
248
|
-
|
|
249
|
-
// Recurrence editor
|
|
250
|
-
.k-edit-field .k-recur-interval,
|
|
251
|
-
.k-edit-field .k-recur-count,
|
|
252
|
-
.k-edit-field .k-recur-month,
|
|
253
|
-
.k-edit-field .k-recur-monthday,
|
|
254
|
-
.k-edit-field .k-recur-weekday-offset,
|
|
255
|
-
.k-edit-field .k-recur-weekday {
|
|
256
|
-
width: 28%;
|
|
257
|
-
}
|
|
258
|
-
.k-edit-field .k-recur-until {
|
|
259
|
-
width: 66%;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
246
|
}
|
|
@@ -1,21 +1 @@
|
|
|
1
1
|
// Searchbox
|
|
2
|
-
$searchbox-padding-x: $input-padding-x !default;
|
|
3
|
-
$searchbox-padding-y: $input-padding-y !default;
|
|
4
|
-
$searchbox-border-width: $input-border-width !default;
|
|
5
|
-
$searchbox-border-radius: $input-border-radius !default;
|
|
6
|
-
|
|
7
|
-
$searchbox-font-family: $input-font-family !default;
|
|
8
|
-
$searchbox-font-size: $input-font-size !default;
|
|
9
|
-
$searchbox-line-height: $input-line-height !default;
|
|
10
|
-
|
|
11
|
-
$searchbox-bg: $input-bg !default;
|
|
12
|
-
$searchbox-text: $input-text !default;
|
|
13
|
-
$searchbox-border: $input-border !default;
|
|
14
|
-
|
|
15
|
-
$searchbox-hover-bg: $input-hovered-bg !default;
|
|
16
|
-
$searchbox-hover-text: $input-hovered-text !default;
|
|
17
|
-
$searchbox-hover-border: $input-hovered-border !default;
|
|
18
|
-
|
|
19
|
-
$searchbox-focus-bg: $input-focused-bg !default;
|
|
20
|
-
$searchbox-focus-text: $input-focused-text !default;
|
|
21
|
-
$searchbox-focus-border: $input-focused-border !default;
|
|
@@ -58,13 +58,13 @@ $table-footer-border: $grid-footer-border !default;
|
|
|
58
58
|
|
|
59
59
|
/// Background color of group rows in table.
|
|
60
60
|
/// @group table
|
|
61
|
-
$table-group-row-bg: $
|
|
61
|
+
$table-group-row-bg: $table-header-bg !default;
|
|
62
62
|
/// Text color of group rows in table.
|
|
63
63
|
/// @group table
|
|
64
|
-
$table-group-row-text: $
|
|
64
|
+
$table-group-row-text: $table-header-text !default;
|
|
65
65
|
/// Border color of group rows in table.
|
|
66
66
|
/// @group table
|
|
67
|
-
$table-group-row-border:
|
|
67
|
+
$table-group-row-border: $table-header-border !default;
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
/// Background color of alternating rows in table.
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/treeview/_theme.scss";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
.k-treeview {
|
|
5
|
-
@include fill(
|
|
6
|
-
$treeview-text,
|
|
7
|
-
$treeview-bg,
|
|
8
|
-
$treeview-border
|
|
9
|
-
);
|
|
3
|
+
@include exports( "treeview/theme/material" ) {
|
|
10
4
|
|
|
5
|
+
// Treeview
|
|
6
|
+
.k-treeview {}
|
|
11
7
|
|
|
12
|
-
// Item
|
|
13
|
-
.k-in {}
|
|
14
8
|
|
|
9
|
+
// Treeview item
|
|
10
|
+
.k-treeview-item {}
|
|
15
11
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
12
|
+
|
|
13
|
+
// Treeview leaf
|
|
14
|
+
.k-treeview-leaf,
|
|
15
|
+
.k-treeview .k-in {
|
|
16
|
+
|
|
17
|
+
// Hover state
|
|
18
|
+
&:hover,
|
|
19
|
+
&.k-state-hover {
|
|
19
20
|
@include fill(
|
|
20
21
|
$treeview-item-hovered-text,
|
|
21
22
|
$treeview-item-hovered-bg,
|
|
@@ -23,15 +24,11 @@
|
|
|
23
24
|
$treeview-item-hovered-gradient
|
|
24
25
|
);
|
|
25
26
|
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
$treeview-item-selected-gradient
|
|
32
|
-
);
|
|
33
|
-
}
|
|
34
|
-
.k-in.k-state-focused {
|
|
27
|
+
|
|
28
|
+
// Focus state
|
|
29
|
+
&:focus,
|
|
30
|
+
&.k-state-focus,
|
|
31
|
+
&.k-state-focused {
|
|
35
32
|
@include fill(
|
|
36
33
|
$treeview-item-hovered-text,
|
|
37
34
|
$treeview-item-hovered-bg,
|
|
@@ -39,6 +36,16 @@
|
|
|
39
36
|
$treeview-item-hovered-gradient
|
|
40
37
|
);
|
|
41
38
|
}
|
|
39
|
+
|
|
40
|
+
// Selected state
|
|
41
|
+
&.k-state-selected {
|
|
42
|
+
@include fill(
|
|
43
|
+
$treeview-item-selected-text,
|
|
44
|
+
$treeview-item-selected-bg,
|
|
45
|
+
$treeview-item-selected-border,
|
|
46
|
+
$treeview-item-selected-gradient
|
|
47
|
+
);
|
|
48
|
+
}
|
|
42
49
|
}
|
|
43
50
|
|
|
44
51
|
}
|