@progress/kendo-theme-material 4.43.1-dev.0 → 4.43.1-dev.1

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.
Files changed (94) hide show
  1. package/dist/all.css +2522 -2441
  2. package/dist/all.scss +3806 -3538
  3. package/modules/@progress/kendo-theme-default/package.json +2 -2
  4. package/modules/@progress/kendo-theme-default/scss/_variables.scss +0 -19
  5. package/modules/@progress/kendo-theme-default/scss/autocomplete/_index.scss +1 -0
  6. package/modules/@progress/kendo-theme-default/scss/button/_index.scss +2 -0
  7. package/modules/@progress/kendo-theme-default/scss/calendar/_index.scss +1 -0
  8. package/modules/@progress/kendo-theme-default/scss/checkbox/_index.scss +1 -0
  9. package/modules/@progress/kendo-theme-default/scss/combobox/_index.scss +1 -0
  10. package/modules/@progress/kendo-theme-default/scss/dataviz/_index.scss +1 -0
  11. package/modules/@progress/kendo-theme-default/scss/drawer/_index.scss +1 -0
  12. package/modules/@progress/kendo-theme-default/scss/dropdowngrid/_layout.scss +5 -4
  13. package/modules/@progress/kendo-theme-default/scss/dropdowngrid/_theme.scss +6 -2
  14. package/modules/@progress/kendo-theme-default/scss/dropdownlist/_index.scss +1 -0
  15. package/modules/@progress/kendo-theme-default/scss/dropdowntree/_layout.scss +1 -9
  16. package/modules/@progress/kendo-theme-default/scss/expansion-panel/_index.scss +1 -0
  17. package/modules/@progress/kendo-theme-default/scss/grid/_index.scss +1 -0
  18. package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +0 -8
  19. package/modules/@progress/kendo-theme-default/scss/index.scss +2 -2
  20. package/modules/@progress/kendo-theme-default/scss/list/_index.scss +11 -0
  21. package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +200 -0
  22. package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +104 -0
  23. package/modules/@progress/kendo-theme-default/scss/list/_variables.scss +17 -0
  24. package/modules/@progress/kendo-theme-default/scss/listbox/_index.scss +1 -0
  25. package/modules/@progress/kendo-theme-default/scss/menu/_index.scss +1 -0
  26. package/modules/@progress/kendo-theme-default/scss/menu/_layout.scss +4 -6
  27. package/modules/@progress/kendo-theme-default/scss/menu/_variables.scss +2 -2
  28. package/modules/@progress/kendo-theme-default/scss/multiselect/_index.scss +2 -0
  29. package/modules/@progress/kendo-theme-default/scss/pager/_index.scss +1 -0
  30. package/modules/@progress/kendo-theme-default/scss/panelbar/_index.scss +1 -0
  31. package/modules/@progress/kendo-theme-default/scss/pivotgrid/_index.scss +1 -0
  32. package/modules/@progress/kendo-theme-default/scss/popover/_layout.scss +0 -1
  33. package/modules/@progress/kendo-theme-default/scss/popup/_index.scss +0 -4
  34. package/modules/@progress/kendo-theme-default/scss/popup/_layout.scss +2 -271
  35. package/modules/@progress/kendo-theme-default/scss/popup/_theme.scss +4 -148
  36. package/modules/@progress/kendo-theme-default/scss/popup/_variables.scss +2 -7
  37. package/modules/@progress/kendo-theme-default/scss/radio/_index.scss +1 -0
  38. package/modules/@progress/kendo-theme-default/scss/spreadsheet/_index.scss +1 -0
  39. package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +0 -3
  40. package/modules/@progress/kendo-theme-default/scss/table/_index.scss +19 -0
  41. package/modules/@progress/kendo-theme-default/scss/table/_layout.scss +196 -0
  42. package/modules/@progress/kendo-theme-default/scss/table/_theme.scss +81 -0
  43. package/modules/@progress/kendo-theme-default/scss/table/_variables.scss +114 -0
  44. package/modules/@progress/kendo-theme-default/scss/tabstrip/_index.scss +1 -0
  45. package/package.json +3 -3
  46. package/scss/_variables.scss +0 -19
  47. package/scss/autocomplete/_index.scss +1 -0
  48. package/scss/autocomplete/_layout.scss +1 -7
  49. package/scss/button/_index.scss +2 -0
  50. package/scss/calendar/_index.scss +1 -0
  51. package/scss/checkbox/_index.scss +1 -0
  52. package/scss/colorpicker/_layout.scss +1 -6
  53. package/scss/combobox/_index.scss +1 -0
  54. package/scss/combobox/_layout.scss +1 -5
  55. package/scss/dataviz/_index.scss +1 -0
  56. package/scss/datetime/_layout.scss +2 -13
  57. package/scss/drawer/_index.scss +1 -0
  58. package/scss/dropdowngrid/_layout.scss +0 -14
  59. package/scss/dropdowngrid/_theme.scss +0 -8
  60. package/scss/dropdownlist/_index.scss +1 -0
  61. package/scss/dropdownlist/_layout.scss +2 -6
  62. package/scss/expansion-panel/_index.scss +1 -0
  63. package/scss/filter/_layout.scss +0 -23
  64. package/scss/grid/_index.scss +1 -0
  65. package/scss/index.scss +2 -2
  66. package/scss/input/_variables.scss +7 -7
  67. package/scss/list/_index.scss +11 -0
  68. package/scss/list/_layout.scss +28 -0
  69. package/scss/list/_theme.scss +46 -0
  70. package/scss/list/_variables.scss +17 -0
  71. package/scss/listbox/_index.scss +1 -0
  72. package/scss/menu/_index.scss +2 -0
  73. package/scss/menu/_variables.scss +2 -2
  74. package/scss/multiselect/_index.scss +2 -0
  75. package/scss/multiselect/_layout.scss +1 -6
  76. package/scss/numerictextbox/_layout.scss +1 -13
  77. package/scss/pager/_index.scss +1 -0
  78. package/scss/panelbar/_index.scss +1 -0
  79. package/scss/pivotgrid/_index.scss +1 -0
  80. package/scss/popup/_index.scss +0 -4
  81. package/scss/popup/_layout.scss +1 -34
  82. package/scss/popup/_theme.scss +0 -56
  83. package/scss/popup/_variables.scss +2 -7
  84. package/scss/radio/_index.scss +1 -0
  85. package/scss/searchbox/_layout.scss +2 -0
  86. package/scss/spreadsheet/_index.scss +1 -0
  87. package/scss/table/_index.scss +19 -0
  88. package/scss/table/_layout.scss +1 -0
  89. package/scss/table/_theme.scss +1 -0
  90. package/scss/table/_variables.scss +114 -0
  91. package/scss/tabstrip/_index.scss +1 -0
  92. package/scss/textarea/_layout.scss +3 -17
  93. package/scss/textarea/_variables.scss +8 -8
  94. package/scss/textbox/_layout.scss +1 -4
