@syncfusion/ej2-splitbuttons 26.2.5 → 27.1.48
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/README.md +6 -6
- 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 +22 -29
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +22 -29
- 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 +9 -8
- package/src/common/common.js +1 -0
- package/src/drop-down-button/drop-down-button.d.ts +1 -0
- package/src/drop-down-button/drop-down-button.js +17 -4
- package/src/progress-button/progress-button.d.ts +0 -1
- package/src/progress-button/progress-button.js +4 -25
- package/styles/bootstrap-dark-lite.css +1762 -0
- package/styles/bootstrap-dark-lite.scss +13 -0
- package/styles/bootstrap-dark.css +203 -204
- package/styles/bootstrap-dark.scss +5 -2
- package/styles/bootstrap-lite.css +1812 -0
- package/styles/bootstrap-lite.scss +13 -0
- package/styles/bootstrap.css +203 -204
- package/styles/bootstrap.scss +5 -2
- package/styles/bootstrap4-lite.css +1801 -0
- package/styles/bootstrap4-lite.scss +13 -0
- package/styles/bootstrap4.css +203 -203
- package/styles/bootstrap4.scss +5 -2
- package/styles/bootstrap5-dark-lite.css +1735 -0
- package/styles/bootstrap5-dark-lite.scss +13 -0
- package/styles/bootstrap5-dark.css +210 -210
- package/styles/bootstrap5-dark.scss +5 -2
- package/styles/bootstrap5-lite.css +1735 -0
- package/styles/bootstrap5-lite.scss +13 -0
- package/styles/bootstrap5.3-lite.css +1743 -0
- package/styles/bootstrap5.3-lite.scss +13 -0
- package/styles/bootstrap5.3.css +1953 -0
- package/styles/bootstrap5.3.scss +17 -0
- package/styles/bootstrap5.css +210 -210
- package/styles/bootstrap5.scss +5 -2
- package/styles/button-group/_bigger.scss +10 -0
- package/styles/button-group/_layout.scss +1 -10
- package/styles/button-group/_theme.scss +19 -13
- package/styles/button-group/bootstrap-dark.css +7 -8
- package/styles/button-group/bootstrap-dark.scss +1 -0
- package/styles/button-group/bootstrap.css +6 -8
- package/styles/button-group/bootstrap.scss +1 -0
- package/styles/button-group/bootstrap4.css +7 -7
- package/styles/button-group/bootstrap4.scss +1 -0
- package/styles/button-group/bootstrap5-dark.css +7 -7
- package/styles/button-group/bootstrap5-dark.scss +1 -0
- package/styles/button-group/bootstrap5.3.css +809 -0
- package/styles/button-group/bootstrap5.3.scss +5 -0
- package/styles/button-group/bootstrap5.css +7 -7
- package/styles/button-group/bootstrap5.scss +1 -0
- package/styles/button-group/fabric-dark.css +7 -8
- package/styles/button-group/fabric-dark.scss +1 -0
- package/styles/button-group/fabric.css +7 -8
- package/styles/button-group/fabric.scss +1 -0
- package/styles/button-group/fluent-dark.css +7 -9
- package/styles/button-group/fluent-dark.scss +1 -0
- package/styles/button-group/fluent.css +7 -9
- package/styles/button-group/fluent.scss +1 -0
- package/styles/button-group/fluent2.css +29 -1049
- package/styles/button-group/fluent2.scss +1 -0
- package/styles/button-group/highcontrast-light.css +7 -8
- package/styles/button-group/highcontrast-light.scss +1 -0
- package/styles/button-group/highcontrast.css +7 -8
- package/styles/button-group/highcontrast.scss +1 -0
- package/styles/button-group/material-dark.css +7 -9
- package/styles/button-group/material-dark.scss +1 -0
- package/styles/button-group/material.css +7 -9
- package/styles/button-group/material.scss +1 -0
- package/styles/button-group/material3-dark.css +8 -61
- package/styles/button-group/material3-dark.scss +1 -0
- package/styles/button-group/material3.css +9 -116
- package/styles/button-group/material3.scss +1 -0
- package/styles/button-group/tailwind-dark.css +6 -7
- package/styles/button-group/tailwind-dark.scss +1 -0
- package/styles/button-group/tailwind.css +6 -7
- package/styles/button-group/tailwind.scss +1 -0
- package/styles/drop-down-button/_bigger.scss +79 -0
- package/styles/drop-down-button/_bootstrap5.3-definition.scss +1 -1
- package/styles/drop-down-button/_layout.scss +4 -82
- package/styles/drop-down-button/_theme.scss +12 -1
- package/styles/drop-down-button/bootstrap-dark.css +49 -49
- package/styles/drop-down-button/bootstrap-dark.scss +1 -0
- package/styles/drop-down-button/bootstrap.css +49 -49
- package/styles/drop-down-button/bootstrap.scss +1 -0
- package/styles/drop-down-button/bootstrap4.css +49 -49
- package/styles/drop-down-button/bootstrap4.scss +1 -0
- package/styles/drop-down-button/bootstrap5-dark.css +56 -56
- package/styles/drop-down-button/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-button/bootstrap5.3.css +251 -0
- package/styles/drop-down-button/bootstrap5.3.scss +7 -0
- package/styles/drop-down-button/bootstrap5.css +56 -56
- package/styles/drop-down-button/bootstrap5.scss +1 -0
- package/styles/drop-down-button/fabric-dark.css +49 -49
- package/styles/drop-down-button/fabric-dark.scss +1 -0
- package/styles/drop-down-button/fabric.css +49 -49
- package/styles/drop-down-button/fabric.scss +1 -0
- package/styles/drop-down-button/fluent-dark.css +49 -49
- package/styles/drop-down-button/fluent-dark.scss +1 -0
- package/styles/drop-down-button/fluent.css +49 -49
- package/styles/drop-down-button/fluent.scss +1 -0
- package/styles/drop-down-button/fluent2.css +65 -1086
- package/styles/drop-down-button/fluent2.scss +1 -0
- package/styles/drop-down-button/highcontrast-light.css +49 -49
- package/styles/drop-down-button/highcontrast-light.scss +1 -0
- package/styles/drop-down-button/highcontrast.css +49 -49
- package/styles/drop-down-button/highcontrast.scss +1 -0
- package/styles/drop-down-button/material-dark.css +49 -49
- package/styles/drop-down-button/material-dark.scss +1 -0
- package/styles/drop-down-button/material.css +49 -49
- package/styles/drop-down-button/material.scss +1 -0
- package/styles/drop-down-button/material3-dark.css +50 -103
- package/styles/drop-down-button/material3-dark.scss +1 -0
- package/styles/drop-down-button/material3.css +51 -158
- package/styles/drop-down-button/material3.scss +1 -0
- package/styles/drop-down-button/tailwind-dark.css +56 -56
- package/styles/drop-down-button/tailwind-dark.scss +1 -0
- package/styles/drop-down-button/tailwind.css +56 -56
- package/styles/drop-down-button/tailwind.scss +1 -0
- package/styles/fabric-dark-lite.css +1762 -0
- package/styles/fabric-dark-lite.scss +13 -0
- package/styles/fabric-dark.css +203 -204
- package/styles/fabric-dark.scss +5 -2
- package/styles/fabric-lite.css +1842 -0
- package/styles/fabric-lite.scss +13 -0
- package/styles/fabric.css +203 -204
- package/styles/fabric.scss +5 -2
- package/styles/fluent-dark-lite.css +1855 -0
- package/styles/fluent-dark-lite.scss +13 -0
- package/styles/fluent-dark.css +203 -205
- package/styles/fluent-dark.scss +5 -2
- package/styles/fluent-lite.css +1855 -0
- package/styles/fluent-lite.scss +13 -0
- package/styles/fluent.css +203 -205
- package/styles/fluent.scss +5 -2
- package/styles/fluent2-lite.css +1850 -0
- package/styles/fluent2-lite.scss +13 -0
- package/styles/fluent2.css +242 -1251
- package/styles/fluent2.scss +5 -2
- package/styles/highcontrast-light-lite.css +1762 -0
- package/styles/highcontrast-light-lite.scss +13 -0
- package/styles/highcontrast-light.css +203 -204
- package/styles/highcontrast-light.scss +5 -2
- package/styles/highcontrast-lite.css +1814 -0
- package/styles/highcontrast-lite.scss +13 -0
- package/styles/highcontrast.css +203 -204
- package/styles/highcontrast.scss +5 -2
- package/styles/material-dark-lite.css +1768 -0
- package/styles/material-dark-lite.scss +13 -0
- package/styles/material-dark.css +203 -205
- package/styles/material-dark.scss +5 -2
- package/styles/material-lite.css +1847 -0
- package/styles/material-lite.scss +13 -0
- package/styles/material.css +203 -205
- package/styles/material.scss +5 -2
- package/styles/material3-dark-lite.css +1994 -0
- package/styles/material3-dark-lite.scss +13 -0
- package/styles/material3-dark.css +215 -268
- package/styles/material3-dark.scss +5 -2
- package/styles/material3-lite.css +1988 -0
- package/styles/material3-lite.scss +13 -0
- package/styles/material3.css +216 -323
- package/styles/material3.scss +5 -2
- package/styles/progress-button/_bigger.scss +96 -0
- package/styles/progress-button/_layout.scss +0 -95
- package/styles/progress-button/_theme.scss +6 -2
- package/styles/progress-button/bootstrap-dark.css +73 -73
- package/styles/progress-button/bootstrap-dark.scss +1 -0
- package/styles/progress-button/bootstrap.css +73 -73
- package/styles/progress-button/bootstrap.scss +1 -0
- package/styles/progress-button/bootstrap4.css +73 -73
- package/styles/progress-button/bootstrap4.scss +1 -0
- package/styles/progress-button/bootstrap5-dark.css +73 -73
- package/styles/progress-button/bootstrap5-dark.scss +1 -0
- package/styles/progress-button/bootstrap5.3.css +568 -0
- package/styles/progress-button/bootstrap5.3.scss +6 -0
- package/styles/progress-button/bootstrap5.css +73 -73
- package/styles/progress-button/bootstrap5.scss +1 -0
- package/styles/progress-button/fabric-dark.css +73 -73
- package/styles/progress-button/fabric-dark.scss +1 -0
- package/styles/progress-button/fabric.css +73 -73
- package/styles/progress-button/fabric.scss +1 -0
- package/styles/progress-button/fluent-dark.css +73 -73
- package/styles/progress-button/fluent-dark.scss +1 -0
- package/styles/progress-button/fluent.css +73 -73
- package/styles/progress-button/fluent.scss +1 -0
- package/styles/progress-button/fluent2.css +80 -1104
- package/styles/progress-button/fluent2.scss +1 -0
- package/styles/progress-button/highcontrast-light.css +73 -73
- package/styles/progress-button/highcontrast-light.scss +1 -0
- package/styles/progress-button/highcontrast.css +73 -73
- package/styles/progress-button/highcontrast.scss +1 -0
- package/styles/progress-button/material-dark.css +73 -73
- package/styles/progress-button/material-dark.scss +1 -0
- package/styles/progress-button/material.css +73 -73
- package/styles/progress-button/material.scss +1 -0
- package/styles/progress-button/material3-dark.css +74 -127
- package/styles/progress-button/material3-dark.scss +1 -0
- package/styles/progress-button/material3.css +75 -182
- package/styles/progress-button/material3.scss +1 -0
- package/styles/progress-button/tailwind-dark.css +73 -73
- package/styles/progress-button/tailwind-dark.scss +1 -0
- package/styles/progress-button/tailwind.css +73 -73
- package/styles/progress-button/tailwind.scss +1 -0
- package/styles/split-button/_bigger.scss +149 -0
- package/styles/split-button/_layout.scss +8 -156
- package/styles/split-button/bootstrap-dark.css +74 -74
- package/styles/split-button/bootstrap-dark.scss +1 -0
- package/styles/split-button/bootstrap.css +74 -74
- package/styles/split-button/bootstrap.scss +1 -0
- package/styles/split-button/bootstrap4.css +74 -74
- package/styles/split-button/bootstrap4.scss +1 -0
- package/styles/split-button/bootstrap5-dark.css +74 -74
- package/styles/split-button/bootstrap5-dark.scss +1 -0
- package/styles/split-button/bootstrap5.3.css +335 -0
- package/styles/split-button/bootstrap5.3.scss +7 -0
- package/styles/split-button/bootstrap5.css +74 -74
- package/styles/split-button/bootstrap5.scss +1 -0
- package/styles/split-button/fabric-dark.css +74 -74
- package/styles/split-button/fabric-dark.scss +1 -0
- package/styles/split-button/fabric.css +74 -74
- package/styles/split-button/fabric.scss +1 -0
- package/styles/split-button/fluent-dark.css +74 -74
- package/styles/split-button/fluent-dark.scss +1 -0
- package/styles/split-button/fluent.css +74 -74
- package/styles/split-button/fluent.scss +1 -0
- package/styles/split-button/fluent2.css +77 -1105
- package/styles/split-button/fluent2.scss +1 -0
- package/styles/split-button/highcontrast-light.css +74 -74
- package/styles/split-button/highcontrast-light.scss +1 -0
- package/styles/split-button/highcontrast.css +74 -74
- package/styles/split-button/highcontrast.scss +1 -0
- package/styles/split-button/material-dark.css +74 -74
- package/styles/split-button/material-dark.scss +1 -0
- package/styles/split-button/material.css +74 -74
- package/styles/split-button/material.scss +1 -0
- package/styles/split-button/material3-dark.css +86 -139
- package/styles/split-button/material3-dark.scss +1 -0
- package/styles/split-button/material3.css +87 -194
- package/styles/split-button/material3.scss +1 -0
- package/styles/split-button/tailwind-dark.css +76 -76
- package/styles/split-button/tailwind-dark.scss +1 -0
- package/styles/split-button/tailwind.css +76 -76
- package/styles/split-button/tailwind.scss +1 -0
- package/styles/tailwind-dark-lite.css +1859 -0
- package/styles/tailwind-dark-lite.scss +13 -0
- package/styles/tailwind-dark.css +212 -212
- package/styles/tailwind-dark.scss +5 -2
- package/styles/tailwind-lite.css +1859 -0
- package/styles/tailwind-lite.scss +13 -0
- package/styles/tailwind.css +212 -212
- package/styles/tailwind.scss +5 -2
|
@@ -225,13 +225,6 @@
|
|
|
225
225
|
border-top-right-radius: 0;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
.e-bigger .e-btn-group .e-btn-icon,
|
|
229
|
-
.e-bigger.e-btn-group .e-btn-icon,
|
|
230
|
-
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
231
|
-
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
232
|
-
font-size: 16px;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
228
|
/* stylelint-disable */
|
|
236
229
|
.e-btn-group:not(.e-outline),
|
|
237
230
|
.e-css.e-btn-group:not(.e-outline) {
|
|
@@ -353,7 +346,6 @@
|
|
|
353
346
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
354
347
|
-webkit-box-shadow: none;
|
|
355
348
|
box-shadow: none;
|
|
356
|
-
box-shadow: none;
|
|
357
349
|
}
|
|
358
350
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
359
351
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
@@ -810,4 +802,11 @@
|
|
|
810
802
|
.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
811
803
|
.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
812
804
|
border-right: transparent;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
.e-bigger .e-btn-group .e-btn-icon,
|
|
808
|
+
.e-bigger.e-btn-group .e-btn-icon,
|
|
809
|
+
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
810
|
+
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
811
|
+
font-size: 16px;
|
|
813
812
|
}
|
|
@@ -225,13 +225,6 @@
|
|
|
225
225
|
border-top-right-radius: 0;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
.e-bigger .e-btn-group .e-btn-icon,
|
|
229
|
-
.e-bigger.e-btn-group .e-btn-icon,
|
|
230
|
-
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
231
|
-
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
232
|
-
font-size: 16px;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
228
|
/* stylelint-disable */
|
|
236
229
|
.e-btn-group:not(.e-outline),
|
|
237
230
|
.e-css.e-btn-group:not(.e-outline) {
|
|
@@ -354,7 +347,6 @@
|
|
|
354
347
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
355
348
|
-webkit-box-shadow: none;
|
|
356
349
|
box-shadow: none;
|
|
357
|
-
box-shadow: none;
|
|
358
350
|
}
|
|
359
351
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
360
352
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
@@ -861,4 +853,11 @@
|
|
|
861
853
|
.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
862
854
|
.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
863
855
|
border-right: transparent;
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
.e-bigger .e-btn-group .e-btn-icon,
|
|
859
|
+
.e-bigger.e-btn-group .e-btn-icon,
|
|
860
|
+
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
861
|
+
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
862
|
+
font-size: 16px;
|
|
864
863
|
}
|
|
@@ -225,13 +225,6 @@
|
|
|
225
225
|
border-top-right-radius: 0;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
.e-bigger .e-btn-group .e-btn-icon,
|
|
229
|
-
.e-bigger.e-btn-group .e-btn-icon,
|
|
230
|
-
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
231
|
-
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
232
|
-
font-size: 16px;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
228
|
/* stylelint-disable */
|
|
236
229
|
.e-btn-group:not(.e-outline),
|
|
237
230
|
.e-css.e-btn-group:not(.e-outline) {
|
|
@@ -357,8 +350,6 @@
|
|
|
357
350
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
358
351
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
359
352
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
360
|
-
-webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
|
|
361
|
-
box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
|
|
362
353
|
-webkit-box-shadow: none;
|
|
363
354
|
box-shadow: none;
|
|
364
355
|
}
|
|
@@ -817,4 +808,11 @@
|
|
|
817
808
|
.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
818
809
|
.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
819
810
|
border-right: transparent;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
.e-bigger .e-btn-group .e-btn-icon,
|
|
814
|
+
.e-bigger.e-btn-group .e-btn-icon,
|
|
815
|
+
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
816
|
+
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
817
|
+
font-size: 16px;
|
|
820
818
|
}
|
|
@@ -225,13 +225,6 @@
|
|
|
225
225
|
border-top-right-radius: 0;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
.e-bigger .e-btn-group .e-btn-icon,
|
|
229
|
-
.e-bigger.e-btn-group .e-btn-icon,
|
|
230
|
-
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
231
|
-
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
232
|
-
font-size: 16px;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
228
|
/* stylelint-disable */
|
|
236
229
|
.e-btn-group:not(.e-outline),
|
|
237
230
|
.e-css.e-btn-group:not(.e-outline) {
|
|
@@ -362,8 +355,6 @@
|
|
|
362
355
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
363
356
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
364
357
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
365
|
-
-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
366
|
-
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
367
358
|
-webkit-box-shadow: none;
|
|
368
359
|
box-shadow: none;
|
|
369
360
|
}
|
|
@@ -822,4 +813,11 @@
|
|
|
822
813
|
.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
823
814
|
.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
824
815
|
border-right: transparent;
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
.e-bigger .e-btn-group .e-btn-icon,
|
|
819
|
+
.e-bigger.e-btn-group .e-btn-icon,
|
|
820
|
+
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
821
|
+
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
822
|
+
font-size: 16px;
|
|
825
823
|
}
|
|
@@ -1,57 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
--color-sf-black: 0, 0, 0;
|
|
3
|
-
--color-sf-white: 255, 255, 255;
|
|
4
|
-
--color-sf-primary: 208, 188, 255;
|
|
5
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
6
|
-
--color-sf-secondary: 204, 194, 220;
|
|
7
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
8
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
9
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
10
|
-
--color-sf-surface: 28, 27, 31;
|
|
11
|
-
--color-sf-surface-variant: 73, 69, 79;
|
|
12
|
-
--color-sf-background: var(--color-sf-surface);
|
|
13
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
14
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
15
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
16
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
17
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
18
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
19
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
20
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
21
|
-
--color-sf-on-background: 230, 225, 229;
|
|
22
|
-
--color-sf-outline: 147, 143, 153;
|
|
23
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
24
|
-
--color-sf-shadow: 0, 0, 0;
|
|
25
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
26
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
27
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
28
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
29
|
-
--color-sf-scrim: 0, 0, 0;
|
|
30
|
-
--color-sf-error: 242, 184, 181;
|
|
31
|
-
--color-sf-error-container: 140, 29, 24;
|
|
32
|
-
--color-sf-on-error: 96, 20, 16;
|
|
33
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
34
|
-
--color-sf-success: 83, 202, 23;
|
|
35
|
-
--color-sf-success-container: 22, 62, 2;
|
|
36
|
-
--color-sf-on-success: 13, 39, 0;
|
|
37
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
38
|
-
--color-sf-info: 71, 172, 251;
|
|
39
|
-
--color-sf-info-container: 0, 67, 120;
|
|
40
|
-
--color-sf-on-info: 0, 51, 91;
|
|
41
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
42
|
-
--color-sf-warning: 245, 180, 130;
|
|
43
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
44
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
45
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
46
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
47
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
48
|
-
--color-sf-success-text: 0, 0, 0;
|
|
49
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
50
|
-
--color-sf-info-text: 0, 0, 0;
|
|
51
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
52
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
53
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
54
|
-
}
|
|
1
|
+
|
|
55
2
|
|
|
56
3
|
/* stylelint-disable */
|
|
57
4
|
*.e-btn-group,
|
|
@@ -279,13 +226,6 @@
|
|
|
279
226
|
border-top-right-radius: 0;
|
|
280
227
|
}
|
|
281
228
|
|
|
282
|
-
.e-bigger .e-btn-group .e-btn-icon,
|
|
283
|
-
.e-bigger.e-btn-group .e-btn-icon,
|
|
284
|
-
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
285
|
-
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
286
|
-
font-size: 20px;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
229
|
/* stylelint-disable */
|
|
290
230
|
.e-btn-group .e-btn,
|
|
291
231
|
.e-css.e-btn-group .e-btn {
|
|
@@ -997,4 +937,11 @@
|
|
|
997
937
|
.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
998
938
|
.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
999
939
|
border-right: transparent;
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
.e-bigger .e-btn-group .e-btn-icon,
|
|
943
|
+
.e-bigger.e-btn-group .e-btn-icon,
|
|
944
|
+
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
945
|
+
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
946
|
+
font-size: 20px;
|
|
1000
947
|
}
|
|
@@ -1,113 +1,6 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--color-sf-black: 0, 0, 0;
|
|
3
|
-
--color-sf-white: 255, 255, 255;
|
|
4
|
-
--color-sf-primary: 103, 80, 164;
|
|
5
|
-
--color-sf-primary-container: 234, 221, 255;
|
|
6
|
-
--color-sf-secondary: 98, 91, 113;
|
|
7
|
-
--color-sf-secondary-container: 232, 222, 248;
|
|
8
|
-
--color-sf-tertiary: 125, 82, 96;
|
|
9
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
|
10
|
-
--color-sf-surface: 255, 255, 255;
|
|
11
|
-
--color-sf-surface-variant: 231, 224, 236;
|
|
12
|
-
--color-sf-background: var(--color-sf-surface);
|
|
13
|
-
--color-sf-on-primary: 255, 255, 255;
|
|
14
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
|
15
|
-
--color-sf-on-secondary: 255, 255, 255;
|
|
16
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
|
17
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
|
18
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
19
|
-
--color-sf-on-surface: 28, 27, 31;
|
|
20
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
|
21
|
-
--color-sf-on-background: 28, 27, 31;
|
|
22
|
-
--color-sf-outline: 121, 116, 126;
|
|
23
|
-
--color-sf-outline-variant: 196, 199, 197;
|
|
24
|
-
--color-sf-shadow: 0, 0, 0;
|
|
25
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
|
26
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
|
27
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
28
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
|
29
|
-
--color-sf-scrim: 0, 0, 0;
|
|
30
|
-
--color-sf-error: 179, 38, 30;
|
|
31
|
-
--color-sf-error-container: 249, 222, 220;
|
|
32
|
-
--color-sf-on-error: 255, 250, 250;
|
|
33
|
-
--color-sf-on-error-container: 65, 14, 11;
|
|
34
|
-
--color-sf-success: 32, 81, 7;
|
|
35
|
-
--color-sf-success-container: 209, 255, 186;
|
|
36
|
-
--color-sf-on-success: 244, 255, 239;
|
|
37
|
-
--color-sf-on-success-container: 13, 39, 0;
|
|
38
|
-
--color-sf-info: 1, 87, 155;
|
|
39
|
-
--color-sf-info-container: 233, 245, 255;
|
|
40
|
-
--color-sf-on-info: 250, 253, 255;
|
|
41
|
-
--color-sf-on-info-container: 0, 51, 91;
|
|
42
|
-
--color-sf-warning: 145, 76, 0;
|
|
43
|
-
--color-sf-warning-container: 254, 236, 222;
|
|
44
|
-
--color-sf-on-warning: 255, 255, 255;
|
|
45
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
|
46
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
47
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
48
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
|
49
|
-
--color-sf-success-text: 255, 255, 255;
|
|
50
|
-
--color-sf-warning-text: 255, 255, 255;
|
|
51
|
-
--color-sf-danger-text: 255, 255, 255;
|
|
52
|
-
--color-sf-info-text: 255, 255, 255;
|
|
53
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
54
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
55
|
-
}
|
|
56
1
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
--color-sf-white: 255, 255, 255;
|
|
60
|
-
--color-sf-primary: 208, 188, 255;
|
|
61
|
-
--color-sf-primary-container: 79, 55, 139;
|
|
62
|
-
--color-sf-secondary: 204, 194, 220;
|
|
63
|
-
--color-sf-secondary-container: 74, 68, 88;
|
|
64
|
-
--color-sf-tertiary: 239, 184, 200;
|
|
65
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
|
66
|
-
--color-sf-surface: 28, 27, 31;
|
|
67
|
-
--color-sf-surface-variant: 28, 27, 31;
|
|
68
|
-
--color-sf-background: var(--color-sf-surface);
|
|
69
|
-
--color-sf-on-primary: 55, 30, 115;
|
|
70
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
|
71
|
-
--color-sf-on-secondary: 51, 45, 65;
|
|
72
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
|
73
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
|
74
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
75
|
-
--color-sf-on-surface: 230, 225, 229;
|
|
76
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
|
77
|
-
--color-sf-on-background: 230, 225, 229;
|
|
78
|
-
--color-sf-outline: 147, 143, 153;
|
|
79
|
-
--color-sf-outline-variant: 68, 71, 70;
|
|
80
|
-
--color-sf-shadow: 0, 0, 0;
|
|
81
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
|
82
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
|
83
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
84
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
|
85
|
-
--color-sf-scrim: 0, 0, 0;
|
|
86
|
-
--color-sf-error: 242, 184, 181;
|
|
87
|
-
--color-sf-error-container: 140, 29, 24;
|
|
88
|
-
--color-sf-on-error: 96, 20, 16;
|
|
89
|
-
--color-sf-on-error-container: 249, 222, 220;
|
|
90
|
-
--color-sf-success: 83, 202, 23;
|
|
91
|
-
--color-sf-success-container: 22, 62, 2;
|
|
92
|
-
--color-sf-on-success: 13, 39, 0;
|
|
93
|
-
--color-sf-on-success-container: 183, 250, 150;
|
|
94
|
-
--color-sf-info: 71, 172, 251;
|
|
95
|
-
--color-sf-info-container: 0, 67, 120;
|
|
96
|
-
--color-sf-on-info: 0, 51, 91;
|
|
97
|
-
--color-sf-on-info-container: 173, 219, 255;
|
|
98
|
-
--color-sf-warning: 245, 180, 130;
|
|
99
|
-
--color-sf-warning-container: 123, 65, 0;
|
|
100
|
-
--color-sf-on-warning: 99, 52, 0;
|
|
101
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
|
102
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
103
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
104
|
-
--color-sf-success-text: 0, 0, 0;
|
|
105
|
-
--color-sf-warning-text: 0, 0, 0;
|
|
106
|
-
--color-sf-info-text: 0, 0, 0;
|
|
107
|
-
--color-sf-danger-text: 0, 0, 0;
|
|
108
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
109
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
110
|
-
}
|
|
2
|
+
|
|
3
|
+
|
|
111
4
|
|
|
112
5
|
/* stylelint-disable */
|
|
113
6
|
*.e-btn-group,
|
|
@@ -335,13 +228,6 @@
|
|
|
335
228
|
border-top-right-radius: 0;
|
|
336
229
|
}
|
|
337
230
|
|
|
338
|
-
.e-bigger .e-btn-group .e-btn-icon,
|
|
339
|
-
.e-bigger.e-btn-group .e-btn-icon,
|
|
340
|
-
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
341
|
-
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
342
|
-
font-size: 20px;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
231
|
/* stylelint-disable */
|
|
346
232
|
.e-btn-group .e-btn,
|
|
347
233
|
.e-css.e-btn-group .e-btn {
|
|
@@ -1053,4 +939,11 @@
|
|
|
1053
939
|
.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
1054
940
|
.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
1055
941
|
border-right: transparent;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.e-bigger .e-btn-group .e-btn-icon,
|
|
945
|
+
.e-bigger.e-btn-group .e-btn-icon,
|
|
946
|
+
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
947
|
+
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
948
|
+
font-size: 20px;
|
|
1056
949
|
}
|
|
@@ -233,13 +233,6 @@
|
|
|
233
233
|
border-top-right-radius: 0;
|
|
234
234
|
}
|
|
235
235
|
|
|
236
|
-
.e-bigger .e-btn-group .e-btn-icon,
|
|
237
|
-
.e-bigger.e-btn-group .e-btn-icon,
|
|
238
|
-
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
239
|
-
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
240
|
-
font-size: 22px;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
236
|
/* stylelint-disable */
|
|
244
237
|
.e-btn-group:not(.e-outline),
|
|
245
238
|
.e-css.e-btn-group:not(.e-outline) {
|
|
@@ -796,4 +789,10 @@
|
|
|
796
789
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
|
|
797
790
|
border-color: #f87171;
|
|
798
791
|
outline-color: inherit;
|
|
792
|
+
}
|
|
793
|
+
.e-bigger .e-btn-group .e-btn-icon,
|
|
794
|
+
.e-bigger.e-btn-group .e-btn-icon,
|
|
795
|
+
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
796
|
+
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
797
|
+
font-size: 22px;
|
|
799
798
|
}
|
|
@@ -233,13 +233,6 @@
|
|
|
233
233
|
border-top-right-radius: 0;
|
|
234
234
|
}
|
|
235
235
|
|
|
236
|
-
.e-bigger .e-btn-group .e-btn-icon,
|
|
237
|
-
.e-bigger.e-btn-group .e-btn-icon,
|
|
238
|
-
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
239
|
-
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
240
|
-
font-size: 22px;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
236
|
/* stylelint-disable */
|
|
244
237
|
.e-btn-group:not(.e-outline),
|
|
245
238
|
.e-css.e-btn-group:not(.e-outline) {
|
|
@@ -796,4 +789,10 @@
|
|
|
796
789
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
|
|
797
790
|
border-color: #dc2626;
|
|
798
791
|
outline-color: inherit;
|
|
792
|
+
}
|
|
793
|
+
.e-bigger .e-btn-group .e-btn-icon,
|
|
794
|
+
.e-bigger.e-btn-group .e-btn-icon,
|
|
795
|
+
.e-bigger .e-css.e-btn-group .e-btn-icon,
|
|
796
|
+
.e-bigger.e-css.e-btn-group .e-btn-icon {
|
|
797
|
+
font-size: 22px;
|
|
799
798
|
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
@include export-module('drop-down-button-bigger') {
|
|
2
|
+
.e-bigger .e-dropdown-btn,
|
|
3
|
+
.e-bigger.e-dropdown-btn {
|
|
4
|
+
.e-btn-icon {
|
|
5
|
+
font-size: $drop-down-btn-icon-font-size-bigger;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.e-caret {
|
|
9
|
+
font-size: $drop-down-btn-caret-icon-font-size-bigger;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&.e-vertical {
|
|
13
|
+
line-height: 1;
|
|
14
|
+
padding: $drop-down-btn-vertical-bigger-padding;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&.e-small {
|
|
18
|
+
&.e-vertical {
|
|
19
|
+
line-height: 1;
|
|
20
|
+
padding: $drop-down-btn-vertical-bigger-padding;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
#{if(&, '&', '*')}.e-bigger .e-dropdown-popup {
|
|
26
|
+
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $theme-name == 'tailwind-dark' or $theme-name == 'bootstrap5-dark' {
|
|
27
|
+
background-color: transparent;
|
|
28
|
+
border-radius: $drop-down-btn-ul-border-radius;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
#{if(&, '&', '*')}.e-bigger .e-dropdown-popup ul,
|
|
33
|
+
#{if(&, '&', '*')}.e-bigger.e-dropdown-popup ul {
|
|
34
|
+
box-shadow: $drop-down-btn-parent-ul-box-shadow;
|
|
35
|
+
font-size: $drop-down-btn-bigger-font-size;
|
|
36
|
+
max-width: $drop-down-btn-bigger-max-width;
|
|
37
|
+
min-width: $drop-down-btn-bigger-min-width;
|
|
38
|
+
padding: $drop-down-btn-ul-bigger-padding;
|
|
39
|
+
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
40
|
+
background-color: $drop-down-btn-ul-bgcolor;
|
|
41
|
+
margin-top: $drop-down-btn-bigger-popup-margin-top;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
& .e-item {
|
|
45
|
+
height: $drop-down-btn-bigger-li-height;
|
|
46
|
+
@if $skin-name != 'fluent2' {
|
|
47
|
+
line-height: $drop-down-btn-bigger-li-height;
|
|
48
|
+
}
|
|
49
|
+
@if $skin-name == 'fluent2' {
|
|
50
|
+
height: 40px;
|
|
51
|
+
line-height: 22px;
|
|
52
|
+
}
|
|
53
|
+
padding: $drop-down-btn-bigger-li-padding;
|
|
54
|
+
|
|
55
|
+
&.e-url {
|
|
56
|
+
padding: 0;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
& .e-menu-url {
|
|
60
|
+
@if $skin-name == 'fluent2' {
|
|
61
|
+
padding: 8px 8px 10px;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
& .e-menu-icon {
|
|
66
|
+
font-size: $drop-down-btn-menu-icon-bigger-font-size;
|
|
67
|
+
line-height: $drop-down-btn-bigger-li-height;
|
|
68
|
+
@if $skin-name == 'fluent2' {
|
|
69
|
+
line-height: 22px;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&.e-separator {
|
|
74
|
+
height: auto;
|
|
75
|
+
line-height: normal;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
@@ -15,7 +15,7 @@ $drop-down-btn-bigger-li-padding: 0 16px !default;
|
|
|
15
15
|
$drop-down-btn-small-li-padding: 0 8px !default;
|
|
16
16
|
$drop-down-btn-max-width: 178px !default;
|
|
17
17
|
$drop-down-btn-menu-icon-bigger-font-size: 22px !default;
|
|
18
|
-
$drop-down-btn-menu-icon-font-size: $text-
|
|
18
|
+
$drop-down-btn-menu-icon-font-size: $text-base !default;
|
|
19
19
|
$drop-down-btn-min-width: 120px !default;
|
|
20
20
|
$drop-down-btn-seperator-padding: 3px 0 !default;
|
|
21
21
|
$drop-down-btn-sub-ul-box-shadow: none !default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@include export-module('drop-down-button-layout') {
|
|
2
2
|
.e-dropdown-btn,
|
|
3
3
|
.e-dropdown-btn.e-btn {
|
|
4
|
-
@if $skin-name != 'bootstrap4' and $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
4
|
+
@if $skin-name != 'bootstrap4' and $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'fluent2' {
|
|
5
5
|
box-shadow: none;
|
|
6
6
|
}
|
|
7
7
|
text-transform: none;
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
&:hover {
|
|
16
|
-
@if $skin-name != 'bootstrap4' and $skin-name != 'bootstrap5' and $skin-name != 'Material3' {
|
|
16
|
+
@if $skin-name != 'bootstrap4' and $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3' {
|
|
17
17
|
box-shadow: none;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
&:focus {
|
|
22
|
-
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'Material3' {
|
|
22
|
+
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'Material3' {
|
|
23
23
|
box-shadow: $drop-down-btn-box-shadow;
|
|
24
24
|
}
|
|
25
25
|
@else {
|
|
@@ -84,32 +84,9 @@
|
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
.e-bigger .e-dropdown-btn,
|
|
88
|
-
.e-bigger.e-dropdown-btn {
|
|
89
|
-
.e-btn-icon {
|
|
90
|
-
font-size: $drop-down-btn-icon-font-size-bigger;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.e-caret {
|
|
94
|
-
font-size: $drop-down-btn-caret-icon-font-size-bigger;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
&.e-vertical {
|
|
98
|
-
line-height: 1;
|
|
99
|
-
padding: $drop-down-btn-vertical-bigger-padding;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
&.e-small {
|
|
103
|
-
&.e-vertical {
|
|
104
|
-
line-height: 1;
|
|
105
|
-
padding: $drop-down-btn-vertical-bigger-padding;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
|
|
110
87
|
.e-dropdown-popup {
|
|
111
88
|
position: absolute;
|
|
112
|
-
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $theme-name == 'tailwind-dark' or $theme-name == 'bootstrap5-dark' {
|
|
89
|
+
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $theme-name == 'tailwind-dark' or $theme-name == 'bootstrap5-dark' {
|
|
113
90
|
border-radius: $drop-down-btn-ul-border-radius;
|
|
114
91
|
margin-top: $drop-down-btn-popup-margin-top;
|
|
115
92
|
}
|
|
@@ -225,59 +202,4 @@
|
|
|
225
202
|
margin-right: 0;
|
|
226
203
|
}
|
|
227
204
|
}
|
|
228
|
-
|
|
229
|
-
#{if(&, '&', '*')}.e-bigger .e-dropdown-popup {
|
|
230
|
-
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $theme-name == 'tailwind-dark' or $theme-name == 'bootstrap5-dark' {
|
|
231
|
-
background-color: transparent;
|
|
232
|
-
border-radius: $drop-down-btn-ul-border-radius;
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
#{if(&, '&', '*')}.e-bigger .e-dropdown-popup ul,
|
|
237
|
-
#{if(&, '&', '*')}.e-bigger.e-dropdown-popup ul {
|
|
238
|
-
box-shadow: $drop-down-btn-parent-ul-box-shadow;
|
|
239
|
-
font-size: $drop-down-btn-bigger-font-size;
|
|
240
|
-
max-width: $drop-down-btn-bigger-max-width;
|
|
241
|
-
min-width: $drop-down-btn-bigger-min-width;
|
|
242
|
-
padding: $drop-down-btn-ul-bigger-padding;
|
|
243
|
-
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
|
|
244
|
-
background-color: $drop-down-btn-ul-bgcolor;
|
|
245
|
-
margin-top: $drop-down-btn-bigger-popup-margin-top;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
& .e-item {
|
|
249
|
-
height: $drop-down-btn-bigger-li-height;
|
|
250
|
-
@if $skin-name != 'fluent2' {
|
|
251
|
-
line-height: $drop-down-btn-bigger-li-height;
|
|
252
|
-
}
|
|
253
|
-
@if $skin-name == 'fluent2' {
|
|
254
|
-
height: 40px;
|
|
255
|
-
line-height: 22px;
|
|
256
|
-
}
|
|
257
|
-
padding: $drop-down-btn-bigger-li-padding;
|
|
258
|
-
|
|
259
|
-
&.e-url {
|
|
260
|
-
padding: 0;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
& .e-menu-url {
|
|
264
|
-
@if $skin-name == 'fluent2' {
|
|
265
|
-
padding: 8px 8px 10px;
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
& .e-menu-icon {
|
|
270
|
-
font-size: $drop-down-btn-menu-icon-bigger-font-size;
|
|
271
|
-
line-height: $drop-down-btn-bigger-li-height;
|
|
272
|
-
@if $skin-name == 'fluent2' {
|
|
273
|
-
line-height: 22px;
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
&.e-separator {
|
|
278
|
-
height: auto;
|
|
279
|
-
line-height: normal;
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
205
|
}
|