fomantic-ui 2.9.0-beta.98 → 2.9.0

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 (442) hide show
  1. package/.all-contributorsrc +86 -1
  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/CHANGELOG.md +925 -650
  9. package/CONTRIBUTORS.md +16 -1
  10. package/FAQ.md +38 -38
  11. package/README.md +7 -7
  12. package/dist/components/accordion.css +136 -40
  13. package/dist/components/accordion.js +10 -4
  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 +82 -25
  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 +124 -77
  23. package/dist/components/button.min.css +2 -2
  24. package/dist/components/calendar.css +18 -1
  25. package/dist/components/calendar.js +92 -73
  26. package/dist/components/calendar.min.css +2 -2
  27. package/dist/components/calendar.min.js +3 -3
  28. package/dist/components/card.css +729 -99
  29. package/dist/components/card.min.css +2 -2
  30. package/dist/components/checkbox.css +92 -92
  31. package/dist/components/checkbox.js +4 -3
  32. package/dist/components/checkbox.min.css +2 -2
  33. package/dist/components/checkbox.min.js +3 -3
  34. package/dist/components/comment.css +2 -2
  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 +7 -6
  39. package/dist/components/dimmer.js +19 -10
  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 +74 -47
  45. package/dist/components/dropdown.js +237 -188
  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 +14 -10
  50. package/dist/components/embed.min.css +2 -2
  51. package/dist/components/embed.min.js +3 -3
  52. package/dist/components/emoji.css +10797 -8839
  53. package/dist/components/emoji.min.css +1 -1
  54. package/dist/components/feed.css +2 -2
  55. package/dist/components/feed.min.css +2 -2
  56. package/dist/components/flag.css +563 -563
  57. package/dist/components/flag.min.css +2 -2
  58. package/dist/components/flyout.css +592 -0
  59. package/dist/components/flyout.js +1530 -0
  60. package/dist/components/flyout.min.css +9 -0
  61. package/dist/components/flyout.min.js +11 -0
  62. package/dist/components/form.css +67 -39
  63. package/dist/components/form.js +25 -21
  64. package/dist/components/form.min.css +2 -2
  65. package/dist/components/form.min.js +3 -3
  66. package/dist/components/grid.css +15 -14
  67. package/dist/components/grid.min.css +2 -2
  68. package/dist/components/header.css +6 -4
  69. package/dist/components/header.min.css +2 -2
  70. package/dist/components/icon.css +2105 -2061
  71. package/dist/components/icon.min.css +2 -2
  72. package/dist/components/image.css +1 -1
  73. package/dist/components/image.min.css +1 -1
  74. package/dist/components/input.css +743 -21
  75. package/dist/components/input.min.css +2 -2
  76. package/dist/components/item.css +5 -5
  77. package/dist/components/item.min.css +2 -2
  78. package/dist/components/label.css +72 -68
  79. package/dist/components/label.min.css +2 -2
  80. package/dist/components/list.css +31 -31
  81. package/dist/components/list.min.css +2 -2
  82. package/dist/components/loader.css +352 -352
  83. package/dist/components/loader.min.css +2 -2
  84. package/dist/components/menu.css +79 -71
  85. package/dist/components/menu.min.css +1 -1
  86. package/dist/components/message.css +3 -3
  87. package/dist/components/message.min.css +2 -2
  88. package/dist/components/modal.css +35 -6
  89. package/dist/components/modal.js +97 -57
  90. package/dist/components/modal.min.css +2 -2
  91. package/dist/components/modal.min.js +3 -3
  92. package/dist/components/nag.css +1 -1
  93. package/dist/components/nag.js +3 -3
  94. package/dist/components/nag.min.css +1 -1
  95. package/dist/components/nag.min.js +3 -3
  96. package/dist/components/placeholder.css +33 -33
  97. package/dist/components/placeholder.min.css +2 -2
  98. package/dist/components/popup.css +100 -104
  99. package/dist/components/popup.js +17 -23
  100. package/dist/components/popup.min.css +2 -2
  101. package/dist/components/popup.min.js +3 -3
  102. package/dist/components/progress.css +1 -1
  103. package/dist/components/progress.js +6 -3
  104. package/dist/components/progress.min.css +1 -1
  105. package/dist/components/progress.min.js +3 -3
  106. package/dist/components/rail.css +1 -1
  107. package/dist/components/rail.min.css +1 -1
  108. package/dist/components/rating.css +1 -1
  109. package/dist/components/rating.js +8 -4
  110. package/dist/components/rating.min.css +1 -1
  111. package/dist/components/rating.min.js +3 -3
  112. package/dist/components/reset.css +5 -4
  113. package/dist/components/reset.min.css +2 -2
  114. package/dist/components/reveal.css +1 -1
  115. package/dist/components/reveal.min.css +1 -1
  116. package/dist/components/search.css +6 -6
  117. package/dist/components/search.js +48 -21
  118. package/dist/components/search.min.css +2 -2
  119. package/dist/components/search.min.js +3 -3
  120. package/dist/components/segment.css +107 -29
  121. package/dist/components/segment.min.css +2 -2
  122. package/dist/components/shape.css +1 -1
  123. package/dist/components/shape.js +4 -4
  124. package/dist/components/shape.min.css +1 -1
  125. package/dist/components/shape.min.js +3 -3
  126. package/dist/components/sidebar.css +20 -8
  127. package/dist/components/sidebar.js +141 -44
  128. package/dist/components/sidebar.min.css +2 -2
  129. package/dist/components/sidebar.min.js +3 -3
  130. package/dist/components/site.css +79 -4
  131. package/dist/components/site.js +2 -2
  132. package/dist/components/site.min.css +2 -2
  133. package/dist/components/site.min.js +3 -3
  134. package/dist/components/slider.css +17 -17
  135. package/dist/components/slider.js +79 -64
  136. package/dist/components/slider.min.css +1 -1
  137. package/dist/components/slider.min.js +3 -3
  138. package/dist/components/state.js +3 -3
  139. package/dist/components/state.min.js +3 -3
  140. package/dist/components/statistic.css +4 -4
  141. package/dist/components/statistic.min.css +2 -2
  142. package/dist/components/step.css +30 -30
  143. package/dist/components/step.min.css +2 -2
  144. package/dist/components/sticky.css +1 -1
  145. package/dist/components/sticky.js +30 -19
  146. package/dist/components/sticky.min.css +1 -1
  147. package/dist/components/sticky.min.js +3 -3
  148. package/dist/components/tab.css +5 -5
  149. package/dist/components/tab.js +25 -7
  150. package/dist/components/tab.min.css +2 -2
  151. package/dist/components/tab.min.js +3 -3
  152. package/dist/components/table.css +1680 -270
  153. package/dist/components/table.min.css +2 -2
  154. package/dist/components/text.css +1 -1
  155. package/dist/components/text.min.css +1 -1
  156. package/dist/components/toast.css +11 -1
  157. package/dist/components/toast.js +19 -12
  158. package/dist/components/toast.min.css +2 -2
  159. package/dist/components/toast.min.js +3 -3
  160. package/dist/components/transition.css +1 -1
  161. package/dist/components/transition.js +27 -22
  162. package/dist/components/transition.min.css +1 -1
  163. package/dist/components/transition.min.js +3 -3
  164. package/dist/components/visibility.js +5 -5
  165. package/dist/components/visibility.min.js +3 -3
  166. package/dist/semantic.css +41415 -34430
  167. package/dist/semantic.js +2597 -696
  168. package/dist/semantic.min.css +3 -3
  169. package/dist/semantic.min.js +3 -3
  170. package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  171. package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  172. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  173. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  174. package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  175. package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  176. package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  177. package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  178. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  179. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  180. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  181. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  182. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  183. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  184. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  185. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  186. package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  187. package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  188. package/dist/themes/default/assets/fonts/icons.woff +0 -0
  189. package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  190. package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  191. package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  192. package/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
  193. package/examples/assets/library/iframe-content.js +3 -3
  194. package/examples/assets/library/iframe.js +3 -3
  195. package/examples/components/button.html +1 -1
  196. package/examples/components/card.html +1 -1
  197. package/examples/components/input.html +1 -1
  198. package/examples/components/menu.html +1 -1
  199. package/examples/components/site.html +1 -1
  200. package/examples/components/sticky-context.html +197 -0
  201. package/examples/components/table.html +1 -1
  202. package/package.json +20 -18
  203. package/scripts/nightly-version.js +47 -38
  204. package/src/definitions/behaviors/api.js +81 -24
  205. package/src/definitions/behaviors/form.js +24 -20
  206. package/src/definitions/behaviors/state.js +2 -2
  207. package/src/definitions/behaviors/visibility.js +4 -4
  208. package/src/definitions/collections/form.less +43 -31
  209. package/src/definitions/collections/grid.less +11 -11
  210. package/src/definitions/collections/menu.less +62 -47
  211. package/src/definitions/collections/message.less +1 -1
  212. package/src/definitions/collections/table.less +636 -39
  213. package/src/definitions/elements/button.less +254 -125
  214. package/src/definitions/elements/container.less +129 -0
  215. package/src/definitions/elements/divider.less +24 -24
  216. package/src/definitions/elements/emoji.less +25 -2
  217. package/src/definitions/elements/flag.less +47 -1
  218. package/src/definitions/elements/header.less +4 -2
  219. package/src/definitions/elements/icon.less +91 -12
  220. package/src/definitions/elements/input.less +259 -27
  221. package/src/definitions/elements/label.less +42 -39
  222. package/src/definitions/elements/list.less +29 -30
  223. package/src/definitions/elements/loader.less +87 -87
  224. package/src/definitions/elements/placeholder.less +32 -32
  225. package/src/definitions/elements/segment.less +147 -34
  226. package/src/definitions/elements/step.less +25 -25
  227. package/src/definitions/globals/reset.less +2 -2
  228. package/src/definitions/globals/site.js +1 -1
  229. package/src/definitions/globals/site.less +14 -12
  230. package/src/definitions/modules/accordion.js +9 -3
  231. package/src/definitions/modules/accordion.less +371 -269
  232. package/src/definitions/modules/calendar.js +91 -72
  233. package/src/definitions/modules/calendar.less +20 -0
  234. package/src/definitions/modules/checkbox.js +3 -2
  235. package/src/definitions/modules/checkbox.less +53 -53
  236. package/src/definitions/modules/dimmer.js +18 -9
  237. package/src/definitions/modules/dimmer.less +11 -10
  238. package/src/definitions/modules/dropdown.js +236 -187
  239. package/src/definitions/modules/dropdown.less +110 -77
  240. package/src/definitions/modules/embed.js +13 -9
  241. package/src/definitions/modules/embed.less +4 -4
  242. package/src/definitions/modules/flyout.js +1530 -0
  243. package/src/definitions/modules/flyout.less +650 -0
  244. package/src/definitions/modules/modal.js +96 -56
  245. package/src/definitions/modules/modal.less +68 -33
  246. package/src/definitions/modules/nag.js +2 -2
  247. package/src/definitions/modules/popup.js +16 -22
  248. package/src/definitions/modules/popup.less +86 -90
  249. package/src/definitions/modules/progress.js +5 -2
  250. package/src/definitions/modules/rating.js +7 -3
  251. package/src/definitions/modules/search.js +47 -20
  252. package/src/definitions/modules/search.less +3 -3
  253. package/src/definitions/modules/shape.js +3 -3
  254. package/src/definitions/modules/sidebar.js +140 -43
  255. package/src/definitions/modules/sidebar.less +20 -5
  256. package/src/definitions/modules/slider.js +78 -63
  257. package/src/definitions/modules/slider.less +9 -9
  258. package/src/definitions/modules/sticky.js +29 -18
  259. package/src/definitions/modules/sticky.less +3 -1
  260. package/src/definitions/modules/tab.js +24 -6
  261. package/src/definitions/modules/tab.less +4 -4
  262. package/src/definitions/modules/toast.js +18 -11
  263. package/src/definitions/modules/toast.less +6 -0
  264. package/src/definitions/modules/transition.js +26 -21
  265. package/src/definitions/views/ad.less +3 -3
  266. package/src/definitions/views/card.less +124 -18
  267. package/src/definitions/views/comment.less +1 -1
  268. package/src/definitions/views/feed.less +1 -1
  269. package/src/definitions/views/item.less +3 -3
  270. package/src/definitions/views/statistic.less +1 -1
  271. package/src/semantic.less +1 -0
  272. package/src/theme.config.example +1 -0
  273. package/src/theme.less +13 -2
  274. package/src/themes/amazon/globals/site.variables +1 -0
  275. package/src/themes/basic/elements/icon.overrides +149 -149
  276. package/src/themes/basic/elements/icon.variables +16 -6
  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.woff +0 -0
  298. package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  299. package/src/themes/default/assets/fonts/icons.woff +0 -0
  300. package/src/themes/default/assets/fonts/icons.woff2 +0 -0
  301. package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
  302. package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  303. package/src/themes/default/collections/form.variables +4 -0
  304. package/src/themes/default/collections/table.variables +52 -0
  305. package/src/themes/default/elements/button.variables +5 -0
  306. package/src/themes/default/elements/container.variables +12 -0
  307. package/src/themes/default/elements/divider.overrides +7 -7
  308. package/src/themes/default/elements/emoji.overrides +0 -3090
  309. package/src/themes/default/elements/emoji.variables +3563 -1
  310. package/src/themes/default/elements/flag.overrides +0 -1640
  311. package/src/themes/default/elements/flag.variables +1597 -1
  312. package/src/themes/default/elements/icon.overrides +1 -2043
  313. package/src/themes/default/elements/icon.variables +2045 -30
  314. package/src/themes/default/elements/input.variables +15 -0
  315. package/src/themes/default/elements/segment.variables +8 -0
  316. package/src/themes/default/elements/step.overrides +4 -7
  317. package/src/themes/default/globals/site.variables +103 -8
  318. package/src/themes/default/globals/variation.variables +59 -0
  319. package/src/themes/default/modules/accordion.overrides +7 -9
  320. package/src/themes/default/modules/accordion.variables +34 -2
  321. package/src/themes/default/modules/calendar.variables +3 -0
  322. package/src/themes/default/modules/checkbox.overrides +10 -12
  323. package/src/themes/default/modules/checkbox.variables +5 -5
  324. package/src/themes/default/modules/dropdown.overrides +6 -9
  325. package/src/themes/default/modules/dropdown.variables +6 -9
  326. package/src/themes/default/modules/flyout.overrides +3 -0
  327. package/src/themes/default/modules/flyout.variables +100 -0
  328. package/src/themes/default/modules/modal.variables +16 -2
  329. package/src/themes/default/modules/popup.variables +0 -2
  330. package/src/themes/default/modules/sidebar.variables +4 -1
  331. package/src/themes/default/views/card.variables +8 -0
  332. package/src/themes/{default → famfamfam}/assets/images/flags.png +0 -0
  333. package/src/themes/famfamfam/elements/flag.overrides +496 -496
  334. package/src/themes/famfamfam/elements/flag.variables +8 -1
  335. package/src/themes/github/elements/icon.overrides +206 -206
  336. package/src/themes/github/elements/icon.variables +16 -1
  337. package/src/themes/github/elements/step.overrides +5 -5
  338. package/src/themes/github/globals/site.variables +1 -0
  339. package/src/themes/github/modules/dropdown.overrides +7 -10
  340. package/src/themes/instagram/views/card.overrides +1 -1
  341. package/src/themes/joypixels/elements/emoji.overrides +0 -3089
  342. package/src/themes/joypixels/elements/emoji.variables +3562 -5
  343. package/src/themes/material/collections/menu.overrides +1 -1
  344. package/src/themes/material/elements/button.overrides +1 -1
  345. package/src/themes/material/elements/header.overrides +1 -1
  346. package/src/themes/material/elements/icon.overrides +932 -932
  347. package/src/themes/material/elements/icon.variables +17 -0
  348. package/src/themes/material/globals/site.variables +0 -1
  349. package/src/themes/material/modules/dropdown.overrides +1 -1
  350. package/src/themes/material/modules/modal.overrides +1 -1
  351. package/src/themes/pulsar/elements/loader.overrides +2 -2
  352. package/src/themes/resetcss/globals/reset.overrides +3 -3
  353. package/src/themes/rtl/globals/site.overrides +1 -1
  354. package/src/themes/striped/modules/progress.overrides +1 -1
  355. package/src/themes/systemfont/globals/reset.overrides +8 -0
  356. package/src/themes/systemfont/globals/site.variables +10 -0
  357. package/src/themes/twitter/elements/emoji.overrides +0 -3091
  358. package/src/themes/twitter/elements/emoji.variables +3558 -6
  359. package/tasks/admin/distributions/create.js +1 -1
  360. package/tasks/admin/publish.js +1 -1
  361. package/tasks/admin/release.js +1 -1
  362. package/tasks/build/assets.js +1 -1
  363. package/tasks/build/css.js +3 -3
  364. package/tasks/build/javascript.js +3 -3
  365. package/tasks/check-install.js +1 -1
  366. package/tasks/clean.js +1 -1
  367. package/tasks/collections/README.md +1 -1
  368. package/tasks/collections/admin.js +1 -1
  369. package/tasks/config/admin/oauth.example.js +1 -1
  370. package/tasks/config/admin/release.js +1 -0
  371. package/tasks/config/admin/templates/composer.json +1 -1
  372. package/tasks/config/admin/templates/css-package.js +8 -12
  373. package/tasks/config/admin/templates/less-package.js +2 -2
  374. package/tasks/config/defaults.js +1 -0
  375. package/tasks/config/project/install.js +16 -13
  376. package/tasks/install.js +1 -0
  377. package/tasks/rtl/watch.js +1 -1
  378. package/tasks/version.js +1 -1
  379. package/test/fixtures/accordion.html +1 -1
  380. package/test/fixtures/checkbox.html +1 -1
  381. package/test/fixtures/dropdown.html +1 -1
  382. package/test/fixtures/modal.html +1 -1
  383. package/test/fixtures/popup.html +1 -1
  384. package/test/fixtures/rating.html +1 -1
  385. package/test/fixtures/shape.html +1 -1
  386. package/test/fixtures/sidebar.html +1 -1
  387. package/test/fixtures/tab.html +1 -1
  388. package/test/fixtures/transition.html +1 -1
  389. package/test/fixtures/video.html +1 -1
  390. package/test/helpers/jasmine-jquery.js +2 -2
  391. package/test/helpers/jasmine-sinon.js +1 -1
  392. package/test/helpers/jquery-events.js +1 -1
  393. package/test/helpers/sinon.js +2 -2
  394. package/test/meteor/fonts.js +1 -1
  395. package/test/modules/accordion.spec.js +1 -1
  396. package/test/modules/checkbox.spec.js +1 -1
  397. package/test/modules/dropdown.spec.js +1 -1
  398. package/test/modules/modal.spec.js +1 -1
  399. package/test/modules/module.spec.js +1 -1
  400. package/test/modules/popup.spec.js +1 -1
  401. package/test/modules/search.spec.js +1 -1
  402. package/test/modules/shape.spec.js +1 -1
  403. package/test/modules/sidebar.spec.js +1 -1
  404. package/test/modules/tab.spec.js +1 -1
  405. package/test/modules/transition.spec.js +1 -1
  406. package/test/modules/video.spec.js +1 -1
  407. package/dist/themes/basic/assets/fonts/icons.eot +0 -0
  408. package/dist/themes/basic/assets/fonts/icons.svg +0 -450
  409. package/dist/themes/basic/assets/fonts/icons.ttf +0 -0
  410. package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  411. package/dist/themes/default/assets/fonts/brand-icons.svg +0 -3570
  412. package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  413. package/dist/themes/default/assets/fonts/icons.eot +0 -0
  414. package/dist/themes/default/assets/fonts/icons.svg +0 -4938
  415. package/dist/themes/default/assets/fonts/icons.ttf +0 -0
  416. package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  417. package/dist/themes/default/assets/fonts/outline-icons.svg +0 -803
  418. package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  419. package/dist/themes/github/assets/fonts/octicons-local.ttf +0 -0
  420. package/dist/themes/github/assets/fonts/octicons.svg +0 -200
  421. package/dist/themes/github/assets/fonts/octicons.ttf +0 -0
  422. package/dist/themes/material/assets/fonts/icons.eot +0 -0
  423. package/dist/themes/material/assets/fonts/icons.svg +0 -2373
  424. package/dist/themes/material/assets/fonts/icons.ttf +0 -0
  425. package/src/themes/basic/assets/fonts/icons.eot +0 -0
  426. package/src/themes/basic/assets/fonts/icons.svg +0 -450
  427. package/src/themes/basic/assets/fonts/icons.ttf +0 -0
  428. package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
  429. package/src/themes/default/assets/fonts/brand-icons.svg +0 -3570
  430. package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
  431. package/src/themes/default/assets/fonts/icons.eot +0 -0
  432. package/src/themes/default/assets/fonts/icons.svg +0 -4938
  433. package/src/themes/default/assets/fonts/icons.ttf +0 -0
  434. package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
  435. package/src/themes/default/assets/fonts/outline-icons.svg +0 -803
  436. package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
  437. package/src/themes/github/assets/fonts/octicons-local.ttf +0 -0
  438. package/src/themes/github/assets/fonts/octicons.svg +0 -200
  439. package/src/themes/github/assets/fonts/octicons.ttf +0 -0
  440. package/src/themes/material/assets/fonts/icons.eot +0 -0
  441. package/src/themes/material/assets/fonts/icons.svg +0 -2373
  442. package/src/themes/material/assets/fonts/icons.ttf +0 -0
