fomantic-ui 2.9.4-beta.7 → 2.9.4-beta.71

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 (267) hide show
  1. package/.all-contributorsrc +20 -1
  2. package/.eslintrc.js +17 -0
  3. package/.github/FUNDING.yml +1 -1
  4. package/.github/workflows/ci.yml +5 -5
  5. package/.github/workflows/depsreview.yml +14 -0
  6. package/.github/workflows/nightly.yml +1 -1
  7. package/.github/workflows/release.yml +1 -1
  8. package/CONTRIBUTORS.md +2 -0
  9. package/README.md +2 -12
  10. package/dist/components/accordion.css +1 -1
  11. package/dist/components/accordion.js +4 -2
  12. package/dist/components/accordion.min.css +1 -1
  13. package/dist/components/accordion.min.js +2 -2
  14. package/dist/components/ad.css +1 -1
  15. package/dist/components/ad.min.css +1 -1
  16. package/dist/components/api.js +7 -3
  17. package/dist/components/api.min.js +2 -2
  18. package/dist/components/breadcrumb.css +1 -1
  19. package/dist/components/breadcrumb.min.css +1 -1
  20. package/dist/components/button.css +21 -3
  21. package/dist/components/button.min.css +2 -2
  22. package/dist/components/calendar.css +1 -1
  23. package/dist/components/calendar.js +15 -3
  24. package/dist/components/calendar.min.css +1 -1
  25. package/dist/components/calendar.min.js +3 -3
  26. package/dist/components/card.css +1 -1
  27. package/dist/components/card.min.css +1 -1
  28. package/dist/components/checkbox.css +1 -1
  29. package/dist/components/checkbox.js +10 -4
  30. package/dist/components/checkbox.min.css +1 -1
  31. package/dist/components/checkbox.min.js +3 -3
  32. package/dist/components/comment.css +1 -1
  33. package/dist/components/comment.min.css +1 -1
  34. package/dist/components/container.css +1 -1
  35. package/dist/components/container.min.css +1 -1
  36. package/dist/components/dimmer.css +7 -3
  37. package/dist/components/dimmer.js +4 -2
  38. package/dist/components/dimmer.min.css +2 -2
  39. package/dist/components/dimmer.min.js +2 -2
  40. package/dist/components/divider.css +1 -1
  41. package/dist/components/divider.min.css +1 -1
  42. package/dist/components/dropdown.css +46 -38
  43. package/dist/components/dropdown.js +104 -33
  44. package/dist/components/dropdown.min.css +2 -2
  45. package/dist/components/dropdown.min.js +3 -3
  46. package/dist/components/embed.css +1 -1
  47. package/dist/components/embed.js +17 -7
  48. package/dist/components/embed.min.css +1 -1
  49. package/dist/components/embed.min.js +3 -3
  50. package/dist/components/emoji.css +4309 -3713
  51. package/dist/components/emoji.min.css +2 -2
  52. package/dist/components/feed.css +12 -1
  53. package/dist/components/feed.min.css +2 -2
  54. package/dist/components/flag.css +1 -1
  55. package/dist/components/flag.min.css +1 -1
  56. package/dist/components/flyout.css +1 -1
  57. package/dist/components/flyout.js +4 -2
  58. package/dist/components/flyout.min.css +1 -1
  59. package/dist/components/flyout.min.js +2 -2
  60. package/dist/components/form.css +15 -3
  61. package/dist/components/form.js +66 -23
  62. package/dist/components/form.min.css +2 -2
  63. package/dist/components/form.min.js +3 -3
  64. package/dist/components/grid.css +5 -5
  65. package/dist/components/grid.min.css +2 -2
  66. package/dist/components/header.css +1 -1
  67. package/dist/components/header.min.css +1 -1
  68. package/dist/components/icon.css +1 -1
  69. package/dist/components/icon.min.css +1 -1
  70. package/dist/components/image.css +1 -1
  71. package/dist/components/image.min.css +1 -1
  72. package/dist/components/input.css +1 -1
  73. package/dist/components/input.min.css +1 -1
  74. package/dist/components/item.css +1 -1
  75. package/dist/components/item.min.css +1 -1
  76. package/dist/components/label.css +1 -1
  77. package/dist/components/label.min.css +1 -1
  78. package/dist/components/list.css +1 -1
  79. package/dist/components/list.min.css +1 -1
  80. package/dist/components/loader.css +1 -1
  81. package/dist/components/loader.min.css +1 -1
  82. package/dist/components/menu.css +1 -1
  83. package/dist/components/menu.min.css +1 -1
  84. package/dist/components/message.css +2 -1
  85. package/dist/components/message.min.css +2 -2
  86. package/dist/components/modal.css +1 -1
  87. package/dist/components/modal.js +7 -3
  88. package/dist/components/modal.min.css +1 -1
  89. package/dist/components/modal.min.js +2 -2
  90. package/dist/components/nag.css +1 -1
  91. package/dist/components/nag.js +11 -5
  92. package/dist/components/nag.min.css +1 -1
  93. package/dist/components/nag.min.js +3 -3
  94. package/dist/components/placeholder.css +1 -1
  95. package/dist/components/placeholder.min.css +1 -1
  96. package/dist/components/popup.css +1 -1
  97. package/dist/components/popup.js +10 -4
  98. package/dist/components/popup.min.css +1 -1
  99. package/dist/components/popup.min.js +2 -2
  100. package/dist/components/progress.css +15 -6
  101. package/dist/components/progress.js +4 -2
  102. package/dist/components/progress.min.css +2 -2
  103. package/dist/components/progress.min.js +2 -2
  104. package/dist/components/rail.css +1 -1
  105. package/dist/components/rail.min.css +1 -1
  106. package/dist/components/rating.css +1 -1
  107. package/dist/components/rating.js +4 -2
  108. package/dist/components/rating.min.css +1 -1
  109. package/dist/components/rating.min.js +2 -2
  110. package/dist/components/reset.css +1 -1
  111. package/dist/components/reset.min.css +1 -1
  112. package/dist/components/reveal.css +1 -1
  113. package/dist/components/reveal.min.css +1 -1
  114. package/dist/components/search.css +1 -1
  115. package/dist/components/search.js +67 -14
  116. package/dist/components/search.min.css +1 -1
  117. package/dist/components/search.min.js +3 -3
  118. package/dist/components/segment.css +1 -1
  119. package/dist/components/segment.min.css +1 -1
  120. package/dist/components/shape.css +1 -1
  121. package/dist/components/shape.js +7 -5
  122. package/dist/components/shape.min.css +1 -1
  123. package/dist/components/shape.min.js +3 -3
  124. package/dist/components/sidebar.css +1 -1
  125. package/dist/components/sidebar.js +4 -2
  126. package/dist/components/sidebar.min.css +1 -1
  127. package/dist/components/sidebar.min.js +2 -2
  128. package/dist/components/site.css +14 -6
  129. package/dist/components/site.js +4 -2
  130. package/dist/components/site.min.css +2 -2
  131. package/dist/components/site.min.js +2 -2
  132. package/dist/components/slider.css +1 -1
  133. package/dist/components/slider.js +4 -2
  134. package/dist/components/slider.min.css +1 -1
  135. package/dist/components/slider.min.js +2 -2
  136. package/dist/components/state.js +4 -2
  137. package/dist/components/state.min.js +2 -2
  138. package/dist/components/statistic.css +1 -1
  139. package/dist/components/statistic.min.css +1 -1
  140. package/dist/components/step.css +1 -1
  141. package/dist/components/step.min.css +1 -1
  142. package/dist/components/sticky.css +1 -1
  143. package/dist/components/sticky.js +4 -2
  144. package/dist/components/sticky.min.css +1 -1
  145. package/dist/components/sticky.min.js +2 -2
  146. package/dist/components/tab.css +1 -1
  147. package/dist/components/tab.js +4 -2
  148. package/dist/components/tab.min.css +1 -1
  149. package/dist/components/tab.min.js +2 -2
  150. package/dist/components/table.css +32 -21
  151. package/dist/components/table.min.css +2 -2
  152. package/dist/components/text.css +1 -1
  153. package/dist/components/text.min.css +1 -1
  154. package/dist/components/toast.css +1 -1
  155. package/dist/components/toast.js +7 -3
  156. package/dist/components/toast.min.css +1 -1
  157. package/dist/components/toast.min.js +3 -3
  158. package/dist/components/transition.css +1 -1
  159. package/dist/components/transition.js +7 -3
  160. package/dist/components/transition.min.css +1 -1
  161. package/dist/components/transition.min.js +2 -2
  162. package/dist/components/visibility.js +4 -2
  163. package/dist/components/visibility.min.js +2 -2
  164. package/dist/semantic.css +4704 -3857
  165. package/dist/semantic.js +385 -136
  166. package/dist/semantic.min.css +3 -3
  167. package/dist/semantic.min.js +3 -3
  168. package/dist/themes/basic/assets/fonts/LICENSE.txt +91 -0
  169. package/dist/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  170. package/dist/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  171. package/dist/themes/github/assets/fonts/LICENSE.txt +94 -0
  172. package/dist/themes/material/assets/fonts/LICENSE.txt +202 -0
  173. package/package.json +14 -14
  174. package/src/definitions/behaviors/api.js +6 -2
  175. package/src/definitions/behaviors/form.js +65 -22
  176. package/src/definitions/behaviors/state.js +3 -1
  177. package/src/definitions/behaviors/visibility.js +3 -1
  178. package/src/definitions/collections/form.less +9 -2
  179. package/src/definitions/collections/grid.less +4 -4
  180. package/src/definitions/collections/message.less +1 -0
  181. package/src/definitions/collections/table.less +69 -54
  182. package/src/definitions/elements/button.less +27 -3
  183. package/src/definitions/globals/site.js +3 -1
  184. package/src/definitions/globals/site.less +17 -12
  185. package/src/definitions/modules/accordion.js +3 -1
  186. package/src/definitions/modules/calendar.js +14 -2
  187. package/src/definitions/modules/checkbox.js +9 -3
  188. package/src/definitions/modules/dimmer.js +3 -1
  189. package/src/definitions/modules/dimmer.less +8 -5
  190. package/src/definitions/modules/dropdown.js +103 -32
  191. package/src/definitions/modules/dropdown.less +43 -29
  192. package/src/definitions/modules/embed.js +16 -6
  193. package/src/definitions/modules/flyout.js +3 -1
  194. package/src/definitions/modules/modal.js +6 -2
  195. package/src/definitions/modules/nag.js +10 -4
  196. package/src/definitions/modules/popup.js +9 -3
  197. package/src/definitions/modules/progress.js +3 -1
  198. package/src/definitions/modules/progress.less +17 -5
  199. package/src/definitions/modules/rating.js +3 -1
  200. package/src/definitions/modules/search.js +66 -13
  201. package/src/definitions/modules/search.less +9 -2
  202. package/src/definitions/modules/shape.js +6 -4
  203. package/src/definitions/modules/sidebar.js +3 -1
  204. package/src/definitions/modules/slider.js +3 -1
  205. package/src/definitions/modules/sticky.js +3 -1
  206. package/src/definitions/modules/tab.js +3 -1
  207. package/src/definitions/modules/toast.js +6 -2
  208. package/src/definitions/modules/transition.js +6 -2
  209. package/src/definitions/views/feed.less +11 -0
  210. package/src/themes/basic/assets/fonts/LICENSE.txt +91 -0
  211. package/src/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  212. package/src/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  213. package/src/themes/default/elements/button.variables +3 -0
  214. package/src/themes/default/elements/emoji.variables +172 -23
  215. package/src/themes/default/globals/site.variables +3 -0
  216. package/src/themes/default/globals/variation.variables +3 -0
  217. package/src/themes/default/modules/dropdown.variables +3 -0
  218. package/src/themes/default/modules/progress.variables +1 -1
  219. package/src/themes/default/modules/search.variables +3 -0
  220. package/src/themes/default/views/feed.variables +3 -0
  221. package/src/themes/github/assets/fonts/LICENSE.txt +94 -0
  222. package/src/themes/joypixels/elements/emoji.variables +183 -22
  223. package/src/themes/material/assets/fonts/LICENSE.txt +202 -0
  224. package/tasks/admin/components/create.js +4 -4
  225. package/tasks/admin/components/init.js +2 -2
  226. package/tasks/admin/components/update.js +3 -3
  227. package/tasks/admin/distributions/create.js +3 -3
  228. package/tasks/admin/distributions/init.js +2 -2
  229. package/tasks/admin/distributions/update.js +4 -4
  230. package/tasks/build/assets.js +1 -1
  231. package/tasks/build/css.js +19 -10
  232. package/tasks/build/javascript.js +12 -5
  233. package/tasks/check-install.js +1 -1
  234. package/tasks/config/defaults.js +2 -0
  235. package/tasks/config/tasks.js +1 -1
  236. package/tasks/docs/build.js +3 -3
  237. package/tasks/docs/metadata.js +1 -1
  238. package/tasks/docs/serve.js +3 -1
  239. package/tasks/install.js +2 -2
  240. package/tasks/watch.js +1 -1
  241. package/types/fomantic-ui-accordion.d.ts +1 -1
  242. package/types/fomantic-ui-api.d.ts +9 -3
  243. package/types/fomantic-ui-calendar.d.ts +110 -9
  244. package/types/fomantic-ui-checkbox.d.ts +14 -4
  245. package/types/fomantic-ui-dimmer.d.ts +1 -1
  246. package/types/fomantic-ui-dropdown.d.ts +76 -44
  247. package/types/fomantic-ui-embed.d.ts +19 -2
  248. package/types/fomantic-ui-flyout.d.ts +25 -11
  249. package/types/fomantic-ui-form.d.ts +123 -15
  250. package/types/fomantic-ui-modal.d.ts +101 -5
  251. package/types/fomantic-ui-nag.d.ts +4 -4
  252. package/types/fomantic-ui-popup.d.ts +38 -12
  253. package/types/fomantic-ui-progress.d.ts +12 -6
  254. package/types/fomantic-ui-rating.d.ts +1 -1
  255. package/types/fomantic-ui-search.d.ts +138 -22
  256. package/types/fomantic-ui-shape.d.ts +2 -2
  257. package/types/fomantic-ui-sidebar.d.ts +4 -4
  258. package/types/fomantic-ui-slider.d.ts +2 -2
  259. package/types/fomantic-ui-sticky.d.ts +1 -1
  260. package/types/fomantic-ui-tab.d.ts +6 -6
  261. package/types/fomantic-ui-toast.d.ts +14 -2
  262. package/types/fomantic-ui-transition.d.ts +41 -7
  263. package/types/fomantic-ui-visibility.d.ts +3 -3
  264. package/types/index.d.ts +25 -25
  265. package/types/tests.ts +188 -0
  266. package/types/tsconfig.json +1 -1
  267. package/types/fomantic-ui-tests.ts +0 -25
