fomantic-ui 2.10.0-beta.8 → 2.10.0-beta.81

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 (345) hide show
  1. package/.eslintrc.js +6 -23
  2. package/.github/workflows/ci.yml +9 -9
  3. package/.github/workflows/depsreview.yml +1 -1
  4. package/.github/workflows/nightly.yml +7 -5
  5. package/.github/workflows/release.yml +2 -2
  6. package/.stylelintrc.js +1 -15
  7. package/CHANGELOG.md +5289 -2325
  8. package/README.md +8 -4
  9. package/changelog-setup.js +32 -10
  10. package/changelog-template.hbs +256 -251
  11. package/dist/components/accordion.css +1 -1
  12. package/dist/components/accordion.js +62 -73
  13. package/dist/components/accordion.min.css +1 -1
  14. package/dist/components/accordion.min.js +3 -3
  15. package/dist/components/ad.css +1 -1
  16. package/dist/components/ad.min.css +1 -1
  17. package/dist/components/api.js +101 -161
  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 +5 -6
  22. package/dist/components/button.min.css +2 -2
  23. package/dist/components/calendar.css +3 -3
  24. package/dist/components/calendar.js +283 -332
  25. package/dist/components/calendar.min.css +2 -2
  26. package/dist/components/calendar.min.js +3 -3
  27. package/dist/components/card.css +1 -1
  28. package/dist/components/card.min.css +1 -1
  29. package/dist/components/checkbox.css +1 -1
  30. package/dist/components/checkbox.js +58 -79
  31. package/dist/components/checkbox.min.css +1 -1
  32. package/dist/components/checkbox.min.js +3 -3
  33. package/dist/components/comment.css +1 -1
  34. package/dist/components/comment.min.css +1 -1
  35. package/dist/components/container.css +1 -1
  36. package/dist/components/container.min.css +1 -1
  37. package/dist/components/dimmer.css +2 -2
  38. package/dist/components/dimmer.js +39 -52
  39. package/dist/components/dimmer.min.css +2 -2
  40. package/dist/components/dimmer.min.js +3 -3
  41. package/dist/components/divider.css +1 -1
  42. package/dist/components/divider.min.css +1 -1
  43. package/dist/components/dropdown.css +21 -35
  44. package/dist/components/dropdown.js +435 -531
  45. package/dist/components/dropdown.min.css +2 -2
  46. package/dist/components/dropdown.min.js +3 -3
  47. package/dist/components/embed.css +1 -1
  48. package/dist/components/embed.js +55 -68
  49. package/dist/components/embed.min.css +1 -1
  50. package/dist/components/embed.min.js +3 -3
  51. package/dist/components/emoji.css +3809 -7617
  52. package/dist/components/emoji.min.css +2 -2
  53. package/dist/components/feed.css +1 -1
  54. package/dist/components/feed.min.css +1 -1
  55. package/dist/components/flag.css +1 -1
  56. package/dist/components/flag.min.css +1 -1
  57. package/dist/components/flyout.css +1 -1
  58. package/dist/components/flyout.js +149 -168
  59. package/dist/components/flyout.min.css +1 -1
  60. package/dist/components/flyout.min.js +3 -3
  61. package/dist/components/form.css +3 -5
  62. package/dist/components/form.js +249 -269
  63. package/dist/components/form.min.css +2 -2
  64. package/dist/components/form.min.js +3 -3
  65. package/dist/components/grid.css +2 -2
  66. package/dist/components/grid.min.css +2 -2
  67. package/dist/components/header.css +6 -6
  68. package/dist/components/header.min.css +2 -2
  69. package/dist/components/icon.css +10 -37
  70. package/dist/components/icon.min.css +2 -2
  71. package/dist/components/image.css +1 -1
  72. package/dist/components/image.min.css +1 -1
  73. package/dist/components/input.css +284 -12
  74. package/dist/components/input.min.css +2 -2
  75. package/dist/components/item.css +1 -1
  76. package/dist/components/item.min.css +1 -1
  77. package/dist/components/label.css +6 -14
  78. package/dist/components/label.min.css +2 -2
  79. package/dist/components/list.css +3 -3
  80. package/dist/components/list.min.css +2 -2
  81. package/dist/components/loader.css +53 -53
  82. package/dist/components/loader.min.css +2 -2
  83. package/dist/components/menu.css +45 -60
  84. package/dist/components/menu.min.css +2 -2
  85. package/dist/components/message.css +2 -2
  86. package/dist/components/message.min.css +2 -2
  87. package/dist/components/modal.css +5 -5
  88. package/dist/components/modal.js +161 -170
  89. package/dist/components/modal.min.css +2 -2
  90. package/dist/components/modal.min.js +3 -3
  91. package/dist/components/nag.css +1 -1
  92. package/dist/components/nag.js +74 -88
  93. package/dist/components/nag.min.css +1 -1
  94. package/dist/components/nag.min.js +3 -3
  95. package/dist/components/placeholder.css +2 -2
  96. package/dist/components/placeholder.min.css +2 -2
  97. package/dist/components/popup.css +19 -73
  98. package/dist/components/popup.js +105 -138
  99. package/dist/components/popup.min.css +2 -2
  100. package/dist/components/popup.min.js +3 -3
  101. package/dist/components/progress.css +4 -13
  102. package/dist/components/progress.js +75 -97
  103. package/dist/components/progress.min.css +2 -2
  104. package/dist/components/progress.min.js +3 -3
  105. package/dist/components/rail.css +1 -1
  106. package/dist/components/rail.min.css +1 -1
  107. package/dist/components/rating.css +1 -1
  108. package/dist/components/rating.js +49 -61
  109. package/dist/components/rating.min.css +1 -1
  110. package/dist/components/rating.min.js +3 -3
  111. package/dist/components/reset.css +48 -208
  112. package/dist/components/reset.min.css +2 -2
  113. package/dist/components/reveal.css +2 -5
  114. package/dist/components/reveal.min.css +2 -2
  115. package/dist/components/search.css +2 -3
  116. package/dist/components/search.js +178 -198
  117. package/dist/components/search.min.css +2 -2
  118. package/dist/components/search.min.js +3 -3
  119. package/dist/components/segment.css +6 -6
  120. package/dist/components/segment.min.css +2 -2
  121. package/dist/components/shape.css +1 -1
  122. package/dist/components/shape.js +59 -69
  123. package/dist/components/shape.min.css +1 -1
  124. package/dist/components/shape.min.js +3 -3
  125. package/dist/components/sidebar.css +1 -1
  126. package/dist/components/sidebar.js +81 -101
  127. package/dist/components/sidebar.min.css +1 -1
  128. package/dist/components/sidebar.min.js +3 -3
  129. package/dist/components/site.css +1 -1
  130. package/dist/components/site.js +37 -58
  131. package/dist/components/site.min.css +1 -1
  132. package/dist/components/site.min.js +3 -3
  133. package/dist/components/slider.css +1 -1
  134. package/dist/components/slider.js +169 -183
  135. package/dist/components/slider.min.css +1 -1
  136. package/dist/components/slider.min.js +3 -3
  137. package/dist/components/state.js +45 -59
  138. package/dist/components/state.min.js +3 -3
  139. package/dist/components/statistic.css +1 -1
  140. package/dist/components/statistic.min.css +1 -1
  141. package/dist/components/step.css +4 -4
  142. package/dist/components/step.min.css +2 -2
  143. package/dist/components/sticky.css +1 -1
  144. package/dist/components/sticky.js +95 -117
  145. package/dist/components/sticky.min.css +1 -1
  146. package/dist/components/sticky.min.js +3 -3
  147. package/dist/components/tab.css +1 -1
  148. package/dist/components/tab.js +83 -115
  149. package/dist/components/tab.min.css +1 -1
  150. package/dist/components/tab.min.js +3 -3
  151. package/dist/components/table.css +8 -8
  152. package/dist/components/table.min.css +2 -2
  153. package/dist/components/text.css +1 -1
  154. package/dist/components/text.min.css +1 -1
  155. package/dist/components/toast.css +1 -1
  156. package/dist/components/toast.js +64 -74
  157. package/dist/components/toast.min.css +1 -1
  158. package/dist/components/toast.min.js +3 -3
  159. package/dist/components/transition.css +1 -1
  160. package/dist/components/transition.js +61 -85
  161. package/dist/components/transition.min.css +1 -1
  162. package/dist/components/transition.min.js +3 -3
  163. package/dist/components/visibility.js +120 -140
  164. package/dist/components/visibility.min.js +3 -3
  165. package/dist/semantic.css +4480 -8222
  166. package/dist/semantic.js +2886 -3485
  167. package/dist/semantic.min.css +3 -3
  168. package/dist/semantic.min.js +3 -3
  169. package/examples/attached.html +1 -1
  170. package/examples/components/menu.html +1 -1
  171. package/package.json +8 -5
  172. package/scripts/nightly-version.js +4 -4
  173. package/src/definitions/behaviors/api.js +100 -160
  174. package/src/definitions/behaviors/form.js +248 -268
  175. package/src/definitions/behaviors/state.js +44 -58
  176. package/src/definitions/behaviors/visibility.js +119 -139
  177. package/src/definitions/collections/breadcrumb.less +0 -1
  178. package/src/definitions/collections/form.less +3 -9
  179. package/src/definitions/collections/grid.less +1 -2
  180. package/src/definitions/collections/menu.less +106 -117
  181. package/src/definitions/collections/message.less +1 -2
  182. package/src/definitions/collections/table.less +7 -8
  183. package/src/definitions/elements/button.less +4 -6
  184. package/src/definitions/elements/container.less +0 -1
  185. package/src/definitions/elements/divider.less +1 -2
  186. package/src/definitions/elements/emoji.less +1 -1
  187. package/src/definitions/elements/flag.less +1 -1
  188. package/src/definitions/elements/header.less +4 -5
  189. package/src/definitions/elements/icon.less +10 -37
  190. package/src/definitions/elements/image.less +0 -1
  191. package/src/definitions/elements/input.less +4 -7
  192. package/src/definitions/elements/label.less +5 -14
  193. package/src/definitions/elements/list.less +2 -3
  194. package/src/definitions/elements/loader.less +10 -11
  195. package/src/definitions/elements/placeholder.less +1 -2
  196. package/src/definitions/elements/rail.less +0 -1
  197. package/src/definitions/elements/reveal.less +1 -5
  198. package/src/definitions/elements/segment.less +5 -6
  199. package/src/definitions/elements/step.less +3 -4
  200. package/src/definitions/elements/text.less +0 -1
  201. package/src/definitions/globals/reset.less +0 -1
  202. package/src/definitions/globals/site.js +36 -57
  203. package/src/definitions/globals/site.less +0 -1
  204. package/src/definitions/modules/accordion.js +61 -72
  205. package/src/definitions/modules/accordion.less +0 -1
  206. package/src/definitions/modules/calendar.js +282 -331
  207. package/src/definitions/modules/calendar.less +2 -3
  208. package/src/definitions/modules/checkbox.js +57 -78
  209. package/src/definitions/modules/checkbox.less +0 -1
  210. package/src/definitions/modules/dimmer.js +38 -51
  211. package/src/definitions/modules/dimmer.less +1 -2
  212. package/src/definitions/modules/dropdown.js +434 -530
  213. package/src/definitions/modules/dropdown.less +27 -38
  214. package/src/definitions/modules/embed.js +54 -67
  215. package/src/definitions/modules/embed.less +0 -1
  216. package/src/definitions/modules/flyout.js +148 -167
  217. package/src/definitions/modules/flyout.less +0 -1
  218. package/src/definitions/modules/modal.js +160 -169
  219. package/src/definitions/modules/modal.less +3 -4
  220. package/src/definitions/modules/nag.js +73 -87
  221. package/src/definitions/modules/nag.less +0 -1
  222. package/src/definitions/modules/popup.js +104 -137
  223. package/src/definitions/modules/popup.less +18 -73
  224. package/src/definitions/modules/progress.js +74 -96
  225. package/src/definitions/modules/progress.less +3 -13
  226. package/src/definitions/modules/rating.js +48 -60
  227. package/src/definitions/modules/rating.less +0 -1
  228. package/src/definitions/modules/search.js +177 -197
  229. package/src/definitions/modules/search.less +2 -4
  230. package/src/definitions/modules/shape.js +58 -68
  231. package/src/definitions/modules/shape.less +0 -1
  232. package/src/definitions/modules/sidebar.js +80 -100
  233. package/src/definitions/modules/sidebar.less +0 -1
  234. package/src/definitions/modules/slider.js +168 -182
  235. package/src/definitions/modules/slider.less +0 -1
  236. package/src/definitions/modules/sticky.js +94 -116
  237. package/src/definitions/modules/sticky.less +0 -1
  238. package/src/definitions/modules/tab.js +82 -114
  239. package/src/definitions/modules/tab.less +0 -1
  240. package/src/definitions/modules/toast.js +63 -73
  241. package/src/definitions/modules/toast.less +0 -1
  242. package/src/definitions/modules/transition.js +60 -84
  243. package/src/definitions/modules/transition.less +1 -2
  244. package/src/definitions/views/ad.less +0 -1
  245. package/src/definitions/views/card.less +0 -1
  246. package/src/definitions/views/comment.less +0 -1
  247. package/src/definitions/views/feed.less +0 -1
  248. package/src/definitions/views/item.less +0 -1
  249. package/src/definitions/views/statistic.less +0 -1
  250. package/src/semantic.less +1 -1
  251. package/src/themes/amazon/elements/button.overrides +1 -1
  252. package/src/themes/amazon/elements/button.variables +5 -6
  253. package/src/themes/amazon/globals/site.variables +2 -3
  254. package/src/themes/bookish/elements/header.variables +2 -2
  255. package/src/themes/bootstrap3/elements/button.variables +4 -5
  256. package/src/themes/chubby/collections/menu.variables +1 -1
  257. package/src/themes/chubby/elements/button.overrides +4 -4
  258. package/src/themes/chubby/modules/accordion.overrides +1 -1
  259. package/src/themes/chubby/views/comment.overrides +2 -2
  260. package/src/themes/chubby/views/comment.variables +2 -2
  261. package/src/themes/classic/collections/table.variables +2 -2
  262. package/src/themes/classic/elements/button.variables +11 -11
  263. package/src/themes/classic/modules/progress.variables +2 -2
  264. package/src/themes/classic/views/card.variables +2 -2
  265. package/src/themes/default/collections/form.variables +2 -3
  266. package/src/themes/default/collections/menu.variables +28 -28
  267. package/src/themes/default/collections/message.variables +1 -1
  268. package/src/themes/default/collections/table.variables +4 -4
  269. package/src/themes/default/elements/button.variables +9 -10
  270. package/src/themes/default/elements/divider.variables +1 -1
  271. package/src/themes/default/elements/icon.variables +2 -2
  272. package/src/themes/default/elements/image.variables +1 -1
  273. package/src/themes/default/elements/input.variables +2 -2
  274. package/src/themes/default/elements/label.variables +4 -4
  275. package/src/themes/default/elements/list.variables +1 -1
  276. package/src/themes/default/elements/placeholder.variables +6 -6
  277. package/src/themes/default/elements/segment.variables +8 -8
  278. package/src/themes/default/globals/reset.overrides +45 -201
  279. package/src/themes/default/globals/site.variables +50 -50
  280. package/src/themes/default/globals/variation.variables +3 -2
  281. package/src/themes/default/modules/accordion.variables +0 -1
  282. package/src/themes/default/modules/checkbox.variables +1 -1
  283. package/src/themes/default/modules/dimmer.variables +12 -12
  284. package/src/themes/default/modules/dropdown.variables +17 -16
  285. package/src/themes/default/modules/embed.variables +2 -2
  286. package/src/themes/default/modules/flyout.variables +3 -3
  287. package/src/themes/default/modules/modal.variables +14 -14
  288. package/src/themes/default/modules/nag.variables +1 -1
  289. package/src/themes/default/modules/rating.variables +1 -1
  290. package/src/themes/default/modules/search.variables +1 -1
  291. package/src/themes/default/modules/shape.variables +1 -1
  292. package/src/themes/default/modules/sidebar.variables +2 -2
  293. package/src/themes/default/modules/toast.variables +4 -4
  294. package/src/themes/default/views/card.variables +6 -7
  295. package/src/themes/default/views/feed.variables +4 -4
  296. package/src/themes/default/views/item.variables +2 -3
  297. package/src/themes/flat/collections/form.variables +1 -1
  298. package/src/themes/flat/globals/site.variables +9 -9
  299. package/src/themes/github/collections/form.overrides +3 -3
  300. package/src/themes/github/collections/form.variables +3 -3
  301. package/src/themes/github/collections/menu.overrides +1 -1
  302. package/src/themes/github/collections/menu.variables +10 -10
  303. package/src/themes/github/collections/message.variables +6 -6
  304. package/src/themes/github/elements/button.variables +17 -17
  305. package/src/themes/github/elements/input.variables +3 -3
  306. package/src/themes/github/elements/segment.variables +2 -2
  307. package/src/themes/github/elements/step.overrides +4 -4
  308. package/src/themes/github/elements/step.variables +3 -3
  309. package/src/themes/github/globals/site.variables +2 -2
  310. package/src/themes/github/modules/dropdown.variables +1 -3
  311. package/src/themes/gmail/collections/message.variables +2 -2
  312. package/src/themes/material/collections/menu.variables +1 -1
  313. package/src/themes/material/elements/button.overrides +4 -4
  314. package/src/themes/material/elements/button.variables +5 -5
  315. package/src/themes/material/modules/dropdown.variables +1 -1
  316. package/src/themes/material/modules/modal.variables +1 -1
  317. package/src/themes/raised/elements/button.variables +1 -1
  318. package/src/themes/round/elements/button.variables +12 -12
  319. package/src/themes/striped/modules/progress.overrides +3 -3
  320. package/src/themes/timeline/views/feed.variables +2 -2
  321. package/src/themes/twitter/elements/button.overrides +1 -1
  322. package/src/themes/twitter/elements/button.variables +4 -5
  323. package/tasks/admin/components/create.js +12 -15
  324. package/tasks/admin/components/init.js +11 -12
  325. package/tasks/admin/components/update.js +19 -20
  326. package/tasks/admin/distributions/create.js +30 -51
  327. package/tasks/admin/distributions/init.js +11 -12
  328. package/tasks/admin/distributions/update.js +18 -19
  329. package/tasks/admin/register.js +7 -7
  330. package/tasks/build/assets.js +1 -1
  331. package/tasks/build/css.js +5 -5
  332. package/tasks/build/javascript.js +1 -1
  333. package/tasks/config/admin/github.js +1 -1
  334. package/tasks/config/admin/templates/css-package.js +1 -1
  335. package/tasks/config/admin/templates/less-package.js +1 -1
  336. package/tasks/config/project/config.js +10 -10
  337. package/tasks/config/project/install.js +12 -12
  338. package/tasks/config/project/release.js +6 -12
  339. package/tasks/config/tasks.js +15 -11
  340. package/tasks/config/user.js +1 -4
  341. package/tasks/docs/metadata.js +18 -20
  342. package/tasks/install.js +14 -12
  343. package/test/meteor/assets.js +4 -4
  344. package/test/meteor/fonts.js +10 -11
  345. package/test/modules/module.spec.js +18 -18
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.10.0-beta.8+62e258f - Image
2
+ * # Fomantic-UI 2.10.0-beta.81+4f706c2 - Image
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.10.0-beta.8+62e258f - Image
2
+ * # Fomantic-UI 2.10.0-beta.81+4f706c2 - Image
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.10.0-beta.8+62e258f - Input
2
+ * # Fomantic-UI 2.10.0-beta.81+4f706c2 - Input
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -58,8 +58,6 @@
58
58
  /* browsers require these rules separate */
