@syncfusion/ej2-splitbuttons 31.2.12 → 32.1.19
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/dist/ej2-splitbuttons.min.js +0 -9
- package/dist/ej2-splitbuttons.umd.min.js +0 -9
- package/dist/global/ej2-splitbuttons.min.js +0 -9
- package/dist/global/index.d.ts +0 -9
- package/package.json +3 -3
- package/styles/bds-lite.css +1 -5
- package/styles/bds-lite.scss +12 -13
- package/styles/bds.css +6 -10
- package/styles/bds.scss +16 -17
- package/styles/bootstrap-dark-lite.css +1 -1
- package/styles/bootstrap-dark-lite.scss +12 -13
- package/styles/bootstrap-dark.css +3 -3
- package/styles/bootstrap-dark.scss +16 -17
- package/styles/bootstrap-lite.css +1 -1
- package/styles/bootstrap-lite.scss +12 -13
- package/styles/bootstrap.css +3 -3
- package/styles/bootstrap.scss +16 -17
- package/styles/bootstrap4-lite.css +1 -7
- package/styles/bootstrap4-lite.scss +12 -13
- package/styles/bootstrap4.css +3 -11
- package/styles/bootstrap4.scss +16 -17
- package/styles/bootstrap5-dark-lite.css +1 -1
- package/styles/bootstrap5-dark-lite.scss +12 -13
- package/styles/bootstrap5-dark.css +3 -3
- package/styles/bootstrap5-dark.scss +16 -17
- package/styles/bootstrap5-lite.css +1 -1
- package/styles/bootstrap5-lite.scss +13 -13
- package/styles/bootstrap5.3-lite.css +168 -88
- package/styles/bootstrap5.3-lite.scss +13 -13
- package/styles/bootstrap5.3.css +171 -91
- package/styles/bootstrap5.3.scss +17 -17
- package/styles/bootstrap5.css +3 -3
- package/styles/bootstrap5.scss +17 -17
- package/styles/button-group/_all.scss +2 -2
- package/styles/button-group/_bds-definition.scss +13 -0
- package/styles/button-group/_bigger.scss +3 -0
- package/styles/button-group/_bootstrap-dark-definition.scss +13 -0
- package/styles/button-group/_bootstrap-definition.scss +12 -0
- package/styles/button-group/_bootstrap4-definition.scss +12 -0
- package/styles/button-group/_bootstrap5-dark-definition.scss +44 -1
- package/styles/button-group/_bootstrap5-definition.scss +13 -0
- package/styles/button-group/_bootstrap5.3-definition.scss +14 -1
- package/styles/button-group/_fabric-dark-definition.scss +13 -0
- package/styles/button-group/_fabric-definition.scss +12 -0
- package/styles/button-group/_fluent-dark-definition.scss +44 -1
- package/styles/button-group/_fluent-definition.scss +13 -0
- package/styles/button-group/_fluent2-definition.scss +14 -1
- package/styles/button-group/_fusionnew-definition.scss +8 -0
- package/styles/button-group/_group-button-mixin.scss +3 -0
- package/styles/button-group/_highcontrast-definition.scss +12 -0
- package/styles/button-group/_highcontrast-light-definition.scss +13 -0
- package/styles/button-group/_layout.scss +59 -56
- package/styles/button-group/_material-dark-definition.scss +13 -0
- package/styles/button-group/_material-definition.scss +12 -0
- package/styles/button-group/_material3-dark-definition.scss +44 -1
- package/styles/button-group/_material3-definition.scss +14 -1
- package/styles/button-group/_tailwind-dark-definition.scss +44 -1
- package/styles/button-group/_tailwind-definition.scss +13 -0
- package/styles/button-group/_tailwind3-definition.scss +14 -1
- package/styles/button-group/_theme-variables.scss +1 -0
- package/styles/button-group/_theme.scss +4 -2
- package/styles/button-group/bds.css +1 -1
- package/styles/button-group/bds.scss +5 -5
- package/styles/button-group/bootstrap-dark.css +1 -1
- package/styles/button-group/bootstrap-dark.scss +5 -5
- package/styles/button-group/bootstrap.css +1 -1
- package/styles/button-group/bootstrap.scss +5 -5
- package/styles/button-group/bootstrap4.css +1 -1
- package/styles/button-group/bootstrap4.scss +5 -5
- package/styles/button-group/bootstrap5-dark.css +1 -1
- package/styles/button-group/bootstrap5-dark.scss +5 -5
- package/styles/button-group/bootstrap5.3.css +145 -65
- package/styles/button-group/bootstrap5.3.scss +5 -5
- package/styles/button-group/bootstrap5.css +1 -1
- package/styles/button-group/bootstrap5.scss +5 -5
- package/styles/button-group/fabric-dark.css +1 -1
- package/styles/button-group/fabric-dark.scss +5 -5
- package/styles/button-group/fabric.css +1 -1
- package/styles/button-group/fabric.scss +5 -5
- package/styles/button-group/fluent-dark.css +1 -1
- package/styles/button-group/fluent-dark.scss +5 -5
- package/styles/button-group/fluent.css +1 -1
- package/styles/button-group/fluent.scss +5 -5
- package/styles/button-group/fluent2.css +167 -87
- package/styles/button-group/fluent2.scss +5 -5
- package/styles/button-group/highcontrast-light.css +1 -1
- package/styles/button-group/highcontrast-light.scss +5 -5
- package/styles/button-group/highcontrast.css +1 -1
- package/styles/button-group/highcontrast.scss +5 -5
- package/styles/button-group/material-dark.css +1 -1
- package/styles/button-group/material-dark.scss +5 -5
- package/styles/button-group/material.css +1 -1
- package/styles/button-group/material.scss +5 -5
- package/styles/button-group/material3-dark.css +146 -66
- package/styles/button-group/material3-dark.scss +5 -6
- package/styles/button-group/material3.css +146 -66
- package/styles/button-group/material3.scss +5 -6
- package/styles/button-group/tailwind-dark.css +1 -1
- package/styles/button-group/tailwind-dark.scss +5 -5
- package/styles/button-group/tailwind.css +1 -1
- package/styles/button-group/tailwind.scss +5 -5
- package/styles/button-group/tailwind3.css +135 -65
- package/styles/button-group/tailwind3.scss +5 -5
- package/styles/drop-down-button/_all.scss +2 -2
- package/styles/drop-down-button/_bds-definition.scss +14 -0
- package/styles/drop-down-button/_bigger.scss +11 -9
- package/styles/drop-down-button/_bootstrap-dark-definition.scss +13 -0
- package/styles/drop-down-button/_bootstrap-definition.scss +13 -0
- package/styles/drop-down-button/_bootstrap4-definition.scss +13 -1
- package/styles/drop-down-button/_bootstrap5-dark-definition.scss +66 -1
- package/styles/drop-down-button/_bootstrap5-definition.scss +13 -0
- package/styles/drop-down-button/_bootstrap5.3-definition.scss +14 -1
- package/styles/drop-down-button/_fabric-dark-definition.scss +13 -0
- package/styles/drop-down-button/_fabric-definition.scss +13 -0
- package/styles/drop-down-button/_fluent-dark-definition.scss +68 -1
- package/styles/drop-down-button/_fluent-definition.scss +13 -0
- package/styles/drop-down-button/_fluent2-definition.scss +23 -1
- package/styles/drop-down-button/_fusionnew-definition.scss +13 -0
- package/styles/drop-down-button/_highcontrast-definition.scss +13 -0
- package/styles/drop-down-button/_highcontrast-light-definition.scss +13 -0
- package/styles/drop-down-button/_layout.scss +25 -23
- package/styles/drop-down-button/_material-dark-definition.scss +13 -0
- package/styles/drop-down-button/_material-definition.scss +13 -0
- package/styles/drop-down-button/_material3-dark-definition.scss +67 -1
- package/styles/drop-down-button/_material3-definition.scss +14 -1
- package/styles/drop-down-button/_tailwind-dark-definition.scss +65 -1
- package/styles/drop-down-button/_tailwind-definition.scss +13 -0
- package/styles/drop-down-button/_tailwind3-definition.scss +14 -1
- package/styles/drop-down-button/_theme-variables.scss +1 -0
- package/styles/drop-down-button/_theme.scss +2 -0
- package/styles/drop-down-button/bds.scss +7 -7
- package/styles/drop-down-button/bootstrap-dark.scss +7 -7
- package/styles/drop-down-button/bootstrap.scss +7 -7
- package/styles/drop-down-button/bootstrap4.scss +7 -7
- package/styles/drop-down-button/bootstrap5-dark.scss +7 -7
- package/styles/drop-down-button/bootstrap5.3.css +83 -3
- package/styles/drop-down-button/bootstrap5.3.scss +7 -7
- package/styles/drop-down-button/bootstrap5.scss +7 -7
- package/styles/drop-down-button/fabric-dark.scss +7 -7
- package/styles/drop-down-button/fabric.scss +7 -7
- package/styles/drop-down-button/fluent-dark.scss +7 -7
- package/styles/drop-down-button/fluent.scss +7 -7
- package/styles/drop-down-button/fluent2.css +83 -3
- package/styles/drop-down-button/fluent2.scss +7 -7
- package/styles/drop-down-button/highcontrast-light.scss +7 -7
- package/styles/drop-down-button/highcontrast.scss +7 -7
- package/styles/drop-down-button/icons/_bds.scss +1 -0
- package/styles/drop-down-button/icons/_bootstrap-dark.scss +1 -0
- package/styles/drop-down-button/icons/_bootstrap.scss +1 -0
- package/styles/drop-down-button/icons/_bootstrap4.scss +1 -0
- package/styles/drop-down-button/icons/_bootstrap5-dark.scss +1 -1
- package/styles/drop-down-button/icons/_bootstrap5.3.scss +1 -0
- package/styles/drop-down-button/icons/_bootstrap5.scss +1 -0
- package/styles/drop-down-button/icons/_fabric-dark.scss +1 -0
- package/styles/drop-down-button/icons/_fabric.scss +1 -0
- package/styles/drop-down-button/icons/_fluent-dark.scss +1 -1
- package/styles/drop-down-button/icons/_fluent.scss +1 -0
- package/styles/drop-down-button/icons/_fluent2.scss +1 -0
- package/styles/drop-down-button/icons/_fusionnew.scss +1 -0
- package/styles/drop-down-button/icons/_highcontrast-light.scss +1 -0
- package/styles/drop-down-button/icons/_highcontrast.scss +1 -0
- package/styles/drop-down-button/icons/_material-dark.scss +1 -0
- package/styles/drop-down-button/icons/_material.scss +1 -0
- package/styles/drop-down-button/icons/_material3-dark.scss +1 -1
- package/styles/drop-down-button/icons/_material3.scss +1 -0
- package/styles/drop-down-button/icons/_tailwind-dark.scss +1 -0
- package/styles/drop-down-button/icons/_tailwind.scss +1 -0
- package/styles/drop-down-button/icons/_tailwind3.scss +1 -0
- package/styles/drop-down-button/material-dark.scss +7 -7
- package/styles/drop-down-button/material.scss +7 -7
- package/styles/drop-down-button/material3-dark.css +82 -2
- package/styles/drop-down-button/material3-dark.scss +7 -8
- package/styles/drop-down-button/material3.css +82 -2
- package/styles/drop-down-button/material3.scss +7 -8
- package/styles/drop-down-button/tailwind-dark.scss +7 -7
- package/styles/drop-down-button/tailwind.scss +7 -7
- package/styles/drop-down-button/tailwind3.css +72 -1
- package/styles/drop-down-button/tailwind3.scss +7 -7
- package/styles/fabric-dark-lite.css +1 -1
- package/styles/fabric-dark-lite.scss +13 -13
- package/styles/fabric-dark.css +3 -3
- package/styles/fabric-dark.scss +17 -17
- package/styles/fabric-lite.css +1 -1
- package/styles/fabric-lite.scss +13 -13
- package/styles/fabric.css +3 -3
- package/styles/fabric.scss +17 -17
- package/styles/fluent-dark-lite.css +1 -3
- package/styles/fluent-dark-lite.scss +13 -13
- package/styles/fluent-dark.css +3 -5
- package/styles/fluent-dark.scss +17 -17
- package/styles/fluent-lite.css +1 -3
- package/styles/fluent-lite.scss +13 -13
- package/styles/fluent.css +3 -5
- package/styles/fluent.scss +17 -17
- package/styles/fluent2-lite.css +191 -111
- package/styles/fluent2-lite.scss +13 -13
- package/styles/fluent2.css +193 -113
- package/styles/fluent2.scss +17 -17
- package/styles/highcontrast-light-lite.css +1 -1
- package/styles/highcontrast-light-lite.scss +13 -13
- package/styles/highcontrast-light.css +3 -3
- package/styles/highcontrast-light.scss +17 -17
- package/styles/highcontrast-lite.css +1 -1
- package/styles/highcontrast-lite.scss +13 -13
- package/styles/highcontrast.css +3 -3
- package/styles/highcontrast.scss +17 -17
- package/styles/material-dark-lite.css +1 -1
- package/styles/material-dark-lite.scss +13 -13
- package/styles/material-dark.css +3 -3
- package/styles/material-dark.scss +17 -17
- package/styles/material-lite.css +1 -1
- package/styles/material-lite.scss +12 -13
- package/styles/material.css +3 -3
- package/styles/material.scss +16 -17
- package/styles/material3-dark-lite.css +174 -88
- package/styles/material3-dark-lite.scss +13 -13
- package/styles/material3-dark.css +180 -94
- package/styles/material3-dark.scss +17 -19
- package/styles/material3-lite.css +174 -88
- package/styles/material3-lite.scss +13 -13
- package/styles/material3.css +180 -94
- package/styles/material3.scss +17 -19
- package/styles/progress-button/_all.scss +2 -2
- package/styles/progress-button/_bds-definition.scss +19 -0
- package/styles/progress-button/_bigger.scss +6 -4
- package/styles/progress-button/_bootstrap-dark-definition.scss +19 -0
- package/styles/progress-button/_bootstrap-definition.scss +19 -0
- package/styles/progress-button/_bootstrap4-definition.scss +19 -0
- package/styles/progress-button/_bootstrap5-dark-definition.scss +39 -1
- package/styles/progress-button/_bootstrap5-definition.scss +19 -0
- package/styles/progress-button/_bootstrap5.3-definition.scss +18 -0
- package/styles/progress-button/_fabric-dark-definition.scss +18 -0
- package/styles/progress-button/_fabric-definition.scss +18 -0
- package/styles/progress-button/_fluent-dark-definition.scss +38 -1
- package/styles/progress-button/_fluent-definition.scss +18 -0
- package/styles/progress-button/_fluent2-definition.scss +18 -0
- package/styles/progress-button/_fusionnew-definition.scss +14 -0
- package/styles/progress-button/_highcontrast-definition.scss +18 -0
- package/styles/progress-button/_highcontrast-light-definition.scss +18 -0
- package/styles/progress-button/_layout.scss +45 -43
- package/styles/progress-button/_material-dark-definition.scss +18 -0
- package/styles/progress-button/_material-definition.scss +18 -0
- package/styles/progress-button/_material3-dark-definition.scss +42 -1
- package/styles/progress-button/_material3-definition.scss +18 -0
- package/styles/progress-button/_tailwind-dark-definition.scss +38 -1
- package/styles/progress-button/_tailwind-definition.scss +18 -0
- package/styles/progress-button/_tailwind3-definition.scss +18 -0
- package/styles/progress-button/_theme-variables.scss +1 -0
- package/styles/progress-button/_theme.scss +2 -1
- package/styles/progress-button/bds.scss +6 -6
- package/styles/progress-button/bootstrap-dark.scss +6 -6
- package/styles/progress-button/bootstrap.scss +6 -6
- package/styles/progress-button/bootstrap4.scss +6 -6
- package/styles/progress-button/bootstrap5-dark.scss +6 -6
- package/styles/progress-button/bootstrap5.3.css +81 -1
- package/styles/progress-button/bootstrap5.3.scss +6 -6
- package/styles/progress-button/bootstrap5.scss +6 -6
- package/styles/progress-button/fabric-dark.scss +6 -6
- package/styles/progress-button/fabric.scss +6 -6
- package/styles/progress-button/fluent-dark.scss +6 -6
- package/styles/progress-button/fluent.scss +6 -6
- package/styles/progress-button/fluent2.css +81 -1
- package/styles/progress-button/fluent2.scss +6 -6
- package/styles/progress-button/highcontrast-light.scss +6 -6
- package/styles/progress-button/highcontrast.scss +6 -6
- package/styles/progress-button/material-dark.scss +6 -6
- package/styles/progress-button/material.scss +6 -6
- package/styles/progress-button/material3-dark.css +81 -1
- package/styles/progress-button/material3-dark.scss +6 -7
- package/styles/progress-button/material3.css +81 -1
- package/styles/progress-button/material3.scss +6 -7
- package/styles/progress-button/tailwind-dark.scss +6 -6
- package/styles/progress-button/tailwind.scss +6 -6
- package/styles/progress-button/tailwind3.css +71 -1
- package/styles/progress-button/tailwind3.scss +6 -6
- package/styles/split-button/_all.scss +2 -2
- package/styles/split-button/_bds-definition.scss +52 -0
- package/styles/split-button/_bigger.scss +33 -49
- package/styles/split-button/_bootstrap-dark-definition.scss +46 -0
- package/styles/split-button/_bootstrap-definition.scss +46 -0
- package/styles/split-button/_bootstrap4-definition.scss +46 -1
- package/styles/split-button/_bootstrap5-dark-definition.scss +70 -1
- package/styles/split-button/_bootstrap5-definition.scss +47 -0
- package/styles/split-button/_bootstrap5.3-definition.scss +44 -1
- package/styles/split-button/_fabric-dark-definition.scss +46 -0
- package/styles/split-button/_fabric-definition.scss +46 -0
- package/styles/split-button/_fluent-dark-definition.scss +70 -1
- package/styles/split-button/_fluent-definition.scss +47 -0
- package/styles/split-button/_fluent2-definition.scss +48 -1
- package/styles/split-button/_fusionnew-definition.scss +42 -0
- package/styles/split-button/_highcontrast-definition.scss +46 -0
- package/styles/split-button/_highcontrast-light-definition.scss +46 -0
- package/styles/split-button/_layout.scss +58 -70
- package/styles/split-button/_material-dark-definition.scss +47 -0
- package/styles/split-button/_material-definition.scss +46 -0
- package/styles/split-button/_material3-dark-definition.scss +74 -1
- package/styles/split-button/_material3-definition.scss +48 -0
- package/styles/split-button/_tailwind-dark-definition.scss +73 -1
- package/styles/split-button/_tailwind-definition.scss +49 -0
- package/styles/split-button/_tailwind3-definition.scss +48 -1
- package/styles/split-button/_theme-variables.scss +1 -0
- package/styles/split-button/_theme.scss +2 -0
- package/styles/split-button/bds.css +5 -9
- package/styles/split-button/bds.scss +7 -7
- package/styles/split-button/bootstrap-dark.css +2 -2
- package/styles/split-button/bootstrap-dark.scss +7 -7
- package/styles/split-button/bootstrap.css +2 -2
- package/styles/split-button/bootstrap.scss +7 -7
- package/styles/split-button/bootstrap4.css +2 -10
- package/styles/split-button/bootstrap4.scss +7 -7
- package/styles/split-button/bootstrap5-dark.css +2 -2
- package/styles/split-button/bootstrap5-dark.scss +7 -7
- package/styles/split-button/bootstrap5.3.css +102 -22
- package/styles/split-button/bootstrap5.3.scss +7 -7
- package/styles/split-button/bootstrap5.css +2 -2
- package/styles/split-button/bootstrap5.scss +7 -7
- package/styles/split-button/fabric-dark.css +2 -2
- package/styles/split-button/fabric-dark.scss +7 -7
- package/styles/split-button/fabric.css +2 -2
- package/styles/split-button/fabric.scss +7 -7
- package/styles/split-button/fluent-dark.css +2 -4
- package/styles/split-button/fluent-dark.scss +7 -7
- package/styles/split-button/fluent.css +2 -4
- package/styles/split-button/fluent.scss +7 -7
- package/styles/split-button/fluent2.css +102 -22
- package/styles/split-button/fluent2.scss +7 -7
- package/styles/split-button/highcontrast-light.css +2 -2
- package/styles/split-button/highcontrast-light.scss +7 -7
- package/styles/split-button/highcontrast.css +2 -2
- package/styles/split-button/highcontrast.scss +7 -7
- package/styles/split-button/material-dark.css +2 -2
- package/styles/split-button/material-dark.scss +7 -7
- package/styles/split-button/material.css +2 -2
- package/styles/split-button/material.scss +7 -7
- package/styles/split-button/material3-dark.css +111 -25
- package/styles/split-button/material3-dark.scss +7 -8
- package/styles/split-button/material3.css +111 -25
- package/styles/split-button/material3.scss +7 -8
- package/styles/split-button/tailwind-dark.css +2 -6
- package/styles/split-button/tailwind-dark.scss +7 -7
- package/styles/split-button/tailwind.css +2 -6
- package/styles/split-button/tailwind.scss +7 -7
- package/styles/split-button/tailwind3.css +92 -22
- package/styles/split-button/tailwind3.scss +7 -7
- package/styles/tailwind-dark-lite.css +1 -5
- package/styles/tailwind-dark-lite.scss +13 -13
- package/styles/tailwind-dark.css +3 -7
- package/styles/tailwind-dark.scss +17 -17
- package/styles/tailwind-lite.css +1 -5
- package/styles/tailwind-lite.scss +13 -13
- package/styles/tailwind.css +3 -7
- package/styles/tailwind.scss +17 -17
- package/styles/tailwind3-lite.css +158 -87
- package/styles/tailwind3-lite.scss +13 -13
- package/styles/tailwind3.css +160 -89
- package/styles/tailwind3.scss +17 -17
|
@@ -2,6 +2,76 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* border */
|
|
11
|
+
/* 0px */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 1.5px */
|
|
14
|
+
/* 2px */
|
|
15
|
+
/* 3px */
|
|
16
|
+
/* 4px */
|
|
17
|
+
/* 5px */
|
|
18
|
+
/* 6px */
|
|
19
|
+
/* 7px */
|
|
20
|
+
/* 8px */
|
|
21
|
+
/* Radius */
|
|
22
|
+
/* 1px */
|
|
23
|
+
/* 2px */
|
|
24
|
+
/* 3px */
|
|
25
|
+
/* 4px */
|
|
26
|
+
/* 5px */
|
|
27
|
+
/* 6px */
|
|
28
|
+
/* 7px */
|
|
29
|
+
/* 8px */
|
|
30
|
+
/* 9px */
|
|
31
|
+
/* 10px */
|
|
32
|
+
/* 11px */
|
|
33
|
+
/* 12px */
|
|
34
|
+
/* 13px */
|
|
35
|
+
/* 14px */
|
|
36
|
+
/* 15px */
|
|
37
|
+
/* 16px */
|
|
38
|
+
/* 17px */
|
|
39
|
+
/* 18px */
|
|
40
|
+
/* 19px */
|
|
41
|
+
/* 20px */
|
|
42
|
+
/* 21px */
|
|
43
|
+
/* 22px */
|
|
44
|
+
/* 23px */
|
|
45
|
+
/* 24px */
|
|
46
|
+
/* 25px */
|
|
47
|
+
/* 26px */
|
|
48
|
+
/* 27px */
|
|
49
|
+
/* 28px */
|
|
50
|
+
/* 29px */
|
|
51
|
+
/* 30px */
|
|
52
|
+
/* 31px */
|
|
53
|
+
/* 32px */
|
|
54
|
+
/* 33px */
|
|
55
|
+
/* 34px */
|
|
56
|
+
/* 35px */
|
|
57
|
+
/* 36px */
|
|
58
|
+
/* 37px */
|
|
59
|
+
/* 38px */
|
|
60
|
+
/* 39px */
|
|
61
|
+
/* 40px */
|
|
62
|
+
/* 41px */
|
|
63
|
+
/* 42px */
|
|
64
|
+
/* 43px */
|
|
65
|
+
/* 44px */
|
|
66
|
+
/* 45px */
|
|
67
|
+
/* 46px */
|
|
68
|
+
/* 47px */
|
|
69
|
+
/* 48px */
|
|
70
|
+
/* 49px */
|
|
71
|
+
/* 50px */
|
|
72
|
+
/* 5em */
|
|
73
|
+
|
|
74
|
+
|
|
5
75
|
/* stylelint-disable */
|
|
6
76
|
*.e-btn-group,
|
|
7
77
|
*.e-css.e-btn-group {
|
|
@@ -53,43 +123,43 @@
|
|
|
53
123
|
}
|
|
54
124
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
|
|
55
125
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
56
|
-
border-radius: 0;
|
|
126
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
57
127
|
}
|
|
58
128
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type, *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
|
|
59
129
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
|
|
60
130
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
|
|
61
|
-
border-bottom-right-radius: 0;
|
|
62
|
-
border-top-right-radius: 0;
|
|
131
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
132
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
63
133
|
}
|
|
64
134
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
|
|
65
135
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
66
|
-
border-bottom-left-radius: 0;
|
|
67
|
-
border-top-left-radius: 0;
|
|
136
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
137
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
68
138
|
}
|
|
69
139
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
|
|
70
140
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
|
|
71
|
-
border-bottom-left-radius: 0;
|
|
72
|
-
border-top-left-radius: 0;
|
|
141
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
142
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
73
143
|
}
|
|
74
144
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
|
|
75
145
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
|
|
76
|
-
border-bottom-right-radius: 0;
|
|
77
|
-
border-top-right-radius: 0;
|
|
146
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
147
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
78
148
|
}
|
|
79
149
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
|
|
80
150
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
|
|
81
|
-
border-bottom-left-radius: 0;
|
|
82
|
-
border-top-left-radius: 0;
|
|
151
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
152
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
83
153
|
}
|
|
84
154
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
85
155
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
86
|
-
border-bottom-right-radius: 0;
|
|
87
|
-
border-top-right-radius: 0;
|
|
156
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
157
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
88
158
|
}
|
|
89
159
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
90
160
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
91
|
-
border-bottom-left-radius: 0;
|
|
92
|
-
border-top-left-radius: 0;
|
|
161
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
162
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
93
163
|
}
|
|
94
164
|
*.e-btn-group.e-rtl .e-btn,
|
|
95
165
|
*.e-css.e-btn-group.e-rtl .e-btn {
|
|
@@ -97,43 +167,43 @@
|
|
|
97
167
|
}
|
|
98
168
|
*.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
|
|
99
169
|
*.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
100
|
-
border-radius: 0;
|
|
170
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
101
171
|
}
|
|
102
172
|
*.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
|
|
103
173
|
*.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
|
|
104
174
|
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
105
|
-
border-bottom-left-radius: 0;
|
|
106
|
-
border-top-left-radius: 0;
|
|
175
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
176
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
107
177
|
}
|
|
108
178
|
*.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
109
179
|
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
110
|
-
border-bottom-right-radius: 0;
|
|
111
|
-
border-top-right-radius: 0;
|
|
180
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
181
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
112
182
|
}
|
|
113
183
|
*.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
|
|
114
184
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
|
|
115
|
-
border-bottom-right-radius: 0;
|
|
116
|
-
border-top-right-radius: 0;
|
|
185
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
186
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
117
187
|
}
|
|
118
188
|
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
|
|
119
189
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
|
|
120
|
-
border-bottom-left-radius: 0;
|
|
121
|
-
border-top-left-radius: 0;
|
|
190
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
191
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
122
192
|
}
|
|
123
193
|
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
|
|
124
194
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
|
|
125
|
-
border-bottom-right-radius: 0;
|
|
126
|
-
border-top-right-radius: 0;
|
|
195
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
196
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
127
197
|
}
|
|
128
198
|
*.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
129
199
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
130
|
-
border-bottom-left-radius: 0;
|
|
131
|
-
border-top-left-radius: 0;
|
|
200
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
201
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
132
202
|
}
|
|
133
203
|
*.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
134
204
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
135
|
-
border-bottom-right-radius: 0;
|
|
136
|
-
border-top-right-radius: 0;
|
|
205
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
206
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
137
207
|
}
|
|
138
208
|
*.e-btn-group.e-vertical,
|
|
139
209
|
*.e-css.e-btn-group.e-vertical {
|
|
@@ -152,89 +222,89 @@
|
|
|
152
222
|
}
|
|
153
223
|
*.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
|
|
154
224
|
*.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
155
|
-
border-radius: 0;
|
|
225
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
156
226
|
}
|
|
157
227
|
*.e-btn-group.e-vertical .e-btn:first-of-type,
|
|
158
228
|
*.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
|
|
159
|
-
border-bottom-left-radius: 0;
|
|
160
|
-
border-bottom-right-radius: 0;
|
|
161
|
-
border-top-left-radius:
|
|
162
|
-
border-top-right-radius:
|
|
229
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
230
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
231
|
+
border-top-left-radius: calc(var(--e-radius) * 0.125);
|
|
232
|
+
border-top-right-radius: calc(var(--e-radius) * 0.125);
|
|
163
233
|
}
|
|
164
234
|
*.e-btn-group.e-vertical .e-btn:last-of-type,
|
|
165
235
|
*.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
|
|
166
|
-
border-bottom-left-radius:
|
|
167
|
-
border-bottom-right-radius:
|
|
168
|
-
border-top-left-radius: 0;
|
|
169
|
-
border-top-right-radius: 0;
|
|
236
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0.125);
|
|
237
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0.125);
|
|
238
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
239
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
170
240
|
}
|
|
171
241
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
|
|
172
242
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
|
|
173
|
-
border-radius:
|
|
243
|
+
border-radius: calc(var(--e-radius) * 1.25);
|
|
174
244
|
}
|
|
175
245
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
|
|
176
246
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
|
|
177
|
-
border-bottom-left-radius:
|
|
178
|
-
border-top-left-radius:
|
|
247
|
+
border-bottom-left-radius: calc(var(--e-radius) * 1.25);
|
|
248
|
+
border-top-left-radius: calc(var(--e-radius) * 1.25);
|
|
179
249
|
}
|
|
180
250
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
|
|
181
251
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
|
|
182
|
-
border-bottom-right-radius:
|
|
183
|
-
border-top-right-radius:
|
|
252
|
+
border-bottom-right-radius: calc(var(--e-radius) * 1.25);
|
|
253
|
+
border-top-right-radius: calc(var(--e-radius) * 1.25);
|
|
184
254
|
}
|
|
185
255
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
|
|
186
256
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
|
|
187
|
-
border-bottom-right-radius: 0;
|
|
188
|
-
border-top-right-radius: 0;
|
|
257
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
258
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
189
259
|
}
|
|
190
260
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
|
|
191
261
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
|
|
192
|
-
border-bottom-left-radius: 0;
|
|
193
|
-
border-top-left-radius: 0;
|
|
262
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
263
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
194
264
|
}
|
|
195
265
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
|
|
196
266
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
|
|
197
|
-
border-bottom-left-radius:
|
|
198
|
-
border-top-left-radius:
|
|
267
|
+
border-bottom-left-radius: calc(var(--e-radius) * 1.25);
|
|
268
|
+
border-top-left-radius: calc(var(--e-radius) * 1.25);
|
|
199
269
|
}
|
|
200
270
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
201
271
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
202
|
-
border-bottom-right-radius: 0;
|
|
203
|
-
border-top-right-radius: 0;
|
|
272
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
273
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
204
274
|
}
|
|
205
275
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
206
276
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
207
|
-
border-bottom-left-radius: 0;
|
|
208
|
-
border-top-left-radius: 0;
|
|
277
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
278
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
209
279
|
}
|
|
210
280
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
|
|
211
281
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
|
|
212
|
-
border-bottom-right-radius:
|
|
213
|
-
border-top-right-radius:
|
|
282
|
+
border-bottom-right-radius: calc(var(--e-radius) * 1.25);
|
|
283
|
+
border-top-right-radius: calc(var(--e-radius) * 1.25);
|
|
214
284
|
}
|
|
215
285
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
|
|
216
286
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
|
|
217
|
-
border-radius:
|
|
287
|
+
border-radius: calc(var(--e-radius) * 1.25);
|
|
218
288
|
}
|
|
219
289
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
|
|
220
290
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
|
|
221
|
-
border-bottom-right-radius:
|
|
222
|
-
border-top-right-radius:
|
|
291
|
+
border-bottom-right-radius: calc(var(--e-radius) * 1.25);
|
|
292
|
+
border-top-right-radius: calc(var(--e-radius) * 1.25);
|
|
223
293
|
}
|
|
224
294
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
|
|
225
295
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
|
|
226
|
-
border-bottom-left-radius:
|
|
227
|
-
border-top-left-radius:
|
|
296
|
+
border-bottom-left-radius: calc(var(--e-radius) * 1.25);
|
|
297
|
+
border-top-left-radius: calc(var(--e-radius) * 1.25);
|
|
228
298
|
}
|
|
229
299
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
|
|
230
300
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
231
|
-
border-bottom-left-radius: 0;
|
|
232
|
-
border-top-left-radius: 0;
|
|
301
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
302
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
233
303
|
}
|
|
234
304
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
|
|
235
305
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
|
|
236
|
-
border-bottom-right-radius: 0;
|
|
237
|
-
border-top-right-radius: 0;
|
|
306
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
307
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
238
308
|
}
|
|
239
309
|
|
|
240
310
|
/* stylelint-disable */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind3' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/tailwind3-definition' as *;
|
|
3
|
+
@use 'tailwind3-definition' as *;
|
|
4
|
+
@use 'all' as *;
|
|
5
|
+
@use 'bigger' as *;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@use 'layout' as *;
|
|
2
|
+
@use 'theme' as *;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bds' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/bds-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/bds';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/bds-definition';
|
|
5
|
+
|
|
1
6
|
//layout variables
|
|
2
7
|
$drop-down-btn-arrow-content: '\e706' !default;
|
|
3
8
|
$drop-down-btn-vertical-btn-padding: 6px 12px !default;
|
|
@@ -51,6 +56,15 @@ $drop-down-btn-li-selection-bgcolor: $flyout-bg-color-selected !default;
|
|
|
51
56
|
$drop-down-btn-li-selection-font-color: $content-text-color !default;
|
|
52
57
|
$drop-down-btn-menu-icon-color: $secondary-text-color !default;
|
|
53
58
|
$drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default;
|
|
59
|
+
$drop-down-btn-line-height: 1 !default;
|
|
60
|
+
$dd-btn-zero-margin-padding: 0 !default;
|
|
61
|
+
$dd-menu-height: 1px !default;
|
|
62
|
+
$dd-menu-icon-width: 1em !default;
|
|
63
|
+
$dd-menu-width: 1px !default;
|
|
64
|
+
$dd-auto-height: auto !default;
|
|
65
|
+
$dd-bgr-seperator-line-height: normal !default;
|
|
66
|
+
|
|
67
|
+
$dd-full-width: 100% !default;
|
|
54
68
|
|
|
55
69
|
.e-dropdown-popup {
|
|
56
70
|
position: absolute;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
2
|
+
@use './theme-variables' as *;
|
|
1
3
|
@include export-module('drop-down-button-bigger') {
|
|
2
4
|
.e-bigger .e-dropdown-btn,
|
|
3
5
|
.e-bigger.e-dropdown-btn {
|
|
@@ -10,13 +12,13 @@
|
|
|
10
12
|
}
|
|
11
13
|
|
|
12
14
|
&.e-vertical {
|
|
13
|
-
line-height:
|
|
15
|
+
line-height: $drop-down-btn-line-height;
|
|
14
16
|
padding: $drop-down-btn-vertical-bigger-padding;
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
&.e-small {
|
|
18
20
|
&.e-vertical {
|
|
19
|
-
line-height:
|
|
21
|
+
line-height: $drop-down-btn-line-height;
|
|
20
22
|
padding: $drop-down-btn-vertical-bigger-padding;
|
|
21
23
|
}
|
|
22
24
|
.e-btn-icon {
|
|
@@ -71,18 +73,18 @@
|
|
|
71
73
|
line-height: $drop-down-btn-bigger-li-height;
|
|
72
74
|
}
|
|
73
75
|
@if $skin-name == 'fluent2' {
|
|
74
|
-
height:
|
|
75
|
-
line-height:
|
|
76
|
+
height: $drop-down-btn-item-height;
|
|
77
|
+
line-height: $drop-down-btn-item-line-height;
|
|
76
78
|
}
|
|
77
79
|
padding: $drop-down-btn-bigger-li-padding;
|
|
78
80
|
|
|
79
81
|
&.e-url {
|
|
80
|
-
padding:
|
|
82
|
+
padding: $dd-btn-zero-margin-padding;
|
|
81
83
|
}
|
|
82
84
|
|
|
83
85
|
& .e-menu-url {
|
|
84
86
|
@if $skin-name == 'fluent2' {
|
|
85
|
-
padding:
|
|
87
|
+
padding: $drop-down-menu-url-padding;
|
|
86
88
|
}
|
|
87
89
|
}
|
|
88
90
|
|
|
@@ -90,13 +92,13 @@
|
|
|
90
92
|
font-size: $drop-down-btn-menu-icon-bigger-font-size;
|
|
91
93
|
line-height: $drop-down-btn-bigger-li-height;
|
|
92
94
|
@if $skin-name == 'fluent2' {
|
|
93
|
-
line-height:
|
|
95
|
+
line-height: $dropdown-btn-line-height;
|
|
94
96
|
}
|
|
95
97
|
}
|
|
96
98
|
|
|
97
99
|
&.e-separator {
|
|
98
|
-
height: auto;
|
|
99
|
-
line-height:
|
|
100
|
+
height: $dd-auto-height;
|
|
101
|
+
line-height: $dd-bgr-seperator-line-height;
|
|
100
102
|
}
|
|
101
103
|
}
|
|
102
104
|
}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap-dark' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/bootstrap-dark-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/bootstrap-dark';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/bootstrap-dark-definition';
|
|
1
5
|
$drop-down-btn-arrow-content: '\e969' !default;
|
|
2
6
|
$drop-down-btn-vertical-btn-padding: 6px 12px !default;
|
|
3
7
|
$drop-down-btn-vertical-bigger-padding: 8px 16px !default;
|
|
@@ -50,3 +54,12 @@ $drop-down-btn-small-caret-icon-font-size-bigger: 10px !default;
|
|
|
50
54
|
$drop-down-btn-box-shadow: none !default;
|
|
51
55
|
$drop-down-btn-popup-margin-top: 0 !default;
|
|
52
56
|
$drop-down-btn-bigger-popup-margin-top: 0 !default;
|
|
57
|
+
|
|
58
|
+
$drop-down-btn-line-height: 1 !default;
|
|
59
|
+
$dd-btn-zero-margin-padding: 0 !default;
|
|
60
|
+
$dd-menu-height: 1px !default;
|
|
61
|
+
$dd-menu-icon-width: 1em !default;
|
|
62
|
+
$dd-menu-width: 1px !default;
|
|
63
|
+
$dd-auto-height: auto !default;
|
|
64
|
+
$dd-bgr-seperator-line-height: normal !default;
|
|
65
|
+
$dd-full-width: 100% !default;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/bootstrap-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/bootstrap';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/bootstrap-definition';
|
|
1
5
|
$drop-down-btn-arrow-content: '\e969' !default;
|
|
2
6
|
$drop-down-btn-vertical-btn-padding: 6px 12px !default;
|
|
3
7
|
$drop-down-btn-vertical-bigger-padding: 8px 16px !default;
|
|
@@ -50,3 +54,12 @@ $drop-down-btn-small-caret-icon-font-size-bigger: 10px !default;
|
|
|
50
54
|
$drop-down-btn-box-shadow: none !default;
|
|
51
55
|
$drop-down-btn-popup-margin-top: 0 !default;
|
|
52
56
|
$drop-down-btn-bigger-popup-margin-top: 0 !default;
|
|
57
|
+
|
|
58
|
+
$drop-down-btn-line-height: 1 !default;
|
|
59
|
+
$dd-btn-zero-margin-padding: 0 !default;
|
|
60
|
+
$dd-menu-height: 1px !default;
|
|
61
|
+
$dd-menu-icon-width: 1em !default;
|
|
62
|
+
$dd-menu-width: 1px !default;
|
|
63
|
+
$dd-auto-height: auto !default;
|
|
64
|
+
$dd-bgr-seperator-line-height: normal !default;
|
|
65
|
+
$dd-full-width: 100% !default;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
@use 'sass:color';
|
|
2
|
-
|
|
2
|
+
@use 'ej2-base/styles/definition/bootstrap4' as *;
|
|
3
|
+
@use 'ej2-buttons/styles/button/bootstrap4-definition' as *;
|
|
4
|
+
@forward 'ej2-base/styles/definition/bootstrap4';
|
|
5
|
+
@forward 'ej2-buttons/styles/button/bootstrap4-definition';
|
|
3
6
|
$drop-down-btn-arrow-content: '\e969' !default;
|
|
4
7
|
$drop-down-btn-vertical-btn-padding: 6px 12px !default;
|
|
5
8
|
$drop-down-btn-vertical-bigger-padding: 8px 16px !default;
|
|
@@ -52,3 +55,12 @@ $drop-down-btn-small-caret-icon-font-size-bigger: 10px !default;
|
|
|
52
55
|
$drop-down-btn-box-shadow: none !default;
|
|
53
56
|
$drop-down-btn-popup-margin-top: 0 !default;
|
|
54
57
|
$drop-down-btn-bigger-popup-margin-top: 0 !default;
|
|
58
|
+
|
|
59
|
+
$drop-down-btn-line-height: 1 !default;
|
|
60
|
+
$dd-btn-zero-margin-padding: 0 !default;
|
|
61
|
+
$dd-menu-height: 1px !default;
|
|
62
|
+
$dd-menu-icon-width: 1em !default;
|
|
63
|
+
$dd-menu-width: 1px !default;
|
|
64
|
+
$dd-auto-height: auto !default;
|
|
65
|
+
$dd-bgr-seperator-line-height: normal !default;
|
|
66
|
+
$dd-full-width: 100% !default;
|
|
@@ -1 +1,66 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap5-dark' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/bootstrap5-dark-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/bootstrap5-dark';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/bootstrap5-dark-definition';
|
|
5
|
+
$drop-down-btn-arrow-content: '\e70d' !default;
|
|
6
|
+
$drop-down-btn-vertical-btn-padding: 6px 12px !default;
|
|
7
|
+
$drop-down-btn-vertical-bigger-padding: 8px 16px !default;
|
|
8
|
+
$drop-down-btn-bigger-font-size: $text-base !default;
|
|
9
|
+
$drop-down-btn-bigger-li-height: 32px !default;
|
|
10
|
+
$drop-down-btn-bigger-max-width: 202px !default;
|
|
11
|
+
$drop-down-btn-bigger-min-width: 112px !default;
|
|
12
|
+
$drop-down-btn-icon-font-size: $text-sm !default;
|
|
13
|
+
$drop-down-btn-small-icon-font-size: $text-xs !default;
|
|
14
|
+
$drop-down-btn-icon-margin-right: 11px !default;
|
|
15
|
+
$drop-down-btn-bigger-icon-margin-right: 12px !default;
|
|
16
|
+
$drop-down-btn-li-border-width: 1px !default;
|
|
17
|
+
$drop-down-btn-li-height: 30px !default;
|
|
18
|
+
$drop-down-btn-li-padding: 0 12px !default;
|
|
19
|
+
$drop-down-btn-bigger-li-padding: 0 16px !default;
|
|
20
|
+
$drop-down-btn-small-li-padding: 0 8px !default;
|
|
21
|
+
$drop-down-btn-max-width: 178px !default;
|
|
22
|
+
$drop-down-btn-menu-icon-bigger-font-size: 22px !default;
|
|
23
|
+
$drop-down-btn-menu-icon-font-size: $text-lg !default;
|
|
24
|
+
$drop-down-btn-min-width: 120px !default;
|
|
25
|
+
$drop-down-btn-seperator-padding: 3px 0 !default;
|
|
26
|
+
$drop-down-btn-sub-ul-box-shadow: none !default;
|
|
27
|
+
$drop-down-btn-ul-border-radius: 4px !default;
|
|
28
|
+
$drop-down-btn-ul-padding: 4px 0 !default;
|
|
29
|
+
$drop-down-btn-ul-bigger-padding: 8px 0 !default;
|
|
30
|
+
$drop-down-btn-ul-small-padding: 4px 0 !default;
|
|
31
|
+
$drop-down-btn-caret-icon-font-size: $text-xs !default;
|
|
32
|
+
$drop-down-btn-small-caret-icon-font-size: 8px !default;
|
|
33
|
+
$drop-down-btn-icon-font-size-bigger: $text-base !default;
|
|
34
|
+
$drop-down-btn-small-icon-font-size-bigger: $text-sm !default;
|
|
35
|
+
$drop-down-btn-caret-icon-font-size-bigger: $text-sm !default;
|
|
36
|
+
$drop-down-btn-small-caret-icon-font-size-bigger: $text-xs !default;
|
|
37
|
+
$drop-down-btn-box-shadow: $secondary-shadow-focus !default;
|
|
38
|
+
$drop-down-btn-popup-margin-top: 2px !default;
|
|
39
|
+
$drop-down-btn-bigger-popup-margin-top: 4px !default;
|
|
40
|
+
$drop-down-btn-ul-border: 1px solid $border-light !default;
|
|
41
|
+
$drop-down-btn-li-box-shadow: none !default;
|
|
42
|
+
$drop-down-btn-li-border-style: solid !default;
|
|
43
|
+
$drop-down-btn-color: $content-text-color !default;
|
|
44
|
+
$drop-down-btn-disable-text: $secondary-text-color-disabled !default;
|
|
45
|
+
$drop-down-btn-font-size: $text-sm !default;
|
|
46
|
+
$drop-down-btn-font-weight: $font-weight-normal !default;
|
|
47
|
+
$drop-down-btn-li-bgcolor: $content-bg-color-hover !default;
|
|
48
|
+
$drop-down-btn-ul-bgcolor: $flyout-bg-color !default;
|
|
49
|
+
$drop-down-btn-li-border-color: $border-light !default;
|
|
50
|
+
$drop-down-btn-selected-color: $content-text-color-selected !default;
|
|
51
|
+
$drop-down-btn-parent-ul-box-shadow: none !default;
|
|
52
|
+
$drop-down-btn-li-focus-bgcolor: $content-bg-color-hover !default;
|
|
53
|
+
$drop-down-btn-li-selection-bgcolor: $content-bg-color-selected !default;
|
|
54
|
+
$drop-down-btn-li-selection-font-color: $content-text-color !default;
|
|
55
|
+
$drop-down-btn-menu-icon-color: $icon-color !default;
|
|
56
|
+
$drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default;
|
|
57
|
+
$drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
|
|
58
|
+
|
|
59
|
+
$drop-down-btn-line-height: 1 !default;
|
|
60
|
+
$dd-btn-zero-margin-padding: 0 !default;
|
|
61
|
+
$dd-menu-height: 1px !default;
|
|
62
|
+
$dd-menu-icon-width: 1em !default;
|
|
63
|
+
$dd-menu-width: 1px !default;
|
|
64
|
+
$dd-auto-height: auto !default;
|
|
65
|
+
$dd-bgr-seperator-line-height: normal !default;
|
|
66
|
+
$dd-full-width: 100% !default;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap5' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/bootstrap5-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/bootstrap5';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/bootstrap5-definition';
|
|
1
5
|
$drop-down-btn-arrow-content: '\e70d' !default;
|
|
2
6
|
$drop-down-btn-vertical-btn-padding: 6px 12px !default;
|
|
3
7
|
$drop-down-btn-vertical-bigger-padding: 8px 16px !default;
|
|
@@ -51,3 +55,12 @@ $drop-down-btn-li-selection-font-color: $content-text-color !default;
|
|
|
51
55
|
$drop-down-btn-menu-icon-color: $icon-color !default;
|
|
52
56
|
$drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default;
|
|
53
57
|
$drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
|
|
58
|
+
|
|
59
|
+
$drop-down-btn-line-height: 1 !default;
|
|
60
|
+
$dd-btn-zero-margin-padding: 0 !default;
|
|
61
|
+
$dd-menu-height: 1px !default;
|
|
62
|
+
$dd-menu-icon-width: 1em !default;
|
|
63
|
+
$dd-menu-width: 1px !default;
|
|
64
|
+
$dd-auto-height: auto !default;
|
|
65
|
+
$dd-bgr-seperator-line-height: normal !default;
|
|
66
|
+
$dd-full-width: 100% !default;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap5.3' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/bootstrap5.3-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/bootstrap5.3';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/bootstrap5.3-definition';
|
|
1
5
|
$drop-down-btn-arrow-content: '\e70d' !default;
|
|
2
6
|
$drop-down-btn-vertical-btn-padding: 6px 12px !default;
|
|
3
7
|
$drop-down-btn-vertical-bigger-padding: 8px 16px !default;
|
|
@@ -20,7 +24,7 @@ $drop-down-btn-menu-icon-font-size: $text-base !default;
|
|
|
20
24
|
$drop-down-btn-min-width: 120px !default;
|
|
21
25
|
$drop-down-btn-seperator-padding: 3px 0 !default;
|
|
22
26
|
$drop-down-btn-sub-ul-box-shadow: none !default;
|
|
23
|
-
$drop-down-btn-ul-border-radius:
|
|
27
|
+
$drop-down-btn-ul-border-radius: $radius-4 !default;
|
|
24
28
|
$drop-down-btn-ul-padding: 4px 0 !default;
|
|
25
29
|
$drop-down-btn-ul-bigger-padding: 8px 0 !default;
|
|
26
30
|
$drop-down-btn-ul-small-padding: 4px 0 !default;
|
|
@@ -51,3 +55,12 @@ $drop-down-btn-li-selection-font-color: $content-text-color !default;
|
|
|
51
55
|
$drop-down-btn-menu-icon-color: $icon-color !default;
|
|
52
56
|
$drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default;
|
|
53
57
|
$drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
|
|
58
|
+
|
|
59
|
+
$drop-down-btn-line-height: 1 !default;
|
|
60
|
+
$dd-btn-zero-margin-padding: 0 !default;
|
|
61
|
+
$dd-menu-height: 1px !default;
|
|
62
|
+
$dd-menu-icon-width: 1em !default;
|
|
63
|
+
$dd-menu-width: 1px !default;
|
|
64
|
+
$dd-auto-height: auto !default;
|
|
65
|
+
$dd-bgr-seperator-line-height: normal !default;
|
|
66
|
+
$dd-full-width: 100% !default;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/fabric-dark' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/fabric-dark-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/fabric-dark';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/fabric-dark-definition';
|
|
1
5
|
$drop-down-btn-arrow-content: '\e36a' !default;
|
|
2
6
|
$drop-down-btn-vertical-btn-padding: 8px 20px !default;
|
|
3
7
|
$drop-down-btn-vertical-bigger-padding: 10px 24px !default;
|
|
@@ -50,3 +54,12 @@ $drop-down-btn-small-icon-font-size-bigger: 16px !default;
|
|
|
50
54
|
$drop-down-btn-box-shadow: none !default;
|
|
51
55
|
$drop-down-btn-popup-margin-top: 0 !default;
|
|
52
56
|
$drop-down-btn-bigger-popup-margin-top: 0 !default;
|
|
57
|
+
|
|
58
|
+
$drop-down-btn-line-height: 1 !default;
|
|
59
|
+
$dd-btn-zero-margin-padding: 0 !default;
|
|
60
|
+
$dd-menu-height: 1px !default;
|
|
61
|
+
$dd-menu-icon-width: 1em !default;
|
|
62
|
+
$dd-menu-width: 1px !default;
|
|
63
|
+
$dd-auto-height: auto !default;
|
|
64
|
+
$dd-bgr-seperator-line-height: normal !default;
|
|
65
|
+
$dd-full-width: 100% !default;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/fabric' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/fabric-definition' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/fabric';
|
|
4
|
+
@forward 'ej2-buttons/styles/button/fabric-definition';
|
|
1
5
|
$drop-down-btn-arrow-content: '\e36a' !default;
|
|
2
6
|
$drop-down-btn-vertical-btn-padding: 8px 20px !default;
|
|
3
7
|
$drop-down-btn-vertical-bigger-padding: 10px 24px !default;
|
|
@@ -50,3 +54,12 @@ $drop-down-btn-small-icon-font-size-bigger: 16px !default;
|
|
|
50
54
|
$drop-down-btn-box-shadow: none !default;
|
|
51
55
|
$drop-down-btn-popup-margin-top: 0 !default;
|
|
52
56
|
$drop-down-btn-bigger-popup-margin-top: 0 !default;
|
|
57
|
+
|
|
58
|
+
$drop-down-btn-line-height: 1 !default;
|
|
59
|
+
$dd-btn-zero-margin-padding: 0 !default;
|
|
60
|
+
$dd-menu-height: 1px !default;
|
|
61
|
+
$dd-menu-icon-width: 1em !default;
|
|
62
|
+
$dd-menu-width: 1px !default;
|
|
63
|
+
$dd-auto-height: auto !default;
|
|
64
|
+
$dd-bgr-seperator-line-height: normal !default;
|
|
65
|
+
$dd-full-width: 100% !default;
|