@@ -165,10 +165,10 @@
165
165
  .ui.table.segment {
166
166
  padding: 0;
167
167
  }
168
- .ui.table.segment:after {
168
+ .ui.table.segment::after {
169
169
  display: none;
170
170
  }
171
- .ui.table.segment.stacked:after {
171
+ .ui.table.segment.stacked::after {
172
172
  display: block;
173
173
  }
174
174
 
@@ -243,7 +243,7 @@
243
243
  @color: @value;
244
244
  @c: @colors[@@color][color];
245
245
  @l: @colors[@@color][light];
246
- .ui.ui.ui.ui.table:not(.unstackable) tr.marked.@{color} {
246
+ .ui.ui.ui.ui.table:not(.unstackable) tr[class*="@{color} marked"] {
247
247
  &.left {
248
248
  box-shadow: @responsiveRowBoxShadow, @coloredBorderSize 0 0 0 @c inset;
249
249
  }
@@ -252,7 +252,7 @@
252
252
  }
253
253
  }
254
254
  & when (@variationTableInverted) {
255
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr.marked.@{color} {
255
+ .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="@{color} marked"] {
256
256
  &.left {
257
257
  box-shadow: @responsiveRowBoxShadow, @coloredBorderSize 0 0 0 @l inset;
258
258
  }
@@ -263,6 +263,317 @@
263
263
  }
264
264
  })
265
265
  }