59
59
  .ui.input > input::placeholder {
60
60
  color: rgba(191, 191, 191, 0.87);
61
- }
62
- .ui.input > input::-moz-placeholder {
63
61
  opacity: 1;
64
62
  }
65
63
 
@@ -448,7 +446,7 @@
448
446
  .ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .dropdown.icon {
449
447
  padding-right: initial;
450
448
  }
451
- .ui.icon.input:not([class*="left icon"]):not(:has(.ui.dropdown ~ input)) > .ui.dropdown > .dropdown.icon {
449
+ .ui.icon.input:not([class*="left icon"], :has(.ui.dropdown ~ input)) > .ui.dropdown > .dropdown.icon {
452
450
  padding-right: 2.5em;
453
451
  }
454
452
  }
@@ -491,9 +489,9 @@
491
489
  border-bottom: 1px solid #e0b4b4;
492
490
  }
493
491
  .ui.form .field.error > .ui[class*="left action"].input > .ui.button,
494
- .ui.form .field.error > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
492
+ .ui.form .field.error > .ui.labeled.input:not(.right, [class*="corner labeled"]) > .ui.label,
495
493
  .ui[class*="left action"].input.error > .ui.button,
496
- .ui.labeled.input.error:not(.right):not([class*="corner labeled"]) > .ui.label {
494
+ .ui.labeled.input.error:not(.right, [class*="corner labeled"]) > .ui.label {
497
495
  border-left: 1px solid #e0b4b4;
498
496
  }
499
497
  .ui.form .field.error > .ui.action.input:not([class*="left action"]) > input + .ui.button,
@@ -518,9 +516,9 @@
518
516
  border-bottom: 1px solid #a9d5de;
519
517
  }
