@syncfusion/ej2-react-ribbon 21.1.35 → 21.1.37
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 +3 -2
- package/dist/ej2-react-ribbon.min.js +2 -2
- package/dist/ej2-react-ribbon.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +11 -0
- package/styles/bootstrap.css +11 -0
- package/styles/bootstrap4.css +11 -0
- package/styles/bootstrap5-dark.css +11 -0
- package/styles/bootstrap5.css +11 -0
- package/styles/fabric-dark.css +11 -0
- package/styles/fabric.css +11 -0
- package/styles/fluent-dark.css +11 -0
- package/styles/fluent.css +11 -0
- package/styles/highcontrast-light.css +11 -0
- package/styles/highcontrast.css +11 -0
- package/styles/material-dark.css +11 -0
- package/styles/material.css +11 -0
- package/styles/ribbon/bootstrap-dark.css +11 -0
- package/styles/ribbon/bootstrap.css +11 -0
- package/styles/ribbon/bootstrap4.css +11 -0
- package/styles/ribbon/bootstrap5-dark.css +11 -0
- package/styles/ribbon/bootstrap5.css +11 -0
- package/styles/ribbon/fabric-dark.css +11 -0
- package/styles/ribbon/fabric.css +11 -0
- package/styles/ribbon/fluent-dark.css +11 -0
- package/styles/ribbon/fluent.css +11 -0
- package/styles/ribbon/highcontrast-light.css +11 -0
- package/styles/ribbon/highcontrast.css +11 -0
- package/styles/ribbon/material-dark.css +11 -0
- package/styles/ribbon/material.css +11 -0
- package/styles/ribbon/tailwind-dark.css +11 -0
- package/styles/ribbon/tailwind.css +11 -0
- package/styles/tailwind-dark.css +11 -0
- package/styles/tailwind.css +11 -0
package/styles/tailwind.css
CHANGED
|
@@ -274,6 +274,9 @@
|
|
|
274
274
|
height: auto;
|
|
275
275
|
min-height: auto;
|
|
276
276
|
}
|
|
277
|
+
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
|
|
278
|
+
box-shadow: none;
|
|
279
|
+
}
|
|
277
280
|
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
|
|
278
281
|
padding: 0;
|
|
279
282
|
}
|
|
@@ -283,6 +286,7 @@
|
|
|
283
286
|
min-width: auto;
|
|
284
287
|
width: auto;
|
|
285
288
|
border-style: solid;
|
|
289
|
+
transform: none;
|
|
286
290
|
border-width: 1px;
|
|
287
291
|
border-radius: 2px;
|
|
288
292
|
z-index: 3;
|
|
@@ -293,6 +297,7 @@
|
|
|
293
297
|
.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
|
|
294
298
|
font-size: 14px;
|
|
295
299
|
height: auto;
|
|
300
|
+
transform: none;
|
|
296
301
|
line-height: 14px;
|
|
297
302
|
padding: 0 5px;
|
|
298
303
|
width: auto;
|
|
@@ -410,6 +415,9 @@
|
|
|
410
415
|
.e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
|
|
411
416
|
left: var(--fileMenuWidth);
|
|
412
417
|
}
|
|
418
|
+
.e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
419
|
+
padding-right: 30px;
|
|
420
|
+
}
|
|
413
421
|
.e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
|
|
414
422
|
.e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
|
|
415
423
|
.e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
|
|
@@ -421,6 +429,9 @@
|
|
|
421
429
|
.e-ribbon.e-rbn.e-rtl .e-tab-header {
|
|
422
430
|
right: var(--fileMenuWidth);
|
|
423
431
|
}
|
|
432
|
+
.e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
433
|
+
padding-left: 30px;
|
|
434
|
+
}
|
|
424
435
|
|
|
425
436
|
.e-ribbon.e-rbn,
|
|
426
437
|
.e-ribbon-group-overflow-ddb {
|