fomantic-ui 2.9.0-beta.30 → 2.9.0-beta.302

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 (408) hide show
  1. package/.all-contributorsrc +251 -3
  2. package/.github/codeql/codeql-config.yml +4 -0
  3. package/.github/dependabot.yml +10 -0
  4. package/.github/workflows/ci.yml +10 -6
  5. package/.github/workflows/codeql.yml +68 -0
  6. package/.github/workflows/nightly.yml +16 -8
  7. package/.github/workflows/release.yml +34 -0
  8. package/CONTRIBUTORS.md +82 -37
  9. package/FAQ.md +38 -38
  10. package/README.md +8 -8
  11. package/dist/components/accordion.css +176 -36
  12. package/dist/components/accordion.js +6 -3
  13. package/dist/components/accordion.min.css +2 -2
  14. package/dist/components/accordion.min.js +3 -3
  15. package/dist/components/ad.css +4 -4
  16. package/dist/components/ad.min.css +2 -2
  17. package/dist/components/api.js +89 -30
  18. package/dist/components/api.min.js +3 -3
  19. package/dist/components/breadcrumb.css +1 -1
  20. package/dist/components/breadcrumb.min.css +1 -1
  21. package/dist/components/button.css +204 -157
  22. package/dist/components/button.min.css +2 -2
  23. package/dist/components/calendar.css +18 -1
  24. package/dist/components/calendar.js +85 -68
  25. package/dist/components/calendar.min.css +2 -2
  26. package/dist/components/calendar.min.js +3 -3
  27. package/dist/components/card.css +754 -117
  28. package/dist/components/card.min.css +2 -2
  29. package/dist/components/checkbox.css +92 -91
  30. package/dist/components/checkbox.js +17 -11
  31. package/dist/components/checkbox.min.css +2 -2
  32. package/dist/components/checkbox.min.js +3 -3
  33. package/dist/components/comment.css +12 -12
  34. package/dist/components/comment.min.css +2 -2
  35. package/dist/components/container.css +98 -4
  36. package/dist/components/container.min.css +2 -2
  37. package/dist/components/dimmer.css +29 -14
  38. package/dist/components/dimmer.js +11 -5
  39. package/dist/components/dimmer.min.css +2 -2
  40. package/dist/components/dimmer.min.js +3 -3
  41. package/dist/components/divider.css +31 -31
  42. package/dist/components/divider.min.css +2 -2
  43. package/dist/components/dropdown.css +90 -50
  44. package/dist/components/dropdown.js +151 -116
  45. package/dist/components/dropdown.min.css +2 -2
  46. package/dist/components/dropdown.min.js +3 -3
  47. package/dist/components/embed.css +5 -5
  48. package/dist/components/embed.js +1 -1
  49. package/dist/components/embed.min.css +2 -2
  50. package/dist/components/embed.min.js +3 -3
  51. package/dist/components/emoji.css +10847 -8841
  52. package/dist/components/emoji.min.css +1 -1
  53. package/dist/components/feed.css +29 -29
  54. package/dist/components/feed.min.css +2 -2
  55. package/dist/components/flag.css +1011 -902
  56. package/dist/components/flag.min.css +2 -2
  57. package/dist/components/form.css +160 -83
  58. package/dist/components/form.js +39 -30
  59. package/dist/components/form.min.css +2 -2
  60. package/dist/components/form.min.js +3 -3
  61. package/dist/components/grid.css +25 -21
  62. package/dist/components/grid.min.css +2 -2
  63. package/dist/components/header.css +6 -4
  64. package/dist/components/header.min.css +2 -2
  65. package/dist/components/icon.css +2063 -1984
  66. package/dist/components/icon.min.css +2 -2
  67. package/dist/components/image.css +1 -1
  68. package/dist/components/image.min.css +1 -1
  69. package/dist/components/input.css +759 -22
  70. package/dist/components/input.min.css +2 -2
  71. package/dist/components/item.css +17 -17
  72. package/dist/components/item.min.css +2 -2
  73. package/dist/components/label.css +72 -68
  74. package/dist/components/label.min.css +2 -2
  75. package/dist/components/list.css +31 -31
  76. package/dist/components/list.min.css +2 -2
  77. package/dist/components/loader.css +352 -352
  78. package/dist/components/loader.min.css +2 -2
  79. package/dist/components/menu.css +108 -76
  80. package/dist/components/menu.min.css +1 -1
  81. package/dist/components/message.css +43 -43
  82. package/dist/components/message.min.css +2 -2
  83. package/dist/components/modal.css +29 -4
  84. package/dist/components/modal.js +128 -50
  85. package/dist/components/modal.min.css +2 -2
  86. package/dist/components/modal.min.js +3 -3
  87. package/dist/components/nag.css +1 -1
  88. package/dist/components/nag.js +2 -2
  89. package/dist/components/nag.min.css +1 -1
  90. package/dist/components/nag.min.js +3 -3
  91. package/dist/components/placeholder.css +33 -33
  92. package/dist/components/placeholder.min.css +2 -2
  93. package/dist/components/popup.css +100 -104
  94. package/dist/components/popup.js +11 -11
  95. package/dist/components/popup.min.css +2 -2
  96. package/dist/components/popup.min.js +3 -3
  97. package/dist/components/progress.css +1 -1
  98. package/dist/components/progress.js +4 -1
  99. package/dist/components/progress.min.css +1 -1
  100. package/dist/components/progress.min.js +3 -3
  101. package/dist/components/rail.css +1 -1
  102. package/dist/components/rail.min.css +1 -1
  103. package/dist/components/rating.css +1 -1
  104. package/dist/components/rating.js +1 -1
  105. package/dist/components/rating.min.css +1 -1
  106. package/dist/components/rating.min.js +3 -3
  107. package/dist/components/reset.css +5 -4
  108. package/dist/components/reset.min.css +2 -2
  109. package/dist/components/reveal.css +1 -1
  110. package/dist/components/reveal.min.css +1 -1
  111. package/dist/components/search.css +6 -6
  112. package/dist/components/search.js +23 -7
  113. package/dist/components/search.min.css +2 -2
  114. package/dist/components/search.min.js +3 -3
  115. package/dist/components/segment.css +118 -34
  116. package/dist/components/segment.min.css +2 -2
  117. package/dist/components/shape.css +1 -1
  118. package/dist/components/shape.js +3 -3
  119. package/dist/components/shape.min.css +1 -1
  120. package/dist/components/shape.min.js +3 -3
  121. package/dist/components/sidebar.css +7 -5
  122. package/dist/components/sidebar.js +14 -12
  123. package/dist/components/sidebar.min.css +2 -2
  124. package/dist/components/sidebar.min.js +3 -3
  125. package/dist/components/site.css +139 -42
  126. package/dist/components/site.js +1 -1
  127. package/dist/components/site.min.css +2 -2
  128. package/dist/components/site.min.js +3 -3
  129. package/dist/components/slider.css +17 -17
  130. package/dist/components/slider.js +68 -51
  131. package/dist/components/slider.min.css +1 -1
  132. package/dist/components/slider.min.js +3 -3
  133. package/dist/components/state.js +2 -2
  134. package/dist/components/state.min.js +3 -3
  135. package/dist/components/statistic.css +4 -4
  136. package/dist/components/statistic.min.css +2 -2
  137. package/dist/components/step.css +31 -31
  138. package/dist/components/step.min.css +2 -2
  139. package/dist/components/sticky.css +1 -1
  140. package/dist/components/sticky.js +4 -4
  141. package/dist/components/sticky.min.css +1 -1
  142. package/dist/components/sticky.min.js +3 -3
  143. package/dist/components/tab.css +5 -5
  144. package/dist/components/tab.js +24 -6
  145. package/dist/components/tab.min.css +2 -2
  146. package/dist/components/tab.min.js +3 -3
  147. package/dist/components/table.css +1684 -272
  148. package/dist/components/table.min.css +2 -2
  149. package/dist/components/text.css +1 -1
  150. package/dist/components/text.min.css +1 -1
  151. package/dist/components/toast.css +42 -1
  152. package/dist/components/toast.js +63 -31
  153. package/dist/components/toast.min.css +2 -2
  154. package/dist/components/toast.min.js +3 -3
  155. package/dist/components/transition.css +1 -1
  156. package/dist/components/transition.js +21 -16
  157. package/dist/components/transition.min.css +1 -1
  158. package/dist/components/transition.min.js +3 -3
  159. package/dist/components/visibility.js +2 -2
  160. package/dist/components/visibility.min.js +3 -3
  161. package/dist/semantic.css +20183 -13376
  162. package/dist/semantic.js +772 -466
  163. package/dist/semantic.min.css +3 -3
  164. package/dist/semantic.min.js +3 -3
  165. package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  166. package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  167. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  168. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  169. package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  170. package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  171. package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  172. package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  173. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  174. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  175. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  176. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  177. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  178. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  179. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  180. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  181. package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  182. package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
  183. package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  184. package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  185. package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  186. package/dist/themes/default/assets/fonts/icons.eot +0 -0
  187. package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
  188. package/dist/themes/default/assets/fonts/icons.ttf +0 -0
  189. package/dist/themes/default/assets/fonts/icons.woff +0 -0
  190. package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  191. package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  192. package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
  193. package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  194. package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  195. package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  196. package/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
  197. package/examples/assets/library/iframe-content.js +8 -8
  198. package/examples/assets/library/iframe.js +3 -3
  199. package/examples/components/button.html +1 -1
  200. package/examples/components/card.html +1 -1
  201. package/examples/components/input.html +1 -1
  202. package/examples/components/menu.html +1 -1
  203. package/examples/components/site.html +1 -1
  204. package/examples/components/table.html +1 -1
  205. package/package.json +18 -16
  206. package/scripts/nightly-version.js +47 -38
  207. package/src/definitions/behaviors/api.js +88 -29
  208. package/src/definitions/behaviors/form.js +38 -29
  209. package/src/definitions/behaviors/state.js +1 -1
  210. package/src/definitions/behaviors/visibility.js +1 -1
  211. package/src/definitions/collections/form.less +229 -165
  212. package/src/definitions/collections/grid.less +723 -687
  213. package/src/definitions/collections/menu.less +232 -170
  214. package/src/definitions/collections/message.less +49 -47
  215. package/src/definitions/collections/table.less +882 -272
  216. package/src/definitions/elements/button.less +611 -469
  217. package/src/definitions/elements/container.less +145 -8
  218. package/src/definitions/elements/divider.less +24 -24
  219. package/src/definitions/elements/emoji.less +39 -10
  220. package/src/definitions/elements/flag.less +53 -18
  221. package/src/definitions/elements/header.less +46 -37
  222. package/src/definitions/elements/icon.less +39 -32
  223. package/src/definitions/elements/input.less +281 -33
  224. package/src/definitions/elements/label.less +132 -128
  225. package/src/definitions/elements/list.less +84 -75
  226. package/src/definitions/elements/loader.less +99 -98
  227. package/src/definitions/elements/placeholder.less +32 -32
  228. package/src/definitions/elements/segment.less +177 -56
  229. package/src/definitions/elements/step.less +76 -72
  230. package/src/definitions/elements/text.less +17 -15
  231. package/src/definitions/globals/reset.less +2 -2
  232. package/src/definitions/globals/site.less +25 -2
  233. package/src/definitions/modules/accordion.js +5 -2
  234. package/src/definitions/modules/accordion.less +371 -219
  235. package/src/definitions/modules/calendar.js +84 -67
  236. package/src/definitions/modules/calendar.less +20 -0
  237. package/src/definitions/modules/checkbox.js +16 -10
  238. package/src/definitions/modules/checkbox.less +83 -227
  239. package/src/definitions/modules/dimmer.js +10 -4
  240. package/src/definitions/modules/dimmer.less +22 -8
  241. package/src/definitions/modules/dropdown.js +150 -115
  242. package/src/definitions/modules/dropdown.less +191 -136
  243. package/src/definitions/modules/embed.less +4 -4
  244. package/src/definitions/modules/modal.js +127 -49
  245. package/src/definitions/modules/modal.less +66 -33
  246. package/src/definitions/modules/nag.js +1 -1
  247. package/src/definitions/modules/nag.less +20 -19
  248. package/src/definitions/modules/popup.js +10 -10
  249. package/src/definitions/modules/popup.less +86 -90
  250. package/src/definitions/modules/progress.js +3 -0
  251. package/src/definitions/modules/progress.less +19 -18
  252. package/src/definitions/modules/rating.less +35 -34
  253. package/src/definitions/modules/search.js +22 -6
  254. package/src/definitions/modules/search.less +35 -19
  255. package/src/definitions/modules/shape.js +2 -2
  256. package/src/definitions/modules/sidebar.js +13 -11
  257. package/src/definitions/modules/sidebar.less +36 -22
  258. package/src/definitions/modules/slider.js +67 -50
  259. package/src/definitions/modules/slider.less +48 -47
  260. package/src/definitions/modules/sticky.js +3 -3
  261. package/src/definitions/modules/sticky.less +3 -1
  262. package/src/definitions/modules/tab.js +23 -5
  263. package/src/definitions/modules/tab.less +4 -4
  264. package/src/definitions/modules/toast.js +62 -30
  265. package/src/definitions/modules/toast.less +51 -16
  266. package/src/definitions/modules/transition.js +20 -15
  267. package/src/definitions/views/ad.less +3 -3
  268. package/src/definitions/views/card.less +522 -375
  269. package/src/definitions/views/comment.less +93 -82
  270. package/src/definitions/views/feed.less +164 -144
  271. package/src/definitions/views/item.less +251 -198
  272. package/src/definitions/views/statistic.less +91 -89
  273. package/src/theme.less +13 -2
  274. package/src/themes/amazon/globals/site.variables +1 -0
  275. package/src/themes/basic/elements/icon.overrides +149 -149
  276. package/src/themes/basic/elements/step.overrides +2 -2
  277. package/src/themes/bookish/elements/header.overrides +1 -1
  278. package/src/themes/chubby/elements/button.overrides +1 -1
  279. package/src/themes/chubby/elements/header.overrides +1 -1
  280. package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  281. package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  282. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  283. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  284. package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  285. package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  286. package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  287. package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  288. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  289. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  290. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  291. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  292. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  293. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  294. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  295. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  296. package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
  297. package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
  298. package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
  299. package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
  300. package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  301. package/src/themes/default/assets/fonts/icons.eot +0 -0
  302. package/src/themes/default/assets/fonts/icons.svg +1175 -1079
  303. package/src/themes/default/assets/fonts/icons.ttf +0 -0
  304. package/src/themes/default/assets/fonts/icons.woff +0 -0
  305. package/src/themes/default/assets/fonts/icons.woff2 +0 -0
  306. package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
  307. package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
  308. package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
  309. package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
  310. package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  311. package/src/themes/default/collections/form.variables +4 -0
  312. package/src/themes/default/collections/menu.variables +6 -0
  313. package/src/themes/default/collections/table.variables +52 -0
  314. package/src/themes/default/elements/button.variables +7 -1
  315. package/src/themes/default/elements/container.variables +12 -0
  316. package/src/themes/default/elements/divider.overrides +7 -7
  317. package/src/themes/default/elements/emoji.overrides +0 -3090
  318. package/src/themes/default/elements/emoji.variables +3575 -1
  319. package/src/themes/default/elements/flag.overrides +0 -991
  320. package/src/themes/default/elements/flag.variables +1609 -5
  321. package/src/themes/default/elements/icon.overrides +1975 -1949
  322. package/src/themes/default/elements/icon.variables +1 -0
  323. package/src/themes/default/elements/input.variables +15 -0
  324. package/src/themes/default/elements/segment.variables +8 -0
  325. package/src/themes/default/elements/step.overrides +3 -3
  326. package/src/themes/default/globals/site.variables +109 -8
  327. package/src/themes/default/globals/variation.variables +143 -6
  328. package/src/themes/default/modules/accordion.overrides +6 -5
  329. package/src/themes/default/modules/accordion.variables +49 -2
  330. package/src/themes/default/modules/calendar.variables +3 -0
  331. package/src/themes/default/modules/checkbox.overrides +9 -9
  332. package/src/themes/default/modules/checkbox.variables +5 -5
  333. package/src/themes/default/modules/dimmer.variables +1 -1
  334. package/src/themes/default/modules/dropdown.overrides +5 -5
  335. package/src/themes/default/modules/dropdown.variables +4 -10
  336. package/src/themes/default/modules/modal.variables +14 -0
  337. package/src/themes/default/modules/popup.variables +0 -2
  338. package/src/themes/default/modules/toast.variables +3 -0
  339. package/src/themes/default/views/card.variables +8 -0
  340. package/src/themes/{default → famfamfam}/assets/images/flags.png +0 -0
  341. package/src/themes/famfamfam/elements/flag.overrides +1026 -0
  342. package/src/themes/famfamfam/elements/flag.variables +20 -0
  343. package/src/themes/github/elements/icon.overrides +206 -206
  344. package/src/themes/github/elements/step.overrides +5 -5
  345. package/src/themes/github/globals/site.variables +1 -0
  346. package/src/themes/github/modules/dropdown.overrides +6 -6
  347. package/src/themes/instagram/views/card.overrides +1 -1
  348. package/src/themes/joypixels/elements/emoji.overrides +0 -3089
  349. package/src/themes/joypixels/elements/emoji.variables +3574 -5
  350. package/src/themes/material/collections/menu.overrides +1 -1
  351. package/src/themes/material/elements/button.overrides +1 -1
  352. package/src/themes/material/elements/header.overrides +1 -1
  353. package/src/themes/material/elements/icon.overrides +932 -932
  354. package/src/themes/material/globals/site.variables +0 -1
  355. package/src/themes/material/modules/dropdown.overrides +1 -1
  356. package/src/themes/material/modules/modal.overrides +1 -1
  357. package/src/themes/pulsar/elements/loader.overrides +2 -2
  358. package/src/themes/resetcss/globals/reset.overrides +3 -3
  359. package/src/themes/rtl/globals/site.overrides +1 -1
  360. package/src/themes/striped/modules/progress.overrides +1 -1
  361. package/src/themes/systemfont/globals/reset.overrides +8 -0
  362. package/src/themes/systemfont/globals/site.variables +10 -0
  363. package/src/themes/twitter/elements/emoji.overrides +0 -3091
  364. package/src/themes/twitter/elements/emoji.variables +3570 -6
  365. package/tasks/admin/distributions/create.js +1 -1
  366. package/tasks/admin/publish.js +1 -1
  367. package/tasks/admin/release.js +1 -1
  368. package/tasks/build/assets.js +1 -1
  369. package/tasks/build/css.js +9 -4
  370. package/tasks/build/javascript.js +3 -3
  371. package/tasks/check-install.js +1 -1
  372. package/tasks/clean.js +1 -1
  373. package/tasks/collections/README.md +1 -1
  374. package/tasks/collections/admin.js +1 -1
  375. package/tasks/config/admin/oauth.example.js +1 -1
  376. package/tasks/config/admin/templates/composer.json +1 -1
  377. package/tasks/config/project/install.js +15 -13
  378. package/tasks/install.js +1 -0
  379. package/tasks/rtl/watch.js +1 -1
  380. package/tasks/version.js +1 -1
  381. package/test/fixtures/accordion.html +1 -1
  382. package/test/fixtures/checkbox.html +1 -1
  383. package/test/fixtures/dropdown.html +1 -1
  384. package/test/fixtures/modal.html +1 -1
  385. package/test/fixtures/popup.html +1 -1
  386. package/test/fixtures/rating.html +1 -1
  387. package/test/fixtures/shape.html +1 -1
  388. package/test/fixtures/sidebar.html +1 -1
  389. package/test/fixtures/tab.html +1 -1
  390. package/test/fixtures/transition.html +1 -1
  391. package/test/fixtures/video.html +1 -1
  392. package/test/helpers/jasmine-jquery.js +2 -2
  393. package/test/helpers/jasmine-sinon.js +1 -1
  394. package/test/helpers/jquery-events.js +1 -1
  395. package/test/helpers/sinon.js +3 -3
  396. package/test/meteor/fonts.js +1 -1
  397. package/test/modules/accordion.spec.js +1 -1
  398. package/test/modules/checkbox.spec.js +1 -1
  399. package/test/modules/dropdown.spec.js +1 -1
  400. package/test/modules/modal.spec.js +1 -1
  401. package/test/modules/module.spec.js +1 -1
  402. package/test/modules/popup.spec.js +1 -1
  403. package/test/modules/search.spec.js +1 -1
  404. package/test/modules/shape.spec.js +1 -1
  405. package/test/modules/sidebar.spec.js +1 -1
  406. package/test/modules/tab.spec.js +1 -1
  407. package/test/modules/transition.spec.js +1 -1
  408. package/test/modules/video.spec.js +1 -1
