@syncfusion/ej2-react-splitbuttons 19.4.52 → 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 (55) hide show
  1. package/CHANGELOG.md +0 -8
  2. package/dist/ej2-react-splitbuttons.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +45 -45
  5. package/styles/bootstrap.css +45 -45
  6. package/styles/bootstrap4.css +45 -45
  7. package/styles/bootstrap5-dark.css +83 -63
  8. package/styles/bootstrap5.css +83 -63
  9. package/styles/button-group/fluent-dark.css +866 -0
  10. package/styles/button-group/fluent-dark.scss +1 -0
  11. package/styles/button-group/fluent.css +866 -0
  12. package/styles/button-group/fluent.scss +1 -0
  13. package/styles/drop-down-button/bootstrap5-dark.css +8 -8
  14. package/styles/drop-down-button/bootstrap5.css +8 -8
  15. package/styles/drop-down-button/fluent-dark.css +247 -0
  16. package/styles/drop-down-button/fluent-dark.scss +1 -0
  17. package/styles/drop-down-button/fluent.css +247 -0
  18. package/styles/drop-down-button/fluent.scss +1 -0
  19. package/styles/drop-down-button/tailwind-dark.css +8 -8
  20. package/styles/drop-down-button/tailwind.css +8 -8
  21. package/styles/fabric-dark.css +45 -45
  22. package/styles/fabric.css +45 -45
  23. package/styles/fluent-dark.css +2144 -0
  24. package/styles/fluent-dark.scss +4 -0
  25. package/styles/fluent.css +2144 -0
  26. package/styles/fluent.scss +4 -0
  27. package/styles/highcontrast-light.css +45 -45
  28. package/styles/highcontrast.css +45 -45
  29. package/styles/material-dark.css +45 -45
  30. package/styles/material.css +45 -45
  31. package/styles/progress-button/bootstrap-dark.css +45 -45
  32. package/styles/progress-button/bootstrap.css +45 -45
  33. package/styles/progress-button/bootstrap4.css +45 -45
  34. package/styles/progress-button/bootstrap5-dark.css +75 -55
  35. package/styles/progress-button/bootstrap5.css +75 -55
  36. package/styles/progress-button/fabric-dark.css +45 -45
  37. package/styles/progress-button/fabric.css +45 -45
  38. package/styles/progress-button/fluent-dark.css +665 -0
  39. package/styles/progress-button/fluent-dark.scss +1 -0
  40. package/styles/progress-button/fluent.css +665 -0
  41. package/styles/progress-button/fluent.scss +1 -0
  42. package/styles/progress-button/highcontrast-light.css +45 -45
  43. package/styles/progress-button/highcontrast.css +45 -45
  44. package/styles/progress-button/material-dark.css +45 -45
  45. package/styles/progress-button/material.css +45 -45
  46. package/styles/progress-button/tailwind-dark.css +70 -50
  47. package/styles/progress-button/tailwind.css +70 -50
  48. package/styles/split-button/fluent-dark.css +363 -0
  49. package/styles/split-button/fluent-dark.scss +1 -0
  50. package/styles/split-button/fluent.css +363 -0
  51. package/styles/split-button/fluent.scss +1 -0
  52. package/styles/split-button/tailwind-dark.css +9 -9
  53. package/styles/split-button/tailwind.css +9 -9
  54. package/styles/tailwind-dark.css +87 -67
  55. package/styles/tailwind.css +87 -67
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/button-group/fluent.scss';
@@ -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 @@
1
+ @import 'ej2-splitbuttons/styles/drop-down-button/fluent-dark.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
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-splitbuttons/styles/drop-down-button/fluent.scss';
@@ -1,7 +1,7 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
2
  .e-dropdown-btn .e-caret::before,
3
3
  .e-dropdown-btn.e-btn .e-caret::before {
4
- content: '\e706';
4
+ content: '\e70d';
5
5
  }
6
6
 
7
7
  /*! drop-down button layout */
@@ -104,7 +104,7 @@
104
104
  margin: 0;
105
105
  min-width: 120px;
106
106
  overflow: hidden;
107
- padding: 6px 0;
107
+ padding: 4px 0;
108
108
  -webkit-user-select: none;
109
109
  -ms-user-select: none;
110
110
  user-select: none;
@@ -115,8 +115,8 @@
115
115
  cursor: pointer;
116
116
  display: -ms-flexbox;
117
117
  display: flex;
118
- height: 28px;
119
- line-height: 28px;
118
+ height: 30px;
119
+ line-height: 30px;
120
120
  padding: 0 12px;
121
121
  }
122
122
 
@@ -134,8 +134,8 @@
134
134
  .e-dropdown-popup ul .e-item .e-menu-icon {
135
135
  float: left;
136
136
  font-size: 18px;
137
- line-height: 28px;
138
- margin-right: 11px;
137
+ line-height: 30px;
138
+ margin-right: 12px;
139
139
  vertical-align: middle;
140
140
  width: 1em;
141
141
  }
@@ -170,7 +170,7 @@
170
170
 
171
171
  .e-rtl.e-dropdown-popup .e-item .e-menu-icon {
172
172
  float: right;
173
- margin-left: 11px;
173
+ margin-left: 12px;
174
174
  margin-right: 0;
175
175
  }
176
176
 
@@ -184,7 +184,7 @@
184
184
  font-size: 16px;
185
185
  max-width: 202px;
186
186
  min-width: 112px;
187
- padding: 8px 0;
187
+ padding: 4px 0;
188
188
  background-color: #374151;
189
189
  margin-top: 4px;
190
190
  }