@syncfusion/ej2-splitbuttons 19.4.47 → 20.1.47

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 (84) hide show
  1. package/README.md +1 -1
  2. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  3. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-splitbuttons.es2015.js +17 -1
  5. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  6. package/dist/es6/ej2-splitbuttons.es5.js +17 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  8. package/dist/global/ej2-splitbuttons.min.js +2 -2
  9. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +7 -7
  12. package/src/drop-down-button/drop-down-button-model.d.ts +1 -1
  13. package/src/drop-down-button/drop-down-button.js +22 -1
  14. package/styles/bootstrap-dark.css +45 -45
  15. package/styles/bootstrap.css +45 -45
  16. package/styles/bootstrap4.css +45 -45
  17. package/styles/bootstrap5-dark.css +80 -60
  18. package/styles/bootstrap5.css +80 -60
  19. package/styles/button-group/_fluent-dark-definition.scss +1 -0
  20. package/styles/button-group/fluent-dark.css +866 -0
  21. package/styles/button-group/fluent-dark.scss +4 -0
  22. package/styles/button-group/fluent.css +866 -0
  23. package/styles/button-group/fluent.scss +4 -0
  24. package/styles/drop-down-button/_bootstrap5-definition.scss +4 -4
  25. package/styles/drop-down-button/_fluent-dark-definition.scss +1 -0
  26. package/styles/drop-down-button/_fluent-definition.scss +5 -5
  27. package/styles/drop-down-button/_layout.scss +1 -1
  28. package/styles/drop-down-button/_tailwind-definition.scss +4 -4
  29. package/styles/drop-down-button/bootstrap5-dark.css +8 -8
  30. package/styles/drop-down-button/bootstrap5.css +8 -8
  31. package/styles/drop-down-button/fluent-dark.css +247 -0
  32. package/styles/drop-down-button/fluent-dark.scss +6 -0
  33. package/styles/drop-down-button/fluent.css +247 -0
  34. package/styles/drop-down-button/fluent.scss +6 -0
  35. package/styles/drop-down-button/icons/_fluent-dark.scss +1 -0
  36. package/styles/drop-down-button/icons/_fluent.scss +1 -1
  37. package/styles/drop-down-button/icons/_tailwind-dark.scss +1 -1
  38. package/styles/drop-down-button/icons/_tailwind.scss +1 -1
  39. package/styles/drop-down-button/tailwind-dark.css +8 -8
  40. package/styles/drop-down-button/tailwind.css +8 -8
  41. package/styles/fabric-dark.css +45 -45
  42. package/styles/fabric.css +45 -45
  43. package/styles/fluent-dark.css +2144 -0
  44. package/styles/fluent-dark.scss +4 -0
  45. package/styles/fluent.css +2144 -0
  46. package/styles/fluent.scss +4 -0
  47. package/styles/highcontrast-light.css +45 -45
  48. package/styles/highcontrast.css +45 -45
  49. package/styles/material-dark.css +45 -45
  50. package/styles/material.css +45 -45
  51. package/styles/progress-button/_bootstrap5-definition.scss +2 -2
  52. package/styles/progress-button/_fluent-dark-definition.scss +1 -0
  53. package/styles/progress-button/_fluent-definition.scss +2 -2
  54. package/styles/progress-button/_tailwind-definition.scss +2 -2
  55. package/styles/progress-button/_theme.scss +56 -11
  56. package/styles/progress-button/bootstrap-dark.css +45 -45
  57. package/styles/progress-button/bootstrap.css +45 -45
  58. package/styles/progress-button/bootstrap4.css +45 -45
  59. package/styles/progress-button/bootstrap5-dark.css +72 -52
  60. package/styles/progress-button/bootstrap5.css +72 -52
  61. package/styles/progress-button/fabric-dark.css +45 -45
  62. package/styles/progress-button/fabric.css +45 -45
  63. package/styles/progress-button/fluent-dark.css +665 -0
  64. package/styles/progress-button/fluent-dark.scss +5 -0
  65. package/styles/progress-button/fluent.css +665 -0
  66. package/styles/progress-button/fluent.scss +5 -0
  67. package/styles/progress-button/highcontrast-light.css +45 -45
  68. package/styles/progress-button/highcontrast.css +45 -45
  69. package/styles/progress-button/material-dark.css +45 -45
  70. package/styles/progress-button/material.css +45 -45
  71. package/styles/progress-button/tailwind-dark.css +68 -48
  72. package/styles/progress-button/tailwind.css +68 -48
  73. package/styles/split-button/_fluent-dark-definition.scss +1 -0
  74. package/styles/split-button/_fluent-definition.scss +2 -2
  75. package/styles/split-button/_layout.scss +32 -12
  76. package/styles/split-button/_tailwind-definition.scss +1 -1
  77. package/styles/split-button/fluent-dark.css +363 -0
  78. package/styles/split-button/fluent-dark.scss +6 -0
  79. package/styles/split-button/fluent.css +363 -0
  80. package/styles/split-button/fluent.scss +6 -0
  81. package/styles/split-button/tailwind-dark.css +9 -9
  82. package/styles/split-button/tailwind.css +9 -9
  83. package/styles/tailwind-dark.css +85 -65
  84. package/styles/tailwind.css +85 -65
