fomantic-ui 2.9.0-beta.3 → 2.9.0-beta.301

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 (411) 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/CONTRIBUTING.md +1 -1
  9. package/CONTRIBUTORS.md +82 -37
  10. package/FAQ.md +38 -38
  11. package/README.md +8 -8
  12. package/dist/components/accordion.css +176 -36
  13. package/dist/components/accordion.js +6 -3
  14. package/dist/components/accordion.min.css +2 -2
  15. package/dist/components/accordion.min.js +3 -3
  16. package/dist/components/ad.css +4 -4
  17. package/dist/components/ad.min.css +2 -2
  18. package/dist/components/api.js +90 -31
  19. package/dist/components/api.min.js +3 -3
  20. package/dist/components/breadcrumb.css +1 -1
  21. package/dist/components/breadcrumb.min.css +1 -1
  22. package/dist/components/button.css +204 -157
  23. package/dist/components/button.min.css +2 -2
  24. package/dist/components/calendar.css +18 -1
  25. package/dist/components/calendar.js +189 -76
  26. package/dist/components/calendar.min.css +2 -2
  27. package/dist/components/calendar.min.js +3 -3
  28. package/dist/components/card.css +754 -117
  29. package/dist/components/card.min.css +2 -2
  30. package/dist/components/checkbox.css +92 -91
  31. package/dist/components/checkbox.js +17 -11
  32. package/dist/components/checkbox.min.css +2 -2
  33. package/dist/components/checkbox.min.js +3 -3
  34. package/dist/components/comment.css +12 -12
  35. package/dist/components/comment.min.css +2 -2
  36. package/dist/components/container.css +98 -4
  37. package/dist/components/container.min.css +2 -2
  38. package/dist/components/dimmer.css +29 -14
  39. package/dist/components/dimmer.js +11 -5
  40. package/dist/components/dimmer.min.css +2 -2
  41. package/dist/components/dimmer.min.js +3 -3
  42. package/dist/components/divider.css +31 -31
  43. package/dist/components/divider.min.css +2 -2
  44. package/dist/components/dropdown.css +90 -50
  45. package/dist/components/dropdown.js +152 -117
  46. package/dist/components/dropdown.min.css +2 -2
  47. package/dist/components/dropdown.min.js +3 -3
  48. package/dist/components/embed.css +5 -5
  49. package/dist/components/embed.js +1 -1
  50. package/dist/components/embed.min.css +2 -2
  51. package/dist/components/embed.min.js +3 -3
  52. package/dist/components/emoji.css +10847 -8841
  53. package/dist/components/emoji.min.css +1 -1
  54. package/dist/components/feed.css +29 -29
  55. package/dist/components/feed.min.css +2 -2
  56. package/dist/components/flag.css +1011 -902
  57. package/dist/components/flag.min.css +2 -2
  58. package/dist/components/form.css +160 -83
  59. package/dist/components/form.js +39 -30
  60. package/dist/components/form.min.css +2 -2
  61. package/dist/components/form.min.js +3 -3
  62. package/dist/components/grid.css +25 -21
  63. package/dist/components/grid.min.css +2 -2
  64. package/dist/components/header.css +6 -4
  65. package/dist/components/header.min.css +2 -2
  66. package/dist/components/icon.css +2063 -1984
  67. package/dist/components/icon.min.css +2 -2
  68. package/dist/components/image.css +1 -1
  69. package/dist/components/image.min.css +1 -1
  70. package/dist/components/input.css +759 -22
  71. package/dist/components/input.min.css +2 -2
  72. package/dist/components/item.css +17 -17
  73. package/dist/components/item.min.css +2 -2
  74. package/dist/components/label.css +72 -68
  75. package/dist/components/label.min.css +2 -2
  76. package/dist/components/list.css +31 -31
  77. package/dist/components/list.min.css +2 -2
  78. package/dist/components/loader.css +352 -352
  79. package/dist/components/loader.min.css +2 -2
  80. package/dist/components/menu.css +110 -78
  81. package/dist/components/menu.min.css +1 -1
  82. package/dist/components/message.css +43 -43
  83. package/dist/components/message.min.css +2 -2
  84. package/dist/components/modal.css +29 -4
  85. package/dist/components/modal.js +128 -50
  86. package/dist/components/modal.min.css +2 -2
  87. package/dist/components/modal.min.js +3 -3
  88. package/dist/components/nag.css +1 -1
  89. package/dist/components/nag.js +2 -2
  90. package/dist/components/nag.min.css +1 -1
  91. package/dist/components/nag.min.js +3 -3
  92. package/dist/components/placeholder.css +33 -33
  93. package/dist/components/placeholder.min.css +2 -2
  94. package/dist/components/popup.css +103 -105
  95. package/dist/components/popup.js +11 -11
  96. package/dist/components/popup.min.css +2 -2
  97. package/dist/components/popup.min.js +3 -3
  98. package/dist/components/progress.css +1 -1
  99. package/dist/components/progress.js +6 -3
  100. package/dist/components/progress.min.css +1 -1
  101. package/dist/components/progress.min.js +3 -3
  102. package/dist/components/rail.css +1 -1
  103. package/dist/components/rail.min.css +1 -1
  104. package/dist/components/rating.css +7 -46
  105. package/dist/components/rating.js +1 -1
  106. package/dist/components/rating.min.css +2 -2
  107. package/dist/components/rating.min.js +3 -3
  108. package/dist/components/reset.css +5 -4
  109. package/dist/components/reset.min.css +2 -2
  110. package/dist/components/reveal.css +1 -1
  111. package/dist/components/reveal.min.css +1 -1
  112. package/dist/components/search.css +6 -6
  113. package/dist/components/search.js +23 -7
  114. package/dist/components/search.min.css +2 -2
  115. package/dist/components/search.min.js +3 -3
  116. package/dist/components/segment.css +118 -34
  117. package/dist/components/segment.min.css +2 -2
  118. package/dist/components/shape.css +1 -1
  119. package/dist/components/shape.js +3 -3
  120. package/dist/components/shape.min.css +1 -1
  121. package/dist/components/shape.min.js +3 -3
  122. package/dist/components/sidebar.css +7 -5
  123. package/dist/components/sidebar.js +14 -12
  124. package/dist/components/sidebar.min.css +2 -2
  125. package/dist/components/sidebar.min.js +3 -3
  126. package/dist/components/site.css +139 -42
  127. package/dist/components/site.js +1 -1
  128. package/dist/components/site.min.css +2 -2
  129. package/dist/components/site.min.js +3 -3
  130. package/dist/components/slider.css +17 -17
  131. package/dist/components/slider.js +68 -51
  132. package/dist/components/slider.min.css +1 -1
  133. package/dist/components/slider.min.js +3 -3
  134. package/dist/components/state.js +2 -2
  135. package/dist/components/state.min.js +3 -3
  136. package/dist/components/statistic.css +4 -4
  137. package/dist/components/statistic.min.css +2 -2
  138. package/dist/components/step.css +32 -32
  139. package/dist/components/step.min.css +2 -2
  140. package/dist/components/sticky.css +1 -1
  141. package/dist/components/sticky.js +5 -5
  142. package/dist/components/sticky.min.css +1 -1
  143. package/dist/components/sticky.min.js +3 -3
  144. package/dist/components/tab.css +5 -5
  145. package/dist/components/tab.js +24 -6
  146. package/dist/components/tab.min.css +2 -2
  147. package/dist/components/tab.min.js +3 -3
  148. package/dist/components/table.css +1684 -272
  149. package/dist/components/table.min.css +2 -2
  150. package/dist/components/text.css +1 -1
  151. package/dist/components/text.min.css +1 -1
  152. package/dist/components/toast.css +48 -1
  153. package/dist/components/toast.js +63 -31
  154. package/dist/components/toast.min.css +2 -2
  155. package/dist/components/toast.min.js +3 -3
  156. package/dist/components/transition.css +1 -1
  157. package/dist/components/transition.js +22 -17
  158. package/dist/components/transition.min.css +1 -1
  159. package/dist/components/transition.min.js +3 -3
  160. package/dist/components/visibility.js +3 -3
  161. package/dist/components/visibility.min.js +3 -3
  162. package/dist/semantic.css +20204 -13425
  163. package/dist/semantic.js +883 -481
  164. package/dist/semantic.min.css +3 -3
  165. package/dist/semantic.min.js +3 -3
  166. package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  167. package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  168. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  169. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  170. package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  171. package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  172. package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  173. package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  174. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  175. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  176. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  177. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  178. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  179. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  180. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  181. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  182. package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  183. package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
  184. package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  185. package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  186. package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  187. package/dist/themes/default/assets/fonts/icons.eot +0 -0
  188. package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
  189. package/dist/themes/default/assets/fonts/icons.ttf +0 -0
  190. package/dist/themes/default/assets/fonts/icons.woff +0 -0
  191. package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  192. package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  193. package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
  194. package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  195. package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  196. package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  197. package/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
  198. package/examples/assets/library/iframe-content.js +11 -11
  199. package/examples/assets/library/iframe.js +6 -6
  200. package/examples/components/button.html +1 -1
  201. package/examples/components/card.html +1 -1
  202. package/examples/components/input.html +1 -1
  203. package/examples/components/menu.html +1 -1
  204. package/examples/components/site.html +1 -1
  205. package/examples/components/table.html +1 -1
  206. package/package.json +18 -16
  207. package/scripts/nightly-version.js +47 -38
  208. package/src/definitions/behaviors/api.js +89 -30
  209. package/src/definitions/behaviors/form.js +38 -29
  210. package/src/definitions/behaviors/state.js +1 -1
  211. package/src/definitions/behaviors/visibility.js +2 -2
  212. package/src/definitions/collections/form.less +229 -165
  213. package/src/definitions/collections/grid.less +723 -687
  214. package/src/definitions/collections/menu.less +233 -171
  215. package/src/definitions/collections/message.less +49 -47
  216. package/src/definitions/collections/table.less +882 -272
  217. package/src/definitions/elements/button.less +611 -469
  218. package/src/definitions/elements/container.less +145 -8
  219. package/src/definitions/elements/divider.less +24 -24
  220. package/src/definitions/elements/emoji.less +39 -10
  221. package/src/definitions/elements/flag.less +53 -18
  222. package/src/definitions/elements/header.less +46 -37
  223. package/src/definitions/elements/icon.less +39 -32
  224. package/src/definitions/elements/input.less +281 -33
  225. package/src/definitions/elements/label.less +132 -128
  226. package/src/definitions/elements/list.less +84 -75
  227. package/src/definitions/elements/loader.less +99 -98
  228. package/src/definitions/elements/placeholder.less +32 -32
  229. package/src/definitions/elements/segment.less +177 -56
  230. package/src/definitions/elements/step.less +76 -72
  231. package/src/definitions/elements/text.less +17 -15
  232. package/src/definitions/globals/reset.less +2 -2
  233. package/src/definitions/globals/site.less +25 -2
  234. package/src/definitions/modules/accordion.js +5 -2
  235. package/src/definitions/modules/accordion.less +371 -219
  236. package/src/definitions/modules/calendar.js +188 -75
  237. package/src/definitions/modules/calendar.less +20 -0
  238. package/src/definitions/modules/checkbox.js +16 -10
  239. package/src/definitions/modules/checkbox.less +83 -227
  240. package/src/definitions/modules/dimmer.js +10 -4
  241. package/src/definitions/modules/dimmer.less +22 -8
  242. package/src/definitions/modules/dropdown.js +151 -116
  243. package/src/definitions/modules/dropdown.less +191 -136
  244. package/src/definitions/modules/embed.less +4 -4
  245. package/src/definitions/modules/modal.js +127 -49
  246. package/src/definitions/modules/modal.less +66 -33
  247. package/src/definitions/modules/nag.js +1 -1
  248. package/src/definitions/modules/nag.less +20 -19
  249. package/src/definitions/modules/popup.js +10 -10
  250. package/src/definitions/modules/popup.less +90 -90
  251. package/src/definitions/modules/progress.js +5 -2
  252. package/src/definitions/modules/progress.less +19 -18
  253. package/src/definitions/modules/rating.less +49 -42
  254. package/src/definitions/modules/search.js +22 -6
  255. package/src/definitions/modules/search.less +35 -19
  256. package/src/definitions/modules/shape.js +2 -2
  257. package/src/definitions/modules/sidebar.js +13 -11
  258. package/src/definitions/modules/sidebar.less +36 -22
  259. package/src/definitions/modules/slider.js +67 -50
  260. package/src/definitions/modules/slider.less +48 -47
  261. package/src/definitions/modules/sticky.js +4 -4
  262. package/src/definitions/modules/sticky.less +3 -1
  263. package/src/definitions/modules/tab.js +23 -5
  264. package/src/definitions/modules/tab.less +4 -4
  265. package/src/definitions/modules/toast.js +62 -30
  266. package/src/definitions/modules/toast.less +56 -16
  267. package/src/definitions/modules/transition.js +21 -16
  268. package/src/definitions/views/ad.less +3 -3
  269. package/src/definitions/views/card.less +522 -375
  270. package/src/definitions/views/comment.less +93 -82
  271. package/src/definitions/views/feed.less +164 -144
  272. package/src/definitions/views/item.less +251 -198
  273. package/src/definitions/views/statistic.less +91 -89
  274. package/src/theme.less +13 -2
  275. package/src/themes/amazon/globals/site.variables +1 -0
  276. package/src/themes/basic/elements/icon.overrides +149 -149
  277. package/src/themes/basic/elements/step.overrides +2 -2
  278. package/src/themes/bookish/elements/header.overrides +1 -1
  279. package/src/themes/chubby/elements/button.overrides +1 -1
  280. package/src/themes/chubby/elements/header.overrides +1 -1
  281. package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  282. package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  283. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  284. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  285. package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  286. package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  287. package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  288. package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  289. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  290. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  291. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  292. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  293. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  294. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  295. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  296. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  297. package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
  298. package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
  299. package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
  300. package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
  301. package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  302. package/src/themes/default/assets/fonts/icons.eot +0 -0
  303. package/src/themes/default/assets/fonts/icons.svg +1175 -1079
  304. package/src/themes/default/assets/fonts/icons.ttf +0 -0
  305. package/src/themes/default/assets/fonts/icons.woff +0 -0
  306. package/src/themes/default/assets/fonts/icons.woff2 +0 -0
  307. package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
  308. package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
  309. package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
  310. package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
  311. package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  312. package/src/themes/default/collections/form.variables +4 -0
  313. package/src/themes/default/collections/menu.variables +6 -0
  314. package/src/themes/default/collections/table.variables +52 -0
  315. package/src/themes/default/elements/button.variables +7 -1
  316. package/src/themes/default/elements/container.variables +12 -0
  317. package/src/themes/default/elements/divider.overrides +7 -7
  318. package/src/themes/default/elements/emoji.overrides +0 -3090
  319. package/src/themes/default/elements/emoji.variables +3575 -1
  320. package/src/themes/default/elements/flag.overrides +0 -991
  321. package/src/themes/default/elements/flag.variables +1609 -5
  322. package/src/themes/default/elements/icon.overrides +1975 -1949
  323. package/src/themes/default/elements/icon.variables +1 -0
  324. package/src/themes/default/elements/input.variables +15 -0
  325. package/src/themes/default/elements/segment.variables +8 -0
  326. package/src/themes/default/elements/step.overrides +4 -4
  327. package/src/themes/default/globals/site.variables +109 -8
  328. package/src/themes/default/globals/variation.variables +145 -6
  329. package/src/themes/default/modules/accordion.overrides +6 -5
  330. package/src/themes/default/modules/accordion.variables +49 -2
  331. package/src/themes/default/modules/calendar.variables +3 -0
  332. package/src/themes/default/modules/checkbox.overrides +9 -9
  333. package/src/themes/default/modules/checkbox.variables +5 -5
  334. package/src/themes/default/modules/dimmer.variables +1 -1
  335. package/src/themes/default/modules/dropdown.overrides +5 -5
  336. package/src/themes/default/modules/dropdown.variables +4 -10
  337. package/src/themes/default/modules/modal.variables +14 -0
  338. package/src/themes/default/modules/popup.variables +0 -2
  339. package/src/themes/default/modules/toast.variables +3 -0
  340. package/src/themes/default/views/card.variables +8 -0
  341. package/src/themes/{default → famfamfam}/assets/images/flags.png +0 -0
  342. package/src/themes/famfamfam/elements/flag.overrides +1026 -0
  343. package/src/themes/famfamfam/elements/flag.variables +20 -0
  344. package/src/themes/github/elements/icon.overrides +206 -206
  345. package/src/themes/github/elements/step.overrides +5 -5
  346. package/src/themes/github/globals/site.variables +1 -0
  347. package/src/themes/github/modules/dropdown.overrides +6 -6
  348. package/src/themes/instagram/views/card.overrides +1 -1
  349. package/src/themes/joypixels/elements/emoji.overrides +0 -3089
  350. package/src/themes/joypixels/elements/emoji.variables +3574 -5
  351. package/src/themes/material/collections/menu.overrides +1 -1
  352. package/src/themes/material/elements/button.overrides +1 -1
  353. package/src/themes/material/elements/header.overrides +1 -1
  354. package/src/themes/material/elements/icon.overrides +932 -932
  355. package/src/themes/material/globals/site.variables +0 -1
  356. package/src/themes/material/modules/dropdown.overrides +1 -1
  357. package/src/themes/material/modules/modal.overrides +1 -1
  358. package/src/themes/pulsar/elements/loader.overrides +2 -2
  359. package/src/themes/resetcss/globals/reset.overrides +3 -3
  360. package/src/themes/rtl/globals/site.overrides +1 -1
  361. package/src/themes/striped/modules/progress.overrides +1 -1
  362. package/src/themes/systemfont/globals/reset.overrides +8 -0
  363. package/src/themes/systemfont/globals/site.variables +10 -0
  364. package/src/themes/twitter/elements/emoji.overrides +0 -3091
  365. package/src/themes/twitter/elements/emoji.variables +3570 -6
  366. package/tasks/admin/components/init.js +2 -2
  367. package/tasks/admin/distributions/create.js +1 -1
  368. package/tasks/admin/distributions/init.js +2 -2
  369. package/tasks/admin/publish.js +1 -1
  370. package/tasks/admin/release.js +1 -1
  371. package/tasks/build/assets.js +1 -1
  372. package/tasks/build/css.js +9 -4
  373. package/tasks/build/javascript.js +3 -3
  374. package/tasks/check-install.js +1 -1
  375. package/tasks/clean.js +1 -1
  376. package/tasks/collections/README.md +1 -1
  377. package/tasks/collections/admin.js +1 -1
  378. package/tasks/config/admin/oauth.example.js +1 -1
  379. package/tasks/config/admin/templates/composer.json +1 -1
  380. package/tasks/config/project/install.js +15 -13
  381. package/tasks/install.js +1 -0
  382. package/tasks/rtl/watch.js +1 -1
  383. package/tasks/version.js +1 -1
  384. package/test/fixtures/accordion.html +1 -1
  385. package/test/fixtures/checkbox.html +1 -1
  386. package/test/fixtures/dropdown.html +1 -1
  387. package/test/fixtures/modal.html +1 -1
  388. package/test/fixtures/popup.html +1 -1
  389. package/test/fixtures/rating.html +1 -1
  390. package/test/fixtures/shape.html +1 -1
  391. package/test/fixtures/sidebar.html +1 -1
  392. package/test/fixtures/tab.html +1 -1
  393. package/test/fixtures/transition.html +1 -1
  394. package/test/fixtures/video.html +1 -1
  395. package/test/helpers/jasmine-jquery.js +2 -2
  396. package/test/helpers/jasmine-sinon.js +1 -1
  397. package/test/helpers/jquery-events.js +1 -1
  398. package/test/helpers/sinon.js +3 -3
  399. package/test/meteor/fonts.js +1 -1
  400. package/test/modules/accordion.spec.js +1 -1
  401. package/test/modules/checkbox.spec.js +1 -1
  402. package/test/modules/dropdown.spec.js +1 -1
  403. package/test/modules/modal.spec.js +1 -1
  404. package/test/modules/module.spec.js +1 -1
  405. package/test/modules/popup.spec.js +1 -1
  406. package/test/modules/search.spec.js +1 -1
  407. package/test/modules/shape.spec.js +1 -1
  408. package/test/modules/sidebar.spec.js +1 -1
  409. package/test/modules/tab.spec.js +1 -1
  410. package/test/modules/transition.spec.js +1 -1
  411. package/test/modules/video.spec.js +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0-beta.3 - Input