520
518
  .ui.form .field.info > .ui[class*="left action"].input > .ui.button,
521
- .ui.form .field.info > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
519
+ .ui.form .field.info > .ui.labeled.input:not(.right, [class*="corner labeled"]) > .ui.label,
522
520
  .ui[class*="left action"].input.info > .ui.button,
523
- .ui.labeled.input.info:not(.right):not([class*="corner labeled"]) > .ui.label {
521
+ .ui.labeled.input.info:not(.right, [class*="corner labeled"]) > .ui.label {
524
522
  border-left: 1px solid #a9d5de;
525
523
  }
526
524
  .ui.form .field.info > .ui.action.input:not([class*="left action"]) > input + .ui.button,
@@ -545,9 +543,9 @@
545
543
  border-bottom: 1px solid #a3c293;
546
544
  }
547
545
  .ui.form .field.success > .ui[class*="left action"].input > .ui.button,
548
- .ui.form .field.success > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
546
+ .ui.form .field.success > .ui.labeled.input:not(.right, [class*="corner labeled"]) > .ui.label,
549
547
  .ui[class*="left action"].input.success > .ui.button,
550
- .ui.labeled.input.success:not(.right):not([class*="corner labeled"]) > .ui.label {
548
+ .ui.labeled.input.success:not(.right, [class*="corner labeled"]) > .ui.label {
551
549
  border-left: 1px solid #a3c293;
552
550
  }
553
551
  .ui.form .field.success > .ui.action.input:not([class*="left action"]) > input + .ui.button,
@@ -572,9 +570,9 @@
572
570
  border-bottom: 1px solid #c9ba9b;
573
571
  }