266
+ & when (@variationTableScrolling) {
267
+ & when (@variationTableScrollingShort) {
268
+ .ui.scrolling.table.short > tbody {
269
+ max-height: @scrollingMobileMaxBodyHeight * 0.75;
270
+ }
271
+ }
272
+ & when (@variationTableScrollingVeryShort) {
273
+ .ui.scrolling.table[class*="very short"] > tbody {
274
+ max-height: @scrollingMobileMaxBodyHeight * 0.5;
275
+ }
276
+ }
277
+ .ui.scrolling.table > tbody {
278
+ max-height: @scrollingMobileMaxBodyHeight;
279
+ }
280
+ & when (@variationTableScrollingLong) {
281
+ .ui.scrolling.table.long > tbody {
282
+ max-height: @scrollingMobileMaxBodyHeight * 2;
283
+ }
284
+ }
285
+ & when (@variationTableScrollingVeryLong) {
286
+ .ui.scrolling.table[class*="very long"] > tbody {
287
+ max-height: @scrollingMobileMaxBodyHeight * 3;
288
+ }
289
+ }
290
+ }
291
+ & when (@variationTableOverflowing) {
292
+ & when (@variationTableOverflowingShort) {
293
+ .ui.overflowing.table.short {
294
+ max-height: @overflowingMobileMaxHeight * 0.75;
295
+ }
296
+ }
297
+ & when (@variationTableOverflowingVeryShort) {
298
+ .ui.overflowing.table[class*="very short"] {
299
+ max-height: @overflowingMobileMaxHeight * 0.5;
300
+ }
301
+ }
302
+ .ui.overflowing.table {
303
+ max-height: @overflowingMobileMaxHeight;
304
+ }
305
+ & when (@variationTableOverflowingLong) {
306
+ .ui.overflowing.table.long {
307
+ max-height: @overflowingMobileMaxHeight * 2;
308
+ }
309
+ }
310
+ & when (@variationTableOverflowingVeryLong) {
311
+ .ui.overflowing.table[class*="very long"] {
312
+ max-height: @overflowingMobileMaxHeight * 3;
313
+ }
314
+ }
315
+ }
316
+ }
317
+ & when (@variationTableScrolling) {
318
+ /*--------------
319
+ Scrolling
320
+ ---------------*/
321
+ @media only screen and (min-width: @tabletBreakpoint) {
322
+ & when (@variationTableScrollingShort) {
323
+ .ui.scrolling.table.short > tbody {
324
+ max-height: @scrollingTabletMaxBodyHeight * 0.75;
325
+ }
326
+ }
327
+ & when (@variationTableScrollingVeryShort) {
328
+ .ui.scrolling.table[class*="very short"] > tbody {
329
+ max-height: @scrollingTabletMaxBodyHeight * 0.5;
330
+ }
331
+ }
332
+ .ui.scrolling.table > tbody {
333
+ max-height: @scrollingTabletMaxBodyHeight;
334
+ }
335
+ & when (@variationTableScrollingLong) {
336
+ .ui.scrolling.table.long > tbody {
337
+ max-height: @scrollingTabletMaxBodyHeight * 2;
338
+ }
339
+ }
340
+ & when (@variationTableScrollingVeryLong) {
341
+ .ui.scrolling.table[class*="very long"] > tbody {
342
+ max-height: @scrollingTabletMaxBodyHeight * 3;
343
+ }
344
+ }
345
+ }
346
+ @media only screen and (min-width: @computerBreakpoint) {
347
+ & when (@variationTableScrollingShort) {
348
+ .ui.scrolling.table.short > tbody {
349
+ max-height: @scrollingComputerMaxBodyHeight * 0.75;
350
+ }
351
+ }
352
+ & when (@variationTableScrollingVeryShort) {
353
+ .ui.scrolling.table[class*="very short"] > tbody {
354
+ max-height: @scrollingComputerMaxBodyHeight * 0.5;
355
+ }
356
+ }
357
+ .ui.scrolling.table > tbody {
358
+ max-height: @scrollingComputerMaxBodyHeight;
359
+ }
360
+ & when (@variationTableScrollingLong) {
361
+ .ui.scrolling.table.long > tbody {
362
+ max-height: @scrollingComputerMaxBodyHeight * 2;
363
+ }
364
+ }
365
+ & when (@variationTableScrollingVeryLong) {
366
+ .ui.scrolling.table[class*="very long"] > tbody {
367
+ max-height: @scrollingComputerMaxBodyHeight * 3;
368
+ }
369
+ }
370
+ }
371
+ @media only screen and (min-width: @widescreenMonitorBreakpoint) {
372
+ & when (@variationTableScrollingShort) {
373
+ .ui.scrolling.table.short > tbody {
374
+ max-height: @scrollingWidescreenMaxBodyHeight * 0.75;
375
+ }
376
+ }
377
+ & when (@variationTableScrollingVeryShort) {
378
+ .ui.scrolling.table[class*="very short"] > tbody {
379
+ max-height: @scrollingWidescreenMaxBodyHeight * 0.5;
380
+ }
381
+ }
382
+ .ui.scrolling.table > tbody {
383
+ max-height: @scrollingWidescreenMaxBodyHeight;
384
+ }
385
+ & when (@variationTableScrollingLong) {
386
+ .ui.scrolling.table.long > tbody {
387
+ max-height: @scrollingWidescreenMaxBodyHeight * 2;
388
+ }
389
+ }
390
+ & when (@variationTableScrollingVeryLong) {
391
+ .ui.scrolling.table[class*="very long"] > tbody {
392
+ max-height: @scrollingWidescreenMaxBodyHeight * 3;
393
+ }
394
+ }
395
+ }
396
+
397
+ .ui.scrolling.table > thead,
398
+ .ui.scrolling.table > tfoot,
399
+ .ui.scrolling.table > tbody {
400
+ display: block;
401
+ overflow-y: scroll;
402
+ scrollbar-width: thin; /* Firefox */
403
+ & > tr {
404
+ display: table;
405
+ table-layout: fixed;
406
+ width: 100%;
407
+ }
408
+ }
409
+
410
+ /* Camouflage scrollbars, we need them only to gain the same width as tbody */
411
+ .ui.scrolling.table > thead {
412
+ background: @headerBackground;
413
+ color: @headerBackground;
414
+ border-radius: @borderRadius @borderRadius 0 0;
415
+ }
416
+ .ui.scrolling.table > tfoot {
417
+ background: @footerBackground;
418
+ color: @footerBackground;
419
+ border-radius: 0 0 @borderRadius @borderRadius;
420
+ }
421
+ & when (@variationTableInverted) {
422
+ .ui.inverted.scrolling.table > thead {
423
+ background: @invertedHeaderBackground;
424
+ color: @invertedHeaderBackground;
425
+ }
426
+ .ui.inverted.scrolling.table > tfoot {
427
+ background: @invertedFooterBackground;
428
+ color: @invertedFooterBackground;
429
+ }
430
+ }
431
+ .ui.scrolling.table > thead::-webkit-scrollbar-track,
432
+ .ui.scrolling.table > tfoot::-webkit-scrollbar-track {
433
+ background: inherit;
434
+ border-radius: @borderRadius;
435
+ }
436
+
437
+ /* Firefox & IE */
438
+ .ui.scrolling.table > thead,
439
+ .ui.scrolling.table > tfoot {
440
+ scrollbar-color: currentColor currentColor;
441
+ & when (@supportIE) {
442
+ scrollbar-face-color: currentColor;
443
+ scrollbar-shadow-color: currentColor;
444
+ scrollbar-track-color: currentColor;
445
+ scrollbar-arrow-color: currentColor;
446
+ }
447
+ }
448
+ & when (@supportIE) {
449
+ /* IE scrollbar color needs hex values */
450
+ @media all and (-ms-high-contrast: none) {
451
+ .ui.scrolling.table > thead {
452
+ color: @headerBackgroundHex;
453
+ }
454
+ .ui.scrolling.table > tfoot {
455
+ color: @footerBackgroundHex;
456
+ }
457
+ & when (@variationTableInverted) {
458
+ .ui.inverted.scrolling.table > thead {
459
+ color: @invertedHeaderBackgroundHex;
460
+ }
461
+ .ui.inverted.scrolling.table > tfoot {
462
+ color: @invertedFooterBackgroundHex;
463
+ }
464
+ }
465
+ }
466
+ }
467
+ & when (@variationTableInverted) {
468
+ .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-track {
469
+ background: @trackInvertedBackground;
470
+ }
471
+ .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb {
472
+ background: @thumbInvertedBackground;
473
+ }
474
+ .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb:window-inactive {
475
+ background: @thumbInvertedInactiveBackground;
476
+ }
477
+ .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb:hover {
478
+ background: @thumbInvertedHoverBackground;
479
+ }
480
+ .ui.inverted.scrolling.table > tbody {
481
+ & when (@supportIE) {
482
+ /* IE11 */
483
+ scrollbar-face-color: @thumbInvertedBackgroundHex;
484
+ scrollbar-shadow-color: @thumbInvertedBackgroundHex;
485
+ scrollbar-track-color: @trackInvertedBackgroundHex;
486
+ scrollbar-arrow-color: @trackInvertedBackgroundHex;
487
+ }
488
+ /* firefox : first color thumb, second track */
489
+ scrollbar-color: @thumbInvertedBackground @trackInvertedBackground;
490
+ }
491
+ }
492
+
493
+ }
494
+ & when (@variationTableOverflowing) {
495
+ /*--------------
496
+ Overflowing
497
+ ---------------*/
498
+ .ui.overflowing.table {
499
+ display: block;
500
+ overflow: auto;
501
+ }
502
+ @media only screen and (min-width: @tabletBreakpoint) {
503
+ & when (@variationTableOverflowingShort) {
504
+ .ui.overflowing.table.short {
505
+ max-height: @overflowingTabletMaxHeight * 0.75;
506
+ }
507
+ }
508
+ & when (@variationTableOverflowingVeryShort) {
509
+ .ui.overflowing.table[class*="very short"] {
510
+ max-height: @overflowingTabletMaxHeight * 0.5;
511
+ }
512
+ }
513
+ .ui.overflowing.table {
514
+ max-height: @overflowingTabletMaxHeight;
515
+ }
516
+ & when (@variationTableOverflowingLong) {
517
+ .ui.overflowing.table.long {
518
+ max-height: @overflowingTabletMaxHeight * 2;
519
+ }
520
+ }
521
+ & when (@variationTableOverflowingVeryLong) {
522
+ .ui.overflowing.table[class*="very long"] {
523
+ max-height: @overflowingTabletMaxHeight * 3;
524
+ }
525
+ }
526
+ }
527
+ @media only screen and (min-width: @computerBreakpoint) {
528
+ & when (@variationTableOverflowingShort) {
529
+ .ui.overflowing.table.short {
530
+ max-height: @overflowingComputerMaxHeight * 0.75;
531
+ }
532
+ }
533
+ & when (@variationTableOverflowingVeryShort) {
534
+ .ui.overflowing.table[class*="very short"] {
535
+ max-height: @overflowingComputerMaxHeight * 0.5;
536
+ }
537
+ }
538
+ .ui.overflowing.table {
539
+ max-height: @overflowingComputerMaxHeight;
540
+ }
541
+ & when (@variationTableOverflowingLong) {
542
+ .ui.overflowing.table.long {
543
+ max-height: @overflowingComputerMaxHeight * 2;
544
+ }
545
+ }
546
+ & when (@variationTableOverflowingVeryLong) {
547
+ .ui.overflowing.table[class*="very long"]{
548
+ max-height: @overflowingComputerMaxHeight * 3;
549
+ }
550
+ }
551
+ }
552
+ @media only screen and (min-width: @widescreenMonitorBreakpoint) {
553
+ & when (@variationTableOverflowingShort) {
554
+ .ui.overflowing.table.short {
555
+ max-height: @overflowingWidescreenMaxHeight * 0.75;
556
+ }
557
+ }
558
+ & when (@variationTableOverflowingVeryShort) {
559
+ .ui.overflowing.table[class*="very short"] {
560
+ max-height: @overflowingWidescreenMaxHeight * 0.5;
561
+ }
562
+ }
563
+ .ui.overflowing.table {
564
+ max-height: @overflowingWidescreenMaxHeight;
565
+ }
566
+ & when (@variationTableOverflowingLong) {
567
+ .ui.overflowing.table.long {
568
+ max-height: @overflowingWidescreenMaxHeight * 2;
569
+ }
570
+ }
571
+ & when (@variationTableOverflowingVeryLong) {
572
+ .ui.overflowing.table[class*="very long"] {
573
+ max-height: @overflowingWidescreenMaxHeight * 3;
574
+ }
575
+ }
576
+ }
266
577
  }