2
+ * # Fomantic-UI 2.9.0-beta.301+42e68bc - Input
3
3
  * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -37,8 +37,7 @@
37
37
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
38
38
  text-align: left;
39
39
  line-height: 1.21428571em;
40
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
41
- padding: 0.67857143em 1em;
40
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
42
41
  background: #FFFFFF;
43
42
  border: 1px solid rgba(34, 36, 38, 0.15);
44
43
  color: rgba(0, 0, 0, 0.87);
@@ -50,6 +49,16 @@
50
49
  -webkit-box-shadow: none;
51
50
  box-shadow: none;
52
51
  }
52
+ .ui.input > input:not([type="color"]) {
53
+ padding: 0.67857143em 1em;
54
+ }
55
+ .ui.input > input::-webkit-calendar-picker-indicator {
56
+ padding: 0;
57
+ opacity: 0.5;
58
+ -webkit-transition: opacity 0.3s ease;
59
+ transition: opacity 0.3s ease;
60
+ cursor: pointer;
61
+ }
53
62
 
54
63
  /*--------------------
55
64
  Placeholder
@@ -104,7 +113,7 @@
104
113
  Loading
105
114
  ---------------------*/
106
115
 
107
- .ui.loading.loading.input > i.icon:before {
116
+ .ui.loading.loading.input > i.icon::before {
108
117
  position: absolute;
109
118
  content: '';
110
119
  top: 50%;
@@ -115,7 +124,7 @@
115
124
  border-radius: 500rem;
116
125
  border: 0.2em solid rgba(0, 0, 0, 0.1);
117
126
  }
118
- .ui.loading.loading.input > i.icon:after {
127
+ .ui.loading.loading.input > i.icon::after {
119
128
  position: absolute;
120
129
  content: '';
121
130
  top: 50%;
@@ -167,6 +176,31 @@
167
176
  -webkit-box-shadow: none;
168
177
  box-shadow: none;
169
178
  }
179
+ .ui.input > input:not(:-moz-placeholder-shown):invalid {
180
+ background-color: #FFF6F6;
181
+ border-color: #E0B4B4;
182
+ color: #9F3A38;
183
+ box-shadow: none;
184
+ }
185
+ .ui.input > input:not(:-ms-input-placeholder):invalid {
186
+ background-color: #FFF6F6;
187
+ border-color: #E0B4B4;
188
+ color: #9F3A38;
189
+ box-shadow: none;
190
+ }
191
+ .ui.input > input:not(:placeholder-shown):invalid {
192
+ background-color: #FFF6F6;
193
+ border-color: #E0B4B4;
194
+ color: #9F3A38;
195
+ -webkit-box-shadow: none;
196
+ box-shadow: none;
197
+ }
198
+ .ui.input > input:not(:-ms-input-placeholder):invalid {
199
+ background-color: #FFF6F6;
200
+ border-color: #E0B4B4;
201
+ color: #9F3A38;
202
+ box-shadow: none;
203
+ }
170
204
 
171
205
  /* Placeholder */
172
206
  .ui.input.error > input::-webkit-input-placeholder {
@@ -353,12 +387,12 @@
353
387
  .ui.icon.input > i.icon:not(.link) {
354
388
  pointer-events: none;
355
389
  }
356
- .ui.ui.ui.ui.icon.input > textarea,
357
- .ui.ui.ui.ui.icon.input > input {
390
+ .ui.ui.ui.ui.icon.input:not(.corner) > textarea,
391
+ .ui.ui.ui.ui.icon.input:not(.corner) > input {
358
392
  padding-right: 2.67142857em;
359
393
  }
360
- .ui.icon.input > i.icon:before,
361
- .ui.icon.input > i.icon:after {
394
+ .ui.icon.input > i.icon::before,
395
+ .ui.icon.input > i.icon::after {
362
396
  left: 0;
363
397
  position: absolute;
364
398
  text-align: center;
@@ -384,13 +418,17 @@
384
418
  right: auto;
385
419
  left: 0.5em;
386
420
  }
387
- .ui.ui.ui.ui[class*="left icon"].input > textarea,
388
- .ui.ui.ui.ui[class*="left icon"].input > input {
421
+ .ui.ui.ui.ui[class*="left icon"]:not([class*="left corner"]).input > textarea,
422
+ .ui.ui.ui.ui[class*="left icon"]:not([class*="left corner"]).input > input {
389
423
  padding-left: 2.67142857em;
424
+ }
425
+ .ui.ui.ui.ui[class*="left icon"]:not(.corner).input > textarea,
426
+ .ui.ui.ui.ui[class*="left icon"]:not(.corner).input > input {
390
427
  padding-right: 1em;
391
428
  }
392
429
 
393
430
  /* Focus */
431
+ .ui.input > input:focus::-webkit-calendar-picker-indicator,
394
432
  .ui.icon.input > textarea:focus ~ i.icon,
395
433
  .ui.icon.input > input:focus ~ i.icon {
396
434
  opacity: 1;
@@ -451,30 +489,88 @@
451
489
  }
452
490
 
453
491
  /* Spacing with corner label */
454
- .ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input > textarea,
455
- .ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input > input {
456
- padding-right: 2.5em !important;
492
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown,
493
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > textarea,
494
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > input {
495
+ padding-right: 2.5em;
457
496
  }
497
+ .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .ui.dropdown,
458
498
  .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > textarea,
459
499
  .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
460
- padding-right: 3.25em !important;
500
+ padding-right: 3.25em;
461
501
  }
462
502
  .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > i.icon {
463
503
  margin-right: 1.25em;
464
504
  }
465
505
 
466
506
  /* Left Labeled */
467
- .ui[class*="left corner labeled"].labeled.input > textarea,
468
- .ui[class*="left corner labeled"].labeled.input > input {
469
- padding-left: 2.5em !important;
470
- }
471
- .ui[class*="left corner labeled"].icon.input > textarea,
472
- .ui[class*="left corner labeled"].icon.input > input {
473
- padding-left: 3.25em !important;
507
+ .ui[class*="left icon"].input > .ui.dropdown,
508
+ .ui[class*="left corner labeled"].input > .ui.dropdown,
509
+ .ui[class*="left corner labeled"].input > textarea,
510
+ .ui[class*="left corner labeled"].input > input {
511
+ padding-left: 2.5em;
512
+ }
513
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > .ui.dropdown,
514
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > textarea,
515
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > input {
516
+ padding-right: 3.25em;
517
+ }
518
+ .ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown,
519
+ .ui[class*="left corner labeled"][class*="left icon"].input > textarea,
520
+ .ui[class*="left corner labeled"][class*="left icon"].input > input {
521
+ padding-left: 4em;
474
522
  }
475
523
  .ui[class*="left corner labeled"].icon.input > i.icon {
476
524
  margin-left: 1.25em;
477
525
  }
526
+ .ui[class*="left corner labeled"].icon:not([class*="left icon"]).input > input {
527
+ padding-right: 2.5em;
528
+ }
529
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > input {
530
+ padding-right: 5em;
531
+ }
532
+ .ui[class*="left icon"].input > .ui.dropdown > .search,
533
+ .ui[class*="left corner labeled"].input > .ui.dropdown > .search {
534
+ padding-left: 2.5em;
535
+ }
536
+ .ui[class*="left icon"].input > .ui.dropdown > .menu,
537
+ .ui[class*="left corner labeled"].input > .ui.dropdown > .menu {
538
+ padding-left: 1.25em;
539
+ }
540
+ .ui[class*="left icon"].input > .ui.dropdown > .menu > .item,
541
+ .ui[class*="left corner labeled"].input > .ui.dropdown > .menu > .item {
542
+ padding-left: 2.5em;
543
+ margin-left: -1.25em;
544
+ }
545
+ .ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown > .search {
546
+ padding-left: 4em;
547
+ }
548
+ .ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown > .menu > .item {
549
+ padding-left: 4em;
550
+ }
551
+ .ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .search,
552
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .search {
553
+ padding-right: 5.75em;
554
+ }
555
+ .ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .remove.icon,
556
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .remove.icon,
557
+ .ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .dropdown.icon,
558
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .dropdown.icon {
559
+ padding-right: 2.5em;
560
+ }
561
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .search {
562
+ padding-right: 7.25em;
563
+ }
564
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .remove.icon,
565
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .dropdown.icon {
566
+ padding-right: 4em;
567
+ }
568
+ .ui.icon.input > .ui.visible.dropdown ~ i.icon,
569
+ .ui.icon.input > .ui.active.dropdown ~ i.icon,
570
+ .ui[class*="corner labeled"].input > .ui.visible.dropdown ~ .ui.corner.label,
571
+ .ui[class*="corner labeled"].input > .ui.active.dropdown ~ .ui.corner.label {
572
+ z-index: 10;
573
+ }
478
574
  .ui.icon.input > textarea ~ i.icon {
479
575
  height: 3em;
480
576
  }
@@ -669,6 +765,647 @@
669
765
  width: 0 !important;
670
766
  }
671
767
 
768
+ /*--------------------
769
+ File
770
+ ---------------------*/
771
+
772
+
773
+ /* width hack for chrome/edge */
774
+ .ui.file.input {
775
+ width: 100%;
776
+ }
777
+ .ui.file.input input[type="file"] {
778
+ width: 0;
779
+ }
780
+ .ui.form .field > input[type="file"],
781
+ .ui.file.input:not(.action) input[type="file"] {
782
+ padding: 0;
783
+ }
784
+ .ui.action.file.input input[type="file"]::-webkit-file-upload-button {
785
+ display: none;
786
+ }
787
+ .ui.form .field input[type="file"]::-webkit-file-upload-button,
788
+ .ui.file.input input[type="file"]::-webkit-file-upload-button {
789
+ border: none;
790
+ cursor: pointer;
791
+ padding: 0.67857143em 1em;
792
+ margin-right: 1em;
793
+ background: #e0e1e2;
794
+ font-weight: bold;
795
+ color: rgba(0, 0, 0, 0.6);
796
+ }
797
+ .ui.form .field input[type="file"]::-webkit-file-upload-button:hover,
798
+ .ui.file.input input[type="file"]::-webkit-file-upload-button:hover {
799
+ background: #cacbcd;
800
+ color: rgba(0, 0, 0, 0.6);
801
+ }
802
+ .ui.action.file.input input[type="file"]::-ms-browse {
803
+ display: none;
804
+ }
805
+ .ui.form .field input[type="file"]::-ms-browse,
806
+ .ui.file.input input[type="file"]::-ms-browse {
807
+ border: none;
808
+ cursor: pointer;
809
+ padding: 0.67857143em 1em;
810
+ margin: 0;
811
+ background: #e0e1e2;
812
+ font-weight: bold;
813
+ color: rgba(0, 0, 0, 0.6);
814
+ }
815
+ .ui.form .field input[type="file"]::-ms-browse:hover,
816
+ .ui.file.input input[type="file"]::-ms-browse:hover {
817
+ background: #cacbcd;
818
+ color: rgba(0, 0, 0, 0.6);
819
+ }
820
+
821
+ /* IE needs additional styling for input field :S */
822
+ @media all and (-ms-high-contrast: none) {
823
+ .ui.file.input > input[type="file"],
824
+ input[type="file"].ui.file.input {
825
+ padding: 0 !important;
826
+ }
827
+ }
828
+ .ui.action.file.input input[type="file"]::file-selector-button {
829
+ display: none;
830
+ }
831
+ .ui.form .field input[type="file"]::file-selector-button,
832
+ .ui.file.input input[type="file"]::file-selector-button {
833
+ border: none;
834
+ cursor: pointer;
835
+ padding: 0.67857143em 1em;
836
+ margin-right: 1em;
837
+ background: #e0e1e2;
838
+ font-weight: bold;
839
+ color: rgba(0, 0, 0, 0.6);
840
+ }
841
+ .ui.form .field input[type="file"]::file-selector-button:hover,
842
+ .ui.file.input input[type="file"]::file-selector-button:hover {
843
+ background: #cacbcd;
844
+ color: rgba(0, 0, 0, 0.6);
845
+ }
846
+ .ui.form .field input[type="file"]:required:invalid,
847
+ .ui.file.input input[type="file"]:required:invalid {
848
+ color: #9F3A38;
849
+ background: #FFF6F6;
850
+ border-color: #E0B4B4;
851
+ }
852
+ input[type="file"].ui.invisible.file.input,
853
+ .ui.invisible.file.input input[type="file"] {
854
+ left: -99999px;
855
+ position: absolute;
856
+ }
857
+ input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertiary),
858
+ .ui.file.input input[type="file"]:focus + label.ui.button:not(.basic):not(.tertiary) {
859
+ background: #cacbcd;
860
+ color: rgba(0, 0, 0, 0.8);
861
+ }
862
+ input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertiary).inverted,
863
+ .ui.file.input input[type="file"]:focus + label.ui.button:not(.basic):not(.tertiary).inverted {
864
+ background: #FFFFFF;
865
+ }
866
+
867
+ /* this is related to existing buttons, so the button color variable is used here! */
868
+ input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary),
869
+ .ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary) {
870
+ background-color: #1678c2;
871
+ color: #FFFFFF;
872
+ }
873
+ input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted,
874
+ .ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted {
875
+ background-color: #21b8ff;
876
+ }
877
+ input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary),
878
+ .ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary) {
879
+ background-color: #27292a;
880
+ color: #FFFFFF;
881
+ }
882
+ input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted,
883
+ .ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted {
884
+ background-color: #6e6e6e;
885
+ }
886
+ input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary),
887
+ .ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary) {
888
+ background-color: #d01919;
889
+ color: #FFFFFF;
890
+ }
891
+ input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted,
892
+ .ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted {
893
+ background-color: #ff392b;
894
+ }
895
+ input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary),
896
+ .ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary) {
897
+ background-color: #f26202;
898
+ color: #FFFFFF;
899
+ }
900
+ input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted,
901
+ .ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted {
902
+ background-color: #e76b00;
903
+ }
904
+ input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary),
905
+ .ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary) {
906
+ background-color: #eaae00;
907
+ color: #FFFFFF;
908
+ }
909
+ input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted,
910
+ .ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted {
911
+ background-color: #ebcd00;
912
+ }
913
+ input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary),
914
+ .ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary) {
915
+ background-color: #a7bd0d;
916
+ color: #FFFFFF;
917
+ }
918
+ input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted,
919
+ .ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted {
920
+ background-color: #d2e745;
921
+ }
922
+ input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary),
923
+ .ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary) {
924
+ background-color: #16ab39;
925
+ color: #FFFFFF;
926
+ }
927
+ input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted,
928
+ .ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted {
929
+ background-color: #1ea92e;
930
+ }
931
+ input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary),
932
+ .ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary) {
933
+ background-color: #009c95;
934
+ color: #FFFFFF;
935
+ }
936
+ input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted,
937
+ .ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted {
938
+ background-color: #3affff;
939
+ }
940
+ input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary),
941
+ .ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary) {
942
+ background-color: #1678c2;
943
+ color: #FFFFFF;
944
+ }
945
+ input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted,
946
+ .ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted {
947
+ background-color: #21b8ff;
948
+ }
949
+ input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary),
950
+ .ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary) {
951
+ background-color: #5829bb;
952
+ color: #FFFFFF;
953
+ }
954
+ input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted,
955
+ .ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted {
956
+ background-color: #745aff;
957
+ }
958
+ input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary),
959
+ .ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary) {
960
+ background-color: #9627ba;
961
+ color: #FFFFFF;
962
+ }
963
+ input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted,
964
+ .ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted {
965
+ background-color: #cf40ff;
966
+ }
967
+ input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary),
968
+ .ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary) {
969
+ background-color: #e61a8d;
970
+ color: #FFFFFF;
971
+ }
972
+ input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted,
973
+ .ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted {
974
+ background-color: #ff5bd1;
975
+ }
976
+ input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary),
977
+ .ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary) {
978
+ background-color: #975b33;
979
+ color: #FFFFFF;
980
+ }
981
+ input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted,
982
+ .ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted {
983
+ background-color: #b0620f;
984
+ }
985
+ input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary),
986
+ .ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary) {
987
+ background-color: #838383;
988
+ color: #FFFFFF;
989
+ }
990
+ input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted,
991
+ .ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted {
992
+ background-color: #c2c4c5;
993
+ }
994
+ input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary),
995
+ .ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary) {
996
+ background-color: #27292a;
997
+ color: #FFFFFF;
998
+ }
999
+ input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted,
1000
+ .ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted {
1001
+ background-color: #000000;
1002
+ }
1003
+ input[type="file"].ui.primary.file.input::-webkit-file-upload-button,
1004
+ .ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
1005
+ background: #2185D0;
1006
+ color: #FFFFFF;
1007
+ }
1008
+ input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover,
1009
+ .ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
1010
+ background: #1678c2;
1011
+ }
1012
+ input[type="file"].ui.primary.file.input::-ms-browse,
1013
+ .ui.primary.file.input input[type="file"]::-ms-browse {
1014
+ background: #2185D0;
1015
+ color: #FFFFFF;
1016
+ }
1017
+ input[type="file"].ui.primary.file.input::-ms-browse:hover,
1018
+ .ui.primary.file.input input[type="file"]::-ms-browse:hover {
1019
+ background: #1678c2;
1020
+ }
1021
+ input[type="file"].ui.primary.file.input::file-selector-button,
1022
+ .ui.primary.file.input input[type="file"]::file-selector-button {
1023
+ background: #2185D0;
1024
+ color: #FFFFFF;
1025
+ }
1026
+ input[type="file"].ui.primary.file.input::file-selector-button:hover,
1027
+ .ui.primary.file.input input[type="file"]::file-selector-button:hover {
1028
+ background: #1678c2;
1029
+ }
1030
+ input[type="file"].ui.secondary.file.input::-webkit-file-upload-button,
1031
+ .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
1032
+ background: #1B1C1D;
1033
+ color: #FFFFFF;
1034
+ }
1035
+ input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover,
1036
+ .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
1037
+ background: #27292a;
1038
+ }
1039
+ input[type="file"].ui.secondary.file.input::-ms-browse,
1040
+ .ui.secondary.file.input input[type="file"]::-ms-browse {
1041
+ background: #1B1C1D;
1042
+ color: #FFFFFF;
1043
+ }
1044
+ input[type="file"].ui.secondary.file.input::-ms-browse:hover,
1045
+ .ui.secondary.file.input input[type="file"]::-ms-browse:hover {
1046
+ background: #27292a;
1047
+ }
1048
+ input[type="file"].ui.secondary.file.input::file-selector-button,
1049
+ .ui.secondary.file.input input[type="file"]::file-selector-button {
1050
+ background: #1B1C1D;
1051
+ color: #FFFFFF;
1052
+ }
1053
+ input[type="file"].ui.secondary.file.input::file-selector-button:hover,
1054
+ .ui.secondary.file.input input[type="file"]::file-selector-button:hover {
1055
+ background: #27292a;
1056
+ }
1057
+ input[type="file"].ui.red.file.input::-webkit-file-upload-button,
1058
+ .ui.red.file.input input[type="file"]::-webkit-file-upload-button {
1059
+ background: #DB2828;
1060
+ color: #FFFFFF;
1061
+ }
1062
+ input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover,
1063
+ .ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
1064
+ background: #d01919;
1065
+ }
1066
+ input[type="file"].ui.red.file.input::-ms-browse,
1067
+ .ui.red.file.input input[type="file"]::-ms-browse {
1068
+ background: #DB2828;
1069
+ color: #FFFFFF;
1070
+ }
1071
+ input[type="file"].ui.red.file.input::-ms-browse:hover,
1072
+ .ui.red.file.input input[type="file"]::-ms-browse:hover {
1073
+ background: #d01919;
1074
+ }
1075
+ input[type="file"].ui.red.file.input::file-selector-button,
1076
+ .ui.red.file.input input[type="file"]::file-selector-button {
1077
+ background: #DB2828;
1078
+ color: #FFFFFF;
1079
+ }
1080
+ input[type="file"].ui.red.file.input::file-selector-button:hover,
1081
+ .ui.red.file.input input[type="file"]::file-selector-button:hover {
1082
+ background: #d01919;
1083
+ }
1084
+ input[type="file"].ui.orange.file.input::-webkit-file-upload-button,
1085
+ .ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
1086
+ background: #F2711C;
1087
+ color: #FFFFFF;
1088
+ }
1089
+ input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover,
1090
+ .ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
1091
+ background: #f26202;
1092
+ }
1093
+ input[type="file"].ui.orange.file.input::-ms-browse,
1094
+ .ui.orange.file.input input[type="file"]::-ms-browse {
1095
+ background: #F2711C;
1096
+ color: #FFFFFF;
1097
+ }
1098
+ input[type="file"].ui.orange.file.input::-ms-browse:hover,
1099
+ .ui.orange.file.input input[type="file"]::-ms-browse:hover {
1100
+ background: #f26202;
1101
+ }
1102
+ input[type="file"].ui.orange.file.input::file-selector-button,
1103
+ .ui.orange.file.input input[type="file"]::file-selector-button {
1104
+ background: #F2711C;
1105
+ color: #FFFFFF;
1106
+ }
1107
+ input[type="file"].ui.orange.file.input::file-selector-button:hover,
1108
+ .ui.orange.file.input input[type="file"]::file-selector-button:hover {
1109
+ background: #f26202;
1110
+ }
1111
+ input[type="file"].ui.yellow.file.input::-webkit-file-upload-button,
1112
+ .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
1113
+ background: #FBBD08;
1114
+ color: #FFFFFF;
1115
+ }
1116
+ input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover,
1117
+ .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
1118
+ background: #eaae00;
1119
+ }
1120
+ input[type="file"].ui.yellow.file.input::-ms-browse,
1121
+ .ui.yellow.file.input input[type="file"]::-ms-browse {
1122
+ background: #FBBD08;
1123
+ color: #FFFFFF;
1124
+ }
1125
+ input[type="file"].ui.yellow.file.input::-ms-browse:hover,
1126
+ .ui.yellow.file.input input[type="file"]::-ms-browse:hover {
1127
+ background: #eaae00;
1128
+ }
1129
+ input[type="file"].ui.yellow.file.input::file-selector-button,
1130
+ .ui.yellow.file.input input[type="file"]::file-selector-button {
1131
+ background: #FBBD08;
1132
+ color: #FFFFFF;
1133
+ }
1134
+ input[type="file"].ui.yellow.file.input::file-selector-button:hover,
1135
+ .ui.yellow.file.input input[type="file"]::file-selector-button:hover {
1136
+ background: #eaae00;
1137
+ }
1138
+ input[type="file"].ui.olive.file.input::-webkit-file-upload-button,
1139
+ .ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
1140
+ background: #B5CC18;
1141
+ color: #FFFFFF;
1142
+ }
1143
+ input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover,
1144
+ .ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
1145
+ background: #a7bd0d;
1146
+ }
1147
+ input[type="file"].ui.olive.file.input::-ms-browse,
1148
+ .ui.olive.file.input input[type="file"]::-ms-browse {
1149
+ background: #B5CC18;
1150
+ color: #FFFFFF;
1151
+ }
1152
+ input[type="file"].ui.olive.file.input::-ms-browse:hover,
1153
+ .ui.olive.file.input input[type="file"]::-ms-browse:hover {
1154
+ background: #a7bd0d;
1155
+ }
1156
+ input[type="file"].ui.olive.file.input::file-selector-button,
1157
+ .ui.olive.file.input input[type="file"]::file-selector-button {
1158
+ background: #B5CC18;
1159
+ color: #FFFFFF;
1160
+ }
1161
+ input[type="file"].ui.olive.file.input::file-selector-button:hover,
1162
+ .ui.olive.file.input input[type="file"]::file-selector-button:hover {
1163
+ background: #a7bd0d;
1164
+ }
1165
+ input[type="file"].ui.green.file.input::-webkit-file-upload-button,
1166
+ .ui.green.file.input input[type="file"]::-webkit-file-upload-button {
1167
+ background: #21BA45;
1168
+ color: #FFFFFF;
1169
+ }
1170
+ input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover,
1171
+ .ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
1172
+ background: #16ab39;
1173
+ }
1174
+ input[type="file"].ui.green.file.input::-ms-browse,
1175
+ .ui.green.file.input input[type="file"]::-ms-browse {
1176
+ background: #21BA45;
1177
+ color: #FFFFFF;
1178
+ }
1179
+ input[type="file"].ui.green.file.input::-ms-browse:hover,
1180
+ .ui.green.file.input input[type="file"]::-ms-browse:hover {
1181
+ background: #16ab39;
1182
+ }
1183
+ input[type="file"].ui.green.file.input::file-selector-button,
1184
+ .ui.green.file.input input[type="file"]::file-selector-button {
1185
+ background: #21BA45;
1186
+ color: #FFFFFF;
1187
+ }
1188
+ input[type="file"].ui.green.file.input::file-selector-button:hover,
1189
+ .ui.green.file.input input[type="file"]::file-selector-button:hover {
1190
+ background: #16ab39;
1191
+ }
1192
+ input[type="file"].ui.teal.file.input::-webkit-file-upload-button,
1193
+ .ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
1194
+ background: #00B5AD;
1195
+ color: #FFFFFF;
1196
+ }
1197
+ input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover,
1198
+ .ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
1199
+ background: #009c95;
1200
+ }
1201
+ input[type="file"].ui.teal.file.input::-ms-browse,
1202
+ .ui.teal.file.input input[type="file"]::-ms-browse {
1203
+ background: #00B5AD;
1204
+ color: #FFFFFF;
1205
+ }
1206
+ input[type="file"].ui.teal.file.input::-ms-browse:hover,
1207
+ .ui.teal.file.input input[type="file"]::-ms-browse:hover {
1208
+ background: #009c95;
1209
+ }
1210
+ input[type="file"].ui.teal.file.input::file-selector-button,
1211
+ .ui.teal.file.input input[type="file"]::file-selector-button {
1212
+ background: #00B5AD;
1213
+ color: #FFFFFF;
1214
+ }
1215
+ input[type="file"].ui.teal.file.input::file-selector-button:hover,
1216
+ .ui.teal.file.input input[type="file"]::file-selector-button:hover {
1217
+ background: #009c95;
1218
+ }
1219
+ input[type="file"].ui.blue.file.input::-webkit-file-upload-button,
1220
+ .ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
1221
+ background: #2185D0;
1222
+ color: #FFFFFF;
1223
+ }
1224
+ input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover,
1225
+ .ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
1226
+ background: #1678c2;
1227
+ }
1228
+ input[type="file"].ui.blue.file.input::-ms-browse,
1229
+ .ui.blue.file.input input[type="file"]::-ms-browse {
1230
+ background: #2185D0;
1231
+ color: #FFFFFF;
1232
+ }
1233
+ input[type="file"].ui.blue.file.input::-ms-browse:hover,
1234
+ .ui.blue.file.input input[type="file"]::-ms-browse:hover {
1235
+ background: #1678c2;
1236
+ }
1237
+ input[type="file"].ui.blue.file.input::file-selector-button,
1238
+ .ui.blue.file.input input[type="file"]::file-selector-button {
1239
+ background: #2185D0;
1240
+ color: #FFFFFF;
1241
+ }
1242
+ input[type="file"].ui.blue.file.input::file-selector-button:hover,
1243
+ .ui.blue.file.input input[type="file"]::file-selector-button:hover {
1244
+ background: #1678c2;
1245
+ }
1246
+ input[type="file"].ui.violet.file.input::-webkit-file-upload-button,
1247
+ .ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
1248
+ background: #6435C9;
1249
+ color: #FFFFFF;
1250
+ }
1251
+ input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover,
1252
+ .ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
1253
+ background: #5829bb;
1254
+ }
1255
+ input[type="file"].ui.violet.file.input::-ms-browse,
1256
+ .ui.violet.file.input input[type="file"]::-ms-browse {
1257
+ background: #6435C9;
1258
+ color: #FFFFFF;
1259
+ }
1260
+ input[type="file"].ui.violet.file.input::-ms-browse:hover,
1261
+ .ui.violet.file.input input[type="file"]::-ms-browse:hover {
1262
+ background: #5829bb;
1263
+ }
1264
+ input[type="file"].ui.violet.file.input::file-selector-button,
1265
+ .ui.violet.file.input input[type="file"]::file-selector-button {
1266
+ background: #6435C9;
1267
+ color: #FFFFFF;
1268
+ }
1269
+ input[type="file"].ui.violet.file.input::file-selector-button:hover,
1270
+ .ui.violet.file.input input[type="file"]::file-selector-button:hover {
1271
+ background: #5829bb;
1272
+ }
1273
+ input[type="file"].ui.purple.file.input::-webkit-file-upload-button,
1274
+ .ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
1275
+ background: #A333C8;
1276
+ color: #FFFFFF;
1277
+ }
1278
+ input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover,
1279
+ .ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
1280
+ background: #9627ba;
1281
+ }
1282
+ input[type="file"].ui.purple.file.input::-ms-browse,
1283
+ .ui.purple.file.input input[type="file"]::-ms-browse {
1284
+ background: #A333C8;
1285
+ color: #FFFFFF;
1286
+ }
1287
+ input[type="file"].ui.purple.file.input::-ms-browse:hover,
1288
+ .ui.purple.file.input input[type="file"]::-ms-browse:hover {
1289
+ background: #9627ba;
1290
+ }
1291
+ input[type="file"].ui.purple.file.input::file-selector-button,
1292
+ .ui.purple.file.input input[type="file"]::file-selector-button {
1293
+ background: #A333C8;
1294
+ color: #FFFFFF;
1295
+ }
1296
+ input[type="file"].ui.purple.file.input::file-selector-button:hover,
1297
+ .ui.purple.file.input input[type="file"]::file-selector-button:hover {
1298
+ background: #9627ba;
1299
+ }
1300
+ input[type="file"].ui.pink.file.input::-webkit-file-upload-button,
1301
+ .ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
1302
+ background: #E03997;
1303
+ color: #FFFFFF;
1304
+ }
1305
+ input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover,
1306
+ .ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
1307
+ background: #e61a8d;
1308
+ }
1309
+ input[type="file"].ui.pink.file.input::-ms-browse,
1310
+ .ui.pink.file.input input[type="file"]::-ms-browse {
1311
+ background: #E03997;
1312
+ color: #FFFFFF;
1313
+ }
1314
+ input[type="file"].ui.pink.file.input::-ms-browse:hover,
1315
+ .ui.pink.file.input input[type="file"]::-ms-browse:hover {
1316
+ background: #e61a8d;
1317
+ }
1318
+ input[type="file"].ui.pink.file.input::file-selector-button,
1319
+ .ui.pink.file.input input[type="file"]::file-selector-button {
1320
+ background: #E03997;
1321
+ color: #FFFFFF;
1322
+ }
1323
+ input[type="file"].ui.pink.file.input::file-selector-button:hover,
1324
+ .ui.pink.file.input input[type="file"]::file-selector-button:hover {
1325
+ background: #e61a8d;
1326
+ }
1327
+ input[type="file"].ui.brown.file.input::-webkit-file-upload-button,
1328
+ .ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
1329
+ background: #A5673F;
1330
+ color: #FFFFFF;
1331
+ }
1332
+ input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover,
1333
+ .ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
1334
+ background: #975b33;
1335
+ }
1336
+ input[type="file"].ui.brown.file.input::-ms-browse,
1337
+ .ui.brown.file.input input[type="file"]::-ms-browse {
1338
+ background: #A5673F;
1339
+ color: #FFFFFF;
1340
+ }
1341
+ input[type="file"].ui.brown.file.input::-ms-browse:hover,
1342
+ .ui.brown.file.input input[type="file"]::-ms-browse:hover {
1343
+ background: #975b33;
1344
+ }
1345
+ input[type="file"].ui.brown.file.input::file-selector-button,
1346
+ .ui.brown.file.input input[type="file"]::file-selector-button {
1347
+ background: #A5673F;
1348
+ color: #FFFFFF;
1349
+ }
1350
+ input[type="file"].ui.brown.file.input::file-selector-button:hover,
1351
+ .ui.brown.file.input input[type="file"]::file-selector-button:hover {
1352
+ background: #975b33;
1353
+ }
1354
+ input[type="file"].ui.grey.file.input::-webkit-file-upload-button,
1355
+ .ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
1356
+ background: #767676;
1357
+ color: #FFFFFF;
1358
+ }
1359
+ input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover,
1360
+ .ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
1361
+ background: #838383;
1362
+ }
1363
+ input[type="file"].ui.grey.file.input::-ms-browse,
1364
+ .ui.grey.file.input input[type="file"]::-ms-browse {
1365
+ background: #767676;
1366
+ color: #FFFFFF;
1367
+ }
1368
+ input[type="file"].ui.grey.file.input::-ms-browse:hover,
1369
+ .ui.grey.file.input input[type="file"]::-ms-browse:hover {
1370
+ background: #838383;
1371
+ }
1372
+ input[type="file"].ui.grey.file.input::file-selector-button,
1373
+ .ui.grey.file.input input[type="file"]::file-selector-button {
1374
+ background: #767676;
1375
+ color: #FFFFFF;
1376
+ }
1377
+ input[type="file"].ui.grey.file.input::file-selector-button:hover,
1378
+ .ui.grey.file.input input[type="file"]::file-selector-button:hover {
1379
+ background: #838383;
1380
+ }
1381
+ input[type="file"].ui.black.file.input::-webkit-file-upload-button,
1382
+ .ui.black.file.input input[type="file"]::-webkit-file-upload-button {
1383
+ background: #1B1C1D;
1384
+ color: #FFFFFF;
1385
+ }
1386
+ input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover,
1387
+ .ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
1388
+ background: #27292a;
1389
+ }
1390
+ input[type="file"].ui.black.file.input::-ms-browse,
1391
+ .ui.black.file.input input[type="file"]::-ms-browse {
1392
+ background: #1B1C1D;
1393
+ color: #FFFFFF;
1394
+ }
1395
+ input[type="file"].ui.black.file.input::-ms-browse:hover,
1396
+ .ui.black.file.input input[type="file"]::-ms-browse:hover {
1397
+ background: #27292a;
1398
+ }
1399
+ input[type="file"].ui.black.file.input::file-selector-button,
1400
+ .ui.black.file.input input[type="file"]::file-selector-button {
1401
+ background: #1B1C1D;
1402
+ color: #FFFFFF;
1403
+ }
1404
+ input[type="file"].ui.black.file.input::file-selector-button:hover,
1405
+ .ui.black.file.input input[type="file"]::file-selector-button:hover {
1406
+ background: #27292a;
1407
+ }
1408
+
672
1409
  /*--------------------
673
1410
  Size
674
1411
  ---------------------*/