574
572
  .ui.form .field.warning > .ui[class*="left action"].input > .ui.button,
575
- .ui.form .field.warning > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
573
+ .ui.form .field.warning > .ui.labeled.input:not(.right, [class*="corner labeled"]) > .ui.label,
576
574
  .ui[class*="left action"].input.warning > .ui.button,
577
- .ui.labeled.input.warning:not(.right):not([class*="corner labeled"]) > .ui.label {
575
+ .ui.labeled.input.warning:not(.right, [class*="corner labeled"]) > .ui.label {
578
576
  border-left: 1px solid #c9ba9b;
579
577
  }
580
578
  .ui.form .field.warning > .ui.action.input:not([class*="left action"]) > input + .ui.button,
@@ -685,9 +683,39 @@
685
683
  .ui.file.input:not(.action) input[type="file"] {
686
684
  padding: 0;
687
685
  }
686
+ .ui.action.file.input input[type="file"]::-webkit-file-upload-button {
687
+ display: none;
688
+ }
689
+ .ui.form .field input[type="file"]::-webkit-file-upload-button,
690
+ .ui.file.input input[type="file"]::-webkit-file-upload-button {
691
+ border: none;
692
+ cursor: pointer;
693
+ padding: 0.67857143em 1em;
694
+ margin-right: 1em;
695
+ background: #e0e1e2;
696
+ font-weight: bold;
697
+ color: rgba(0, 0, 0, 0.6);
698
+ }
699
+ .ui.form .field input[type="file"]::-webkit-file-upload-button:hover,
700
+ .ui.file.input input[type="file"]::-webkit-file-upload-button:hover {
701
+ background: #cacbcd;
702
+ color: rgba(0, 0, 0, 0.6);
703
+ }
704
+ .ui.action.file.input input[type="file"]::-webkit-file-upload-button {
705
+ display: none;
706
+ }
688
707
  .ui.action.file.input input[type="file"]::file-selector-button {
689
708
  display: none;
690
709
  }
710
+ .ui.form .field input[type="file"]::-webkit-file-upload-button, .ui.file.input input[type="file"]::-webkit-file-upload-button {
711
+ border: none;
712
+ cursor: pointer;
713
+ padding: 0.67857143em 1em;
714
+ margin-right: 1em;
715
+ background: #e0e1e2;
716
+ font-weight: bold;
717
+ color: rgba(0, 0, 0, 0.6);
718
+ }
691
719
  .ui.form .field input[type="file"]::file-selector-button,
692
720
  .ui.file.input input[type="file"]::file-selector-button {
693
721
  border: none;
@@ -698,6 +726,10 @@
698
726
  font-weight: bold;
699
727
  color: rgba(0, 0, 0, 0.6);
700
728
  }
729
+ .ui.form .field input[type="file"]::-webkit-file-upload-button:hover, .ui.file.input input[type="file"]::-webkit-file-upload-button:hover {
730
+ background: #cacbcd;
731
+ color: rgba(0, 0, 0, 0.6);
732
+ }
701
733
  .ui.form .field input[type="file"]::file-selector-button:hover,
702
734
  .ui.file.input input[type="file"]::file-selector-button:hover {
703
735
  background: #cacbcd;
@@ -854,137 +886,377 @@ input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.
854
886
  .ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted {
855
887
  background-color: #000000;
856
888
  }
889
+ input[type="file"].ui.primary.file.input::-webkit-file-upload-button,
890
+ .ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
891
+ background: #2185d0;
892
+ color: #fff;
893
+ }
894
+ input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover,
895
+ .ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
896
+ background: #1678c2;
897
+ }
898
+ input[type="file"].ui.primary.file.input::-webkit-file-upload-button, .ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
899
+ background: #2185d0;
900
+ color: #fff;
901
+ }
857
902
  input[type="file"].ui.primary.file.input::file-selector-button,