@@ -0,0 +1,4 @@
1
+ @import 'ej2-base/styles/fluent-definition.scss';
2
+ @import 'ej2-buttons/styles/button/fluent-definition.scss';
3
+ @import 'fluent-definition.scss';
4
+ @import 'all.scss';
@@ -3,14 +3,14 @@ $drop-down-btn-arrow-content: '\e70d' !default;
3
3
  $drop-down-btn-vertical-btn-padding: 6px 12px !default;
4
4
  $drop-down-btn-vertical-bigger-padding: 8px 16px !default;
5
5
  $drop-down-btn-bigger-font-size: $text-base !default;
6
- $drop-down-btn-bigger-li-height: 36px !default;
6
+ $drop-down-btn-bigger-li-height: 32px !default;
7
7
  $drop-down-btn-bigger-max-width: 202px !default;
8
8
  $drop-down-btn-bigger-min-width: 112px !default;
9
9
  $drop-down-btn-icon-font-size: 14px !default;
10
10
  $drop-down-btn-icon-margin-right: 11px !default;
11
11
  $drop-down-btn-bigger-icon-margin-right: 12px !default;
12
12
  $drop-down-btn-li-border-width: 1px !default;
13
- $drop-down-btn-li-height: 26px !default;
13
+ $drop-down-btn-li-height: 30px !default;
14
14
  $drop-down-btn-li-padding: 0 12px !default;
15
15
  $drop-down-btn-bigger-li-padding: 0 16px !default;
16
16
  $drop-down-btn-small-li-padding: 0 8px !default;
@@ -21,14 +21,14 @@ $drop-down-btn-min-width: 120px !default;
21
21
  $drop-down-btn-seperator-padding: 3px 0 !default;
22
22
  $drop-down-btn-sub-ul-box-shadow: none !default;
23
23
  $drop-down-btn-ul-border-radius: 4px !default;
24
- $drop-down-btn-ul-padding: 6px 0 !default;
24
+ $drop-down-btn-ul-padding: 4px 0 !default;
25
25
  $drop-down-btn-ul-bigger-padding: 8px 0 !default;
26
26
  $drop-down-btn-ul-small-padding: 4px 0 !default;
27
27
  $drop-down-btn-caret-icon-font-size: 10px !default;
28
28
  $drop-down-btn-icon-font-size-bigger: 16px !default;
29
29
  $drop-down-btn-caret-icon-font-size-bigger: 12px !default;
30
30
  $drop-down-btn-box-shadow: $secondary-shadow-focus !default;
31
- $drop-down-btn-popup-margin-top: 4px !default;
31
+ $drop-down-btn-popup-margin-top: 2px !default;
32
32
  $drop-down-btn-bigger-popup-margin-top: 4px !default;
33
33
  $drop-down-btn-ul-border: 1px solid $border-light !default;
34
34
  $drop-down-btn-li-box-shadow: none !default;