@@ -1,9 +1,9 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.7+74bca06
2
+ * # Fomantic UI - 2.9.4-beta.71+aa0a7eb
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
6
- * Copyright 2023 Contributors
6
+ * Copyright 2024 Contributors
7
7
  * Released under the MIT license
8
8
  * https://opensource.org/licenses/MIT
9
9
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.7+74bca06 - Slider
2
+ * # Fomantic-UI 2.9.4-beta.71+aa0a7eb - Slider
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.7+74bca06 - Slider
2
+ * # Fomantic-UI 2.9.4-beta.71+aa0a7eb - Slider
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1267,7 +1267,9 @@
1267
1267
  });
1268
1268
  }
1269
1269
  clearTimeout(module.performance.timer);
1270
- module.performance.timer = setTimeout(function () { module.performance.display(); }, 500);
1270
+ module.performance.timer = setTimeout(function () {
1271
+ module.performance.display();
1272
+ }, 500);
1271
1273
  },
1272
1274
  display: function () {
1273
1275
  var
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.7+74bca06 - Slider
2
+ * # Fomantic-UI 2.9.4-beta.71+aa0a7eb - Slider
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,9 +1,9 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.7+74bca06
2
+ * # Fomantic UI - 2.9.4-beta.71+aa0a7eb
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
6
- * Copyright 2023 Contributors
6
+ * Copyright 2024 Contributors
7
7
  * Released under the MIT license
8
8
  * https://opensource.org/licenses/MIT
9
9
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.7+74bca06 - State
2
+ * # Fomantic-UI 2.9.4-beta.71+aa0a7eb - State
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -482,7 +482,9 @@
482
482
  });