858
903
  .ui.primary.file.input input[type="file"]::file-selector-button {
859
904
  background: #2185d0;
860
905
  color: #fff;
861
906
  }
907
+ input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover, .ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
908
+ background: #1678c2;
909
+ }
862
910
  input[type="file"].ui.primary.file.input::file-selector-button:hover,
863
911
  .ui.primary.file.input input[type="file"]::file-selector-button:hover {
864
912
  background: #1678c2;
865
913
  }
914
+ input[type="file"].ui.secondary.file.input::-webkit-file-upload-button,
915
+ .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
916
+ background: #1b1c1d;
917
+ color: #fff;
918
+ }
919
+ input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover,
920
+ .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
921
+ background: #27292a;
922
+ }
923
+ input[type="file"].ui.secondary.file.input::-webkit-file-upload-button, .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
924
+ background: #1b1c1d;
925
+ color: #fff;
926
+ }
866
927
  input[type="file"].ui.secondary.file.input::file-selector-button,
867
928
  .ui.secondary.file.input input[type="file"]::file-selector-button {
868
929
  background: #1b1c1d;
869
930
  color: #fff;
870
931
  }
932
+ input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover, .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
933
+ background: #27292a;
934
+ }
871
935
  input[type="file"].ui.secondary.file.input::file-selector-button:hover,