267
578
 
268
579
 
@@ -392,6 +703,13 @@
392
703
  background: @positiveBackgroundColor;
393
704
  color: @positiveColor;
394
705
  }
706
+ & when (@variationTableInverted) {
707
+ .ui.ui.ui.ui.inverted.table tr.positive,
708
+ .ui.ui.inverted.table td.positive {
709
+ background: @invertedPositiveBackgroundColor;
710
+ color: @invertedPositiveColor;
711
+ }
712
+ }
395
713
  }
396
714
 
397
715
  & when (@variationTableNegative) {
@@ -405,6 +723,13 @@
405
723
  background: @negativeBackgroundColor;
406
724
  color: @negativeColor;
407
725
  }
726
+ & when (@variationTableInverted) {
727
+ .ui.ui.ui.ui.inverted.table tr.negative,
728
+ .ui.ui.inverted.table td.negative {
729
+ background: @invertedNegativeBackgroundColor;
730
+ color: @invertedNegativeColor;
731
+ }
732
+ }
408
733
  }
409
734
 
410
735
  & when (@variationTableError) {
@@ -418,6 +743,13 @@
418
743
  background: @errorBackgroundColor;
419
744
  color: @errorColor;
420
745
  }
746
+ & when (@variationTableInverted) {
747
+ .ui.ui.ui.ui.inverted.table tr.error,
748
+ .ui.ui.inverted.table td.error {
749
+ background: @invertedErrorBackgroundColor;
750
+ color: @invertedErrorColor;
751
+ }
752
+ }
421
753
  }