@@ -0,0 +1 @@
1
+ @import './fluent-definition.scss';
@@ -21,9 +21,9 @@ $drop-down-btn-min-width: 120px !default;
21
21
  $drop-down-btn-seperator-padding: 3px 0 !default;
22
22
  $drop-down-btn-sub-ul-box-shadow: none !default;
23
23
  $drop-down-btn-ul-border-radius: 2px !default;
24
- $drop-down-btn-ul-padding: 6px 0 !default;
25
- $drop-down-btn-ul-bigger-padding: 8px 0 !default;
26
- $drop-down-btn-ul-small-padding: 4px 0 !default;
24
+ $drop-down-btn-ul-padding: 0 0 !default;
25
+ $drop-down-btn-ul-bigger-padding: 0 0 !default;
26
+ $drop-down-btn-ul-small-padding: 0 0 !default;
27
27
  $drop-down-btn-caret-icon-font-size: 16px !default;
28
28
  $drop-down-btn-icon-font-size-bigger: 16px !default;
29
29
  $drop-down-btn-caret-icon-font-size-bigger: 20px !default;
@@ -46,7 +46,7 @@ $drop-down-btn-parent-ul-box-shadow: $shadow-md !default;
46
46
  $drop-down-btn-li-focus-bgcolor: $flyout-bg-color-focus !default;
47
47
  $drop-down-btn-li-selection-bgcolor: $flyout-bg-color-selected !default;
48
48
  $drop-down-btn-li-selection-font-color: $flyout-text-color-selected !default;
49
- $drop-down-btn-menu-icon-color: $primary-outline !default;
50
- $drop-down-btn-menu-icon-disabled-color: $primary-outline !default;
49
+ $drop-down-btn-menu-icon-color: $icon-color !default;
50
+ $drop-down-btn-menu-icon-disabled-color: $icon-color !default;
51
51
  $drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
52
52
 
@@ -15,7 +15,7 @@
15
15
  }
16
16
 
17
17
  &:focus {
18
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
18
+ @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
19
19
  box-shadow: $drop-down-btn-box-shadow;
20
20
  }