872
936
  .ui.secondary.file.input input[type="file"]::file-selector-button:hover {
873
937
  background: #27292a;
874
938
  }
939
+ input[type="file"].ui.red.file.input::-webkit-file-upload-button,
940
+ .ui.red.file.input input[type="file"]::-webkit-file-upload-button {
941
+ background: #db2828;
942
+ color: #fff;
943
+ }
944
+ input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover,
945
+ .ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
946
+ background: #d01919;
947
+ }
948
+ input[type="file"].ui.red.file.input::-webkit-file-upload-button, .ui.red.file.input input[type="file"]::-webkit-file-upload-button {
949
+ background: #db2828;
950
+ color: #fff;
951
+ }
875
952
  input[type="file"].ui.red.file.input::file-selector-button,
876
953
  .ui.red.file.input input[type="file"]::file-selector-button {
877
954
  background: #db2828;
878
955
  color: #fff;
879
956
  }
957
+ input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover, .ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
958
+ background: #d01919;
959
+ }
880
960
  input[type="file"].ui.red.file.input::file-selector-button:hover,
881
961
  .ui.red.file.input input[type="file"]::file-selector-button:hover {
882
962
  background: #d01919;
883
963
  }
964
+ input[type="file"].ui.orange.file.input::-webkit-file-upload-button,
965
+ .ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
966
+ background: #f2711c;
967
+ color: #fff;
968
+ }
969
+ input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover,
970
+ .ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
971
+ background: #f26202;
972
+ }
973
+ input[type="file"].ui.orange.file.input::-webkit-file-upload-button, .ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
974
+ background: #f2711c;
975
+ color: #fff;
976
+ }
884
977
  input[type="file"].ui.orange.file.input::file-selector-button,
885
978
  .ui.orange.file.input input[type="file"]::file-selector-button {
886
979
  background: #f2711c;
887
980
  color: #fff;
888
981
  }
982
+ input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover, .ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
983
+ background: #f26202;
984
+ }
889
985
  input[type="file"].ui.orange.file.input::file-selector-button:hover,
890
986
  .ui.orange.file.input input[type="file"]::file-selector-button:hover {
891
987
  background: #f26202;
892
988
  }
989
+ input[type="file"].ui.yellow.file.input::-webkit-file-upload-button,
990
+ .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
991
+ background: #fbbd08;
992
+ color: #fff;
993
+ }
994
+ input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover,
995
+ .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
996
+ background: #eaae00;
997
+ }
998
+ input[type="file"].ui.yellow.file.input::-webkit-file-upload-button, .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
999
+ background: #fbbd08;
1000
+ color: #fff;
1001
+ }
893
1002
  input[type="file"].ui.yellow.file.input::file-selector-button,
894
1003
  .ui.yellow.file.input input[type="file"]::file-selector-button {
895
1004
  background: #fbbd08;
896
1005
  color: #fff;
897
1006
  }
1007
+ input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover, .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
1008
+ background: #eaae00;
1009
+ }
898
1010
  input[type="file"].ui.yellow.file.input::file-selector-button:hover,