483
483
  }
484
484
  clearTimeout(module.performance.timer);
485
- module.performance.timer = setTimeout(function () { module.performance.display(); }, 500);
485
+ module.performance.timer = setTimeout(function () {
486
+ module.performance.display();
487
+ }, 500);
486
488
  },
487
489
  display: function () {
488
490
  var
@@ -1,9 +1,9 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.7+74bca06
2
+ * # Fomantic UI - 2.9.4-beta.71+aa0a7eb
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
6
- * Copyright 2023 Contributors
6
+ * Copyright 2024 Contributors
7
7
  * Released under the MIT license
8
8
  * https://opensource.org/licenses/MIT
9
9
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.7+74bca06 - Statistic
2
+ * # Fomantic-UI 2.9.4-beta.71+aa0a7eb - Statistic
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.7+74bca06 - Statistic
2
+ * # Fomantic-UI 2.9.4-beta.71+aa0a7eb - Statistic
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.7+74bca06 - Step
2
+ * # Fomantic-UI 2.9.4-beta.71+aa0a7eb - Step
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.7+74bca06 - Step
2
+ * # Fomantic-UI 2.9.4-beta.71+aa0a7eb - Step
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.7+74bca06 - Sticky
2
+ * # Fomantic-UI 2.9.4-beta.71+aa0a7eb - Sticky
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.7+74bca06 - Sticky
2
+ * # Fomantic-UI 2.9.4-beta.71+aa0a7eb - Sticky
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -746,7 +746,9 @@
746
746
  });
