@syncfusion/ej2-splitbuttons 26.2.10 → 27.1.50

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.
Files changed (258) hide show
  1. package/README.md +6 -6
  2. package/dist/ej2-splitbuttons.min.js +2 -2
  3. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  4. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-splitbuttons.es2015.js +22 -29
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +22 -29
  8. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  9. package/dist/global/ej2-splitbuttons.min.js +2 -2
  10. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +8 -8
  13. package/src/common/common.js +1 -0
  14. package/src/drop-down-button/drop-down-button.d.ts +1 -0
  15. package/src/drop-down-button/drop-down-button.js +17 -4
  16. package/src/progress-button/progress-button.d.ts +0 -1
  17. package/src/progress-button/progress-button.js +4 -25
  18. package/styles/bootstrap-dark-lite.css +1762 -0
  19. package/styles/bootstrap-dark-lite.scss +13 -0
  20. package/styles/bootstrap-dark.css +203 -204
  21. package/styles/bootstrap-dark.scss +5 -2
  22. package/styles/bootstrap-lite.css +1812 -0
  23. package/styles/bootstrap-lite.scss +13 -0
  24. package/styles/bootstrap.css +203 -204
  25. package/styles/bootstrap.scss +5 -2
  26. package/styles/bootstrap4-lite.css +1801 -0
  27. package/styles/bootstrap4-lite.scss +13 -0
  28. package/styles/bootstrap4.css +203 -203
  29. package/styles/bootstrap4.scss +5 -2
  30. package/styles/bootstrap5-dark-lite.css +1735 -0
  31. package/styles/bootstrap5-dark-lite.scss +13 -0
  32. package/styles/bootstrap5-dark.css +210 -210
  33. package/styles/bootstrap5-dark.scss +5 -2
  34. package/styles/bootstrap5-lite.css +1735 -0
  35. package/styles/bootstrap5-lite.scss +13 -0
  36. package/styles/bootstrap5.3-lite.css +1743 -0
  37. package/styles/bootstrap5.3-lite.scss +13 -0
  38. package/styles/bootstrap5.3.css +1953 -0
  39. package/styles/bootstrap5.3.scss +17 -0
  40. package/styles/bootstrap5.css +210 -210
  41. package/styles/bootstrap5.scss +5 -2
  42. package/styles/button-group/_bigger.scss +10 -0
  43. package/styles/button-group/_layout.scss +1 -10
  44. package/styles/button-group/_theme.scss +19 -13
  45. package/styles/button-group/bootstrap-dark.css +7 -8
  46. package/styles/button-group/bootstrap-dark.scss +1 -0
  47. package/styles/button-group/bootstrap.css +6 -8
  48. package/styles/button-group/bootstrap.scss +1 -0
  49. package/styles/button-group/bootstrap4.css +7 -7
  50. package/styles/button-group/bootstrap4.scss +1 -0
  51. package/styles/button-group/bootstrap5-dark.css +7 -7
  52. package/styles/button-group/bootstrap5-dark.scss +1 -0
  53. package/styles/button-group/bootstrap5.3.css +809 -0
  54. package/styles/button-group/bootstrap5.3.scss +5 -0
  55. package/styles/button-group/bootstrap5.css +7 -7
  56. package/styles/button-group/bootstrap5.scss +1 -0
  57. package/styles/button-group/fabric-dark.css +7 -8
  58. package/styles/button-group/fabric-dark.scss +1 -0
  59. package/styles/button-group/fabric.css +7 -8
  60. package/styles/button-group/fabric.scss +1 -0
  61. package/styles/button-group/fluent-dark.css +7 -9
  62. package/styles/button-group/fluent-dark.scss +1 -0
  63. package/styles/button-group/fluent.css +7 -9
  64. package/styles/button-group/fluent.scss +1 -0
  65. package/styles/button-group/fluent2.css +26 -18
  66. package/styles/button-group/fluent2.scss +1 -0
  67. package/styles/button-group/highcontrast-light.css +7 -8
  68. package/styles/button-group/highcontrast-light.scss +1 -0
  69. package/styles/button-group/highcontrast.css +7 -8
  70. package/styles/button-group/highcontrast.scss +1 -0
  71. package/styles/button-group/material-dark.css +7 -9
  72. package/styles/button-group/material-dark.scss +1 -0
  73. package/styles/button-group/material.css +7 -9
  74. package/styles/button-group/material.scss +1 -0
  75. package/styles/button-group/material3-dark.css +7 -7
  76. package/styles/button-group/material3-dark.scss +1 -0
  77. package/styles/button-group/material3.css +7 -7
  78. package/styles/button-group/material3.scss +1 -0
  79. package/styles/button-group/tailwind-dark.css +6 -7
  80. package/styles/button-group/tailwind-dark.scss +1 -0
  81. package/styles/button-group/tailwind.css +6 -7
  82. package/styles/button-group/tailwind.scss +1 -0
  83. package/styles/drop-down-button/_bigger.scss +79 -0
  84. package/styles/drop-down-button/_bootstrap5.3-definition.scss +1 -1
  85. package/styles/drop-down-button/_layout.scss +4 -82
  86. package/styles/drop-down-button/_theme.scss +6 -1
  87. package/styles/drop-down-button/bootstrap-dark.css +49 -49
  88. package/styles/drop-down-button/bootstrap-dark.scss +1 -0
  89. package/styles/drop-down-button/bootstrap.css +49 -49
  90. package/styles/drop-down-button/bootstrap.scss +1 -0
  91. package/styles/drop-down-button/bootstrap4.css +49 -49
  92. package/styles/drop-down-button/bootstrap4.scss +1 -0
  93. package/styles/drop-down-button/bootstrap5-dark.css +56 -56
  94. package/styles/drop-down-button/bootstrap5-dark.scss +1 -0
  95. package/styles/drop-down-button/bootstrap5.3.css +251 -0
  96. package/styles/drop-down-button/bootstrap5.3.scss +7 -0
  97. package/styles/drop-down-button/bootstrap5.css +56 -56
  98. package/styles/drop-down-button/bootstrap5.scss +1 -0
  99. package/styles/drop-down-button/fabric-dark.css +49 -49
  100. package/styles/drop-down-button/fabric-dark.scss +1 -0
  101. package/styles/drop-down-button/fabric.css +49 -49
  102. package/styles/drop-down-button/fabric.scss +1 -0
  103. package/styles/drop-down-button/fluent-dark.css +49 -49
  104. package/styles/drop-down-button/fluent-dark.scss +1 -0
  105. package/styles/drop-down-button/fluent.css +49 -49
  106. package/styles/drop-down-button/fluent.scss +1 -0
  107. package/styles/drop-down-button/fluent2.css +59 -55
  108. package/styles/drop-down-button/fluent2.scss +1 -0
  109. package/styles/drop-down-button/highcontrast-light.css +49 -49
  110. package/styles/drop-down-button/highcontrast-light.scss +1 -0
  111. package/styles/drop-down-button/highcontrast.css +49 -49
  112. package/styles/drop-down-button/highcontrast.scss +1 -0
  113. package/styles/drop-down-button/material-dark.css +49 -49
  114. package/styles/drop-down-button/material-dark.scss +1 -0
  115. package/styles/drop-down-button/material.css +49 -49
  116. package/styles/drop-down-button/material.scss +1 -0
  117. package/styles/drop-down-button/material3-dark.css +49 -49
  118. package/styles/drop-down-button/material3-dark.scss +1 -0
  119. package/styles/drop-down-button/material3.css +49 -49
  120. package/styles/drop-down-button/material3.scss +1 -0
  121. package/styles/drop-down-button/tailwind-dark.css +56 -56
  122. package/styles/drop-down-button/tailwind-dark.scss +1 -0
  123. package/styles/drop-down-button/tailwind.css +56 -56
  124. package/styles/drop-down-button/tailwind.scss +1 -0
  125. package/styles/fabric-dark-lite.css +1762 -0
  126. package/styles/fabric-dark-lite.scss +13 -0
  127. package/styles/fabric-dark.css +203 -204
  128. package/styles/fabric-dark.scss +5 -2
  129. package/styles/fabric-lite.css +1842 -0
  130. package/styles/fabric-lite.scss +13 -0
  131. package/styles/fabric.css +203 -204
  132. package/styles/fabric.scss +5 -2
  133. package/styles/fluent-dark-lite.css +1855 -0
  134. package/styles/fluent-dark-lite.scss +13 -0
  135. package/styles/fluent-dark.css +203 -205
  136. package/styles/fluent-dark.scss +5 -2
  137. package/styles/fluent-lite.css +1855 -0
  138. package/styles/fluent-lite.scss +13 -0
  139. package/styles/fluent.css +203 -205
  140. package/styles/fluent.scss +5 -2
  141. package/styles/fluent2-lite.css +1850 -0
  142. package/styles/fluent2-lite.scss +13 -0
  143. package/styles/fluent2.css +236 -220
  144. package/styles/fluent2.scss +5 -2
  145. package/styles/highcontrast-light-lite.css +1762 -0
  146. package/styles/highcontrast-light-lite.scss +13 -0
  147. package/styles/highcontrast-light.css +203 -204
  148. package/styles/highcontrast-light.scss +5 -2
  149. package/styles/highcontrast-lite.css +1814 -0
  150. package/styles/highcontrast-lite.scss +13 -0
  151. package/styles/highcontrast.css +203 -204
  152. package/styles/highcontrast.scss +5 -2
  153. package/styles/material-dark-lite.css +1768 -0
  154. package/styles/material-dark-lite.scss +13 -0
  155. package/styles/material-dark.css +203 -205
  156. package/styles/material-dark.scss +5 -2
  157. package/styles/material-lite.css +1847 -0
  158. package/styles/material-lite.scss +13 -0
  159. package/styles/material.css +203 -205
  160. package/styles/material.scss +5 -2
  161. package/styles/material3-dark-lite.css +1994 -0
  162. package/styles/material3-dark-lite.scss +13 -0
  163. package/styles/material3-dark.css +214 -214
  164. package/styles/material3-dark.scss +5 -2
  165. package/styles/material3-lite.css +1988 -0
  166. package/styles/material3-lite.scss +13 -0
  167. package/styles/material3.css +214 -214
  168. package/styles/material3.scss +5 -2
  169. package/styles/progress-button/_bigger.scss +96 -0
  170. package/styles/progress-button/_layout.scss +0 -95
  171. package/styles/progress-button/_theme.scss +6 -2
  172. package/styles/progress-button/bootstrap-dark.css +73 -73
  173. package/styles/progress-button/bootstrap-dark.scss +1 -0
  174. package/styles/progress-button/bootstrap.css +73 -73
  175. package/styles/progress-button/bootstrap.scss +1 -0
  176. package/styles/progress-button/bootstrap4.css +73 -73
  177. package/styles/progress-button/bootstrap4.scss +1 -0
  178. package/styles/progress-button/bootstrap5-dark.css +73 -73
  179. package/styles/progress-button/bootstrap5-dark.scss +1 -0
  180. package/styles/progress-button/bootstrap5.3.css +568 -0
  181. package/styles/progress-button/bootstrap5.3.scss +6 -0
  182. package/styles/progress-button/bootstrap5.css +73 -73
  183. package/styles/progress-button/bootstrap5.scss +1 -0
  184. package/styles/progress-button/fabric-dark.css +73 -73
  185. package/styles/progress-button/fabric-dark.scss +1 -0
  186. package/styles/progress-button/fabric.css +73 -73
  187. package/styles/progress-button/fabric.scss +1 -0
  188. package/styles/progress-button/fluent-dark.css +73 -73
  189. package/styles/progress-button/fluent-dark.scss +1 -0
  190. package/styles/progress-button/fluent.css +73 -73
  191. package/styles/progress-button/fluent.scss +1 -0
  192. package/styles/progress-button/fluent2.css +77 -73
  193. package/styles/progress-button/fluent2.scss +1 -0
  194. package/styles/progress-button/highcontrast-light.css +73 -73
  195. package/styles/progress-button/highcontrast-light.scss +1 -0
  196. package/styles/progress-button/highcontrast.css +73 -73
  197. package/styles/progress-button/highcontrast.scss +1 -0
  198. package/styles/progress-button/material-dark.css +73 -73
  199. package/styles/progress-button/material-dark.scss +1 -0
  200. package/styles/progress-button/material.css +73 -73
  201. package/styles/progress-button/material.scss +1 -0
  202. package/styles/progress-button/material3-dark.css +73 -73
  203. package/styles/progress-button/material3-dark.scss +1 -0
  204. package/styles/progress-button/material3.css +73 -73
  205. package/styles/progress-button/material3.scss +1 -0
  206. package/styles/progress-button/tailwind-dark.css +73 -73
  207. package/styles/progress-button/tailwind-dark.scss +1 -0
  208. package/styles/progress-button/tailwind.css +73 -73
  209. package/styles/progress-button/tailwind.scss +1 -0
  210. package/styles/split-button/_bigger.scss +149 -0
  211. package/styles/split-button/_layout.scss +8 -156
  212. package/styles/split-button/bootstrap-dark.css +74 -74
  213. package/styles/split-button/bootstrap-dark.scss +1 -0
  214. package/styles/split-button/bootstrap.css +74 -74
  215. package/styles/split-button/bootstrap.scss +1 -0
  216. package/styles/split-button/bootstrap4.css +74 -74
  217. package/styles/split-button/bootstrap4.scss +1 -0
  218. package/styles/split-button/bootstrap5-dark.css +74 -74
  219. package/styles/split-button/bootstrap5-dark.scss +1 -0
  220. package/styles/split-button/bootstrap5.3.css +335 -0
  221. package/styles/split-button/bootstrap5.3.scss +7 -0
  222. package/styles/split-button/bootstrap5.css +74 -74
  223. package/styles/split-button/bootstrap5.scss +1 -0
  224. package/styles/split-button/fabric-dark.css +74 -74
  225. package/styles/split-button/fabric-dark.scss +1 -0
  226. package/styles/split-button/fabric.css +74 -74
  227. package/styles/split-button/fabric.scss +1 -0
  228. package/styles/split-button/fluent-dark.css +74 -74
  229. package/styles/split-button/fluent-dark.scss +1 -0
  230. package/styles/split-button/fluent.css +74 -74
  231. package/styles/split-button/fluent.scss +1 -0
  232. package/styles/split-button/fluent2.css +74 -74
  233. package/styles/split-button/fluent2.scss +1 -0
  234. package/styles/split-button/highcontrast-light.css +74 -74
  235. package/styles/split-button/highcontrast-light.scss +1 -0
  236. package/styles/split-button/highcontrast.css +74 -74
  237. package/styles/split-button/highcontrast.scss +1 -0
  238. package/styles/split-button/material-dark.css +74 -74
  239. package/styles/split-button/material-dark.scss +1 -0
  240. package/styles/split-button/material.css +74 -74
  241. package/styles/split-button/material.scss +1 -0
  242. package/styles/split-button/material3-dark.css +85 -85
  243. package/styles/split-button/material3-dark.scss +1 -0
  244. package/styles/split-button/material3.css +85 -85
  245. package/styles/split-button/material3.scss +1 -0
  246. package/styles/split-button/tailwind-dark.css +76 -76
  247. package/styles/split-button/tailwind-dark.scss +1 -0
  248. package/styles/split-button/tailwind.css +76 -76
  249. package/styles/split-button/tailwind.scss +1 -0
  250. package/styles/tailwind-dark-lite.css +1859 -0
  251. package/styles/tailwind-dark-lite.scss +13 -0
  252. package/styles/tailwind-dark.css +212 -212
  253. package/styles/tailwind-dark.scss +5 -2
  254. package/styles/tailwind-lite.css +1859 -0
  255. package/styles/tailwind-lite.scss +13 -0
  256. package/styles/tailwind.css +212 -212
  257. package/styles/tailwind.scss +5 -2
  258. 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-lg !default;
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
  }
@@ -4,3 +4,4 @@
4
4
  @import 'bootstrap-dark-definition.scss';
5
5
  @import 'icons/bootstrap-dark.scss';
6
6
  @import 'all.scss';
7
+ @import 'bigger.scss';
@@ -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
  }
@@ -4,3 +4,4 @@
4
4
  @import 'bootstrap-definition.scss';
5
5
  @import 'icons/bootstrap.scss';
6
6
  @import 'all.scss';
7
+ @import 'bigger.scss';
@@ -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
  }
@@ -4,3 +4,4 @@
4
4
  @import 'bootstrap4-definition.scss';
5
5
  @import 'icons/bootstrap4.scss';
6
6
  @import 'all.scss';
7
+ @import 'bigger.scss';