@syncfusion/ej2-splitbuttons 26.2.10 → 27.1.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +22 -29
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +22 -29
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +9 -8
- package/src/common/common.js +1 -0
- package/src/drop-down-button/drop-down-button.d.ts +1 -0
- package/src/drop-down-button/drop-down-button.js +17 -4
- package/src/progress-button/progress-button.d.ts +0 -1
- package/src/progress-button/progress-button.js +4 -25
- package/styles/bootstrap-dark-lite.css +1762 -0
- package/styles/bootstrap-dark-lite.scss +13 -0
- package/styles/bootstrap-dark.css +203 -204
- package/styles/bootstrap-dark.scss +5 -2
- package/styles/bootstrap-lite.css +1812 -0
- package/styles/bootstrap-lite.scss +13 -0
- package/styles/bootstrap.css +203 -204
- package/styles/bootstrap.scss +5 -2
- package/styles/bootstrap4-lite.css +1801 -0
- package/styles/bootstrap4-lite.scss +13 -0
- package/styles/bootstrap4.css +203 -203
- package/styles/bootstrap4.scss +5 -2
- package/styles/bootstrap5-dark-lite.css +1735 -0
- package/styles/bootstrap5-dark-lite.scss +13 -0
- package/styles/bootstrap5-dark.css +210 -210
- package/styles/bootstrap5-dark.scss +5 -2
- package/styles/bootstrap5-lite.css +1735 -0
- package/styles/bootstrap5-lite.scss +13 -0
- package/styles/bootstrap5.3-lite.css +1743 -0
- package/styles/bootstrap5.3-lite.scss +13 -0
- package/styles/bootstrap5.3.css +1953 -0
- package/styles/bootstrap5.3.scss +17 -0
- package/styles/bootstrap5.css +210 -210
- package/styles/bootstrap5.scss +5 -2
- package/styles/button-group/_bigger.scss +10 -0
- package/styles/button-group/_layout.scss +1 -10
- package/styles/button-group/_theme.scss +19 -13
- package/styles/button-group/bootstrap-dark.css +7 -8
- package/styles/button-group/bootstrap-dark.scss +1 -0
- package/styles/button-group/bootstrap.css +6 -8
- package/styles/button-group/bootstrap.scss +1 -0
- package/styles/button-group/bootstrap4.css +7 -7
- package/styles/button-group/bootstrap4.scss +1 -0
- package/styles/button-group/bootstrap5-dark.css +7 -7
- package/styles/button-group/bootstrap5-dark.scss +1 -0
- package/styles/button-group/bootstrap5.3.css +809 -0
- package/styles/button-group/bootstrap5.3.scss +5 -0
- package/styles/button-group/bootstrap5.css +7 -7
- package/styles/button-group/bootstrap5.scss +1 -0
- package/styles/button-group/fabric-dark.css +7 -8
- package/styles/button-group/fabric-dark.scss +1 -0
- package/styles/button-group/fabric.css +7 -8
- package/styles/button-group/fabric.scss +1 -0
- package/styles/button-group/fluent-dark.css +7 -9
- package/styles/button-group/fluent-dark.scss +1 -0
- package/styles/button-group/fluent.css +7 -9
- package/styles/button-group/fluent.scss +1 -0
- package/styles/button-group/fluent2.css +26 -18
- package/styles/button-group/fluent2.scss +1 -0
- package/styles/button-group/highcontrast-light.css +7 -8
- package/styles/button-group/highcontrast-light.scss +1 -0
- package/styles/button-group/highcontrast.css +7 -8
- package/styles/button-group/highcontrast.scss +1 -0
- package/styles/button-group/material-dark.css +7 -9
- package/styles/button-group/material-dark.scss +1 -0
- package/styles/button-group/material.css +7 -9
- package/styles/button-group/material.scss +1 -0
- package/styles/button-group/material3-dark.css +7 -7
- package/styles/button-group/material3-dark.scss +1 -0
- package/styles/button-group/material3.css +7 -7
- package/styles/button-group/material3.scss +1 -0
- package/styles/button-group/tailwind-dark.css +6 -7
- package/styles/button-group/tailwind-dark.scss +1 -0
- package/styles/button-group/tailwind.css +6 -7
- package/styles/button-group/tailwind.scss +1 -0
- package/styles/drop-down-button/_bigger.scss +79 -0
- package/styles/drop-down-button/_bootstrap5.3-definition.scss +1 -1
- package/styles/drop-down-button/_layout.scss +4 -82
- package/styles/drop-down-button/_theme.scss +6 -1
- package/styles/drop-down-button/bootstrap-dark.css +49 -49
- package/styles/drop-down-button/bootstrap-dark.scss +1 -0
- package/styles/drop-down-button/bootstrap.css +49 -49
- package/styles/drop-down-button/bootstrap.scss +1 -0
- package/styles/drop-down-button/bootstrap4.css +49 -49
- package/styles/drop-down-button/bootstrap4.scss +1 -0
- package/styles/drop-down-button/bootstrap5-dark.css +56 -56
- package/styles/drop-down-button/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-button/bootstrap5.3.css +251 -0
- package/styles/drop-down-button/bootstrap5.3.scss +7 -0
- package/styles/drop-down-button/bootstrap5.css +56 -56
- package/styles/drop-down-button/bootstrap5.scss +1 -0
- package/styles/drop-down-button/fabric-dark.css +49 -49
- package/styles/drop-down-button/fabric-dark.scss +1 -0
- package/styles/drop-down-button/fabric.css +49 -49
- package/styles/drop-down-button/fabric.scss +1 -0
- package/styles/drop-down-button/fluent-dark.css +49 -49
- package/styles/drop-down-button/fluent-dark.scss +1 -0
- package/styles/drop-down-button/fluent.css +49 -49
- package/styles/drop-down-button/fluent.scss +1 -0
- package/styles/drop-down-button/fluent2.css +59 -55
- package/styles/drop-down-button/fluent2.scss +1 -0
- package/styles/drop-down-button/highcontrast-light.css +49 -49
- package/styles/drop-down-button/highcontrast-light.scss +1 -0
- package/styles/drop-down-button/highcontrast.css +49 -49
- package/styles/drop-down-button/highcontrast.scss +1 -0
- package/styles/drop-down-button/material-dark.css +49 -49
- package/styles/drop-down-button/material-dark.scss +1 -0
- package/styles/drop-down-button/material.css +49 -49
- package/styles/drop-down-button/material.scss +1 -0
- package/styles/drop-down-button/material3-dark.css +49 -49
- package/styles/drop-down-button/material3-dark.scss +1 -0
- package/styles/drop-down-button/material3.css +49 -49
- package/styles/drop-down-button/material3.scss +1 -0
- package/styles/drop-down-button/tailwind-dark.css +56 -56
- package/styles/drop-down-button/tailwind-dark.scss +1 -0
- package/styles/drop-down-button/tailwind.css +56 -56
- package/styles/drop-down-button/tailwind.scss +1 -0
- package/styles/fabric-dark-lite.css +1762 -0
- package/styles/fabric-dark-lite.scss +13 -0
- package/styles/fabric-dark.css +203 -204
- package/styles/fabric-dark.scss +5 -2
- package/styles/fabric-lite.css +1842 -0
- package/styles/fabric-lite.scss +13 -0
- package/styles/fabric.css +203 -204
- package/styles/fabric.scss +5 -2
- package/styles/fluent-dark-lite.css +1855 -0
- package/styles/fluent-dark-lite.scss +13 -0
- package/styles/fluent-dark.css +203 -205
- package/styles/fluent-dark.scss +5 -2
- package/styles/fluent-lite.css +1855 -0
- package/styles/fluent-lite.scss +13 -0
- package/styles/fluent.css +203 -205
- package/styles/fluent.scss +5 -2
- package/styles/fluent2-lite.css +1850 -0
- package/styles/fluent2-lite.scss +13 -0
- package/styles/fluent2.css +236 -220
- package/styles/fluent2.scss +5 -2
- package/styles/highcontrast-light-lite.css +1762 -0
- package/styles/highcontrast-light-lite.scss +13 -0
- package/styles/highcontrast-light.css +203 -204
- package/styles/highcontrast-light.scss +5 -2
- package/styles/highcontrast-lite.css +1814 -0
- package/styles/highcontrast-lite.scss +13 -0
- package/styles/highcontrast.css +203 -204
- package/styles/highcontrast.scss +5 -2
- package/styles/material-dark-lite.css +1768 -0
- package/styles/material-dark-lite.scss +13 -0
- package/styles/material-dark.css +203 -205
- package/styles/material-dark.scss +5 -2
- package/styles/material-lite.css +1847 -0
- package/styles/material-lite.scss +13 -0
- package/styles/material.css +203 -205
- package/styles/material.scss +5 -2
- package/styles/material3-dark-lite.css +1994 -0
- package/styles/material3-dark-lite.scss +13 -0
- package/styles/material3-dark.css +214 -214
- package/styles/material3-dark.scss +5 -2
- package/styles/material3-lite.css +1988 -0
- package/styles/material3-lite.scss +13 -0
- package/styles/material3.css +214 -214
- package/styles/material3.scss +5 -2
- package/styles/progress-button/_bigger.scss +96 -0
- package/styles/progress-button/_layout.scss +0 -95
- package/styles/progress-button/_theme.scss +6 -2
- package/styles/progress-button/bootstrap-dark.css +73 -73
- package/styles/progress-button/bootstrap-dark.scss +1 -0
- package/styles/progress-button/bootstrap.css +73 -73
- package/styles/progress-button/bootstrap.scss +1 -0
- package/styles/progress-button/bootstrap4.css +73 -73
- package/styles/progress-button/bootstrap4.scss +1 -0
- package/styles/progress-button/bootstrap5-dark.css +73 -73
- package/styles/progress-button/bootstrap5-dark.scss +1 -0
- package/styles/progress-button/bootstrap5.3.css +568 -0
- package/styles/progress-button/bootstrap5.3.scss +6 -0
- package/styles/progress-button/bootstrap5.css +73 -73
- package/styles/progress-button/bootstrap5.scss +1 -0
- package/styles/progress-button/fabric-dark.css +73 -73
- package/styles/progress-button/fabric-dark.scss +1 -0
- package/styles/progress-button/fabric.css +73 -73
- package/styles/progress-button/fabric.scss +1 -0
- package/styles/progress-button/fluent-dark.css +73 -73
- package/styles/progress-button/fluent-dark.scss +1 -0
- package/styles/progress-button/fluent.css +73 -73
- package/styles/progress-button/fluent.scss +1 -0
- package/styles/progress-button/fluent2.css +77 -73
- package/styles/progress-button/fluent2.scss +1 -0
- package/styles/progress-button/highcontrast-light.css +73 -73
- package/styles/progress-button/highcontrast-light.scss +1 -0
- package/styles/progress-button/highcontrast.css +73 -73
- package/styles/progress-button/highcontrast.scss +1 -0
- package/styles/progress-button/material-dark.css +73 -73
- package/styles/progress-button/material-dark.scss +1 -0
- package/styles/progress-button/material.css +73 -73
- package/styles/progress-button/material.scss +1 -0
- package/styles/progress-button/material3-dark.css +73 -73
- package/styles/progress-button/material3-dark.scss +1 -0
- package/styles/progress-button/material3.css +73 -73
- package/styles/progress-button/material3.scss +1 -0
- package/styles/progress-button/tailwind-dark.css +73 -73
- package/styles/progress-button/tailwind-dark.scss +1 -0
- package/styles/progress-button/tailwind.css +73 -73
- package/styles/progress-button/tailwind.scss +1 -0
- package/styles/split-button/_bigger.scss +149 -0
- package/styles/split-button/_layout.scss +8 -156
- package/styles/split-button/bootstrap-dark.css +74 -74
- package/styles/split-button/bootstrap-dark.scss +1 -0
- package/styles/split-button/bootstrap.css +74 -74
- package/styles/split-button/bootstrap.scss +1 -0
- package/styles/split-button/bootstrap4.css +74 -74
- package/styles/split-button/bootstrap4.scss +1 -0
- package/styles/split-button/bootstrap5-dark.css +74 -74
- package/styles/split-button/bootstrap5-dark.scss +1 -0
- package/styles/split-button/bootstrap5.3.css +335 -0
- package/styles/split-button/bootstrap5.3.scss +7 -0
- package/styles/split-button/bootstrap5.css +74 -74
- package/styles/split-button/bootstrap5.scss +1 -0
- package/styles/split-button/fabric-dark.css +74 -74
- package/styles/split-button/fabric-dark.scss +1 -0
- package/styles/split-button/fabric.css +74 -74
- package/styles/split-button/fabric.scss +1 -0
- package/styles/split-button/fluent-dark.css +74 -74
- package/styles/split-button/fluent-dark.scss +1 -0
- package/styles/split-button/fluent.css +74 -74
- package/styles/split-button/fluent.scss +1 -0
- package/styles/split-button/fluent2.css +74 -74
- package/styles/split-button/fluent2.scss +1 -0
- package/styles/split-button/highcontrast-light.css +74 -74
- package/styles/split-button/highcontrast-light.scss +1 -0
- package/styles/split-button/highcontrast.css +74 -74
- package/styles/split-button/highcontrast.scss +1 -0
- package/styles/split-button/material-dark.css +74 -74
- package/styles/split-button/material-dark.scss +1 -0
- package/styles/split-button/material.css +74 -74
- package/styles/split-button/material.scss +1 -0
- package/styles/split-button/material3-dark.css +85 -85
- package/styles/split-button/material3-dark.scss +1 -0
- package/styles/split-button/material3.css +85 -85
- package/styles/split-button/material3.scss +1 -0
- package/styles/split-button/tailwind-dark.css +76 -76
- package/styles/split-button/tailwind-dark.scss +1 -0
- package/styles/split-button/tailwind.css +76 -76
- package/styles/split-button/tailwind.scss +1 -0
- package/styles/tailwind-dark-lite.css +1859 -0
- package/styles/tailwind-dark-lite.scss +13 -0
- package/styles/tailwind-dark.css +212 -212
- package/styles/tailwind-dark.scss +5 -2
- package/styles/tailwind-lite.css +1859 -0
- package/styles/tailwind-lite.scss +13 -0
- package/styles/tailwind.css +212 -212
- package/styles/tailwind.scss +5 -2
- package/hotfix/26.1.35_Vol2.txt +0 -1
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
@include export-module('drop-down-button-bigger') {
|
|
2
|
+
.e-bigger .e-dropdown-btn,
|
|
3
|
+
.e-bigger.e-dropdown-btn {
|
|
4
|
+
.e-btn-icon {
|
|
5
|
+
font-size: $drop-down-btn-icon-font-size-bigger;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.e-caret {
|
|
9
|
+
font-size: $drop-down-btn-caret-icon-font-size-bigger;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&.e-vertical {
|
|
13
|
+
line-height: 1;
|
|
14
|
+
padding: $drop-down-btn-vertical-bigger-padding;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&.e-small {
|
|
18
|
+
&.e-vertical {
|
|
19
|
+
line-height: 1;
|
|
20
|
+
padding: $drop-down-btn-vertical-bigger-padding;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
#{if(&, '&', '*')}.e-bigger .e-dropdown-popup {
|
|
26
|
+
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $theme-name == 'tailwind-dark' or $theme-name == 'bootstrap5-dark' {
|
|
27
|
+
background-color: transparent;
|
|
28
|
+
border-radius: $drop-down-btn-ul-border-radius;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
#{if(&, '&', '*')}.e-bigger .e-dropdown-popup ul,
|
|
33
|
+
#{if(&, '&', '*')}.e-bigger.e-dropdown-popup ul {
|
|
34
|
+
box-shadow: $drop-down-btn-parent-ul-box-shadow;
|
|
35
|
+
font-size: $drop-down-btn-bigger-font-size;
|
|
36
|
+
max-width: $drop-down-btn-bigger-max-width;
|
|
37
|
+
min-width: $drop-down-btn-bigger-min-width;
|
|
38
|
+
padding: $drop-down-btn-ul-bigger-padding;
|
|
39
|
+
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
40
|
+
background-color: $drop-down-btn-ul-bgcolor;
|
|
41
|
+
margin-top: $drop-down-btn-bigger-popup-margin-top;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
& .e-item {
|
|
45
|
+
height: $drop-down-btn-bigger-li-height;
|
|
46
|
+
@if $skin-name != 'fluent2' {
|
|
47
|
+
line-height: $drop-down-btn-bigger-li-height;
|
|
48
|
+
}
|
|
49
|
+
@if $skin-name == 'fluent2' {
|
|
50
|
+
height: 40px;
|
|
51
|
+
line-height: 22px;
|
|
52
|
+
}
|
|
53
|
+
padding: $drop-down-btn-bigger-li-padding;
|
|
54
|
+
|
|
55
|
+
&.e-url {
|
|
56
|
+
padding: 0;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
& .e-menu-url {
|
|
60
|
+
@if $skin-name == 'fluent2' {
|
|
61
|
+
padding: 8px 8px 10px;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
& .e-menu-icon {
|
|
66
|
+
font-size: $drop-down-btn-menu-icon-bigger-font-size;
|
|
67
|
+
line-height: $drop-down-btn-bigger-li-height;
|
|
68
|
+
@if $skin-name == 'fluent2' {
|
|
69
|
+
line-height: 22px;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&.e-separator {
|
|
74
|
+
height: auto;
|
|
75
|
+
line-height: normal;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
@@ -15,7 +15,7 @@ $drop-down-btn-bigger-li-padding: 0 16px !default;
|
|
|
15
15
|
$drop-down-btn-small-li-padding: 0 8px !default;
|
|
16
16
|
$drop-down-btn-max-width: 178px !default;
|
|
17
17
|
$drop-down-btn-menu-icon-bigger-font-size: 22px !default;
|
|
18
|
-
$drop-down-btn-menu-icon-font-size: $text-
|
|
18
|
+
$drop-down-btn-menu-icon-font-size: $text-base !default;
|
|
19
19
|
$drop-down-btn-min-width: 120px !default;
|
|
20
20
|
$drop-down-btn-seperator-padding: 3px 0 !default;
|
|
21
21
|
$drop-down-btn-sub-ul-box-shadow: none !default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@include export-module('drop-down-button-layout') {
|
|
2
2
|
.e-dropdown-btn,
|
|
3
3
|
.e-dropdown-btn.e-btn {
|
|
4
|
-
@if $skin-name != 'bootstrap4' and $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
|
|
4
|
+
@if $skin-name != 'bootstrap4' and $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'fluent2' {
|
|
5
5
|
box-shadow: none;
|
|
6
6
|
}
|
|
7
7
|
text-transform: none;
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
&:hover {
|
|
16
|
-
@if $skin-name != 'bootstrap4' and $skin-name != 'bootstrap5' and $skin-name != 'Material3' {
|
|
16
|
+
@if $skin-name != 'bootstrap4' and $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3' {
|
|
17
17
|
box-shadow: none;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
&:focus {
|
|
22
|
-
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'Material3' {
|
|
22
|
+
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'Material3' {
|
|
23
23
|
box-shadow: $drop-down-btn-box-shadow;
|
|
24
24
|
}
|
|
25
25
|
@else {
|
|
@@ -84,32 +84,9 @@
|
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
.e-bigger .e-dropdown-btn,
|
|
88
|
-
.e-bigger.e-dropdown-btn {
|
|
89
|
-
.e-btn-icon {
|
|
90
|
-
font-size: $drop-down-btn-icon-font-size-bigger;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.e-caret {
|
|
94
|
-
font-size: $drop-down-btn-caret-icon-font-size-bigger;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
&.e-vertical {
|
|
98
|
-
line-height: 1;
|
|
99
|
-
padding: $drop-down-btn-vertical-bigger-padding;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
&.e-small {
|
|
103
|
-
&.e-vertical {
|
|
104
|
-
line-height: 1;
|
|
105
|
-
padding: $drop-down-btn-vertical-bigger-padding;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
|
|
110
87
|
.e-dropdown-popup {
|
|
111
88
|
position: absolute;
|
|
112
|
-
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $theme-name == 'tailwind-dark' or $theme-name == 'bootstrap5-dark' {
|
|
89
|
+
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $theme-name == 'tailwind-dark' or $theme-name == 'bootstrap5-dark' {
|
|
113
90
|
border-radius: $drop-down-btn-ul-border-radius;
|
|
114
91
|
margin-top: $drop-down-btn-popup-margin-top;
|
|
115
92
|
}
|
|
@@ -225,59 +202,4 @@
|
|
|
225
202
|
margin-right: 0;
|
|
226
203
|
}
|
|
227
204
|
}
|
|
228
|
-
|
|
229
|
-
#{if(&, '&', '*')}.e-bigger .e-dropdown-popup {
|
|
230
|
-
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $theme-name == 'tailwind-dark' or $theme-name == 'bootstrap5-dark' {
|
|
231
|
-
background-color: transparent;
|
|
232
|
-
border-radius: $drop-down-btn-ul-border-radius;
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
#{if(&, '&', '*')}.e-bigger .e-dropdown-popup ul,
|
|
237
|
-
#{if(&, '&', '*')}.e-bigger.e-dropdown-popup ul {
|
|
238
|
-
box-shadow: $drop-down-btn-parent-ul-box-shadow;
|
|
239
|
-
font-size: $drop-down-btn-bigger-font-size;
|
|
240
|
-
max-width: $drop-down-btn-bigger-max-width;
|
|
241
|
-
min-width: $drop-down-btn-bigger-min-width;
|
|
242
|
-
padding: $drop-down-btn-ul-bigger-padding;
|
|
243
|
-
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
|
|
244
|
-
background-color: $drop-down-btn-ul-bgcolor;
|
|
245
|
-
margin-top: $drop-down-btn-bigger-popup-margin-top;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
& .e-item {
|
|
249
|
-
height: $drop-down-btn-bigger-li-height;
|
|
250
|
-
@if $skin-name != 'fluent2' {
|
|
251
|
-
line-height: $drop-down-btn-bigger-li-height;
|
|
252
|
-
}
|
|
253
|
-
@if $skin-name == 'fluent2' {
|
|
254
|
-
height: 40px;
|
|
255
|
-
line-height: 22px;
|
|
256
|
-
}
|
|
257
|
-
padding: $drop-down-btn-bigger-li-padding;
|
|
258
|
-
|
|
259
|
-
&.e-url {
|
|
260
|
-
padding: 0;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
& .e-menu-url {
|
|
264
|
-
@if $skin-name == 'fluent2' {
|
|
265
|
-
padding: 8px 8px 10px;
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
& .e-menu-icon {
|
|
270
|
-
font-size: $drop-down-btn-menu-icon-bigger-font-size;
|
|
271
|
-
line-height: $drop-down-btn-bigger-li-height;
|
|
272
|
-
@if $skin-name == 'fluent2' {
|
|
273
|
-
line-height: 22px;
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
&.e-separator {
|
|
278
|
-
height: auto;
|
|
279
|
-
line-height: normal;
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
205
|
}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
&:hover {
|
|
24
|
-
@if $skin-name == 'bootstrap5' {
|
|
24
|
+
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
25
25
|
background: $drop-down-btn-li-hover-bgcolor;
|
|
26
26
|
}
|
|
27
27
|
@else {
|
|
@@ -59,6 +59,11 @@
|
|
|
59
59
|
@if $theme-name == 'fluent2' {
|
|
60
60
|
background-color: $flyout-bg-color-focus;
|
|
61
61
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
62
|
+
color: $flyout-text-color-focus;
|
|
63
|
+
|
|
64
|
+
& .e-menu-icon {
|
|
65
|
+
color: $flyout-text-color-focus;
|
|
66
|
+
}
|
|
62
67
|
}
|
|
63
68
|
}
|
|
64
69
|
}
|
|
@@ -55,25 +55,6 @@
|
|
|
55
55
|
line-height: 1;
|
|
56
56
|
padding: 6px 12px;
|
|
57
57
|
}
|
|
58
|
-
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
59
|
-
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
60
|
-
font-size: 16px;
|
|
61
|
-
}
|
|
62
|
-
.e-bigger .e-dropdown-btn .e-caret,
|
|
63
|
-
.e-bigger.e-dropdown-btn .e-caret {
|
|
64
|
-
font-size: 10px;
|
|
65
|
-
}
|
|
66
|
-
.e-bigger .e-dropdown-btn.e-vertical,
|
|
67
|
-
.e-bigger.e-dropdown-btn.e-vertical {
|
|
68
|
-
line-height: 1;
|
|
69
|
-
padding: 8px 16px;
|
|
70
|
-
}
|
|
71
|
-
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
72
|
-
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
73
|
-
line-height: 1;
|
|
74
|
-
padding: 8px 16px;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
58
|
.e-dropdown-popup {
|
|
78
59
|
position: absolute;
|
|
79
60
|
}
|
|
@@ -160,36 +141,6 @@
|
|
|
160
141
|
margin-right: 0;
|
|
161
142
|
}
|
|
162
143
|
|
|
163
|
-
*.e-bigger .e-dropdown-popup ul,
|
|
164
|
-
*.e-bigger.e-dropdown-popup ul {
|
|
165
|
-
-webkit-box-shadow: 0 6px 12px rgba(26, 26, 26, 0.175);
|
|
166
|
-
box-shadow: 0 6px 12px rgba(26, 26, 26, 0.175);
|
|
167
|
-
font-size: 15px;
|
|
168
|
-
max-width: 280px;
|
|
169
|
-
min-width: 112px;
|
|
170
|
-
padding: 5px 0;
|
|
171
|
-
}
|
|
172
|
-
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
173
|
-
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
174
|
-
height: 40px;
|
|
175
|
-
line-height: 40px;
|
|
176
|
-
padding: 0 14px;
|
|
177
|
-
}
|
|
178
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
179
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
180
|
-
padding: 0;
|
|
181
|
-
}
|
|
182
|
-
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
183
|
-
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
184
|
-
font-size: 16px;
|
|
185
|
-
line-height: 40px;
|
|
186
|
-
}
|
|
187
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
188
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
189
|
-
height: auto;
|
|
190
|
-
line-height: normal;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
144
|
.e-dropdown-popup {
|
|
194
145
|
background: #2a2a2a;
|
|
195
146
|
color: #f0f0f0;
|
|
@@ -241,4 +192,53 @@
|
|
|
241
192
|
-webkit-box-shadow: none;
|
|
242
193
|
box-shadow: none;
|
|
243
194
|
color: inherit;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
198
|
+
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
199
|
+
font-size: 16px;
|
|
200
|
+
}
|
|
201
|
+
.e-bigger .e-dropdown-btn .e-caret,
|
|
202
|
+
.e-bigger.e-dropdown-btn .e-caret {
|
|
203
|
+
font-size: 10px;
|
|
204
|
+
}
|
|
205
|
+
.e-bigger .e-dropdown-btn.e-vertical,
|
|
206
|
+
.e-bigger.e-dropdown-btn.e-vertical {
|
|
207
|
+
line-height: 1;
|
|
208
|
+
padding: 8px 16px;
|
|
209
|
+
}
|
|
210
|
+
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
211
|
+
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
212
|
+
line-height: 1;
|
|
213
|
+
padding: 8px 16px;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
*.e-bigger .e-dropdown-popup ul,
|
|
217
|
+
*.e-bigger.e-dropdown-popup ul {
|
|
218
|
+
-webkit-box-shadow: 0 6px 12px rgba(26, 26, 26, 0.175);
|
|
219
|
+
box-shadow: 0 6px 12px rgba(26, 26, 26, 0.175);
|
|
220
|
+
font-size: 15px;
|
|
221
|
+
max-width: 280px;
|
|
222
|
+
min-width: 112px;
|
|
223
|
+
padding: 5px 0;
|
|
224
|
+
}
|
|
225
|
+
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
226
|
+
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
227
|
+
height: 40px;
|
|
228
|
+
line-height: 40px;
|
|
229
|
+
padding: 0 14px;
|
|
230
|
+
}
|
|
231
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
232
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
233
|
+
padding: 0;
|
|
234
|
+
}
|
|
235
|
+
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
236
|
+
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
237
|
+
font-size: 16px;
|
|
238
|
+
line-height: 40px;
|
|
239
|
+
}
|
|
240
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
241
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
242
|
+
height: auto;
|
|
243
|
+
line-height: normal;
|
|
244
244
|
}
|
|
@@ -55,25 +55,6 @@
|
|
|
55
55
|
line-height: 1;
|
|
56
56
|
padding: 6px 12px;
|
|
57
57
|
}
|
|
58
|
-
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
59
|
-
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
60
|
-
font-size: 16px;
|
|
61
|
-
}
|
|
62
|
-
.e-bigger .e-dropdown-btn .e-caret,
|
|
63
|
-
.e-bigger.e-dropdown-btn .e-caret {
|
|
64
|
-
font-size: 10px;
|
|
65
|
-
}
|
|
66
|
-
.e-bigger .e-dropdown-btn.e-vertical,
|
|
67
|
-
.e-bigger.e-dropdown-btn.e-vertical {
|
|
68
|
-
line-height: 1;
|
|
69
|
-
padding: 8px 16px;
|
|
70
|
-
}
|
|
71
|
-
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
72
|
-
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
73
|
-
line-height: 1;
|
|
74
|
-
padding: 8px 16px;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
58
|
.e-dropdown-popup {
|
|
78
59
|
position: absolute;
|
|
79
60
|
}
|
|
@@ -160,36 +141,6 @@
|
|
|
160
141
|
margin-right: 0;
|
|
161
142
|
}
|
|
162
143
|
|
|
163
|
-
*.e-bigger .e-dropdown-popup ul,
|
|
164
|
-
*.e-bigger.e-dropdown-popup ul {
|
|
165
|
-
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
166
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
167
|
-
font-size: 15px;
|
|
168
|
-
max-width: 280px;
|
|
169
|
-
min-width: 112px;
|
|
170
|
-
padding: 5px 0;
|
|
171
|
-
}
|
|
172
|
-
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
173
|
-
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
174
|
-
height: 40px;
|
|
175
|
-
line-height: 40px;
|
|
176
|
-
padding: 0 14px;
|
|
177
|
-
}
|
|
178
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
179
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
180
|
-
padding: 0;
|
|
181
|
-
}
|
|
182
|
-
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
183
|
-
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
184
|
-
font-size: 16px;
|
|
185
|
-
line-height: 40px;
|
|
186
|
-
}
|
|
187
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
188
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
189
|
-
height: auto;
|
|
190
|
-
line-height: normal;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
144
|
.e-dropdown-popup {
|
|
194
145
|
background: #fff;
|
|
195
146
|
color: #333;
|
|
@@ -241,4 +192,53 @@
|
|
|
241
192
|
-webkit-box-shadow: none;
|
|
242
193
|
box-shadow: none;
|
|
243
194
|
color: inherit;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
198
|
+
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
199
|
+
font-size: 16px;
|
|
200
|
+
}
|
|
201
|
+
.e-bigger .e-dropdown-btn .e-caret,
|
|
202
|
+
.e-bigger.e-dropdown-btn .e-caret {
|
|
203
|
+
font-size: 10px;
|
|
204
|
+
}
|
|
205
|
+
.e-bigger .e-dropdown-btn.e-vertical,
|
|
206
|
+
.e-bigger.e-dropdown-btn.e-vertical {
|
|
207
|
+
line-height: 1;
|
|
208
|
+
padding: 8px 16px;
|
|
209
|
+
}
|
|
210
|
+
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
211
|
+
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
212
|
+
line-height: 1;
|
|
213
|
+
padding: 8px 16px;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
*.e-bigger .e-dropdown-popup ul,
|
|
217
|
+
*.e-bigger.e-dropdown-popup ul {
|
|
218
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
219
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
220
|
+
font-size: 15px;
|
|
221
|
+
max-width: 280px;
|
|
222
|
+
min-width: 112px;
|
|
223
|
+
padding: 5px 0;
|
|
224
|
+
}
|
|
225
|
+
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
226
|
+
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
227
|
+
height: 40px;
|
|
228
|
+
line-height: 40px;
|
|
229
|
+
padding: 0 14px;
|
|
230
|
+
}
|
|
231
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
232
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
233
|
+
padding: 0;
|
|
234
|
+
}
|
|
235
|
+
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
236
|
+
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
237
|
+
font-size: 16px;
|
|
238
|
+
line-height: 40px;
|
|
239
|
+
}
|
|
240
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
241
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
242
|
+
height: auto;
|
|
243
|
+
line-height: normal;
|
|
244
244
|
}
|
|
@@ -48,25 +48,6 @@
|
|
|
48
48
|
line-height: 1;
|
|
49
49
|
padding: 6px 12px;
|
|
50
50
|
}
|
|
51
|
-
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
52
|
-
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
53
|
-
font-size: 16px;
|
|
54
|
-
}
|
|
55
|
-
.e-bigger .e-dropdown-btn .e-caret,
|
|
56
|
-
.e-bigger.e-dropdown-btn .e-caret {
|
|
57
|
-
font-size: 10px;
|
|
58
|
-
}
|
|
59
|
-
.e-bigger .e-dropdown-btn.e-vertical,
|
|
60
|
-
.e-bigger.e-dropdown-btn.e-vertical {
|
|
61
|
-
line-height: 1;
|
|
62
|
-
padding: 8px 16px;
|
|
63
|
-
}
|
|
64
|
-
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
65
|
-
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
66
|
-
line-height: 1;
|
|
67
|
-
padding: 8px 16px;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
51
|
.e-dropdown-popup {
|
|
71
52
|
position: absolute;
|
|
72
53
|
}
|
|
@@ -153,36 +134,6 @@
|
|
|
153
134
|
margin-right: 0;
|
|
154
135
|
}
|
|
155
136
|
|
|
156
|
-
*.e-bigger .e-dropdown-popup ul,
|
|
157
|
-
*.e-bigger.e-dropdown-popup ul {
|
|
158
|
-
-webkit-box-shadow: none;
|
|
159
|
-
box-shadow: none;
|
|
160
|
-
font-size: 16px;
|
|
161
|
-
max-width: 280px;
|
|
162
|
-
min-width: 112px;
|
|
163
|
-
padding: 8px 0;
|
|
164
|
-
}
|
|
165
|
-
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
166
|
-
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
167
|
-
height: 32px;
|
|
168
|
-
line-height: 32px;
|
|
169
|
-
padding: 0 24px;
|
|
170
|
-
}
|
|
171
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
172
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
173
|
-
padding: 0;
|
|
174
|
-
}
|
|
175
|
-
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
176
|
-
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
177
|
-
font-size: 16px;
|
|
178
|
-
line-height: 32px;
|
|
179
|
-
}
|
|
180
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
181
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
182
|
-
height: auto;
|
|
183
|
-
line-height: normal;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
137
|
.e-dropdown-popup {
|
|
187
138
|
background: #fff;
|
|
188
139
|
color: #212529;
|
|
@@ -234,4 +185,53 @@
|
|
|
234
185
|
-webkit-box-shadow: none;
|
|
235
186
|
box-shadow: none;
|
|
236
187
|
color: inherit;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
191
|
+
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
192
|
+
font-size: 16px;
|
|
193
|
+
}
|
|
194
|
+
.e-bigger .e-dropdown-btn .e-caret,
|
|
195
|
+
.e-bigger.e-dropdown-btn .e-caret {
|
|
196
|
+
font-size: 10px;
|
|
197
|
+
}
|
|
198
|
+
.e-bigger .e-dropdown-btn.e-vertical,
|
|
199
|
+
.e-bigger.e-dropdown-btn.e-vertical {
|
|
200
|
+
line-height: 1;
|
|
201
|
+
padding: 8px 16px;
|
|
202
|
+
}
|
|
203
|
+
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
204
|
+
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
205
|
+
line-height: 1;
|
|
206
|
+
padding: 8px 16px;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
*.e-bigger .e-dropdown-popup ul,
|
|
210
|
+
*.e-bigger.e-dropdown-popup ul {
|
|
211
|
+
-webkit-box-shadow: none;
|
|
212
|
+
box-shadow: none;
|
|
213
|
+
font-size: 16px;
|
|
214
|
+
max-width: 280px;
|
|
215
|
+
min-width: 112px;
|
|
216
|
+
padding: 8px 0;
|
|
217
|
+
}
|
|
218
|
+
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
219
|
+
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
220
|
+
height: 32px;
|
|
221
|
+
line-height: 32px;
|
|
222
|
+
padding: 0 24px;
|
|
223
|
+
}
|
|
224
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
225
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
226
|
+
padding: 0;
|
|
227
|
+
}
|
|
228
|
+
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
229
|
+
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
230
|
+
font-size: 16px;
|
|
231
|
+
line-height: 32px;
|
|
232
|
+
}
|
|
233
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
234
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
235
|
+
height: auto;
|
|
236
|
+
line-height: normal;
|
|
237
237
|
}
|