21
21
  @else {
@@ -7,10 +7,10 @@ $drop-down-btn-bigger-li-height: 36px !default;
7
7
  $drop-down-btn-bigger-max-width: 202px !default;
8
8
  $drop-down-btn-bigger-min-width: 112px !default;
9
9
  $drop-down-btn-icon-font-size: 14px !default;
10
- $drop-down-btn-icon-margin-right: 11px !default;
10
+ $drop-down-btn-icon-margin-right: 12px !default;
11
11
  $drop-down-btn-bigger-icon-margin-right: 12px !default;
12
12
  $drop-down-btn-li-border-width: 1px !default;
13
- $drop-down-btn-li-height: 28px !default;
13
+ $drop-down-btn-li-height: 30px !default;
14
14
  $drop-down-btn-li-padding: 0 12px !default;
15
15
  $drop-down-btn-bigger-li-padding: 0 16px !default;
16
16
  $drop-down-btn-small-li-padding: 0 8px !default;
@@ -21,8 +21,8 @@ $drop-down-btn-min-width: 120px !default;
21
21
  $drop-down-btn-seperator-padding: 3px 0 !default;
22
22
  $drop-down-btn-sub-ul-box-shadow: none !default;
23
23
  $drop-down-btn-ul-border-radius: 4px !default;
24
- $drop-down-btn-ul-padding: 6px 0 !default;
25
- $drop-down-btn-ul-bigger-padding: 8px 0 !default;
24
+ $drop-down-btn-ul-padding: 4px 0 !default;
25
+ $drop-down-btn-ul-bigger-padding: 4px 0 !default;
26
26
  $drop-down-btn-ul-small-padding: 4px 0 !default;
27
27
  $drop-down-btn-caret-icon-font-size: 18px !default;
28
28
  $drop-down-btn-icon-font-size-bigger: 16px !default;
@@ -81,7 +81,7 @@
81
81
 
82
82
  .e-dropdown-popup {
83
83
  position: absolute;
84
- margin-top: 4px;
84
+ margin-top: 2px;
85
85
  }
86
86
 
87
87
  .e-dropdown-popup ul {
@@ -97,7 +97,7 @@
97
97
  margin: 0;
98
98
  min-width: 120px;
99
99
  overflow: hidden;
100
- padding: 6px 0;
100
+ padding: 4px 0;
101
101
  -webkit-user-select: none;
102
102
  -ms-user-select: none;
103
103
  user-select: none;
@@ -108,8 +108,8 @@
108
108
  cursor: pointer;
109
109
  display: -ms-flexbox;
110
110
  display: flex;
111
- height: 26px;
112
- line-height: 26px;
111
+ height: 30px;
112
+ line-height: 30px;
113
113
  padding: 0 12px;
114
114
  }
115
115
 
@@ -127,7 +127,7 @@
127
127
  .e-dropdown-popup ul .e-item .e-menu-icon {
128
128
  float: left;
129
129
  font-size: 18px;
130
- line-height: 26px;
130
+ line-height: 30px;
131
131
  margin-right: 11px;
132
132
  vertical-align: middle;
133
133
  width: 1em;
@@ -184,8 +184,8 @@
184
184
 
185
185
  *.e-bigger .e-dropdown-popup ul .e-item,
186
186
  *.e-bigger.e-dropdown-popup ul .e-item {
187
- height: 36px;
188
- line-height: 36px;
187
+ height: 32px;
188
+ line-height: 32px;
189
189
  padding: 0 16px;
190
190
  }
191
191
 
@@ -197,7 +197,7 @@
197
197
  *.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
198
198
  *.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
199
199
  font-size: 22px;
200
- line-height: 36px;
200
+ line-height: 32px;
201
201
  }
202
202
 
203
203
  *.e-bigger .e-dropdown-popup ul .e-item.e-separator,
@@ -81,7 +81,7 @@
81
81
 
82
82
  .e-dropdown-popup {
83
83
  position: absolute;
84
- margin-top: 4px;
84
+ margin-top: 2px;
85
85
  }
86
86
 
87
87
  .e-dropdown-popup ul {
@@ -97,7 +97,7 @@
97
97
  margin: 0;
98
98
  min-width: 120px;
99
99
  overflow: hidden;
100
- padding: 6px 0;
100
+ padding: 4px 0;
101
101
  -webkit-user-select: none;
102
102
  -ms-user-select: none;
103
103
  user-select: none;
@@ -108,8 +108,8 @@
108
108
  cursor: pointer;
109
109
  display: -ms-flexbox;
110
110
  display: flex;
111
- height: 26px;
112
- line-height: 26px;
111
+ height: 30px;
112
+ line-height: 30px;
113
113
  padding: 0 12px;
114
114
  }
115
115
 
@@ -127,7 +127,7 @@
127
127
  .e-dropdown-popup ul .e-item .e-menu-icon {
128
128
  float: left;
129
129
  font-size: 18px;
130
- line-height: 26px;
130
+ line-height: 30px;
131
131
  margin-right: 11px;
132
132
  vertical-align: middle;
133
133
  width: 1em;
@@ -184,8 +184,8 @@
184
184
 
185
185
  *.e-bigger .e-dropdown-popup ul .e-item,
186
186
  *.e-bigger.e-dropdown-popup ul .e-item {
187
- height: 36px;
188
- line-height: 36px;
187
+ height: 32px;
188
+ line-height: 32px;
189
189
  padding: 0 16px;
190
190
  }
191
191
 
@@ -197,7 +197,7 @@
197
197
  *.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
198
198
  *.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
199
199
  font-size: 22px;
200
- line-height: 36px;
200
+ line-height: 32px;
201
201
  }
202
202
 
203
203
  *.e-bigger .e-dropdown-popup ul .e-item.e-separator,
@@ -0,0 +1,247 @@
1
+ .e-dropdown-btn .e-caret::before,
2
+ .e-dropdown-btn.e-btn .e-caret::before {
3
+ content: '\e729';
4
+ }
5
+
6
+ /*! drop-down button layout */
7
+ .e-dropdown-btn,
8
+ .e-dropdown-btn.e-btn {
9
+ box-shadow: none;
10
+ text-transform: none;
11
+ white-space: normal;
12
+ }
13
+
14
+ .e-dropdown-btn:hover,
15
+ .e-dropdown-btn.e-btn:hover {
16
+ box-shadow: none;
17
+ }
18
+
19
+ .e-dropdown-btn:focus,
20
+ .e-dropdown-btn.e-btn:focus {
21
+ box-shadow: none;
22
+ }
23
+
24
+ .e-dropdown-btn:active,
25
+ .e-dropdown-btn.e-btn:active {
26
+ box-shadow: none;
27
+ }
28
+
29
+ .e-dropdown-btn .e-btn-icon,
30
+ .e-dropdown-btn.e-btn .e-btn-icon {
31
+ font-size: 14px;
32
+ }
33
+
34
+ .e-dropdown-btn .e-caret,
35
+ .e-dropdown-btn.e-btn .e-caret {
36
+ font-size: 16px;
37
+ }
38
+
39
+ .e-dropdown-btn.e-vertical,
40
+ .e-dropdown-btn.e-btn.e-vertical {
41
+ line-height: 1;
42
+ padding: 6px 12px;
43
+ }
44
+
45
+ .e-dropdown-btn.e-caret-hide .e-caret,
46
+ .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
47
+ display: none;
48
+ }
49
+
50
+ .e-dropdown-btn.e-small .e-dropdown-popup ul,
51
+ .e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul {
52
+ padding: 0 0;
53
+ }
54
+
55
+ .e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,
56
+ .e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item {
57
+ padding: 0 8px;
58
+ }
59
+
60
+ .e-dropdown-btn.e-small.e-vertical,
61
+ .e-dropdown-btn.e-btn.e-small.e-vertical {
62
+ line-height: 1;
63
+ padding: 6px 12px;
64
+ }
65
+
66
+ .e-bigger .e-dropdown-btn .e-btn-icon,
67
+ .e-bigger.e-dropdown-btn .e-btn-icon {
68
+ font-size: 16px;
69
+ }
70
+
71
+ .e-bigger .e-dropdown-btn .e-caret,
72
+ .e-bigger.e-dropdown-btn .e-caret {
73
+ font-size: 20px;
74
+ }
75
+
76
+ .e-bigger .e-dropdown-btn.e-vertical,
77
+ .e-bigger.e-dropdown-btn.e-vertical {
78
+ line-height: 1;
79
+ padding: 8px 16px;
80
+ }
81
+
82
+ .e-bigger .e-dropdown-btn.e-small.e-vertical,
83
+ .e-bigger.e-dropdown-btn.e-small.e-vertical {
84
+ line-height: 1;
85
+ padding: 8px 16px;
86
+ }
87
+
88
+ .e-dropdown-popup {
89
+ position: absolute;
90
+ }
91
+
92
+ .e-dropdown-popup ul {
93
+ border: 0 solid #292827;
94
+ border-radius: 2px;
95
+ box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
96
+ box-sizing: border-box;
97
+ font-size: 14px;
98
+ font-weight: 400;
99
+ list-style-image: none;
100
+ list-style-position: outside;
101
+ list-style-type: none;
102
+ margin: 0;
103
+ min-width: 120px;
104
+ overflow: hidden;
105
+ padding: 0 0;
106
+ -webkit-user-select: none;
107
+ -ms-user-select: none;
108
+ user-select: none;
109
+ white-space: nowrap;
110
+ }
111
+
112
+ .e-dropdown-popup ul .e-item {
113
+ cursor: pointer;
114
+ display: -ms-flexbox;
115
+ display: flex;
116
+ height: 36px;
117
+ line-height: 36px;
118
+ padding: 0 12px;
119
+ }
120
+
121
+ .e-dropdown-popup ul .e-item.e-url {
122
+ padding: 0;
123
+ }
124
+
125
+ .e-dropdown-popup ul .e-item .e-menu-url {
126
+ display: block;
127
+ padding: 0 12px;
128
+ text-decoration: none;
129
+ width: 100%;
130
+ }
131
+
132
+ .e-dropdown-popup ul .e-item .e-menu-icon {
133
+ float: left;
134
+ font-size: 18px;
135
+ line-height: 36px;
136
+ margin-right: 11px;
137
+ vertical-align: middle;
138
+ width: 1em;
139
+ }
140
+
141
+ .e-dropdown-popup ul .e-item.e-disabled {
142
+ cursor: auto;
143
+ pointer-events: none;
144
+ }
145
+
146
+ .e-dropdown-popup ul .e-item.e-separator {
147
+ border-bottom-style: solid;
148
+ border-bottom-width: 1px;
149
+ cursor: auto;
150
+ height: auto;
151
+ line-height: normal;
152
+ margin: 3px 0;
153
+ pointer-events: none;
154
+ }
155
+
156
+ .e-dropdown-popup.e-transparent {
157
+ background: transparent;
158
+ box-shadow: none;
159
+ }
160
+
161
+ .e-dropdown-popup.e-transparent .e-dropdown-menu {
162
+ border: 0;
163
+ height: 1px;
164
+ min-width: 0;
165
+ padding: 0;
166
+ width: 1px;
167
+ }
168
+
169
+ .e-rtl.e-dropdown-popup .e-item .e-menu-icon {
170
+ float: right;
171
+ margin-left: 11px;
172
+ margin-right: 0;
173
+ }
174
+
175
+ *.e-bigger .e-dropdown-popup ul,
176
+ *.e-bigger.e-dropdown-popup ul {
177
+ box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
178
+ font-size: 16px;
179
+ max-width: 202px;
180
+ min-width: 112px;
181
+ padding: 0 0;
182
+ }
183
+
184
+ *.e-bigger .e-dropdown-popup ul .e-item,
185
+ *.e-bigger.e-dropdown-popup ul .e-item {
186
+ height: 40px;
187
+ line-height: 40px;
188
+ padding: 0 16px;
189
+ }
190
+
191
+ *.e-bigger .e-dropdown-popup ul .e-item.e-url,
192
+ *.e-bigger.e-dropdown-popup ul .e-item.e-url {
193
+ padding: 0;
194
+ }
195
+
196
+ *.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
197
+ *.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
198
+ font-size: 22px;
199
+ line-height: 40px;
200
+ }
201
+
202
+ *.e-bigger .e-dropdown-popup ul .e-item.e-separator,
203
+ *.e-bigger.e-dropdown-popup ul .e-item.e-separator {
204
+ height: auto;
205
+ line-height: normal;
206
+ }
207
+
208
+ /*! drop-down button theme */
209
+ .e-dropdown-popup {
210
+ background-color: #252423;
211
+ color: #fff;
212
+ }
213
+
214
+ .e-dropdown-popup ul .e-item .e-menu-url {
215
+ color: #fff;
216
+ }
217
+
218
+ .e-dropdown-popup ul .e-item .e-menu-icon {
219
+ color: #a19f9d;
220
+ }
221
+
222
+ .e-dropdown-popup ul .e-item.e-focused {
223
+ background-color: #3b3a39;
224
+ box-shadow: none;
225
+ }
226
+
227
+ .e-dropdown-popup ul .e-item:hover {
228
+ background-color: #323130;
229
+ color: #f3f2f1;
230
+ }
231
+
232
+ .e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
233
+ background-color: #3b3a39;
234
+ color: #f3f2f1;
235
+ }
236
+
237
+ .e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
238
+ color: #f3f2f1;
239
+ }
240
+
241
+ .e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
242
+ color: #a19f9d;
243
+ }
244
+
245
+ .e-dropdown-popup ul .e-separator {
246
+ border-bottom-color: #292827;
247
+ }
@@ -0,0 +1,6 @@
1
+ @import 'ej2-base/styles/fluent-dark-definition.scss';
2
+ @import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
3
+ @import 'ej2-popups/styles/popup/fluent-dark-definition.scss';
4
+ @import 'fluent-dark-definition.scss';
5
+ @import 'icons/fluent-dark.scss';
6
+ @import 'all.scss';
@@ -0,0 +1,247 @@
1
+ .e-dropdown-btn .e-caret::before,
2
+ .e-dropdown-btn.e-btn .e-caret::before {
3
+ content: '\e729';
4
+ }
5
+
6
+ /*! drop-down button layout */
7
+ .e-dropdown-btn,
8
+ .e-dropdown-btn.e-btn {
9
+ box-shadow: none;
10
+ text-transform: none;
11
+ white-space: normal;
12
+ }
13
+
14
+ .e-dropdown-btn:hover,
15
+ .e-dropdown-btn.e-btn:hover {
16
+ box-shadow: none;
17
+ }
18
+
19
+ .e-dropdown-btn:focus,
20
+ .e-dropdown-btn.e-btn:focus {
21
+ box-shadow: none;
22
+ }
23
+
24
+ .e-dropdown-btn:active,
25
+ .e-dropdown-btn.e-btn:active {
26
+ box-shadow: none;
27
+ }
28
+
29
+ .e-dropdown-btn .e-btn-icon,
30
+ .e-dropdown-btn.e-btn .e-btn-icon {
31
+ font-size: 14px;
32
+ }
33
+
34
+ .e-dropdown-btn .e-caret,
35
+ .e-dropdown-btn.e-btn .e-caret {
36
+ font-size: 16px;
37
+ }
38
+
39
+ .e-dropdown-btn.e-vertical,
40
+ .e-dropdown-btn.e-btn.e-vertical {
41
+ line-height: 1;
42
+ padding: 6px 12px;
43
+ }
44
+
45
+ .e-dropdown-btn.e-caret-hide .e-caret,
46
+ .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
47
+ display: none;
48
+ }
49
+
50
+ .e-dropdown-btn.e-small .e-dropdown-popup ul,
51
+ .e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul {
52
+ padding: 0 0;
53
+ }
54
+
55
+ .e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,
56
+ .e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item {
57
+ padding: 0 8px;
58
+ }
59
+
60
+ .e-dropdown-btn.e-small.e-vertical,
61
+ .e-dropdown-btn.e-btn.e-small.e-vertical {
62
+ line-height: 1;
63
+ padding: 6px 12px;
64
+ }
65
+
66
+ .e-bigger .e-dropdown-btn .e-btn-icon,
67
+ .e-bigger.e-dropdown-btn .e-btn-icon {
68
+ font-size: 16px;
69
+ }
70
+
71
+ .e-bigger .e-dropdown-btn .e-caret,
72
+ .e-bigger.e-dropdown-btn .e-caret {
73
+ font-size: 20px;
74
+ }
75
+
76
+ .e-bigger .e-dropdown-btn.e-vertical,
77
+ .e-bigger.e-dropdown-btn.e-vertical {
78
+ line-height: 1;
79
+ padding: 8px 16px;
80
+ }
81
+
82
+ .e-bigger .e-dropdown-btn.e-small.e-vertical,
83
+ .e-bigger.e-dropdown-btn.e-small.e-vertical {
84
+ line-height: 1;
85
+ padding: 8px 16px;
86
+ }
87
+
88
+ .e-dropdown-popup {
89
+ position: absolute;
90
+ }
91
+
92
+ .e-dropdown-popup ul {
93
+ border: 0 solid #edebe9;
94
+ border-radius: 2px;
95
+ box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
96
+ box-sizing: border-box;
97
+ font-size: 14px;
98
+ font-weight: 400;
99
+ list-style-image: none;
100
+ list-style-position: outside;
101
+ list-style-type: none;
102
+ margin: 0;
103
+ min-width: 120px;
104
+ overflow: hidden;
105
+ padding: 0 0;
106
+ -webkit-user-select: none;
107
+ -ms-user-select: none;
108
+ user-select: none;
109
+ white-space: nowrap;
110
+ }
111
+
112
+ .e-dropdown-popup ul .e-item {
113
+ cursor: pointer;
114
+ display: -ms-flexbox;
115
+ display: flex;
116
+ height: 36px;
117
+ line-height: 36px;
118
+ padding: 0 12px;
119
+ }
120
+
121
+ .e-dropdown-popup ul .e-item.e-url {
122
+ padding: 0;
123
+ }
124
+
125
+ .e-dropdown-popup ul .e-item .e-menu-url {
126
+ display: block;
127
+ padding: 0 12px;
128
+ text-decoration: none;
129
+ width: 100%;
130
+ }
131
+
132
+ .e-dropdown-popup ul .e-item .e-menu-icon {
133
+ float: left;
134
+ font-size: 18px;
135
+ line-height: 36px;
136
+ margin-right: 11px;
137
+ vertical-align: middle;
138
+ width: 1em;
139
+ }
140
+
141
+ .e-dropdown-popup ul .e-item.e-disabled {
142
+ cursor: auto;
143
+ pointer-events: none;
144
+ }
145
+
146
+ .e-dropdown-popup ul .e-item.e-separator {
147
+ border-bottom-style: solid;
148
+ border-bottom-width: 1px;
149
+ cursor: auto;
150
+ height: auto;
151
+ line-height: normal;
152
+ margin: 3px 0;
153
+ pointer-events: none;
154
+ }
155
+
156
+ .e-dropdown-popup.e-transparent {
157
+ background: transparent;
158
+ box-shadow: none;
159
+ }
160
+
161
+ .e-dropdown-popup.e-transparent .e-dropdown-menu {
162
+ border: 0;
163
+ height: 1px;
164
+ min-width: 0;
165
+ padding: 0;
166
+ width: 1px;
167
+ }
168
+
169
+ .e-rtl.e-dropdown-popup .e-item .e-menu-icon {
170
+ float: right;
171
+ margin-left: 11px;
172
+ margin-right: 0;
173
+ }
174
+
175
+ *.e-bigger .e-dropdown-popup ul,
176
+ *.e-bigger.e-dropdown-popup ul {
177
+ box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
178
+ font-size: 16px;
179
+ max-width: 202px;
180
+ min-width: 112px;
181
+ padding: 0 0;
182
+ }
183
+
184
+ *.e-bigger .e-dropdown-popup ul .e-item,
185
+ *.e-bigger.e-dropdown-popup ul .e-item {
186
+ height: 40px;
187
+ line-height: 40px;
188
+ padding: 0 16px;
189
+ }
190
+
191
+ *.e-bigger .e-dropdown-popup ul .e-item.e-url,
192
+ *.e-bigger.e-dropdown-popup ul .e-item.e-url {
193
+ padding: 0;
194
+ }
195
+
196
+ *.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
197
+ *.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
198
+ font-size: 22px;
199
+ line-height: 40px;
200
+ }
201
+
202
+ *.e-bigger .e-dropdown-popup ul .e-item.e-separator,
203
+ *.e-bigger.e-dropdown-popup ul .e-item.e-separator {
204
+ height: auto;
205
+ line-height: normal;
206
+ }
207
+
208
+ /*! drop-down button theme */
209
+ .e-dropdown-popup {
210
+ background-color: #fff;
211
+ color: #323130;
212
+ }
213
+
214
+ .e-dropdown-popup ul .e-item .e-menu-url {
215
+ color: #323130;
216
+ }
217
+
218
+ .e-dropdown-popup ul .e-item .e-menu-icon {
219
+ color: #605e5c;
220
+ }
221
+
222
+ .e-dropdown-popup ul .e-item.e-focused {
223
+ background-color: #edebe9;
224
+ box-shadow: none;
225
+ }
226
+
227
+ .e-dropdown-popup ul .e-item:hover {
228
+ background-color: #f3f2f1;
229
+ color: #201f1e;
230
+ }
231
+
232
+ .e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
233
+ background-color: #edebe9;
234
+ color: #201f1e;
235
+ }
236
+
237
+ .e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
238
+ color: #201f1e;
239
+ }
240
+
241
+ .e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
242
+ color: #605e5c;
243
+ }
244
+
245
+ .e-dropdown-popup ul .e-separator {
246
+ border-bottom-color: #edebe9;
247
+ }