@syncfusion/ej2-splitbuttons 31.2.2 → 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/README.md +8 -0
- 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 +3 -3
- package/styles/bootstrap5-dark-lite.scss +12 -13
- package/styles/bootstrap5-dark.css +5 -5
- package/styles/bootstrap5-dark.scss +16 -17
- package/styles/bootstrap5-lite.css +3 -3
- package/styles/bootstrap5-lite.scss +13 -13
- package/styles/bootstrap5.3-lite.css +170 -89
- package/styles/bootstrap5.3-lite.scss +13 -13
- package/styles/bootstrap5.3.css +173 -92
- package/styles/bootstrap5.3.scss +17 -17
- package/styles/bootstrap5.css +5 -5
- 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 +3 -3
- package/styles/button-group/bootstrap5-dark.scss +5 -5
- package/styles/button-group/bootstrap5.3.css +146 -66
- package/styles/button-group/bootstrap5.3.scss +5 -5
- package/styles/button-group/bootstrap5.css +3 -3
- 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 -22
- 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 +83 -2
- package/styles/drop-down-button/material3-dark.scss +7 -8
- package/styles/drop-down-button/material3.css +83 -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 +177 -88
- package/styles/material3-dark-lite.scss +13 -13
- package/styles/material3-dark.css +183 -94
- package/styles/material3-dark.scss +17 -19
- package/styles/material3-lite.css +177 -88
- package/styles/material3-lite.scss +13 -13
- package/styles/material3.css +183 -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 +61 -68
- 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 +103 -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 +113 -25
- package/styles/split-button/material3-dark.scss +7 -8
- package/styles/split-button/material3.css +113 -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-line no-empty-source */
|
|
6
76
|
.e-dropdown-btn .e-caret::before,
|
|
7
77
|
.e-dropdown-btn.e-btn .e-caret::before {
|
|
@@ -69,10 +139,11 @@
|
|
|
69
139
|
|
|
70
140
|
.e-dropdown-popup {
|
|
71
141
|
position: absolute;
|
|
142
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
72
143
|
}
|
|
73
144
|
.e-dropdown-popup ul {
|
|
74
145
|
border: 1px solid var(--color-sf-border-light);
|
|
75
|
-
border-radius:
|
|
146
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
76
147
|
-webkit-box-shadow: 0 0 4px 0 rgba(var(--color-sf-black), 0.1), 0 4px 6px -4px rgba(var(--color-sf-black), 0.1), 0 10px 15px -3px rgba(var(--color-sf-black), 0.1);
|
|
77
148
|
box-shadow: 0 0 4px 0 rgba(var(--color-sf-black), 0.1), 0 4px 6px -4px rgba(var(--color-sf-black), 0.1), 0 10px 15px -3px rgba(var(--color-sf-black), 0.1);
|
|
78
149
|
-webkit-box-sizing: border-box;
|
|
@@ -239,8 +310,8 @@
|
|
|
239
310
|
width: min-content;
|
|
240
311
|
}
|
|
241
312
|
.e-split-btn-wrapper .e-split-btn {
|
|
242
|
-
border-bottom-right-radius: 0;
|
|
243
|
-
border-top-right-radius: 0;
|
|
313
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
314
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
244
315
|
text-transform: none;
|
|
245
316
|
padding: 3.75px 11px;
|
|
246
317
|
}
|
|
@@ -282,8 +353,8 @@
|
|
|
282
353
|
padding-right: 0;
|
|
283
354
|
}
|
|
284
355
|
.e-split-btn-wrapper .e-dropdown-btn {
|
|
285
|
-
border-bottom-left-radius: 0;
|
|
286
|
-
border-top-left-radius: 0;
|
|
356
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
357
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
287
358
|
margin-left: -1px;
|
|
288
359
|
padding-left: 4px;
|
|
289
360
|
padding-right: 4px;
|
|
@@ -325,10 +396,10 @@
|
|
|
325
396
|
box-shadow: none;
|
|
326
397
|
}
|
|
327
398
|
.e-split-btn-wrapper.e-rtl .e-split-btn {
|
|
328
|
-
border-bottom-left-radius: 0;
|
|
329
|
-
border-bottom-right-radius:
|
|
330
|
-
border-top-left-radius: 0;
|
|
331
|
-
border-top-right-radius:
|
|
399
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
400
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0.25);
|
|
401
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
402
|
+
border-top-right-radius: calc(var(--e-radius) * 0.25);
|
|
332
403
|
margin-left: -1px;
|
|
333
404
|
padding-left: 4px;
|
|
334
405
|
padding-right: 10px;
|
|
@@ -349,10 +420,10 @@
|
|
|
349
420
|
padding-left: 0;
|
|
350
421
|
}
|
|
351
422
|
.e-split-btn-wrapper.e-rtl .e-dropdown-btn {
|
|
352
|
-
border-bottom-left-radius:
|
|
353
|
-
border-bottom-right-radius: 0;
|
|
354
|
-
border-top-left-radius:
|
|
355
|
-
border-top-right-radius: 0;
|
|
423
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0.25);
|
|
424
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
425
|
+
border-top-left-radius: calc(var(--e-radius) * 0.25);
|
|
426
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
356
427
|
margin-left: 0;
|
|
357
428
|
}
|
|
358
429
|
.e-split-btn-wrapper.e-vertical {
|
|
@@ -364,8 +435,8 @@
|
|
|
364
435
|
width: 100%;
|
|
365
436
|
}
|
|
366
437
|
.e-split-btn-wrapper.e-vertical .e-split-btn {
|
|
367
|
-
border-bottom-left-radius: 0;
|
|
368
|
-
border-top-right-radius:
|
|
438
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
439
|
+
border-top-right-radius: calc(var(--e-radius) * 0.25);
|
|
369
440
|
line-height: 1;
|
|
370
441
|
padding-bottom: 4px;
|
|
371
442
|
padding-right: 10px;
|
|
@@ -374,8 +445,8 @@
|
|
|
374
445
|
padding-bottom: 4px;
|
|
375
446
|
}
|
|
376
447
|
.e-split-btn-wrapper.e-vertical .e-dropdown-btn {
|
|
377
|
-
border-bottom-left-radius:
|
|
378
|
-
border-top-right-radius: 0;
|
|
448
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0.25);
|
|
449
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
379
450
|
line-height: 0.334em;
|
|
380
451
|
margin-left: 0;
|
|
381
452
|
margin-top: -1px;
|
|
@@ -386,13 +457,13 @@
|
|
|
386
457
|
padding-top: 0;
|
|
387
458
|
}
|
|
388
459
|
.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn {
|
|
389
|
-
border-bottom-right-radius: 0;
|
|
390
|
-
border-top-left-radius:
|
|
460
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
461
|
+
border-top-left-radius: calc(var(--e-radius) * 0.25);
|
|
391
462
|
margin-left: 0;
|
|
392
463
|
}
|
|
393
464
|
.e-split-btn-wrapper.e-vertical.e-rtl .e-dropdown-btn {
|
|
394
|
-
border-bottom-right-radius:
|
|
395
|
-
border-top-left-radius: 0;
|
|
465
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0.25);
|
|
466
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
396
467
|
}
|
|
397
468
|
|
|
398
469
|
.e-split-btn-wrapper .e-split-btn:focus {
|
|
@@ -542,43 +613,43 @@
|
|
|
542
613
|
}
|
|
543
614
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
|
|
544
615
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
545
|
-
border-radius: 0;
|
|
616
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
546
617
|
}
|
|
547
618
|
*.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),
|
|
548
619
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
|
|
549
620
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
|
|
550
|
-
border-bottom-right-radius: 0;
|
|
551
|
-
border-top-right-radius: 0;
|
|
621
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
622
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
552
623
|
}
|
|
553
624
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
|
|
554
625
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
555
|
-
border-bottom-left-radius: 0;
|
|
556
|
-
border-top-left-radius: 0;
|
|
626
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
627
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
557
628
|
}
|
|
558
629
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
|
|
559
630
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
|
|
560
|
-
border-bottom-left-radius: 0;
|
|
561
|
-
border-top-left-radius: 0;
|
|
631
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
632
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
562
633
|
}
|
|
563
634
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
|
|
564
635
|
*.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 {
|
|
565
|
-
border-bottom-right-radius: 0;
|
|
566
|
-
border-top-right-radius: 0;
|
|
636
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
637
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
567
638
|
}
|
|
568
639
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
|
|
569
640
|
*.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 {
|
|
570
|
-
border-bottom-left-radius: 0;
|
|
571
|
-
border-top-left-radius: 0;
|
|
641
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
642
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
572
643
|
}
|
|
573
644
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
574
645
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
575
|
-
border-bottom-right-radius: 0;
|
|
576
|
-
border-top-right-radius: 0;
|
|
646
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
647
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
577
648
|
}
|
|
578
649
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
579
650
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
580
|
-
border-bottom-left-radius: 0;
|
|
581
|
-
border-top-left-radius: 0;
|
|
651
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
652
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
582
653
|
}
|
|
583
654
|
*.e-btn-group.e-rtl .e-btn,
|
|
584
655
|
*.e-css.e-btn-group.e-rtl .e-btn {
|
|
@@ -586,43 +657,43 @@
|
|
|
586
657
|
}
|
|
587
658
|
*.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
|
|
588
659
|
*.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
589
|
-
border-radius: 0;
|
|
660
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
590
661
|
}
|
|
591
662
|
*.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
|
|
592
663
|
*.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
|
|
593
664
|
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
594
|
-
border-bottom-left-radius: 0;
|
|
595
|
-
border-top-left-radius: 0;
|
|
665
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
666
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
596
667
|
}
|
|
597
668
|
*.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
598
669
|
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
599
|
-
border-bottom-right-radius: 0;
|
|
600
|
-
border-top-right-radius: 0;
|
|
670
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
671
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
601
672
|
}
|
|
602
673
|
*.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
|
|
603
674
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
|
|
604
|
-
border-bottom-right-radius: 0;
|
|
605
|
-
border-top-right-radius: 0;
|
|
675
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
676
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
606
677
|
}
|
|
607
678
|
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
|
|
608
679
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
|
|
609
|
-
border-bottom-left-radius: 0;
|
|
610
|
-
border-top-left-radius: 0;
|
|
680
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
681
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
611
682
|
}
|
|
612
683
|
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
|
|
613
684
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
|
|
614
|
-
border-bottom-right-radius: 0;
|
|
615
|
-
border-top-right-radius: 0;
|
|
685
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
686
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
616
687
|
}
|
|
617
688
|
*.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
618
689
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
619
|
-
border-bottom-left-radius: 0;
|
|
620
|
-
border-top-left-radius: 0;
|
|
690
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
691
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
621
692
|
}
|
|
622
693
|
*.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
623
694
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
624
|
-
border-bottom-right-radius: 0;
|
|
625
|
-
border-top-right-radius: 0;
|
|
695
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
696
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
626
697
|
}
|
|
627
698
|
*.e-btn-group.e-vertical,
|
|
628
699
|
*.e-css.e-btn-group.e-vertical {
|
|
@@ -641,89 +712,89 @@
|
|
|
641
712
|
}
|
|
642
713
|
*.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
|
|
643
714
|
*.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
644
|
-
border-radius: 0;
|
|
715
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
645
716
|
}
|
|
646
717
|
*.e-btn-group.e-vertical .e-btn:first-of-type,
|
|
647
718
|
*.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
|
|
648
|
-
border-bottom-left-radius: 0;
|
|
649
|
-
border-bottom-right-radius: 0;
|
|
650
|
-
border-top-left-radius:
|
|
651
|
-
border-top-right-radius:
|
|
719
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
720
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
721
|
+
border-top-left-radius: calc(var(--e-radius) * 0.125);
|
|
722
|
+
border-top-right-radius: calc(var(--e-radius) * 0.125);
|
|
652
723
|
}
|
|
653
724
|
*.e-btn-group.e-vertical .e-btn:last-of-type,
|
|
654
725
|
*.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
|
|
655
|
-
border-bottom-left-radius:
|
|
656
|
-
border-bottom-right-radius:
|
|
657
|
-
border-top-left-radius: 0;
|
|
658
|
-
border-top-right-radius: 0;
|
|
726
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0.125);
|
|
727
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0.125);
|
|
728
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
729
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
659
730
|
}
|
|
660
731
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
|
|
661
732
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
|
|
662
|
-
border-radius:
|
|
733
|
+
border-radius: calc(var(--e-radius) * 1.25);
|
|
663
734
|
}
|
|
664
735
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
|
|
665
736
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
|
|
666
|
-
border-bottom-left-radius:
|
|
667
|
-
border-top-left-radius:
|
|
737
|
+
border-bottom-left-radius: calc(var(--e-radius) * 1.25);
|
|
738
|
+
border-top-left-radius: calc(var(--e-radius) * 1.25);
|
|
668
739
|
}
|
|
669
740
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
|
|
670
741
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
|
|
671
|
-
border-bottom-right-radius:
|
|
672
|
-
border-top-right-radius:
|
|
742
|
+
border-bottom-right-radius: calc(var(--e-radius) * 1.25);
|
|
743
|
+
border-top-right-radius: calc(var(--e-radius) * 1.25);
|
|
673
744
|
}
|
|
674
745
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
|
|
675
746
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
|
|
676
|
-
border-bottom-right-radius: 0;
|
|
677
|
-
border-top-right-radius: 0;
|
|
747
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
748
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
678
749
|
}
|
|
679
750
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
|
|
680
751
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
|
|
681
|
-
border-bottom-left-radius: 0;
|
|
682
|
-
border-top-left-radius: 0;
|
|
752
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
753
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
683
754
|
}
|
|
684
755
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
|
|
685
756
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
|
|
686
|
-
border-bottom-left-radius:
|
|
687
|
-
border-top-left-radius:
|
|
757
|
+
border-bottom-left-radius: calc(var(--e-radius) * 1.25);
|
|
758
|
+
border-top-left-radius: calc(var(--e-radius) * 1.25);
|
|
688
759
|
}
|
|
689
760
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
690
761
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
691
|
-
border-bottom-right-radius: 0;
|
|
692
|
-
border-top-right-radius: 0;
|
|
762
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
763
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
693
764
|
}
|
|
694
765
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
695
766
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
696
|
-
border-bottom-left-radius: 0;
|
|
697
|
-
border-top-left-radius: 0;
|
|
767
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
768
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
698
769
|
}
|
|
699
770
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
|
|
700
771
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
|
|
701
|
-
border-bottom-right-radius:
|
|
702
|
-
border-top-right-radius:
|
|
772
|
+
border-bottom-right-radius: calc(var(--e-radius) * 1.25);
|
|
773
|
+
border-top-right-radius: calc(var(--e-radius) * 1.25);
|
|
703
774
|
}
|
|
704
775
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
|
|
705
776
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
|
|
706
|
-
border-radius:
|
|
777
|
+
border-radius: calc(var(--e-radius) * 1.25);
|
|
707
778
|
}
|
|
708
779
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
|
|
709
780
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
|
|
710
|
-
border-bottom-right-radius:
|
|
711
|
-
border-top-right-radius:
|
|
781
|
+
border-bottom-right-radius: calc(var(--e-radius) * 1.25);
|
|
782
|
+
border-top-right-radius: calc(var(--e-radius) * 1.25);
|
|
712
783
|
}
|
|
713
784
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
|
|
714
785
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
|
|
715
|
-
border-bottom-left-radius:
|
|
716
|
-
border-top-left-radius:
|
|
786
|
+
border-bottom-left-radius: calc(var(--e-radius) * 1.25);
|
|
787
|
+
border-top-left-radius: calc(var(--e-radius) * 1.25);
|
|
717
788
|
}
|
|
718
789
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
|
|
719
790
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
720
|
-
border-bottom-left-radius: 0;
|
|
721
|
-
border-top-left-radius: 0;
|
|
791
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
792
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
722
793
|
}
|
|
723
794
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
|
|
724
795
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
|
|
725
|
-
border-bottom-right-radius: 0;
|
|
726
|
-
border-top-right-radius: 0;
|
|
796
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
797
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
727
798
|
}
|
|
728
799
|
|
|
729
800
|
/* stylelint-disable */
|
|
@@ -1495,7 +1566,7 @@
|
|
|
1495
1566
|
padding-top: 10px;
|
|
1496
1567
|
}
|
|
1497
1568
|
.e-progress-btn.e-round-corner {
|
|
1498
|
-
border-radius:
|
|
1569
|
+
border-radius: calc(var(--e-radius) * 5);
|
|
1499
1570
|
outline: none;
|
|
1500
1571
|
overflow: hidden;
|
|
1501
1572
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind3' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/tailwind3-definition' as *;
|
|
3
|
+
@use 'ej2-popups/styles/popup/tailwind3-definition' as *;
|
|
4
|
+
@use 'drop-down-button/tailwind3-definition' as *;
|
|
5
|
+
@use 'drop-down-button/icons/tailwind3' as *;
|
|
6
|
+
@use 'drop-down-button/all' as *;
|
|
7
|
+
@use 'split-button/tailwind3-definition' as *;
|
|
8
|
+
@use 'split-button/all' as *;
|
|
9
|
+
@use 'button-group/tailwind3-definition' as *;
|
|
10
|
+
@use 'button-group/all' as *;
|
|
11
|
+
@use 'ej2-popups/styles/spinner/tailwind3-definition' as *;
|
|
12
|
+
@use 'progress-button/tailwind3-definition' as *;
|
|
13
|
+
@use 'progress-button/all' as *;
|