422
754
 
423
755
  & when (@variationTableWarning) {
@@ -431,6 +763,13 @@
431
763
  background: @warningBackgroundColor;
432
764
  color: @warningColor;
433
765
  }
766
+ & when (@variationTableInverted) {
767
+ .ui.ui.ui.ui.inverted.table tr.warning,
768
+ .ui.ui.inverted.table td.warning {
769
+ background: @invertedWarningBackgroundColor;
770
+ color: @invertedWarningColor;
771
+ }
772
+ }
434
773
  }
435
774
 
436
775
  & when (@variationTableActive) {
@@ -444,6 +783,13 @@
444
783
  background: @activeBackgroundColor;
445
784
  color: @activeColor;
446
785
  }
786
+ & when (@variationTableInverted) {
787
+ .ui.ui.ui.ui.inverted.table tr.active,
788
+ .ui.ui.inverted.table td.active {
789
+ background: @invertedActiveBackgroundColor;
790
+ color: @invertedActiveColor;
791
+ }
792
+ }
447
793
  }
448
794
 
449
795
 
@@ -452,8 +798,8 @@
452
798
  Disabled
453
799
  ---------------*/
454
800
 
455
- .ui.table tr.disabled td,
456
- .ui.table tr td.disabled,
801
+ .ui.ui.ui.table tr.disabled td,
802
+ .ui.ui.ui.table tr td.disabled,
457
803
  .ui.table tr.disabled:hover,