899
1011
  .ui.yellow.file.input input[type="file"]::file-selector-button:hover {
900
1012
  background: #eaae00;
901
1013
  }
1014
+ input[type="file"].ui.olive.file.input::-webkit-file-upload-button,
1015
+ .ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
1016
+ background: #b5cc18;
1017
+ color: #fff;
1018
+ }
1019
+ input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover,
1020
+ .ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
1021
+ background: #a7bd0d;
1022
+ }
1023
+ input[type="file"].ui.olive.file.input::-webkit-file-upload-button, .ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
1024
+ background: #b5cc18;
1025
+ color: #fff;
1026
+ }
902
1027
  input[type="file"].ui.olive.file.input::file-selector-button,
903
1028
  .ui.olive.file.input input[type="file"]::file-selector-button {
904
1029
  background: #b5cc18;
905
1030
  color: #fff;
906
1031
  }
1032
+ input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover, .ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
1033
+ background: #a7bd0d;
1034
+ }
907
1035
  input[type="file"].ui.olive.file.input::file-selector-button:hover,
908
1036
  .ui.olive.file.input input[type="file"]::file-selector-button:hover {
909
1037
  background: #a7bd0d;
910
1038
  }
1039
+ input[type="file"].ui.green.file.input::-webkit-file-upload-button,
1040
+ .ui.green.file.input input[type="file"]::-webkit-file-upload-button {
1041
+ background: #21ba45;
1042
+ color: #fff;
1043
+ }
1044
+ input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover,
1045
+ .ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
1046
+ background: #16ab39;
1047
+ }
1048
+ input[type="file"].ui.green.file.input::-webkit-file-upload-button, .ui.green.file.input input[type="file"]::-webkit-file-upload-button {
1049
+ background: #21ba45;
1050
+ color: #fff;
1051
+ }
911
1052
  input[type="file"].ui.green.file.input::file-selector-button,
912
1053
  .ui.green.file.input input[type="file"]::file-selector-button {
913
1054
  background: #21ba45;
914
1055
  color: #fff;
915
1056
  }
1057
+ input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover, .ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
1058
+ background: #16ab39;
1059
+ }
916
1060
  input[type="file"].ui.green.file.input::file-selector-button:hover,
917
1061
  .ui.green.file.input input[type="file"]::file-selector-button:hover {
918
1062
  background: #16ab39;
919
1063
  }
1064
+ input[type="file"].ui.teal.file.input::-webkit-file-upload-button,
1065
+ .ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
1066
+ background: #00b5ad;
1067
+ color: #fff;
1068
+ }
1069
+ input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover,
1070
+ .ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
1071
+ background: #009c95;
1072
+ }
1073
+ input[type="file"].ui.teal.file.input::-webkit-file-upload-button, .ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
1074
+ background: #00b5ad;
1075
+ color: #fff;
1076
+ }
920
1077
  input[type="file"].ui.teal.file.input::file-selector-button,
921
1078
  .ui.teal.file.input input[type="file"]::file-selector-button {
922
1079
  background: #00b5ad;
923
1080
  color: #fff;
924
1081
  }
1082
+ input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover, .ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
1083
+ background: #009c95;
1084
+ }
925
1085
  input[type="file"].ui.teal.file.input::file-selector-button:hover,
926
1086
  .ui.teal.file.input input[type="file"]::file-selector-button:hover {
927
1087
  background: #009c95;
928
1088
  }
1089
+ input[type="file"].ui.blue.file.input::-webkit-file-upload-button,
1090
+ .ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
1091
+ background: #2185d0;
1092
+ color: #fff;
1093
+ }
1094
+ input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover,
1095
+ .ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
1096
+ background: #1678c2;
1097
+ }
1098
+ input[type="file"].ui.blue.file.input::-webkit-file-upload-button, .ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
1099
+ background: #2185d0;
1100
+ color: #fff;
1101
+ }
929
1102
  input[type="file"].ui.blue.file.input::file-selector-button,
930
1103
  .ui.blue.file.input input[type="file"]::file-selector-button {
931
1104
  background: #2185d0;
932
1105
  color: #fff;
933
1106
  }
1107
+ input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover, .ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
1108
+ background: #1678c2;
1109
+ }
934
1110
  input[type="file"].ui.blue.file.input::file-selector-button:hover,
935
1111
  .ui.blue.file.input input[type="file"]::file-selector-button:hover {
936
1112
  background: #1678c2;
937
1113
  }
1114
+ input[type="file"].ui.violet.file.input::-webkit-file-upload-button,
1115
+ .ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
1116
+ background: #6435c9;
1117
+ color: #fff;
1118
+ }
1119
+ input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover,
1120
+ .ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
1121
+ background: #5829bb;
1122
+ }
1123
+ input[type="file"].ui.violet.file.input::-webkit-file-upload-button, .ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
1124
+ background: #6435c9;
1125
+ color: #fff;
1126
+ }
938
1127
  input[type="file"].ui.violet.file.input::file-selector-button,
939
1128
  .ui.violet.file.input input[type="file"]::file-selector-button {
940
1129
  background: #6435c9;
941
1130
  color: #fff;
942
1131
  }
1132
+ input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover, .ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
1133
+ background: #5829bb;
1134
+ }
943
1135
  input[type="file"].ui.violet.file.input::file-selector-button:hover,