747
747
  }
748
748
  clearTimeout(module.performance.timer);
749
- module.performance.timer = setTimeout(function () { module.performance.display(); }, 0);
749
+ module.performance.timer = setTimeout(function () {
750
+ module.performance.display();
751
+ }, 0);
750
752
  },
751
753
  display: function () {
752
754
  var
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.7+74bca06 - Sticky
2
+ * # Fomantic-UI 2.9.4-beta.71+aa0a7eb - Sticky
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,9 +1,9 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.7+74bca06
2
+ * # Fomantic UI - 2.9.4-beta.71+aa0a7eb
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
6
- * Copyright 2023 Contributors
6
+ * Copyright 2024 Contributors
7
7
  * Released under the MIT license
8
8
  * https://opensource.org/licenses/MIT
9
9
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.7+74bca06 - Tab
2
+ * # Fomantic-UI 2.9.4-beta.71+aa0a7eb - Tab
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.7+74bca06 - Tab
2
+ * # Fomantic-UI 2.9.4-beta.71+aa0a7eb - Tab
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -788,7 +788,9 @@
788
788
  });
789
789
  }
790
790
  clearTimeout(module.performance.timer);
791
- module.performance.timer = setTimeout(function () { module.performance.display(); }, 500);
791
+ module.performance.timer = setTimeout(function () {
792
+ module.performance.display();
793
+ }, 500);
792
794
  },