@@ -23,6 +23,7 @@
23
23
  @import "../skeleton/_index.scss";
24
24
  @import "../utils/_float.scss";
25
25
  @import "../utils/_spacer.scss";
26
+ @import "../list/_index.scss";
26
27
 
27
28
 
28
29
  // Component
package/scss/index.scss CHANGED
@@ -15,12 +15,12 @@
15
15
 
16
16
 
17
17
  // Primitive components
18
- // @import "list/_index.scss";
18
+ @import "list/_index.scss";
19
19
  @import "listgroup/_index.scss";
20
20
  @import "overlay/_index.scss";
21
21
  @import "popup/_index.scss";
22
22
  @import "ripple/_index.scss";
23
- // @import "table/_index.scss";
23
+ @import "table/_index.scss";
24
24
 
25
25
 
26
26
  // Indicators
@@ -3,15 +3,15 @@ $input-default-width: 200px !default;
3
3
 
4
4
  $input-border-width: 1px !default;
5
5
  $input-border-height: 1px !default;
6
- $input-border-radius: null !default;
6
+ $input-border-radius: map-get( $spacing, 1) !default;
7
7
  $input-border-radius-sm: 0px !default;
8
8
  $input-border-radius-lg: 0px !default;
9
9
 
10
- $input-padding-x: 0px !default;
11
- $input-padding-y: 8px !default;
10
+ $input-padding-x: map-get( $spacing, 4 ) !default;
11
+ $input-padding-y: map-get( $spacing, 2 ) !default;
12
12
  $input-font-family: $font-family !default;
13
- $input-font-size: $font-size-lg !default;
14
- $input-line-height: 1.125 !default;
13
+ $input-font-size: $font-size-md !default;
14
+ $input-line-height: ( 20 / 14 ) !default;
15
15
  $input-line-height-em: $input-line-height * 1em !default;