458
804
  .ui.table tr:hover td.disabled {
459
805
  pointer-events: none;
@@ -531,7 +877,7 @@
531
877
  @color: @value;
532
878
  @c: @colors[@@color][color];
533
879
  @l: @colors[@@color][light];
534
- .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.@{color} {
880
+ .ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="@{color} marked"] {
535
881
  &.left {
536
882
  box-shadow: @responsiveRowBoxShadow, @coloredBorderSize 0 0 0 @c inset;
537
883
  }
@@ -540,7 +886,7 @@
540
886
  }
541
887
  }
542
888
  & when (@variationTableInverted) {
543
- .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr.marked.@{color} {
889
+ .ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="@{color} marked"] {
544
890
  &.left {
545
891
  box-shadow: @responsiveRowBoxShadow, @coloredBorderSize 0 0 0 @l inset;
546
892
  }
@@ -799,11 +1145,51 @@
799
1145
  }
800
1146
  & when (@variationTableInverted) {
801
1147
  .ui.inverted.@{color}.table {
802
- background-color: @c;
1148
+ background: @c;
803
1149
  color: @white;
804
1150
  }
805
1151
  }
1152
+ /* Same color for background and color to camouflage the scrollbar */
1153
+ & when (@variationTableScrolling) {
1154
+ .ui.scrolling.table > thead.@{color},
1155
+ .ui.scrolling.table > tfoot.@{color} {
1156
+ & when (@isDark) {
1157
+ background: @l;
1158
+ color: @l;
1159
+ }
1160
+ & when not (@isDark) {
1161
+ background: @b;
1162
+ color: @b;
1163
+ }
1164
+ & > tr > th,
1165
+ > tr > td {
1166
+ background: inherit;
1167
+ & when (@isVeryDark) {
1168
+ color: @white;
1169
+ }
1170
+ & when not (@isVeryDark) {
1171
+ color: @t;
1172
+ }
1173
+ }
1174
+ }
1175
+ & when (@variationTableInverted) {
1176
+ .ui.inverted.scrolling.table > thead.@{color},
1177
+ .ui.inverted.scrolling.table > tfoot.@{color} {
1178
+ background: @c;
1179
+ color: @c;
1180
+ & > tr > th,
1181
+ > tr > td {
1182
+ background: inherit;
1183
+ color: @white;
1184
+ }
1185
+ }
1186
+ }
1187
+ }
1188
+ .ui.ui.ui.ui.table tr[class*="@{color} colored"],
1189
+ .ui.ui.table th[class*="@{color} colored"],
1190
+ .ui.ui.table td[class*="@{color} colored"],
806
1191
  .ui.ui.ui.ui.table tr.@{color}:not(.marked),
1192
+ .ui.ui.table th.@{color}:not(.marked),
807
1193
  .ui.ui.table td.@{color}:not(.marked) {
808
1194
  & when (@stateMarkerWidth > 0) {
809
1195
  box-shadow: @stateMarkerWidth 0 0 @r inset;
@@ -821,7 +1207,45 @@
821
1207
  color: @t;
822
1208
  }
823
1209
  }
1210
+ .ui.table > thead > tr[class*="@{color} colored"] > th,
1211
+ .ui.table > tfoot > tr[class*="@{color} colored"] > th,
1212
+ .ui.table > tfoot > tr[class*="@{color} colored"] > td,
1213
+ .ui.table > thead > tr.@{color}:not(.marked) > th,
1214
+ .ui.table > tfoot > tr.@{color}:not(.marked) > th,
1215
+ .ui.table > tfoot > tr.@{color}:not(.marked) > td {
1216
+ background: inherit;
1217
+ & when (@isVeryDark) {
1218
+ color: @white;
1219
+ }
1220
+ & when not (@isVeryDark) {
1221
+ color: @t;
1222
+ }
1223
+ }
1224
+
1225
+ & when (@variationTableInverted) {
1226
+ .ui.ui.ui.ui.inverted.table tr[class*="@{color} colored"],
1227
+ .ui.ui.inverted.table th[class*="@{color} colored"],
1228
+ .ui.ui.inverted.table td[class*="@{color} colored"],
1229
+ .ui.ui.ui.ui.inverted.table tr.@{color}:not(.marked),
1230
+ .ui.ui.inverted.table th.@{color}:not(.marked),
1231
+ .ui.ui.inverted.table td.@{color}:not(.marked) {
1232
+ background: @c;
1233
+ color: @white;
1234
+ }
1235
+ .ui.inverted.table > thead > tr[class*="@{color} colored"] > th,
1236
+ .ui.inverted.table > tfoot > tr[class*="@{color} colored"] > th,
1237
+ .ui.inverted.table > tfoot > tr[class*="@{color} colored"] > td,
1238
+ .ui.inverted.table > thead > tr.@{color}:not(.marked) > th,
1239
+ .ui.inverted.table > tfoot > tr.@{color}:not(.marked) > th,
1240
+ .ui.inverted.table > tfoot > tr.@{color}:not(.marked) > td {
1241
+ background: inherit;
1242
+ color: @white;
1243
+ }
1244
+ }
824
1245
  & when (@variationTableSelectable) {
1246
+ .ui.ui.selectable.table tr[class*="@{color} colored"]:hover,
1247
+ .ui.table tr td.selectable[class*="@{color} colored"]:hover,
1248
+ .ui.selectable.table tr:hover td[class*="@{color} colored"],
825
1249
  .ui.ui.selectable.table tr.@{color}:not(.marked):hover,
826
1250
  .ui.table tr td.selectable.@{color}:not(.marked):hover,
827
1251
  .ui.selectable.table tr:hover td.@{color}:not(.marked) {
@@ -838,10 +1262,31 @@
838
1262
  color: @ht;
839
1263
  }
840
1264
  }
1265
+ & when (@variationTableInverted) {
1266
+ .ui.ui.inverted.selectable.table tr[class*="@{color} colored"]:hover,
1267
+ .ui.inverted.table tr td.selectable[class*="@{color} colored"]:hover,
1268
+ .ui.inverted.selectable.table tr:hover td[class*="@{color} colored"],
1269
+ .ui.ui.inverted.selectable.table tr.@{color}:not(.marked):hover,
1270
+ .ui.inverted.table tr td.selectable.@{color}:not(.marked):hover,
1271
+ .ui.inverted.selectable.table tr:hover td.@{color}:not(.marked) {
1272
+ & when (@isDark) {
1273
+ background: @bh;
1274
+ }
1275
+ & when not (@isDark) {
1276
+ background: @lh;
1277
+ }
1278
+ & when (@isVeryDark) {
1279
+ color: @ht;
1280
+ }
1281
+ & when not (@isVeryDark) {
1282
+ color: @white;
1283
+ }
1284
+ }
1285
+ }
841
1286
  }