793
795
  display: function () {
794
796
  var
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.7+74bca06 - Tab
2
+ * # Fomantic-UI 2.9.4-beta.71+aa0a7eb - Tab
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,9 +1,9 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.7+74bca06
2
+ * # Fomantic UI - 2.9.4-beta.71+aa0a7eb
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
6
- * Copyright 2023 Contributors
6
+ * Copyright 2024 Contributors
7
7
  * Released under the MIT license
8
8
  * https://opensource.org/licenses/MIT
9
9
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.7+74bca06 - Table
2
+ * # Fomantic-UI 2.9.4-beta.71+aa0a7eb - Table
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -109,16 +109,16 @@
109
109
  .ui.table > tfoot > tr > td:first-child {
110
110
  border-left: none;
111
111
  }
112
- .ui.table > tfoot > tr:first-child > th:first-child,
113
- .ui.table > tfoot > tr:first-child > td:first-child {
112
+ .ui.table > tfoot > tr:last-child > th:first-child,
113
+ .ui.table > tfoot > tr:last-child > td:first-child {
114
114
  border-radius: 0 0 0 0.28571429rem;
115
115
  }
116
- .ui.table > tfoot > tr:first-child > th:last-child,
117
- .ui.table > tfoot > tr:first-child > td:last-child {
116
+ .ui.table > tfoot > tr:last-child > th:last-child,
117
+ .ui.table > tfoot > tr:last-child > td:last-child {
118
118
  border-radius: 0 0 0.28571429rem 0;
119
119
  }
120
- .ui.table > tfoot > tr:first-child > th:only-child,
121
- .ui.table > tfoot > tr:first-child > td:only-child {
120
+ .ui.table > tfoot > tr:last-child > th:only-child,
121
+ .ui.table > tfoot > tr:last-child > td:only-child {
122
122
  border-radius: 0 0 0.28571429rem 0.28571429rem;
123
123
  }
124
124
 
@@ -559,9 +559,6 @@
559
559
  overflow-y: scroll;
560
560
  -ms-scroll-chaining: none;
561
561
  overscroll-behavior: none;
562
- scrollbar-width: thin;
563
-
564
- /* Firefox */
565
562
  }
566
563
  .ui.scrolling.table > thead > tr,
567
564
  .ui.scrolling.table > tfoot > tr,
@@ -570,6 +567,13 @@
570
567
  table-layout: fixed;
571
568
  width: 100%;
572
569
  }
570
+ @supports (-moz-appearance: none) {
571
+ .ui.scrolling.table > thead,
572
+ .ui.scrolling.table > tfoot,
573
+ .ui.scrolling.table > tbody {
574
+ scrollbar-width: thin;
575
+ }
576
+ }
573
577
 
574
578
  /* Camouflage scrollbars, we need them only to gain the same width as tbody */
575
579
  .ui.scrolling.table > thead {
@@ -595,19 +599,22 @@
595
599
  background: inherit;
596
600
  border-radius: 0.28571429rem;
597
601
  }
598
-
599
- /* Firefox & IE */
600
- .ui.scrolling.table > thead,
601
- .ui.scrolling.table > tfoot {
602
- scrollbar-color: currentColor currentColor;
603
- scrollbar-face-color: currentColor;
604
- scrollbar-shadow-color: currentColor;
605
- scrollbar-track-color: currentColor;
606
- scrollbar-arrow-color: currentColor;
602
+ @supports (-moz-appearance: none) {
603
+ .ui.scrolling.table > thead,
604
+ .ui.scrolling.table > tfoot {
605
+ scrollbar-color: currentColor currentColor;
606
+ }
607
607
  }
608
608
 
609
609
  /* IE scrollbar color needs hex values */
610
610
  @media all and (-ms-high-contrast: none) {
611
+ .ui.scrolling.table > thead,
612
+ .ui.scrolling.table > tfoot {
613
+ scrollbar-face-color: currentColor;
614
+ scrollbar-shadow-color: currentColor;
615
+ scrollbar-track-color: currentColor;
616
+ scrollbar-arrow-color: currentColor;
617
+ }
611
618
  .ui.scrolling.table > thead {
612
619
  color: #f9fafb;
613
620
  }
@@ -640,9 +647,13 @@
640
647
  scrollbar-shadow-color: #656565;
641
648
  scrollbar-track-color: #323232;
642
649
  scrollbar-arrow-color: #323232;
643
-
650
+ }
651
+ @supports (-moz-appearance: none) {
652
+ .ui.inverted.scrolling.table > tbody {
653
+
644
654
  /* firefox: first color thumb, second track */
645
- scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
655
+ scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
656
+ }
646
657
  }
647
658
  .ui.resizable.scrolling.table > tbody {
648
659
  resize: vertical;