16
16
 
17
17
  $input-padding-x-sm: ($input-padding-x / 2) !default;
@@ -35,9 +35,9 @@ $input-inner-calc-height-lg: calc( #{$input-line-height-lg * 1em} + #{$input-pad
35
35
  $input-adornment-height: calc( #{$input-line-height * $input-font-size} + #{$input-padding-y * 2} ) !default;
36
36
  $input-adornment-width: $input-adornment-height !default;
37
37
 
38
- $input-bg: null !default;
38
+ $input-bg: try-shade( $component-bg, .5 ) !default;
39
39
  $input-text: $component-text !default;
40
- $input-border: $subtle-text !default;
40
+ $input-border: $component-border !default;
41
41
  $input-shadow: null !default;
42
42
 
43
43
  $input-hovered-bg: null !default;
@@ -0,0 +1,11 @@
1
+ @import "../core/_index.scss";
2
+
3
+
4
+ // Dependencies
5
+ @import "../common/_index.scss";
6
+
7
+
8
+ // Component
9
+ @import "_variables.scss";
10
+ @import "_layout.scss";
11
+ @import "_theme.scss";
@@ -0,0 +1,28 @@
1
+ @import "../../modules/@progress/kendo-theme-default/scss/list/_layout.scss";
2
+
3
+ @include exports( "list/layout/material" ) {
4
+
5
+ .k-list-container {
6
+ line-height: 1.5;
7
+
8
+ .k-button {
9
+ box-shadow: none;
10
+
11
+ &::before {
12
+ display: none;
13
+ }
14
+ }
15
+
16
+ }
17
+
18
+ .k-list {
19
+ line-height: 1.5;
20
+ }
21
+
22
+ .k-list__item, // sass-lint:disable-line class-name-format
23
+ .k-list__group-header { // sass-lint:disable-line class-name-format
24
+ min-height: auto;
25
+ line-height: inherit;
26
+ }
27
+
28
+ }
@@ -0,0 +1,46 @@
1
+ @import "../../modules/@progress/kendo-theme-default/scss/list/_theme.scss";
2
+
3
+ @include exports( "list/theme/material" ) {
4
+
5
+ .k-list__item { // sass-lint:disable-line class-name-format
6
+
7
+ // Focused state
8
+ &:focus,
9
+ &.k-state-focused {
10
+ background: $list-item-hovered-bg;
11
+ }
12
+
13
+ }
14
+
15
+
16
+ .k-list-container {
17
+
18
+ .k-button {
19
+
20
+ // Hover state
21
+ &:hover,
22
+ &.k-state-hover {
23
+ background: $list-item-hovered-bg;
24
+ }
25
+
26
+ // Active state
27
+ &:active,
28
+ &.k-state-active {
29
+ box-shadow: none;
30
+ }
31
+
32
+ // Disabled state
33
+ &.k-state-disabled {
34
+ color: inherit;
35
+ }
36
+
37
+ // Focus state
38
+ &:focus,
39
+ &.k-state-focused {
40
+ background: $list-item-hovered-bg;
41
+ }
42
+
43
+ }
44
+ }
45
+
46
+ }
@@ -0,0 +1,17 @@
1
+ // List
2
+ $list-item-padding-x: map-get( $spacing, 4 ) !default;
3
+ $list-item-padding-y: map-get( $spacing, 1 ) !default;
4
+
5
+ $list-item-bg: null !default;
6
+ $list-item-text: $component-text !default;
7
+
8
+ $list-item-hovered-bg: $hovered-bg !default;
9
+ $list-item-hovered-text: $hovered-text !default;
10
+
11
+ $list-item-selected-bg: $component-bg !default;
12
+ $list-item-selected-text: $secondary !default;
13
+
14
+ $list-item-focused-shadow: null !default;
15
+
16
+ $list-container-shadow: null !default;
17
+ $list-container-no-data-text: $subtle-text !default;
@@ -6,6 +6,7 @@
6
6
  @import "../button/_index.scss";
7
7
  @import "../popup/_index.scss";
8
8
  @import "../icons/_index.scss";
9
+ @import "../list/_index.scss";
9
10
 
10
11
 
11
12
  // Component
@@ -5,6 +5,8 @@
5
5
  @import "../common/_index.scss";
6
6
  @import "../popup/_index.scss";
7
7
  @import "../icons/_index.scss";
8
+ @import "../list/_index.scss";
9
+ @import "../button/_variables.scss";
8
10
 
9
11
 
10
12
  // Component
@@ -47,8 +47,8 @@ $menu-scroll-button-hover-gradient: null !default;
47
47
 
48
48
 
49
49
  // Menu popup
50
- $menu-popup-padding-x: $popup-padding-x !default;
51
- $menu-popup-padding-y: $popup-padding-y !default;
50
+ $menu-popup-padding-x: null !default;
51
+ $menu-popup-padding-y: null !default;
52
52
  $menu-popup-border-width: $popup-border-width !default;
53
53
  $menu-popup-font-size: $font-size !default;
54
54
  $menu-popup-line-height: $line-height !default;
@@ -3,12 +3,14 @@
3
3
 
4
4
  // Dependencies
5
5
  @import "../common/_index.scss";
6
+ @import "../forms/_variables.scss";
6
7
  @import "../button/_index.scss";
7
8
  @import "../input/_index.scss";
8
9
  @import "../chip/_index.scss";
9
10
  @import "../floating-label/_index.scss";
10
11
  @import "../popup/_index.scss";
11
12
  @import "../icons/_index.scss";
13
+ @import "../list/_index.scss";
12
14
 
13
15
 
14
16
  // Component
@@ -5,6 +5,7 @@
5
5
  .k-multiselect {
6
6
  .k-multiselect-wrap {
7
7
  min-height: 0;
8
+ @include border-bottom-radius( 0 !important ); // sass-lint:disable-line no-important
8
9
  border-width: $input-border-width 0;
9
10
  border-top-color: transparent !important; // sass-lint:disable-line no-important
10
11
 
@@ -42,12 +43,6 @@
42
43
  }
43
44
  }
44
45
 
45
- // Disabled
46
- &.k-state-disabled > .k-multiselect-wrap,
47
- .k-multiselect-wrap.k-state-disabled {
48
- border-bottom-style: dashed;
49
- }
50
-
51
46
  &[dir="rtl"],
52
47
  .k-rtl & {
53
48
  .k-multiselect-wrap {
@@ -4,21 +4,9 @@
4
4
 
5
5
  .k-numerictextbox {
6
6
  .k-numeric-wrap {
7
+ @include border-bottom-radius( 0 !important ); // sass-lint:disable-line no-important
7
8
  border-width: $input-border-width 0;
8
9
  border-top-color: transparent !important; // sass-lint:disable-line no-important
9
-
10
-
11
- // Disabled state
12
- &.k-state-disabled {
13
- border-bottom-style: dashed;
14
- }
15
- }
16
-
17
- // Disabled state for k-state-disabled added to the k-numerictextbox
18
- &.k-state-disabled {
19
- .k-numeric-wrap {
20
- border-bottom-style: dashed;
21
- }
22
10
  }
23
11
  }
24
12
 
@@ -6,6 +6,7 @@
6
6
  @import "../dropdownlist/_index.scss";
7
7
  @import "../icons/_index.scss";
8
8
  @import "../toolbar/_variables.scss";
9
+ @import "../list/_index.scss";
9
10
 
10
11
 
11
12
  // Component
@@ -4,6 +4,7 @@
4
4
  // Dependencies
5
5
  @import "../common/_index.scss";
6
6
  @import "../icons/_index.scss";
7
+ @import "../list/_index.scss";
7
8
 
8
9
 
9
10
  // Component
@@ -11,6 +11,7 @@
11
11
  @import "../utils/_flex.scss";
12
12
  @import "../utils/_grid.scss";
13
13
  @import "../utils/_position.scss";
14
+ @import "../list/_index.scss";
14
15
 
15
16
 
16
17
  // Component
@@ -3,10 +3,6 @@
3
3
 
4
4
  // Dependencies
5
5
  @import "../common/_index.scss";
6
- @import "../icons/_index.scss";
7
- @import "../button/_index.scss";
8
- @import "../input/_index.scss";
9
- @import "../forms/_variables.scss";
10
6
 
11
7
 
12
8
  // Component
@@ -1,45 +1,12 @@
1
1
  @import "../../modules/@progress/kendo-theme-default/scss/popup/_layout.scss";
2
2
 
3
- @include exports("popup/layout/material") {
3
+ @include exports( "popup/layout/material" ) {
4
4
 
5
5
  .k-popup {
6
6
 
7
7
  &.k-colorpicker-popup {
8
8
  padding: 0;
9
9
  }
10
-
11
- // TODO: Change to $line-height when Material line-height is changed.
12
- .k-group-header,
13
- .k-outer-group-header {
14
- line-height: (20 / 12);
15
- text-transform: uppercase;
16
- }
17
- }
18
-
19
- .k-list-container {
20
-
21
- .k-button {
22
- box-shadow: none;
23
-
24
- &::before {
25
- display: none;
26
- }
27
- }
28
-
29
- }
30
-
31
- .k-list-filter {
32
- height: auto;
33
-
34
- & > .k-textbox {
35
- border-width: 0 0 2px;
36
- @include border-radius( $border-radius-lg );
37
- }
38
-
39
- & > .k-icon {
40
- margin-top: -.5em;
41
- transform: none;
42
- }
43
10
  }
44
11
 
45
12
  // Tooltip popup container padding
@@ -1,57 +1 @@
1
1
  @import "../../modules/@progress/kendo-theme-default/scss/popup/_theme.scss";
2
-
3
- @include exports("popup/theme/material") {
4
-
5
- .k-list .k-item,
6
- .k-list-optionlabel {
7
-
8
- // Focused state
9
- &:focus,
10
- &.k-state-focused {
11
- background: $list-item-hovered-bg;
12
- }
13
-
14
- }
15
-
16
- .k-list-container {
17
-
18
- .k-button {
19
-
20
- // Hover state
21
- &:hover,
22
- &.k-state-hover {
23
- background: $list-item-hovered-bg;
24
- }
25
-
26
- // Active state
27
- &:active,
28
- &.k-state-active {
29
- box-shadow: none;
30
- }
31
-
32
- // Disabled state
33
- &.k-state-disabled {
34
- color: $button-disabled-text;
35
- }
36
-
37
- // Focus state
38
- &:focus,
39
- &.k-state-focused {
40
- background: $list-item-hovered-bg;
41
- }
42
-
43
- }
44
- }
45
-
46
- .k-list-filter {
47
-
48
- & > .k-textbox {
49
- @include fill(
50
- $node-hovered-text,
51
- $node-hovered-bg,
52
- $node-hovered-border,
53
- $node-hovered-gradient
54
- );
55
- }
56
- }
57
- }
@@ -1,17 +1,12 @@
1
1
  // Popup
2
- $popup-padding-x: 0px !default;
3
- $popup-padding-y: 0px !default;
2
+ $popup-padding-x: null !default;
3
+ $popup-padding-y: null !default;
4
4
  $popup-border-width: 0px !default;
5
5
  $popup-border-radius: null !default;
6
6
 
7
7
  $popup-font-size: $font-size !default;
8
8
  $popup-line-height: $line-height !default;
9
9
 
10
- $popup-header-padding: $padding-y-lg $padding-x-lg !default;
11
- $popup-header-font-size: $font-size-sm !default;
12
- $popup-header-text: $subtle-text !default;
13
- $popup-filter-padding-x: $padding-x !default;
14
-
15
10
  $popup-content-padding-x: map-get( $spacing, 2 ) !default;
16
11
  $popup-content-padding-y: map-get( $spacing, 2 ) !default;
17
12
 
@@ -2,6 +2,7 @@
2
2
 
3
3
 
4
4
  // Dependencies
5
+ @import "../list/_variables.scss";
5
6
  @import "../checkbox/_variables.scss";
6
7
 
7
8
 
@@ -2,7 +2,9 @@
2
2
 
3
3
  @include exports( "searchbox/layout/material" ) {
4
4
 
5
+ // Searchbox
5
6
  .k-searchbox {
7
+ @include border-bottom-radius( 0 !important ); // sass-lint:disable-line no-important
6
8
  border-width: $input-border-width 0;
7
9
  border-top-color: transparent !important; // sass-lint:disable-line no-important
8
10
  }
@@ -17,6 +17,7 @@
17
17
  @import "../tabstrip/_index.scss";
18
18
  @import "../treeview/_index.scss";
19
19
  @import "../icons/_index.scss";
20
+ @import "../list/_index.scss";
20
21
 
21
22
 
22
23
  // Component
@@ -0,0 +1,19 @@
1
+ @import "../core/_index.scss";
2
+
3
+
4
+ // Dependencies
5
+ @import "../common/_index.scss";
6
+ @import "../input/_index.scss";
7
+ @import "../floating-label/_index.scss";
8
+ @import "../combobox/_index.scss";
9
+ @import "../popup/_index.scss";
10
+ @import "../toolbar/_variables.scss";
11
+ @import "../menu/_variables.scss";
12
+ @import "../grid/_variables.scss";
13
+
14
+
15
+ // Component
16
+ @import "_variables.scss";
17
+ @import "_layout.scss";
18
+ @import "_theme.scss";
19
+
@@ -0,0 +1 @@
1
+ @import "../../modules/@progress/kendo-theme-default/scss/table/_layout.scss";
@@ -0,0 +1 @@
1
+ @import "../../modules/@progress/kendo-theme-default/scss/table/_theme.scss";
@@ -0,0 +1,114 @@
1
+ // Table
2
+
3
+ /// The width of the table border.
4
+ /// @group table
5
+ $table-border-width: 1px !default;
6
+ /// The width of vertical border of table cells.
7
+ /// @group table
8
+ $table-cell-vertical-border-width: $grid-cell-vertical-border-width !default;
9
+ /// The width of horizontal border of table cells.
10
+ /// @group table
11
+ $table-cell-horizontal-border-width: $grid-cell-horizontal-border-width !default;
12
+
13
+ /// The font size of the table if no size is specified.
14
+ /// @group table
15
+ $table-font-size: $font-size !default;
16
+
17
+ /// The horizontal padding of the cells in the table if no size is specified.
18
+ /// @group table
19
+ $table-cell-padding-x: 24px !default;
20
+
21
+ /// The vertical padding of the cells in the table if no size is specified.
22
+ /// @group table
23
+ $table-cell-padding-y: 10px !default;
24
+
25
+
26
+ /// Background color of tables.
27
+ /// @group table
28
+ $table-bg: $grid-bg !default;
29
+ /// Text color of tables.
30
+ /// @group table
31
+ $table-text: $grid-text !default;
32
+ /// Border color of tables.
33
+ /// @group table
34
+ $table-border: $grid-border !default;
35
+
36
+
37
+ /// Background color of table headers.
38
+ /// @group table
39
+ $table-header-bg: $grid-header-bg !default;
40
+ /// Text color of table headers.
41
+ /// @group table
42
+ $table-header-text: $grid-header-text !default;
43
+ /// Border color of table headers.
44
+ /// @group table
45
+ $table-header-border: $grid-header-border !default;
46
+
47
+
48
+ /// Background color of table footers.
49
+ /// @group table
50
+ $table-footer-bg: $grid-footer-bg !default;
51
+ /// Text color of table footers.
52
+ /// @group table
53
+ $table-footer-text: $grid-footer-text !default;
54
+ /// Border color of table footers.
55
+ /// @group table
56
+ $table-footer-border: $grid-footer-border !default;
57
+
58
+
59
+ /// Background color of group rows in table.
60
+ /// @group table
61
+ $table-group-row-bg: $grid-grouping-row-bg !default;
62
+ /// Text color of group rows in table.
63
+ /// @group table
64
+ $table-group-row-text: $grid-grouping-row-text !default;
65
+ /// Border color of group rows in table.
66
+ /// @group table
67
+ $table-group-row-border: null !default;
68
+
69
+
70
+ /// Background color of alternating rows in table.
71
+ /// @group table
72
+ $table-alt-row-bg: $grid-alt-bg !default;
73
+ /// Text color of alternating rows in table.
74
+ /// @group table
75
+ $table-alt-row-text: $grid-alt-text !default;
76
+ /// Border color of alternating rows in table.
77
+ /// @group table
78
+ $table-alt-row-border: $grid-alt-border !default;
79
+
80
+
81
+ /// Background color of hovered rows in table.
82
+ /// @group table
83
+ $table-hover-bg: $grid-hovered-bg !default;
84
+ /// Text color of hovered rows in table.
85
+ /// @group table
86
+ $table-hover-text: $grid-hovered-text !default;
87
+ /// Border color of hovered rows in table.
88
+ /// @group table
89
+ $table-hover-border: $grid-hovered-border !default;
90
+
91
+
92
+ /// Background color of focused rows in table.
93
+ /// @group table
94
+ $table-focus-bg: null !default;
95
+ /// Text color of focused rows in table.
96
+ /// @group table
97
+ $table-focus-text: null !default;
98
+ /// Border color of focused rows in table.
99
+ /// @group table
100
+ $table-focus-border: null !default;
101
+ /// Box shadow of focused rows in table.
102
+ /// @group table
103
+ $table-focus-shadow: $grid-focused-shadow !default;
104
+
105
+
106
+ /// Background color of selected rows in table.
107
+ /// @group table
108
+ $table-selected-bg: $grid-selected-bg !default;
109
+ /// Text color of selected rows in table.
110
+ /// @group table
111
+ $table-selected-text: $grid-selected-text !default;
112
+ /// Border color of selected rows in table.
113
+ /// @group table
114
+ $table-selected-border: $grid-selected-border !default;
@@ -5,6 +5,7 @@
5
5
  @import "../common/_index.scss";
6
6
  @import "../button/_index.scss";
7
7
  @import "../icons/_index.scss";
8
+ @import "../list/_index.scss";
8
9
 
9
10
 
10
11
  // Component
@@ -4,23 +4,9 @@
4
4
 
5
5
  // Textarea
6
6
  .k-textarea {
7
- @include border-radius( $border-radius );
8
- border-width: 0 0 1px;
9
- border-bottom-left-radius: 0;
10
- border-bottom-right-radius: 0;
11
-
12
- // Focus state
13
- &:focus,
14
- // &:focus-within,
15
- &.k-state-focus,
16
- &.k-state-focused {
17
- border-bottom-left-radius: $textarea-border-radius;
18
- border-bottom-right-radius: $textarea-border-radius;
19
- }
20
- &:focus-within {
21
- border-bottom-left-radius: $textarea-border-radius;
22
- border-bottom-right-radius: $textarea-border-radius;
23
- }
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
24
10
  }
25
11
 
26
12
  // Textarea Floating label
@@ -7,11 +7,11 @@ $textarea-border-radius: $input-border-radius !default;
7
7
  $textarea-border-radius-sm: $input-border-radius-sm !default;
8
8
  $textarea-border-radius-lg: $input-border-radius-lg !default;
9
9
 
10
- $textarea-padding-x: 16px !default;
11
- $textarea-padding-y: 6px !default;
10
+ $textarea-padding-x: $input-padding-x !default;
11
+ $textarea-padding-y: $input-padding-y !default;
12
12
  $textarea-font-family: $input-font-family !default;
13
13
  $textarea-font-size: $input-font-size !default;
14
- $textarea-line-height: 24px !default;
14
+ $textarea-line-height: $input-line-height !default;
15
15
  $textarea-line-height-em: $input-line-height-em !default;
16
16
 
17
17
  $textarea-padding-x-sm: $input-padding-x-sm !default;
@@ -30,20 +30,20 @@ $textarea-calc-height-lg: $input-calc-height-lg !default;
30
30
 
31
31
  $textarea-floating-label-padding: 3px !default;
32
32
 
33
- $textarea-bg: try-shade( $body-bg, .5 ) !default;
33
+ $textarea-bg: $input-bg !default;
34
34
  $textarea-text: $input-text !default;
35
35
  $textarea-border: $input-border !default;
36
36
  $textarea-shadow: $input-shadow !default;
37
37
 
38
38
  $textarea-hover-text: $input-hovered-text !default;
39
- $textarea-hover-bg: try-shade( $body-bg, 1 ) !default;
40
- $textarea-hover-border: $input-border !default;
39
+ $textarea-hover-bg: $input-hovered-bg !default;
40
+ $textarea-hover-border: $input-hovered-border !default;
41
41
  $textarea-hover-shadow: $input-hovered-shadow !default;
42
42
 
43
43
  $textarea-focus-text: $input-focused-text !default;
44
44
  $textarea-focus-bg: $input-focused-bg !default;
45
45
  $textarea-focus-border: $input-focused-border !default;
46
- $textarea-focus-shadow: 0 0 0 1px $primary !default;
46
+ $textarea-focus-shadow: $input-focused-shadow !default;
47
47
 
48
48
  $textarea-placeholder-text: $input-placeholder-text !default;
49
49
  $textarea-placeholder-opacity: $input-placeholder-opacity !default;
@@ -51,4 +51,4 @@ $textarea-placeholder-opacity: $input-placeholder-opacity !default;
51
51
  $textarea-selected-bg: $input-selected-bg !default;
52
52
  $textarea-selected-text: $input-selected-text !default;
53
53
 
54
- $textarea-invalid-focus-shadow: 0 0 0 1px $error !default;
54
+ $textarea-invalid-focus-shadow: null !default;