944
1136
  .ui.violet.file.input input[type="file"]::file-selector-button:hover {
945
1137
  background: #5829bb;
946
1138
  }
1139
+ input[type="file"].ui.purple.file.input::-webkit-file-upload-button,
1140
+ .ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
1141
+ background: #a333c8;
1142
+ color: #fff;
1143
+ }
1144
+ input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover,
1145
+ .ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
1146
+ background: #9627ba;
1147
+ }
1148
+ input[type="file"].ui.purple.file.input::-webkit-file-upload-button, .ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
1149
+ background: #a333c8;
1150
+ color: #fff;
1151
+ }
947
1152
  input[type="file"].ui.purple.file.input::file-selector-button,
948
1153
  .ui.purple.file.input input[type="file"]::file-selector-button {
949
1154
  background: #a333c8;
950
1155
  color: #fff;
951
1156
  }
1157
+ input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover, .ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
1158
+ background: #9627ba;
1159
+ }
952
1160
  input[type="file"].ui.purple.file.input::file-selector-button:hover,
953
1161
  .ui.purple.file.input input[type="file"]::file-selector-button:hover {
954
1162
  background: #9627ba;
955
1163
  }
1164
+ input[type="file"].ui.pink.file.input::-webkit-file-upload-button,
1165
+ .ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
1166
+ background: #e03997;
1167
+ color: #fff;
1168
+ }
1169
+ input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover,
1170
+ .ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
1171
+ background: #e61a8d;
1172
+ }
1173
+ input[type="file"].ui.pink.file.input::-webkit-file-upload-button, .ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
1174
+ background: #e03997;
1175
+ color: #fff;
1176
+ }
956
1177
  input[type="file"].ui.pink.file.input::file-selector-button,
957
1178
  .ui.pink.file.input input[type="file"]::file-selector-button {
958
1179
  background: #e03997;
959
1180
  color: #fff;
960
1181
  }
1182
+ input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover, .ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
1183
+ background: #e61a8d;
1184
+ }
961
1185
  input[type="file"].ui.pink.file.input::file-selector-button:hover,
962
1186
  .ui.pink.file.input input[type="file"]::file-selector-button:hover {
963
1187
  background: #e61a8d;
964
1188
  }
1189
+ input[type="file"].ui.brown.file.input::-webkit-file-upload-button,
1190
+ .ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
1191
+ background: #a5673f;
1192
+ color: #fff;
1193
+ }
1194
+ input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover,
1195
+ .ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
1196
+ background: #975b33;
1197
+ }
1198
+ input[type="file"].ui.brown.file.input::-webkit-file-upload-button, .ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
1199
+ background: #a5673f;
1200
+ color: #fff;
1201
+ }
965
1202
  input[type="file"].ui.brown.file.input::file-selector-button,
966
1203
  .ui.brown.file.input input[type="file"]::file-selector-button {
967
1204
  background: #a5673f;
968
1205
  color: #fff;
969
1206
  }
1207
+ input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover, .ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
1208
+ background: #975b33;
1209
+ }
970
1210
  input[type="file"].ui.brown.file.input::file-selector-button:hover,
971
1211
  .ui.brown.file.input input[type="file"]::file-selector-button:hover {
972
1212
  background: #975b33;
973
1213
  }
1214
+ input[type="file"].ui.grey.file.input::-webkit-file-upload-button,
1215
+ .ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
1216
+ background: #767676;
1217
+ color: #fff;
1218
+ }
1219
+ input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover,
1220
+ .ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
1221
+ background: #838383;
1222
+ }
1223
+ input[type="file"].ui.grey.file.input::-webkit-file-upload-button, .ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
1224
+ background: #767676;
1225
+ color: #fff;
1226
+ }
974
1227
  input[type="file"].ui.grey.file.input::file-selector-button,
975
1228
  .ui.grey.file.input input[type="file"]::file-selector-button {
976
1229
  background: #767676;
977
1230
  color: #fff;
978
1231
  }
1232
+ input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover, .ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
1233
+ background: #838383;
1234
+ }
979
1235
  input[type="file"].ui.grey.file.input::file-selector-button:hover,
980
1236
  .ui.grey.file.input input[type="file"]::file-selector-button:hover {
981
1237
  background: #838383;
982
1238
  }
1239
+ input[type="file"].ui.black.file.input::-webkit-file-upload-button,
1240
+ .ui.black.file.input input[type="file"]::-webkit-file-upload-button {
1241
+ background: #1b1c1d;
1242
+ color: #fff;
1243
+ }
1244
+ input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover,
1245
+ .ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
1246
+ background: #27292a;
1247
+ }
1248
+ input[type="file"].ui.black.file.input::-webkit-file-upload-button, .ui.black.file.input input[type="file"]::-webkit-file-upload-button {
1249
+ background: #1b1c1d;
1250
+ color: #fff;
1251
+ }
983
1252
  input[type="file"].ui.black.file.input::file-selector-button,
984
1253
  .ui.black.file.input input[type="file"]::file-selector-button {
985
1254
  background: #1b1c1d;
986
1255
  color: #fff;
987
1256
  }
1257
+ input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover, .ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
1258
+ background: #27292a;
1259
+ }
988
1260
  input[type="file"].ui.black.file.input::file-selector-button:hover,
989
1261
  .ui.black.file.input input[type="file"]::file-selector-button:hover {
990
1262
  background: #27292a;