@@ -39,7 +39,7 @@
39
39
  min-height: @minHeight;
40
40
  }
41
41
 
42
- .ui.menu:after {
42
+ .ui.menu::after {
43
43
  content: '';
44
44
  display: block;
45
45
  height: 0;
@@ -98,7 +98,7 @@
98
98
  }
99
99
 
100
100
  /* Border */
101
- .ui.menu .item:before {
101
+ .ui.menu .item::before {
102
102
  position: absolute;
103
103
  content: '';
104
104
  top: 0;
@@ -271,9 +271,9 @@
271
271
  }
272
272
  }
273
273
 
274
- /* Pointing */
275
- .ui.menu .pointing.dropdown.item .menu {
276
- margin-top: @pointingDropdownMenuDistance;
274
+ /* Pointing */
275
+ .ui.menu .pointing.dropdown.item .menu {
276
+ margin-top: @pointingDropdownMenuDistance;
277
277
  }
278
278
 
279
279
  & when (@variationMenuInverted) {
@@ -293,8 +293,10 @@
293
293
  }
294
294
  .ui.vertical.menu .dropdown.item .menu {
295
295
  left: 100%;
296
- /* IE needs 0, all others support max-content to show dropdown icon inline, so keep both settings! */
297
- min-width: 0;
296
+ & when (@supportIE) {
297
+ /* IE needs 0, all others support max-content to show dropdown icon inline, so keep both settings! */
298
+ min-width: 0;
299
+ }
298
300
  min-width: max-content;
299
301
  margin: 0 0 0 @dropdownMenuDistance;
300
302
  box-shadow: @dropdownVerticalMenuBoxShadow;
@@ -373,7 +375,7 @@
373
375
  ---------------*/
374
376
 
375
377
  /* Menu divider shouldn't apply */
376
- .ui.menu .list .item:before {
378
+ .ui.menu .list .item::before {
377
379
  background: none !important;
378
380
  }
379
381
 
@@ -384,7 +386,7 @@
384
386
 
385
387
  /* Show vertical dividers below last */
386
388
 
387
- .ui.vertical.sidebar.menu > .item:first-child:before {
389
+ .ui.vertical.sidebar.menu > .item:first-child::before {
388
390
  display: block !important;
389
391
  }
390
392
  .ui.vertical.sidebar.menu > .item::before {
@@ -576,7 +578,7 @@ Floated Menu / Item
576
578
 
577
579
 
578
580
  /*--- Border ---*/
579
- .ui.vertical.menu .item:before {
581
+ .ui.vertical.menu .item::before {
580
582
  position: absolute;
581
583
  content: '';
582
584
  top: 0;
@@ -586,7 +588,7 @@ Floated Menu / Item
586
588
  background: @verticalDividerBackground;
587
589
  }
588
590
 
589
- .ui.vertical.menu .item:first-child:before {
591
+ .ui.vertical.menu .item:first-child::before {
590
592
  display: none !important;
591
593
  }
592
594
 
@@ -605,7 +607,7 @@ Floated Menu / Item
605
607
  .ui.vertical.menu .item .menu .link.item:hover {
606
608
  color: @darkTextColor;
607
609
  }
608
- .ui.vertical.menu .menu .item:before {
610
+ .ui.vertical.menu .menu .item::before {
609
611
  display: none;
610
612
  }
611
613
 
@@ -659,7 +661,7 @@ Floated Menu / Item
659
661
  padding: @tabularVerticalPadding @tabularHorizontalPadding;
660
662
  color: @tabularTextColor;
661
663
  }
662
- .ui.tabular.menu .item:before {
664
+ .ui.tabular.menu .item::before {
663
665
  display: none;
664
666
  }
665
667
 
@@ -679,11 +681,13 @@ Floated Menu / Item
679
681
  margin-bottom: -@tabularBorderWidth;
680
682
  box-shadow: @tabularActiveBoxShadow;
681
683
  border-radius: @tabularBorderRadius @tabularBorderRadius 0 0 !important;
684
+ &:hover {
685
+ cursor: default;
686
+ }
682
687
  }
683
688
 
684
689
  /* Coupling with segment for attachment */
685
- .ui.tabular.menu + .attached:not(.top).segment,
686
- .ui.tabular.menu + .attached:not(.top).segment + .attached:not(.top).segment {
690
+ .ui.tabular.menu ~ .attached:not(.top).segment {
687
691
  border-top: none;
688
692
  margin-left: 0;
689
693
  margin-top: 0;
@@ -774,6 +778,18 @@ Floated Menu / Item
774
778
  border-top: @tabularOppositeBorderWidth solid transparent;
775
779
  border-bottom: none;
776
780
  }
781
+ & when (@variationMenuInverted) {
782
+ .ui.inverted.tabular.menu .active.item,
783
+ .ui.inverted.tabular.menu .active.item:hover {
784
+ background: @invertedTabularActiveBackground;
785
+ border-color: @invertedTabularBorderColor;
786
+ }
787
+ .ui.inverted.tabular.menu .item:not(.active):hover {
788
+ color: @invertedTabularHoveredTextColor;
789
+ background: transparent;
790
+ cursor: pointer;
791
+ }
792
+ }
777
793
  }
778
794
 
779
795
 
@@ -793,7 +809,7 @@ Floated Menu / Item
793
809
  .ui.compact.menu .item:last-child {
794
810
  border-radius: 0 @borderRadius @borderRadius 0;
795
811
  }
796
- .ui.pagination.menu .item:last-child:before {
812
+ .ui.pagination.menu .item:last-child::before {
797
813
  display: none;
798
814
  }
799
815
 
@@ -842,7 +858,7 @@ Floated Menu / Item
842
858
  }
843
859
 
844
860
  /* No Divider */
845
- .ui.secondary.menu .item:before {
861
+ .ui.secondary.menu .item::before {
846
862
  display: none !important;
847
863
  }
848
864
 
@@ -939,10 +955,11 @@ Floated Menu / Item
939
955
  .ui.vertical.secondary.menu .item > .menu .item {
940
956
  background-color: transparent;
941
957
  }
942
-
943
- /* Inverted */
944
- .ui.secondary.inverted.menu {
945
- background-color: transparent;
958
+ & when (@variationMenuInverted) {
959
+ /* Inverted */
960
+ .ui.secondary.inverted.menu {
961
+ background-color: transparent;
962
+ }
946
963
  }
947
964
  }
948
965
 
@@ -988,7 +1005,7 @@ Floated Menu / Item
988
1005
  .ui.secondary.pointing.menu .text.item {
989
1006
  box-shadow: none !important;
990
1007
  }
991
- .ui.secondary.pointing.menu .item:after {
1008
+ .ui.secondary.pointing.menu .item::after {
992
1009
  display: none;
993
1010
  }
994
1011
 
@@ -1104,8 +1121,8 @@ Floated Menu / Item
1104
1121
  }
1105
1122
 
1106
1123
  /* Border */
1107
- .ui.text.menu .item:before,
1108
- .ui.text.menu .menu .item:before {
1124
+ .ui.text.menu .item::before,
1125
+ .ui.text.menu .menu .item::before {
1109
1126
  display: none !important;
1110
1127
  }
1111
1128
 
@@ -1182,7 +1199,7 @@ Floated Menu / Item
1182
1199
  }
1183
1200
  & when (@variationMenuPointing) {
1184
1201
  /* Disable Bariations */
1185
- .ui.text.pointing.menu .active.item:after {
1202
+ .ui.text.pointing.menu .active.item::after {
1186
1203
  box-shadow: none;
1187
1204
  }
1188
1205
  }
@@ -1209,51 +1226,59 @@ Floated Menu / Item
1209
1226
  }
1210
1227
  }
1211
1228
 
1212
- /*--------------
1213
- Icon Only
1214
- ---------------*/
1229
+ & when (@variationMenuIcon) {
1230
+ /*--------------
1231
+ Icon Only
1232
+ ---------------*/
1215
1233
 
1216
- /* Vertical Menu */
1217
- .ui.vertical.icon.menu {
1218
- display: inline-block;
1219
- width: auto;
1220
- }
1234
+ & when (@variationMenuVertical) {
1235
+ /* Vertical Menu */
1236
+ .ui.vertical.icon.menu {
1237
+ display: inline-block;
1238
+ width: auto;
1239
+ }
1240
+ }
1221
1241
 
1222
- /* Item */
1223
- .ui.icon.menu .item {
1224
- height: auto;
1225
- text-align: @iconMenuTextAlign;
1226
- color: @iconMenuItemColor;
1227
- }
1242
+ /* Item */
1243
+ .ui.icon.menu .item {
1244
+ height: auto;
1245
+ text-align: @iconMenuTextAlign;
1246
+ color: @iconMenuItemColor;
1247
+ }
1228
1248
 
1229
- /* Icon */
1230
- .ui.icon.menu .item > i.icon:not(.dropdown) {
1231
- margin: 0;
1232
- opacity: 1;
1233
- }
1249
+ /* Icon */
1250
+ .ui.icon.menu .item > i.icon:not(.dropdown) {
1251
+ margin: 0;
1252
+ opacity: 1;
1253
+ }
1234
1254
 
1235
- /* Icon Glyph */
1236
- .ui.icon.menu i.icon:before {
1237
- opacity: 1;
1238
- }
1255
+ /* Icon Glyph */
1256
+ .ui.icon.menu i.icon::before {
1257
+ opacity: 1;
1258
+ }
1239
1259
 
1240
- /* (x) Item Icon */
1241
- .ui.menu .icon.item > i.icon {
1242
- width: auto;
1243
- margin: 0 auto;
1244
- }
1260
+ /* (x) Item Icon */
1261
+ .ui.menu .icon.item > i.icon {
1262
+ width: auto;
1263
+ margin: 0 auto;
1264
+ }
1245
1265
 
1246
- /* Vertical Icon */
1247
- .ui.vertical.icon.menu .item > i.icon:not(.dropdown) {
1248
- display: block;
1249
- opacity: 1;
1250
- margin: 0 auto;
1251
- float: none;
1252
- }
1266
+ /* Vertical Icon */
1267
+ & when (@variationMenuVertical) {
1268
+ .ui.vertical.icon.menu .item > i.icon:not(.dropdown) {
1269
+ display: block;
1270
+ opacity: 1;
1271
+ margin: 0 auto;
1272
+ float: none;
1273
+ }
1274
+ }
1253
1275
 
1254
- /* Inverted */
1255
- .ui.inverted.icon.menu .item {
1256
- color: @iconMenuInvertedItemColor;
1276
+ /* Inverted */
1277
+ & when (@variationMenuInverted) {
1278
+ .ui.inverted.icon.menu .item {
1279
+ color: @iconMenuInvertedItemColor;
1280
+ }
1281
+ }
1257
1282
  }
1258
1283
 
1259
1284
  & when (@variationMenuLabeled) {
@@ -1300,11 +1325,15 @@ Floated Menu / Item
1300
1325
  @media only screen and (max-width: @largestMobileScreen) {
1301
1326
  .ui.stackable.menu {
1302
1327
  flex-direction: column;
1328
+
1329
+ &.pointing .active.item::after when (@variationMenuPointing) {
1330
+ display: none;
1331
+ }
1303
1332
  }
1304
1333
  .ui.stackable.menu .item {
1305
1334
  width: 100% !important;
1306
1335
  }
1307
- .ui.stackable.menu .item:before {
1336
+ .ui.stackable.menu .item::before {
1308
1337
  position: absolute;
1309
1338
  content: '';
1310
1339
  top: auto;
@@ -1340,22 +1369,23 @@ Floated Menu / Item
1340
1369
  /*--------------
1341
1370
  Colors
1342
1371
  ---------------*/
1372
+ & when not (@variationMenuColors = false) {
1373
+ each(@variationMenuColors, {
1374
+ @color: @value;
1375
+ @c: @colors[@@color][color];
1343
1376
 
1344
- each(@colors, {
1345
- @color: replace(@key, '@', '');
1346
- @c: @colors[@@color][color];
1347
-
1348
- & when not (@color=secondary) {
1349
- .ui.ui.ui.menu .@{color}.active.item,
1350
- .ui.ui.@{color}.menu .active.item:hover,
1351
- .ui.ui.@{color}.menu .active.item {
1352
- & when not (@secondaryPointingActiveBorderColor = currentColor) {
1353
- border-color: @c;
1377
+ & when not (@color=secondary) {
1378
+ .ui.ui.ui.menu .@{color}.active.item,
1379
+ .ui.ui.@{color}.menu .active.item:hover,
1380
+ .ui.ui.@{color}.menu .active.item {
1381
+ & when not (@secondaryPointingActiveBorderColor = currentColor) {
1382
+ border-color: @c;
1383
+ }
1384
+ color: @c;
1354
1385
  }
1355
- color: @c;
1356
1386
  }
1357
- }
1358
- })
1387
+ })
1388
+ }
1359
1389
 
1360
1390
  & when (@variationMenuInverted) {
1361
1391
  /*--------------
@@ -1379,11 +1409,11 @@ each(@colors, {
1379
1409
  }
1380
1410
 
1381
1411
  /*--- Border ---*/
1382
- .ui.inverted.menu .item:before {
1412
+ .ui.inverted.menu .item::before {
1383
1413
  background: @invertedDividerBackground;
1384
1414
  }
1385
1415
  & when (@variationMenuVertical) {
1386
- .ui.vertical.inverted.menu .item:before {
1416
+ .ui.vertical.inverted.menu .item::before {
1387
1417
  background: @invertedVerticalDividerBackground;
1388
1418
  }
1389
1419
  /* Sub Menu */
@@ -1438,7 +1468,7 @@ each(@colors, {
1438
1468
  }
1439
1469
  }
1440
1470
  & when (@variationMenuPointing) {
1441
- .ui.inverted.pointing.menu .active.item:after {
1471
+ .ui.inverted.pointing.menu .active.item::after {
1442
1472
  background: @invertedArrowActiveColor;
1443
1473
  margin: 0 !important;
1444
1474
  box-shadow: none !important;
@@ -1452,7 +1482,7 @@ each(@colors, {
1452
1482
  color: @invertedActiveHoverColor !important;
1453
1483
  }
1454
1484
  & when (@variationMenuPointing) {
1455
- .ui.inverted.pointing.menu .active.item:hover:after {
1485
+ .ui.inverted.pointing.menu .active.item:hover::after {
1456
1486
  background: @invertedArrowActiveHoverColor;
1457
1487
  }
1458
1488
  }
@@ -1467,7 +1497,7 @@ each(@colors, {
1467
1497
  float: left;
1468
1498
  margin: 0 @floatedDistance 0 0;
1469
1499
  }
1470
- .ui.floated.menu .item:last-child:before {
1500
+ .ui.floated.menu .item:last-child::before {
1471
1501
  display: none;
1472
1502
  }
1473
1503
 
@@ -1477,37 +1507,47 @@ each(@colors, {
1477
1507
  }
1478
1508
  }
1479
1509
 
1510
+ & when (@variationMenuCentered) {
1511
+ .ui.center.aligned.menu,
1512
+ .ui.centered.menu {
1513
+ display: inline-flex;
1514
+ transform: translateX(-50%);
1515
+ margin-left:50%;
1516
+ }
1517
+ }
1518
+
1480
1519
  & when (@variationMenuInverted) {
1481
1520
  /*--------------
1482
1521
  Inverted
1483
1522
  ---------------*/
1484
-
1485
- each(@colors, {
1486
- @color: replace(@key, '@', '');
1487
- @c: @colors[@@color][color];
1488
- @h: @colors[@@color][hover];
1489
-
1490
- & when not (@color=secondary) {
1491
- .ui.ui.ui.inverted.menu .@{color}.active.item,
1492
- .ui.ui.inverted.@{color}.menu {
1493
- background-color: @c;
1494
- }
1495
- .ui.inverted.@{color}.menu .item:before {
1496
- background-color: @invertedColoredDividerBackground;
1497
- }
1498
- .ui.ui.inverted.@{color}.menu .active.item {
1499
- background-color: @invertedColoredActiveBackground;
1500
- }
1501
- & when (@variationMenuPointing) {
1502
- .ui.inverted.pointing.@{color}.menu .active.item {
1503
- background-color: @h;
1523
+ & when not (@variationMenuColors = false) {
1524
+ each(@variationMenuColors, {
1525
+ @color: @value;
1526
+ @c: @colors[@@color][color];
1527
+ @h: @colors[@@color][hover];
1528
+
1529
+ & when not (@color=secondary) {
1530
+ .ui.ui.ui.inverted.menu .@{color}.active.item,
1531
+ .ui.ui.inverted.@{color}.menu {
1532
+ background-color: @c;
1533
+ }
1534
+ .ui.inverted.@{color}.menu .item::before {
1535
+ background-color: @invertedColoredDividerBackground;
1536
+ }
1537
+ .ui.ui.inverted.@{color}.menu .active.item {
1538
+ background-color: @invertedColoredActiveBackground;
1539
+ }
1540
+ & when (@variationMenuPointing) {
1541
+ .ui.inverted.pointing.@{color}.menu .active.item {
1542
+ background-color: @h;
1543
+ }
1504
1544
  }
1505
1545
  }
1506
- }
1507
- })
1546
+ })
1547
+ }
1508
1548
 
1509
1549
  & when (@variationMenuPointing) {
1510
- .ui.ui.ui.inverted.pointing.menu .active.item:after {
1550
+ .ui.ui.ui.inverted.pointing.menu .active.item::after {
1511
1551
  background-color: inherit;
1512
1552
  }
1513
1553
  }
@@ -1542,9 +1582,9 @@ each(@colors, {
1542
1582
  Borderless
1543
1583
  ---------------*/
1544
1584
 
1545
- .ui.borderless.menu .item:before,
1546
- .ui.borderless.menu .item .menu .item:before,
1547
- .ui.menu .borderless.item:before {
1585
+ .ui.borderless.menu .item::before,
1586
+ .ui.borderless.menu .item .menu .item::before,
1587
+ .ui.menu .borderless.item::before {
1548
1588
  background: none !important;
1549
1589
  }
1550
1590
  }
@@ -1561,15 +1601,17 @@ each(@colors, {
1561
1601
  }
1562
1602
  & when (@variationMenuVertical) {
1563
1603
  .ui.compact.vertical.menu {
1564
- /* IE hack to make dropdown icons appear inline */
1565
- display: -ms-inline-flexbox !important;
1604
+ & when (@supportIE) {
1605
+ /* IE hack to make dropdown icons appear inline */
1606
+ display: -ms-inline-flexbox !important;
1607
+ }
1566
1608
  display: inline-block;
1567
1609
  }
1568
1610
  }
1569
1611
  .ui.compact.menu:not(.secondary) .item:last-child {
1570
1612
  border-radius: 0 @borderRadius @borderRadius 0;
1571
1613
  }
1572
- .ui.compact.menu .item:last-child:before {
1614
+ .ui.compact.menu .item:last-child::before {
1573
1615
  display: none;
1574
1616
  }
1575
1617
  & when (@variationMenuVertical) {
@@ -1612,42 +1654,44 @@ each(@colors, {
1612
1654
  margin: 0 @attachedHorizontalOffset !important;
1613
1655
  }
1614
1656
 
1615
- .ui.item.menu .item:last-child:before {
1657
+ .ui.item.menu .item:last-child::before {
1616
1658
  display: none;
1617
1659
  }
1618
1660
 
1619
- .ui.menu.two.item .item {
1620
- width: 50%;
1621
- }
1622
- .ui.menu.three.item .item {
1623
- width: 33.333%;
1624
- }
1625
- .ui.menu.four.item .item {
1626
- width: 25%;
1627
- }
1628
- .ui.menu.five.item .item {
1629
- width: 20%;
1630
- }
1631
- .ui.menu.six.item .item {
1632
- width: 16.666%;
1633
- }
1634
- .ui.menu.seven.item .item {
1635
- width: 14.285%;
1636
- }
1637
- .ui.menu.eight.item .item {
1638
- width: 12.500%;
1639
- }
1640
- .ui.menu.nine.item .item {
1641
- width: 11.11%;
1642
- }
1643
- .ui.menu.ten.item .item {
1644
- width: 10.0%;
1645
- }
1646
- .ui.menu.eleven.item .item {
1647
- width: 9.09%;
1648
- }
1649
- .ui.menu.twelve.item .item {
1650
- width: 8.333%;
1661
+ & when (@variationMenuEqualWidth) {
1662
+ .ui.menu.two.item .item {
1663
+ width: 50%;
1664
+ }
1665
+ .ui.menu.three.item .item {
1666
+ width: 33.333%;
1667
+ }
1668
+ .ui.menu.four.item .item {
1669
+ width: 25%;
1670
+ }
1671
+ .ui.menu.five.item .item {
1672
+ width: 20%;
1673
+ }
1674
+ .ui.menu.six.item .item {
1675
+ width: 16.666%;
1676
+ }
1677
+ .ui.menu.seven.item .item {
1678
+ width: 14.285%;
1679
+ }
1680
+ .ui.menu.eight.item .item {
1681
+ width: 12.500%;
1682
+ }
1683
+ .ui.menu.nine.item .item {
1684
+ width: 11.11%;
1685
+ }
1686
+ .ui.menu.ten.item .item {
1687
+ width: 10.0%;
1688
+ }
1689
+ .ui.menu.eleven.item .item {
1690
+ width: 9.09%;
1691
+ }
1692
+ .ui.menu.twelve.item .item {
1693
+ width: 8.333%;
1694
+ }
1651
1695
  }
1652
1696
 
1653
1697
  & when (@variationMenuFixed) {
@@ -1722,7 +1766,7 @@ each(@colors, {
1722
1766
  Pointing
1723
1767
  --------------------*/
1724
1768
 
1725
- .ui.pointing.menu .item:after {
1769
+ .ui.pointing.menu .item::after {
1726
1770
  visibility: hidden;
1727
1771
  position: absolute;
1728
1772
  content: '';
@@ -1743,7 +1787,7 @@ each(@colors, {
1743
1787
  transition: @arrowTransition;
1744
1788
  }
1745
1789
  & when (@variationMenuVertical) {
1746
- .ui.vertical.pointing.menu .item:after {
1790
+ .ui.vertical.pointing.menu .item::after {
1747
1791
  position: absolute;
1748
1792
  top: 50%;
1749
1793
  right: 0;
@@ -1758,56 +1802,65 @@ each(@colors, {
1758
1802
  border-right: @arrowBorder;
1759
1803
  }
1760
1804
  }
1761
- .ui.pointing.menu .ui.dropdown .menu .item:after,
1762
- .ui.vertical.pointing.menu .ui.dropdown .menu .item:after {
1805
+ .ui.pointing.menu .ui.dropdown .menu .item::after,
1806
+ .ui.vertical.pointing.menu .ui.dropdown .menu .item::after {
1763
1807
  display: none;
1764
1808
  }
1765
1809
 
1766
1810
  /* Active */
1767
- .ui.pointing.menu .active.item:after {
1811
+ .ui.pointing.menu .active.item::after {
1768
1812
  visibility: visible;
1769
1813
  }
1770
- .ui.pointing.menu .active.dropdown.item:after {
1814
+ .ui.pointing.menu .active.dropdown.item::after {
1771
1815
  visibility: hidden;
1772
1816
  }
1773
1817
 
1774
1818
  /* Don't double up pointers */
1775
- .ui.pointing.menu .dropdown.active.item:after,
1776
- .ui.pointing.menu .active.item .menu .active.item:after {
1819
+ .ui.pointing.menu .dropdown.active.item::after,
1820
+ .ui.pointing.menu .active.item .menu .active.item::after {
1777
1821
  display: none;
1778
1822
  }
1779
1823
 
1780
1824
  /* Colors */
1781
- .ui.pointing.menu .active.item:hover:after {
1825
+ .ui.pointing.menu .active.item:hover::after {
1782
1826
  background-color: @arrowHoverColor;
1783
1827
  }
1784
- .ui.pointing.menu .active.item:after {
1828
+ .ui.pointing.menu .active.item::after {
1785
1829
  background-color: @arrowActiveColor;
1786
1830
  }
1787
- .ui.pointing.menu .active.item:hover:after {
1831
+ .ui.pointing.menu .active.item:hover::after {
1788
1832
  background-color: @arrowActiveHoverColor;
1789
1833
  }
1790
1834
  & when (@variationMenuVertical) {
1791
- .ui.vertical.pointing.menu .active.item:hover:after {
1835
+ .ui.vertical.pointing.menu .active.item:hover::after {
1792
1836
  background-color: @arrowVerticalHoverColor;
1793
1837
  }
1794
- .ui.vertical.pointing.menu .active.item:after {
1838
+ .ui.vertical.pointing.menu .active.item::after {
1795
1839
  background-color: @arrowVerticalActiveColor;
1796
1840
  }
1797
- .ui.vertical.pointing.menu .menu .active.item:after {
1841
+ .ui.vertical.pointing.menu .menu .active.item::after {
1798
1842
  background-color: @arrowVerticalSubMenuColor;
1799
1843
  }
1844
+ & when (@variationMenuFluid) and (@variationGridStackable) {
1845
+ @media only screen and (max-width: @largestMobileScreen) {
1846
+ .ui.stackable.grid .ui.fluid.vertical.pointing.menu .active.item::after {
1847
+ display: none;
1848
+ }
1849
+ }
1850
+ }
1800
1851
  }
1801
1852
  }
1802
1853
 
1803
- each(@colors, {
1804
- @color: replace(@key, '@', '');
1805
- @c: @colors[@@color][color];
1854
+ & when not (@variationMenuColors = false) {
1855
+ each(@variationMenuColors, {
1856
+ @color: @value;
1857
+ @c: @colors[@@color][color];
1806
1858
 
1807
- .ui.inverted.pointing.menu .@{color}.active.item:after {
1808
- background-color: @c;
1809
- }
1810
- })
1859
+ .ui.inverted.pointing.menu .@{color}.active.item::after {
1860
+ background-color: @c;
1861
+ }
1862
+ })
1863
+ }
1811
1864
 
1812
1865
  & when (@variationMenuAttached) {
1813
1866
  /*--------------
@@ -1862,13 +1915,18 @@ each(@colors, {
1862
1915
  }
1863
1916
 
1864
1917
  /* Tabular Attached */
1865
- .ui.attached.menu:not(.tabular) {
1918
+ .ui.attached.menu:not(.tabular):not(.text) {
1866
1919
  border: @attachedBorder;
1867
1920
  }
1868
1921
  & when (@variationMenuInverted) {
1869
1922
  .ui.attached.inverted.menu {
1870
1923
  border: none;
1871
1924
  }
1925
+ & when (@variationMenuTabular) {
1926
+ .ui[class*="top attached"].inverted.tabular.menu {
1927
+ border-bottom: @invertedTabularBorder;
1928
+ }
1929
+ }
1872
1930
  }
1873
1931
  & when (@variationMenuTabular) {
1874
1932
  .ui.attached.tabular.menu {
@@ -1886,8 +1944,10 @@ each(@colors, {
1886
1944
  .ui.menu {
1887
1945
  font-size: @medium;
1888
1946
  }
1889
- .ui.vertical.menu {
1890
- width: @mediumWidth;
1947
+ & when (@variationMenuVertical) {
1948
+ .ui.vertical.menu {
1949
+ width: @mediumWidth;
1950
+ }
1891
1951
  }
1892
1952
  & when not (@variationMenuSizes = false) {
1893
1953
  each(@variationMenuSizes, {
@@ -1898,8 +1958,10 @@ each(@colors, {
1898
1958
  .ui.@{value}.menu .dropdown .menu > .item {
1899
1959
  font-size: @s;
1900
1960
  }
1901
- .ui.@{value}.vertical.menu:not(.icon) {
1902
- width: @@w;
1961
+ & when (@variationMenuVertical) {
1962
+ .ui.@{value}.vertical.menu:not(.icon) {
1963
+ width: @@w;
1964
+ }
1903
1965
  }
1904
1966
  })
1905
1967
  }