842
1287
  & when (@variationTableMarked) {
843
- .ui.table td.marked.@{color},
844
- .ui.table tr.marked.@{color} {
1288
+ .ui.table td[class*="@{color} marked"],
1289
+ .ui.table tr[class*="@{color} marked"] {
845
1290
  &.left {
846
1291
  box-shadow: @coloredBorderSize 0 0 0 @c inset;
847
1292
  }
@@ -850,8 +1295,8 @@
850
1295
  }
851
1296
  }
852
1297
  & when (@variationTableInverted) {
853
- .ui.inverted.table td.marked.@{color},
854
- .ui.inverted.table tr.marked.@{color} {
1298
+ .ui.inverted.table td[class*="@{color} marked"],
1299
+ .ui.inverted.table tr[class*="@{color} marked"] {
855
1300
  &.left {
856
1301
  box-shadow: @coloredBorderSize 0 0 0 @l inset;
857
1302
  }
@@ -997,18 +1442,19 @@
997
1442
  .ui.sortable.table > thead > tr > th {
998
1443
  cursor: pointer;
999
1444
  white-space: nowrap;
1000
- border-left: @sortableBorder;
1001
1445
  color: @sortableColor;
1002
1446
  }
1003
- .ui.sortable.table > thead > tr > th:first-child {
1004
- border-left: none;
1447
+ & when (@variationTableCelled) {
1448
+ .ui.celled.sortable.table > thead > tr > th:not(:first-child) {
1449
+ border-left: @sortableBorder;
1450
+ }
1005
1451
  }
1006
1452
  .ui.sortable.table thead th.sorted,
1007
1453
  .ui.sortable.table thead th.sorted:hover {
1008
1454
  user-select: none;
1009
1455
  }
1010
1456
 
1011
- .ui.sortable.table > thead > tr > th:after {
1457
+ .ui.sortable.table > thead > tr > th::after {
1012
1458
  display: none;
1013
1459
  font-style: normal;
1014
1460
  font-weight: @normal;
@@ -1020,17 +1466,19 @@
1020
1466
  margin: 0 0 0 @sortableIconDistance;
1021
1467
  font-family: @sortableIconFont;
1022
1468
  }
1023
- .ui.sortable.table thead th.ascending:after {
1469
+ .ui.sortable.table thead th.ascending::after {
1024
1470
  content: @sortableIconAscending;
1025
1471
  }
1026
- .ui.sortable.table thead th.descending:after {
1472
+ .ui.sortable.table thead th.descending::after {
1027
1473
  content: @sortableIconDescending;
1028
1474
  }
1029
1475
 
1030
- /* Hover */
1031
- .ui.sortable.table th.disabled:hover {
1032
- cursor: auto;
1033
- color: @sortableDisabledColor;
1476
+ & when (@variationTableDisabled) {
1477
+ /* Hover */
1478
+ .ui.sortable.table th.disabled:hover {
1479
+ cursor: auto;
1480
+ color: @sortableDisabledColor;
1481
+ }
1034
1482
  }
1035
1483
  .ui.sortable.table > thead > tr > th:hover {
1036
1484
  color: @sortableHoverColor;
@@ -1046,7 +1494,7 @@
1046
1494
  .ui.sortable.table:not(.basic) thead th.sorted {
1047
1495
  background: @sortableActiveBackground;
1048
1496
  }
1049
- .ui.sortable.table thead th.sorted:after {
1497
+ .ui.sortable.table thead th.sorted::after {
1050
1498
  display: inline-block;
1051
1499
  }
1052
1500
 
@@ -1091,31 +1539,36 @@
1091
1539
  }
1092
1540
  .ui.ui.inverted.table > thead > tr > th,
1093
1541
  .ui.ui.inverted.table > tbody > tr > th,
1094
- .ui.ui.inverted.table > tfoot > tr > th,
1095
- .ui.ui.inverted.table > tfoot > tr > td,
1096
1542
  .ui.ui.inverted.table > tr > th {
1097
1543
  background-color: @invertedHeaderBackground;
1098
1544
  border-color: @invertedHeaderBorderColor;
1099
1545
  color: @invertedHeaderColor;
1100
1546
  }
1547
+ .ui.ui.inverted.table > tfoot > tr > th,
1548
+ .ui.ui.inverted.table > tfoot > tr > td {
1549
+ background-color: @invertedFooterBackground;
1550
+ border-color: @invertedFooterBorderColor;
1551
+ color: @invertedFooterColor;
1552
+ }
1101
1553
  .ui.inverted.table > tbody > tr > td,
1102
1554
  .ui.inverted.table > tfoot > tr > td,
1103
1555
  .ui.inverted.table > tr > td {
1104
1556
  border-color: @invertedCellBorderColor;
1105
1557
  }
1106
-
1107
- .ui.inverted.table tr.disabled td,
1108
- .ui.inverted.table tr td.disabled,
1109
- .ui.inverted.table tr.disabled:hover td,
1110
- .ui.inverted.table tr:hover td.disabled {
1111
- pointer-events: none;
1112
- color: @invertedDisabledTextColor;
1113
- }
1114
- .ui.inverted.table tr td.disabled:not([class="disabled"]),
1115
- .ui.inverted.table tr.disabled:not([class="disabled"]) td,
1116
- .ui.inverted.table tr.disabled td[class]:not(.disabled),
1117
- .ui.inverted.table tr:hover td.disabled:not([class="disabled"]) {
1118
- color: @disabledTextColor;
1558
+ & when (@variationTableDisabled) {
1559
+ .ui.inverted.table tr.disabled td,
1560
+ .ui.inverted.table tr td.disabled,
1561
+ .ui.inverted.table tr.disabled:hover td,
1562
+ .ui.inverted.table tr:hover td.disabled {
1563
+ pointer-events: none;
1564
+ color: @invertedDisabledTextColor;
1565
+ }
1566
+ .ui.ui.ui.inverted.table tr td.disabled:not([class="disabled"]),
1567
+ .ui.inverted.table tr.disabled:not([class="disabled"]) td,
1568
+ .ui.inverted.table tr.disabled td[class]:not(.disabled),
1569
+ .ui.inverted.table tr:hover td.disabled:not([class="disabled"]) {
1570
+ color: @disabledTextColor;
1571
+ }
1119
1572
  }
1120
1573
  & when (@variationTableDefinition) {
1121
1574
  /* Definition */
@@ -1318,6 +1771,150 @@
1318
1771
  }
1319
1772
  }
1320
1773
 
1774
+ & when (@variationTableStuck) {
1775
+ /*--------------
1776
+ Stuck
1777
+ ---------------*/
1778
+
1779
+ .ui.stuck.table:not(.inverted) {
1780
+ background: @stuckBackground;
1781
+ & > thead > tr {
1782
+ background: @stuckHeaderBackground;
1783
+ }
1784
+ & > tbody > tr {
1785
+ background: @stuckBackground;
1786
+ }
1787
+ & > tfoot > tr {
1788
+ background: @stuckFooterBackground;
1789
+ }
1790
+ &.basic when (@variationTableBasic) {
1791
+ & > thead > tr,
1792
+ > tfoot > tr {
1793
+ background: @stuckBackground;
1794
+ }
1795
+ }
1796
+ }
1797
+ .ui.inverted.stuck.table when (@variationTableInverted) {
1798
+ & > thead > tr {
1799
+ background: @invertedStuckHeaderBackground;
1800
+ }
1801
+ & > tbody > tr {
1802
+ background: @invertedStuckBackground;
1803
+ }
1804
+ & > tfoot > tr {
1805
+ background: @invertedStuckFooterBackground;
1806
+ }
1807
+ &.basic when (@variationTableBasic){
1808
+ & > thead > tr,
1809
+ > tfoot > tr {
1810
+ background: @invertedStuckBackground;
1811
+ }
1812
+ }
1813
+ }
1814
+ & when (@variationTableStuckHead) or (@variationTableStuckFoot) {
1815
+ .ui.head.stuck.table > thead,
1816
+ .ui.foot.stuck.table > tfoot {
1817
+ position: -webkit-sticky;
1818
+ position: sticky;
1819
+ z-index: @stuckZIndex;
1820
+ }
1821
+ }
1822
+ .ui.head.stuck.table when (@variationTableStuckHead) {
1823
+ border-top: 0;
1824
+ & > thead {
1825
+ top: 0;
1826
+ bottom: auto;
1827
+ & > tr:first-child > th {
1828
+ border-top: @cellBorder;
1829
+ }
1830
+ }
1831
+ &.inverted > thead > tr:first-child > th when (@variationTableInverted) {
1832
+ border-top: @invertedCellBorder;
1833
+ }
1834
+ }
1835
+ .ui.foot.stuck.table when (@variationTableStuckFoot) {
1836
+ border-bottom: 0;
1837
+ & > tfoot {
1838
+ top: auto;
1839
+ bottom: 0;
1840
+ & > tr:last-child > td,
1841
+ > tr:last-child > th {
1842
+ border-bottom: @cellBorder;
1843
+ }
1844
+ }
1845
+ & when (@variationTableInverted) {
1846
+ &.inverted > tfoot > tr:first-child > td,
1847
+ &.inverted > tfoot > tr:first-child > th {
1848
+ border-top: @invertedCellBorder;
1849
+ }
1850
+ }
1851
+ }
1852
+
1853
+ .ui.first.stuck.table when (@variationTableStuckFirst) {
1854
+ border-left: 0;
1855
+ & th:first-child,
1856
+ td:first-child {
1857
+ position: -webkit-sticky;
1858
+ position: sticky;
1859
+ left: 0;
1860
+ border-left: @cellBorder;
1861
+ background: inherit;
1862
+ }
1863
+ & when (@variationTableInverted) {
1864
+ &.inverted th:first-child,
1865
+ &.inverted td:first-child {
1866
+ border-left: @invertedCellBorder;
1867
+ }
1868
+ }
1869
+ }
1870
+
1871
+ .ui.last.stuck.table when (@variationTableStuckLast) {
1872
+ border-right: 0;
1873
+ & th:last-child,
1874
+ td:last-child {
1875
+ position: -webkit-sticky;
1876
+ position: sticky;
1877
+ right: 0;
1878
+ border-right: @cellBorder;
1879
+ background: inherit;
1880
+ }
1881
+ & when (@variationTableInverted) {
1882
+ &.inverted th:last-child,
1883
+ &.inverted td:last-child {
1884
+ border-right: @invertedCellBorder;
1885
+ }
1886
+ }
1887
+ }
1888
+ & when (@variationTableCelled) {
1889
+ & when (@variationTableStuckFirst) {
1890
+ .ui.celled.first.stuck.table th:first-child,
1891
+ .ui.celled.first.stuck.table td:first-child {
1892
+ border-right: @cellBorder;
1893
+ }
1894
+ }
1895
+ & when (@variationTableStuckLast) {
1896
+ .ui.celled.last.stuck.table th:last-child,
1897
+ .ui.celled.last.stuck.table td:last-child {
1898
+ border-left: @cellBorder;
1899
+ }
1900
+ }
1901
+ & when (@variationTableInverted) {
1902
+ & when (@variationTableStuckFirst) {
1903
+ .ui.inverted.celled.first.stuck.table th:first-child,
1904
+ .ui.inverted.celled.first.stuck.table td:first-child {
1905
+ border-right: @invertedCellBorder;
1906
+ }
1907
+ }
1908
+ & when (@variationTableStuckLast) {
1909
+ .ui.inverted.celled.last.stuck.table th:last-child,
1910
+ .ui.inverted.celled.last.stuck.table td:last-child {
1911
+ border-left: @invertedCellBorder;
1912
+ }
1913
+ }
1914
+ }
1915
+ }
1916
+ }
1917
+
1321
1918
  /*--------------
1322
1919
  Sizes
1323
1920
  ---------------*/