@syncfusion/ej2-splitbuttons 24.1.46 → 24.2.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/CHANGELOG.md +8 -0
- package/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +17 -10
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +17 -10
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/drop-down-button/drop-down-button.d.ts +1 -0
- package/src/drop-down-button/drop-down-button.js +17 -10
- package/styles/bootstrap-dark.css +5 -5
- package/styles/bootstrap.css +5 -5
- package/styles/bootstrap4.css +5 -5
- package/styles/bootstrap5-dark.css +5 -5
- package/styles/bootstrap5.css +5 -5
- package/styles/drop-down-button/_theme.scss +6 -6
- package/styles/drop-down-button/bootstrap-dark.css +5 -5
- package/styles/drop-down-button/bootstrap.css +5 -5
- package/styles/drop-down-button/bootstrap4.css +5 -5
- package/styles/drop-down-button/bootstrap5-dark.css +5 -5
- package/styles/drop-down-button/bootstrap5.css +5 -5
- package/styles/drop-down-button/fabric-dark.css +5 -5
- package/styles/drop-down-button/fabric.css +5 -5
- package/styles/drop-down-button/fluent-dark.css +4 -4
- package/styles/drop-down-button/fluent.css +4 -4
- package/styles/drop-down-button/highcontrast-light.css +5 -5
- package/styles/drop-down-button/highcontrast.css +5 -5
- package/styles/drop-down-button/material-dark.css +5 -5
- package/styles/drop-down-button/material.css +5 -5
- package/styles/drop-down-button/material3-dark.css +4 -4
- package/styles/drop-down-button/material3.css +4 -4
- package/styles/drop-down-button/tailwind-dark.css +5 -5
- package/styles/drop-down-button/tailwind.css +5 -5
- package/styles/fabric-dark.css +5 -5
- package/styles/fabric.css +5 -5
- package/styles/fluent-dark.css +4 -4
- package/styles/fluent.css +4 -4
- package/styles/highcontrast-light.css +5 -5
- package/styles/highcontrast.css +5 -5
- package/styles/material-dark.css +5 -5
- package/styles/material.css +5 -5
- package/styles/material3-dark.css +4 -4
- package/styles/material3.css +4 -4
- package/styles/tailwind-dark.css +5 -5
- package/styles/tailwind.css +5 -5
package/styles/tailwind.css
CHANGED
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
|
|
192
192
|
/*! drop-down button theme */
|
|
193
193
|
.e-dropdown-popup {
|
|
194
|
-
background
|
|
194
|
+
background: #fff;
|
|
195
195
|
color: #374151;
|
|
196
196
|
}
|
|
197
197
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -201,15 +201,15 @@
|
|
|
201
201
|
color: #374151;
|
|
202
202
|
}
|
|
203
203
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
204
|
-
background
|
|
204
|
+
background: #f3f4f6;
|
|
205
205
|
box-shadow: none;
|
|
206
206
|
}
|
|
207
207
|
.e-dropdown-popup ul .e-item:hover {
|
|
208
|
-
background
|
|
208
|
+
background: #f3f4f6;
|
|
209
209
|
color: #111827;
|
|
210
210
|
}
|
|
211
211
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
212
|
-
background
|
|
212
|
+
background: #e5e7eb;
|
|
213
213
|
color: #111827;
|
|
214
214
|
}
|
|
215
215
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
235
235
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
236
236
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
237
|
-
background
|
|
237
|
+
background: rgba(0, 0, 0, 0.056);
|
|
238
238
|
border-color: transparent;
|
|
239
239
|
box-shadow: none;
|
|
240
240
|
color: inherit;
|