fomantic-ui 2.9.2-beta.8 → 2.9.2

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 (179) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/components/accordion.css +1 -1
  3. package/dist/components/accordion.js +1 -1
  4. package/dist/components/accordion.min.css +1 -1
  5. package/dist/components/accordion.min.js +1 -1
  6. package/dist/components/ad.css +1 -1
  7. package/dist/components/ad.min.css +1 -1
  8. package/dist/components/api.js +1 -1
  9. package/dist/components/api.min.js +1 -1
  10. package/dist/components/breadcrumb.css +1 -1
  11. package/dist/components/breadcrumb.min.css +1 -1
  12. package/dist/components/button.css +1 -1
  13. package/dist/components/button.min.css +1 -1
  14. package/dist/components/calendar.css +1 -1
  15. package/dist/components/calendar.js +1 -1
  16. package/dist/components/calendar.min.css +1 -1
  17. package/dist/components/calendar.min.js +1 -1
  18. package/dist/components/card.css +1 -1
  19. package/dist/components/card.min.css +1 -1
  20. package/dist/components/checkbox.css +40 -40
  21. package/dist/components/checkbox.js +1 -1
  22. package/dist/components/checkbox.min.css +2 -2
  23. package/dist/components/checkbox.min.js +1 -1
  24. package/dist/components/comment.css +1 -1
  25. package/dist/components/comment.min.css +1 -1
  26. package/dist/components/container.css +1 -1
  27. package/dist/components/container.min.css +1 -1
  28. package/dist/components/dimmer.css +1 -1
  29. package/dist/components/dimmer.js +1 -1
  30. package/dist/components/dimmer.min.css +1 -1
  31. package/dist/components/dimmer.min.js +1 -1
  32. package/dist/components/divider.css +1 -1
  33. package/dist/components/divider.min.css +1 -1
  34. package/dist/components/dropdown.css +8 -6
  35. package/dist/components/dropdown.js +1 -1
  36. package/dist/components/dropdown.min.css +2 -2
  37. package/dist/components/dropdown.min.js +1 -1
  38. package/dist/components/embed.css +1 -1
  39. package/dist/components/embed.js +1 -1
  40. package/dist/components/embed.min.css +1 -1
  41. package/dist/components/embed.min.js +1 -1
  42. package/dist/components/emoji.css +2 -2
  43. package/dist/components/emoji.min.css +2 -2
  44. package/dist/components/feed.css +1 -1
  45. package/dist/components/feed.min.css +1 -1
  46. package/dist/components/flag.css +1 -1
  47. package/dist/components/flag.min.css +1 -1
  48. package/dist/components/flyout.css +1 -1
  49. package/dist/components/flyout.js +1 -1
  50. package/dist/components/flyout.min.css +1 -1
  51. package/dist/components/flyout.min.js +1 -1
  52. package/dist/components/form.css +66 -37
  53. package/dist/components/form.js +115 -105
  54. package/dist/components/form.min.css +2 -2
  55. package/dist/components/form.min.js +2 -2
  56. package/dist/components/grid.css +7 -1
  57. package/dist/components/grid.min.css +2 -2
  58. package/dist/components/header.css +1 -1
  59. package/dist/components/header.min.css +1 -1
  60. package/dist/components/icon.css +1 -1
  61. package/dist/components/icon.min.css +1 -1
  62. package/dist/components/image.css +1 -1
  63. package/dist/components/image.min.css +1 -1
  64. package/dist/components/input.css +59 -25
  65. package/dist/components/input.min.css +2 -2
  66. package/dist/components/item.css +1 -1
  67. package/dist/components/item.min.css +1 -1
  68. package/dist/components/label.css +1 -1
  69. package/dist/components/label.min.css +1 -1
  70. package/dist/components/list.css +1 -1
  71. package/dist/components/list.min.css +1 -1
  72. package/dist/components/loader.css +1 -1
  73. package/dist/components/loader.min.css +1 -1
  74. package/dist/components/menu.css +30 -6
  75. package/dist/components/menu.min.css +9 -1
  76. package/dist/components/message.css +1 -1
  77. package/dist/components/message.min.css +1 -1
  78. package/dist/components/modal.css +1 -1
  79. package/dist/components/modal.js +1 -1
  80. package/dist/components/modal.min.css +1 -1
  81. package/dist/components/modal.min.js +1 -1
  82. package/dist/components/nag.css +1 -1
  83. package/dist/components/nag.js +1 -1
  84. package/dist/components/nag.min.css +1 -1
  85. package/dist/components/nag.min.js +1 -1
  86. package/dist/components/placeholder.css +1 -1
  87. package/dist/components/placeholder.min.css +1 -1
  88. package/dist/components/popup.css +147 -2
  89. package/dist/components/popup.js +18 -6
  90. package/dist/components/popup.min.css +2 -2
  91. package/dist/components/popup.min.js +2 -2
  92. package/dist/components/progress.css +1 -1
  93. package/dist/components/progress.js +1 -1
  94. package/dist/components/progress.min.css +1 -1
  95. package/dist/components/progress.min.js +1 -1
  96. package/dist/components/rail.css +1 -1
  97. package/dist/components/rail.min.css +1 -1
  98. package/dist/components/rating.css +1 -1
  99. package/dist/components/rating.js +1 -1
  100. package/dist/components/rating.min.css +1 -1
  101. package/dist/components/rating.min.js +1 -1
  102. package/dist/components/reset.css +1 -1
  103. package/dist/components/reset.min.css +1 -1
  104. package/dist/components/reveal.css +1 -1
  105. package/dist/components/reveal.min.css +1 -1
  106. package/dist/components/search.css +1 -1
  107. package/dist/components/search.js +1 -1
  108. package/dist/components/search.min.css +1 -1
  109. package/dist/components/search.min.js +1 -1
  110. package/dist/components/segment.css +24 -2
  111. package/dist/components/segment.min.css +2 -2
  112. package/dist/components/shape.css +1 -1
  113. package/dist/components/shape.js +1 -1
  114. package/dist/components/shape.min.css +1 -1
  115. package/dist/components/shape.min.js +1 -1
  116. package/dist/components/sidebar.css +1 -1
  117. package/dist/components/sidebar.js +1 -1
  118. package/dist/components/sidebar.min.css +1 -1
  119. package/dist/components/sidebar.min.js +1 -1
  120. package/dist/components/site.css +1 -10
  121. package/dist/components/site.js +1 -1
  122. package/dist/components/site.min.css +2 -2
  123. package/dist/components/site.min.js +1 -1
  124. package/dist/components/slider.css +9 -6
  125. package/dist/components/slider.js +1 -1
  126. package/dist/components/slider.min.css +9 -1
  127. package/dist/components/slider.min.js +1 -1
  128. package/dist/components/state.js +1 -1
  129. package/dist/components/state.min.js +1 -1
  130. package/dist/components/statistic.css +1 -1
  131. package/dist/components/statistic.min.css +1 -1
  132. package/dist/components/step.css +1 -1
  133. package/dist/components/step.min.css +1 -1
  134. package/dist/components/sticky.css +1 -1
  135. package/dist/components/sticky.js +1 -1
  136. package/dist/components/sticky.min.css +1 -1
  137. package/dist/components/sticky.min.js +1 -1
  138. package/dist/components/tab.css +1 -1
  139. package/dist/components/tab.js +1 -1
  140. package/dist/components/tab.min.css +1 -1
  141. package/dist/components/tab.min.js +1 -1
  142. package/dist/components/table.css +1 -1
  143. package/dist/components/table.min.css +1 -1
  144. package/dist/components/text.css +2 -2
  145. package/dist/components/text.min.css +2 -2
  146. package/dist/components/toast.css +1 -1
  147. package/dist/components/toast.js +1 -1
  148. package/dist/components/toast.min.css +1 -1
  149. package/dist/components/toast.min.js +1 -1
  150. package/dist/components/transition.css +1 -1
  151. package/dist/components/transition.js +1 -1
  152. package/dist/components/transition.min.css +1 -1
  153. package/dist/components/transition.min.js +1 -1
  154. package/dist/components/visibility.js +1 -1
  155. package/dist/components/visibility.min.js +1 -1
  156. package/dist/semantic.css +516 -185
  157. package/dist/semantic.js +158 -136
  158. package/dist/semantic.min.css +2 -2
  159. package/dist/semantic.min.js +2 -2
  160. package/package.json +2 -2
  161. package/src/definitions/behaviors/form.js +114 -104
  162. package/src/definitions/collections/form.less +4 -14
  163. package/src/definitions/collections/grid.less +9 -0
  164. package/src/definitions/collections/menu.less +39 -6
  165. package/src/definitions/elements/emoji.less +2 -2
  166. package/src/definitions/elements/input.less +6 -20
  167. package/src/definitions/elements/placeholder.less +1 -1
  168. package/src/definitions/elements/segment.less +27 -1
  169. package/src/definitions/elements/text.less +1 -1
  170. package/src/definitions/globals/site.less +0 -18
  171. package/src/definitions/modules/checkbox.less +39 -39
  172. package/src/definitions/modules/dropdown.less +6 -10
  173. package/src/definitions/modules/embed.less +1 -1
  174. package/src/definitions/modules/popup.js +17 -5
  175. package/src/definitions/modules/popup.less +47 -3
  176. package/src/definitions/modules/progress.less +1 -1
  177. package/src/definitions/modules/slider.less +10 -0
  178. package/src/themes/default/globals/variation.variables +4 -0
  179. package/src/themes/default/modules/popup.variables +8 -0
package/CHANGELOG.md CHANGED
@@ -4,8 +4,42 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [2.9.2](https://github.com/fomantic/Fomantic-UI/compare/2.9.1...2.9.2)
8
+
9
+ > 3 February 2023
10
+
11
+ - chore(release): update dist files [`ea5c8de`](https://github.com/fomantic/Fomantic-UI/commit/ea5c8de337ef44090797bf3801a41be03c551d65)
12
+ - feat(chore): remove vendor checks [`8838309`](https://github.com/fomantic/Fomantic-UI/commit/883830993eba0035a91ca1f514680f3740bdc06a)
13
+ - feat(formvalidation): support object list in add errors [`3b0a796`](https://github.com/fomantic/Fomantic-UI/commit/3b0a796dcb78178b8228ee1b48ef7c69670b3ea9)
14
+ - feat(popup): loading variant [`f3fb845`](https://github.com/fomantic/Fomantic-UI/commit/f3fb8451633c2ba0ce11fd0d92ab7bbb8f6f32c1)
15
+ - feat(checkbox): remove !important [`b6cde0e`](https://github.com/fomantic/Fomantic-UI/commit/b6cde0e68a8c02e1e286ae8c3b2d5478a45c6fb5)
16
+ - fix(build): missing _site files and check npm folder [`df306be`](https://github.com/fomantic/Fomantic-UI/commit/df306bebcdf65d64c3ebf113b70979713c019d19)
17
+ - feat(chore): remove unneeded vendor prefixes [`8415a7a`](https://github.com/fomantic/Fomantic-UI/commit/8415a7a660cec01a35fb65536256792f16372af3)
18
+ - build(deps): bump browserslist from 4.21.4 to 4.21.5 [`52801a7`](https://github.com/fomantic/Fomantic-UI/commit/52801a7e47ac865e48c82f1a9df2a4a747829413)
19
+ - feat(menu): wrapping variant [`cf51e1c`](https://github.com/fomantic/Fomantic-UI/commit/cf51e1ca633a5618c6dc13b2315ab0d2f876ad89)
20
+ - feat(segment): seamless variant [`79582b2`](https://github.com/fomantic/Fomantic-UI/commit/79582b243684f469d0e6d6ab24b117c70178025c)
21
+ - feat(formvalidation): size rule to test string length range [`247703a`](https://github.com/fomantic/Fomantic-UI/commit/247703af614b84ff9bf7cb74e36022332964bb23)
22
+ - fix(modal,flyout): avoid multiple autofocus on show animation [`5b497e3`](https://github.com/fomantic/Fomantic-UI/commit/5b497e3bad91c5ea5ce437df6f1194ce3ce2dc99)
23
+ - fix(chore): unified template headers [`6d98ed1`](https://github.com/fomantic/Fomantic-UI/commit/6d98ed1fc7854d573b965d8f2169cb3017b00de4)
24
+ - fix(chore): invalid css values [`bdc9edd`](https://github.com/fomantic/Fomantic-UI/commit/bdc9edd54c4e17f897af355cc83f83369d54b6c1)
25
+ - feat(segment,grid): left and right attached variant [`e1559e8`](https://github.com/fomantic/Fomantic-UI/commit/e1559e8dd71f56fff156d1cc40c0c961a6e7e5b8)
26
+ - fix(theme): dont conditional import variables to avoid scoping [`f8f26a1`](https://github.com/fomantic/Fomantic-UI/commit/f8f26a1a30a4ca0f5472b63479f35defd080204e)
27
+ - fix(dropdown): compact menu items were cut [`6ae4c9d`](https://github.com/fomantic/Fomantic-UI/commit/6ae4c9d9167e70d99b25ca8306b50a124817e2f9)
28
+ - fix(segment, dropdown): specificity and wrong selector [`16dfb7e`](https://github.com/fomantic/Fomantic-UI/commit/16dfb7efb3e67d3aa1df9515a36193e76cbf39c2)
29
+ - build(deps-dev): bump eslint-plugin-import from 2.27.4 to 2.27.5 [`7b0c4bd`](https://github.com/fomantic/Fomantic-UI/commit/7b0c4bdf071a66bd03969105089ff18ec4daabc5)
30
+ - build(deps-dev): bump node-fetch from 2.6.8 to 2.6.9 [`4816346`](https://github.com/fomantic/Fomantic-UI/commit/4816346cce15d2dbeea02280f7ec7c63738b2c2b)
31
+ - build(deps-dev): bump eslint from 8.32.0 to 8.33.0 [`81e635b`](https://github.com/fomantic/Fomantic-UI/commit/81e635bb124914a99c93793e060746e53cb36a53)
32
+ - fix(build): allow gulp install from direct checkout folder [`2015119`](https://github.com/fomantic/Fomantic-UI/commit/2015119c1487609eaf28fc28abafe3db26668bb5)
33
+ - fix(modal): remove active class on hide [`27c5d2f`](https://github.com/fomantic/Fomantic-UI/commit/27c5d2f1d0bcdca80718e659da7a82ad87731c6c)
34
+ - fix(transition): reverted missing invoke method error [`ed8c5e9`](https://github.com/fomantic/Fomantic-UI/commit/ed8c5e98cf3f8778aa6b90b77798faa1f15e384f)
35
+ - chore(release): update version [`5fd842e`](https://github.com/fomantic/Fomantic-UI/commit/5fd842e6587ce9fec517d7bc76726eba33379b99)
36
+ - fix(build): fix path creation to avoid always using default settings [`c9cbd9b`](https://github.com/fomantic/Fomantic-UI/commit/c9cbd9bdf65bba8c9588007d131120434cf981c6)
37
+ - feat(lint): upgrade prettier to 2.8.3-patched [`326e6cc`](https://github.com/fomantic/Fomantic-UI/commit/326e6ccfe227251c640368c86d2f56ca1c9ec673)
38
+
7
39
  #### [2.9.1](https://github.com/fomantic/Fomantic-UI/compare/2.9.0...2.9.1)
8
40
 
41
+ > 16 January 2023
42
+
9
43
  - fix(chore): same indent level for multiline const [`#2628`](https://github.com/fomantic/Fomantic-UI/pull/2628)
10
44
  - build(deps): bump gulp-if from 2.0.2 to 3.0.0 [`#2507`](https://github.com/fomantic/Fomantic-UI/pull/2507)
11
45
  - chore(release): update dist files [`d6dde2a`](https://github.com/fomantic/Fomantic-UI/commit/d6dde2ab6a976f7f8eb7fa6453c36a4bf878dac2)
@@ -36,6 +70,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
36
70
  - feat(lint): fix global-require eslint rule [`3f3fee4`](https://github.com/fomantic/Fomantic-UI/commit/3f3fee4f1238dc05d77e9779f7fbbadde9f29c51)
37
71
  - fix(modal): do autofocus on content change [`1373e46`](https://github.com/fomantic/Fomantic-UI/commit/1373e464e6d168a07d2900cc869baea1f6fea110)
38
72
  - fix(chore): references from SUI to FUI [`1d41122`](https://github.com/fomantic/Fomantic-UI/commit/1d411225e7087d7bd474513dcfa252f52adc1fba)
73
+ - chore(release): update changelog [`b28e0cb`](https://github.com/fomantic/Fomantic-UI/commit/b28e0cb08569bc2949267cb8462a0d31bdf10eda)
39
74
  - fix(input): adjust padding in labeled dropdown icon inputs [`02082e2`](https://github.com/fomantic/Fomantic-UI/commit/02082e2856df0d27719dfd923a22dee2e0dfac22)
40
75
  - feat(lint): use Date.now() instead of new Date().getTime() [`e658be3`](https://github.com/fomantic/Fomantic-UI/commit/e658be36562f43defc4b3b5f420055e76e38ad7b)
41
76
  - feat(chore): use modern globalThis [`e589cd1`](https://github.com/fomantic/Fomantic-UI/commit/e589cd1c5407d8a04f061898298d399e6f24c624)
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Accordion
2
+ * # Fomantic-UI 2.9.2 - Accordion
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Accordion
2
+ * # Fomantic-UI 2.9.2 - Accordion
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Accordion
2
+ * # Fomantic-UI 2.9.2 - Accordion
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.2-beta.8+8838309
2
+ * # Fomantic UI - 2.9.2
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Ad
2
+ * # Fomantic-UI 2.9.2 - Ad
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Ad
2
+ * # Fomantic-UI 2.9.2 - Ad
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - API
2
+ * # Fomantic-UI 2.9.2 - API
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.2-beta.8+8838309
2
+ * # Fomantic UI - 2.9.2
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Breadcrumb
2
+ * # Fomantic-UI 2.9.2 - Breadcrumb
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Breadcrumb
2
+ * # Fomantic-UI 2.9.2 - Breadcrumb
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Button
2
+ * # Fomantic-UI 2.9.2 - Button
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Button
2
+ * # Fomantic-UI 2.9.2 - Button
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Calendar
2
+ * # Fomantic-UI 2.9.2 - Calendar
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Calendar
2
+ * # Fomantic-UI 2.9.2 - Calendar
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Calendar
2
+ * # Fomantic-UI 2.9.2 - Calendar
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.2-beta.8+8838309
2
+ * # Fomantic UI - 2.9.2
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Card
2
+ * # Fomantic-UI 2.9.2 - Card
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Card
2
+ * # Fomantic-UI 2.9.2 - Card
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Checkbox
2
+ * # Fomantic-UI 2.9.2 - Checkbox
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -379,10 +379,10 @@
379
379
 
380
380
  /* Active */
381
381
  .ui.slider.checkbox input:checked ~ label {
382
- color: rgba(0, 0, 0, 0.95) !important;
382
+ color: rgba(0, 0, 0, 0.95);
383
383
  }
384
384
  .ui.slider.checkbox input:checked ~ label::before {
385
- background-color: #545454 !important;
385
+ background-color: #545454;
386
386
  }
387
387
  .ui.slider.checkbox input:checked ~ label::after {
388
388
  left: 2rem;
@@ -390,10 +390,10 @@
390
390
 
391
391
  /* Active Focus */
392
392
  .ui.slider.checkbox input:focus:checked ~ label {
393
- color: rgba(0, 0, 0, 0.95) !important;
393
+ color: rgba(0, 0, 0, 0.95);
394
394
  }
395
395
  .ui.slider.checkbox input:focus:checked ~ label::before {
396
- background-color: #000000 !important;
396
+ background-color: #000000;
397
397
  }
398
398
  .ui.right.aligned.slider.checkbox label {
399
399
  padding-left: 0;
@@ -483,10 +483,10 @@
483
483
 
484
484
  /* Active */
485
485
  .ui.toggle.checkbox input:checked ~ label {
486
- color: rgba(0, 0, 0, 0.95) !important;
486
+ color: rgba(0, 0, 0, 0.95);
487
487
  }
488
488
  .ui.toggle.checkbox input:checked ~ label::before {
489
- background-color: #2185d0 !important;
489
+ background-color: #2185d0;
490
490
  }
491
491
  .ui.toggle.checkbox input:checked ~ label::after {
492
492
  left: 2.15rem;
@@ -495,10 +495,10 @@
495
495
 
496
496
  /* Active Focus */
497
497
  .ui.toggle.checkbox input:focus:checked ~ label {
498
- color: rgba(0, 0, 0, 0.95) !important;
498
+ color: rgba(0, 0, 0, 0.95);
499
499
  }
500
500
  .ui.toggle.checkbox input:focus:checked ~ label::before {
501
- background-color: #0d71bb !important;
501
+ background-color: #0d71bb;
502
502
  }
503
503
  .ui.right.aligned.toggle.checkbox label {
504
504
  padding-left: 0;
@@ -523,8 +523,8 @@
523
523
  /* --------------
524
524
  Fitted
525
525
  --------------- */
526
- .ui.fitted.checkbox label {
527
- padding-left: 0 !important;
526
+ .ui.ui.fitted.checkbox label {
527
+ padding-left: 0;
528
528
  }
529
529
  .ui.fitted.toggle.checkbox {
530
530
  width: 3.5rem;
@@ -536,14 +536,14 @@
536
536
  /* --------------
537
537
  Inverted
538
538
  --------------- */
539
- .ui.inverted.checkbox label,
540
- .ui.inverted.checkbox + label {
541
- color: rgba(255, 255, 255, 0.9) !important;
539
+ .ui.ui.ui.inverted.checkbox label,
540
+ .ui.ui.ui.inverted.checkbox + label {
541
+ color: rgba(255, 255, 255, 0.9);
542
542
  }
543
543
 
544
544
  /* Hover */
545
- .ui.inverted.checkbox label:hover {
546
- color: #ffffff !important;
545
+ .ui.ui.inverted.checkbox label:hover {
546
+ color: #ffffff;
547
547
  }
548
548
  .ui.inverted.checkbox label:hover::before {
549
549
  border-color: rgba(34, 36, 38, 0.5);
@@ -555,55 +555,55 @@
555
555
  }
556
556
 
557
557
  /* Slider Line */
558
- .ui.inverted.slider.checkbox label::before {
559
- background-color: rgba(255, 255, 255, 0.5) !important;
558
+ .ui.ui.inverted.slider.checkbox label::before {
559
+ background-color: rgba(255, 255, 255, 0.5);
560
560
  }
561
561
 
562
562
  /* Slider Hover */
563
- .ui.inverted.slider.checkbox label:hover::before {
564
- background: rgba(255, 255, 255, 0.7) !important;
563
+ .ui.ui.inverted.slider.checkbox label:hover::before {
564
+ background: rgba(255, 255, 255, 0.7);
565
565
  }
566
566
 
567
567
  /* Slider Active */
568
- .ui.inverted.slider.checkbox input:checked ~ label {
569
- color: #ffffff !important;
568
+ .ui.ui.inverted.slider.checkbox input:checked ~ label {
569
+ color: #ffffff;
570
570
  }
571
- .ui.inverted.slider.checkbox input:checked ~ label::before {
572
- background-color: rgba(255, 255, 255, 0.8) !important;
571
+ .ui.ui.inverted.slider.checkbox input:checked ~ label::before {
572
+ background-color: rgba(255, 255, 255, 0.8);
573
573
  }
574
574
 
575
575
  /* Slider Active Focus */
576
- .ui.inverted.slider.checkbox input:focus:checked ~ label {
577
- color: #ffffff !important;
576
+ .ui.ui.inverted.slider.checkbox input:focus:checked ~ label {
577
+ color: #ffffff;
578
578
  }
579
- .ui.inverted.slider.checkbox input:focus:checked ~ label::before {
580
- background-color: rgba(255, 255, 255, 0.8) !important;
579
+ .ui.ui.inverted.slider.checkbox input:focus:checked ~ label::before {
580
+ background-color: rgba(255, 255, 255, 0.8);
581
581
  }
582
582
 
583
583
  /* Toggle Switch */
584
- .ui.inverted.toggle.checkbox label::before {
585
- background-color: rgba(255, 255, 255, 0.9) !important;
584
+ .ui.ui.inverted.toggle.checkbox label::before {
585
+ background-color: rgba(255, 255, 255, 0.9);
586
586
  }
587
587
 
588
588
  /* Toggle Hover */
589
- .ui.inverted.toggle.checkbox label:hover::before {
590
- background: #ffffff !important;
589
+ .ui.ui.inverted.toggle.checkbox label:hover::before {
590
+ background: #ffffff;
591
591
  }
592
592
 
593
593
  /* Toggle Active */
594
- .ui.inverted.toggle.checkbox input:checked ~ label {
595
- color: #ffffff !important;
594
+ .ui.ui.inverted.toggle.checkbox input:checked ~ label {
595
+ color: #ffffff;
596
596
  }
597
- .ui.inverted.toggle.checkbox input:checked ~ label::before {
598
- background-color: #2185d0 !important;
597
+ .ui.ui.inverted.toggle.checkbox input:checked ~ label::before {
598
+ background-color: #2185d0;
599
599
  }
600
600
 
601
601
  /* Toggle Active Focus */
602
- .ui.inverted.toggle.checkbox input:focus:checked ~ label {
603
- color: #ffffff !important;
602
+ .ui.ui.inverted.toggle.checkbox input:focus:checked ~ label {
603
+ color: #ffffff;
604
604
  }
605
- .ui.inverted.toggle.checkbox input:focus:checked ~ label::before {
606
- background-color: #0d71bb !important;
605
+ .ui.ui.inverted.toggle.checkbox input:focus:checked ~ label::before {
606
+ background-color: #0d71bb;
607
607
  }
608
608
 
609
609
  /* --------------------
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Checkbox
2
+ * # Fomantic-UI 2.9.2 - Checkbox
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,9 +1,9 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Checkbox
2
+ * # Fomantic-UI 2.9.2 - Checkbox
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
7
  * https://opensource.org/licenses/MIT
8
8
  *
9
- */.ui.checkbox{position:relative;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;vertical-align:baseline;font-style:normal;min-height:17px;font-size:1em;line-height:17px;min-width:17px}.ui.checkbox input[type=checkbox],.ui.checkbox input[type=radio]{cursor:pointer;position:absolute;top:0;left:0;opacity:0!important;outline:0;z-index:3;width:17px;height:17px}.ui.checkbox label{cursor:auto;position:relative;display:block;padding-left:1.85714em;outline:0;font-size:1em}.ui.checkbox label::before{position:absolute;top:0;left:0;width:17px;height:17px;content:"";background:#fff;border-radius:.21428571rem;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;border:1px solid #d4d4d5}.ui.checkbox label::after{position:absolute;font-size:14px;top:0;left:0;width:17px;height:17px;text-align:center;opacity:0;color:rgba(0,0,0,.87);transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease}.ui.right.aligned.checkbox label{padding-left:0;padding-right:1.85714em}.ui.right.aligned.checkbox label::after,.ui.right.aligned.checkbox label::before{right:0;left:auto}.ui.checkbox label,.ui.checkbox+label{color:rgba(0,0,0,.87);transition:color .1s ease}.ui.checkbox+label{vertical-align:middle}.ui.checkbox label:hover::before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox label:hover,.ui.checkbox+label:hover{color:rgba(0,0,0,.8)}.ui.checkbox label:active::before{background:#f9fafb;border-color:rgba(34,36,38,.35)}.ui.checkbox label:active::after{color:rgba(0,0,0,.95)}.ui.checkbox input:active~label{color:rgba(0,0,0,.95)}.ui.checkbox input:focus~label::before{background:#fff;border-color:#96c8da}.ui.checkbox input:focus~label::after{color:rgba(0,0,0,.95)}.ui.checkbox input:focus~label{color:rgba(0,0,0,.95)}.ui.checkbox input:checked~label::before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox input:checked~label::after{opacity:1;color:rgba(0,0,0,.95)}.ui.checkbox input:not([type=radio]):indeterminate~label::before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox input:not([type=radio]):indeterminate~label::after{opacity:1;color:rgba(0,0,0,.95)}.ui.indeterminate.toggle.checkbox input:not([type=radio]):indeterminate~label::before{background:rgba(0,0,0,.15)}.ui.indeterminate.toggle.checkbox input:not([type=radio])~label::after{left:1.075rem}.ui.right.aligned.indeterminate.toggle.checkbox input:not([type=radio])~label::after{left:auto;right:1.075rem}.ui.checkbox input:checked:focus~label::before,.ui.checkbox input:not([type=radio]):indeterminate:focus~label::before{background:#fff;border-color:#96c8da}.ui.checkbox input:checked:focus~label::after,.ui.checkbox input:not([type=radio]):indeterminate:focus~label::after{color:rgba(0,0,0,.95)}.ui.read-only.checkbox,.ui.read-only.checkbox label{cursor:default;pointer-events:none}.ui.checkbox input[disabled]~label,.ui.disabled.checkbox label{cursor:default;opacity:.5;color:#000;pointer-events:none}.ui.checkbox input.hidden{z-index:-1}.ui.checkbox input+label[for],.ui.checkbox input.hidden+label{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ui.radio.checkbox{min-height:15px}.ui.radio.checkbox label{padding-left:1.85714em}.ui.radio.checkbox label::before{content:"";transform:none;width:15px;height:15px;border-radius:500rem;top:1px;left:0}.ui.radio.checkbox label::after{border:none;content:""!important;line-height:15px;top:1px;left:0;width:15px;height:15px;border-radius:500rem;transform:scale(.46666667);background-color:rgba(0,0,0,.87)}.ui.radio.checkbox input:focus~label::before{background-color:#fff}.ui.radio.checkbox input:focus~label::after{background-color:rgba(0,0,0,.95)}.ui.radio.checkbox input:indeterminate~label::after{opacity:0}.ui.radio.checkbox input:checked~label::before{background-color:#fff}.ui.radio.checkbox input:checked~label::after{background-color:rgba(0,0,0,.95)}.ui.radio.checkbox input:focus:checked~label::before{background-color:#fff}.ui.radio.checkbox input:focus:checked~label::after{background-color:rgba(0,0,0,.95)}.ui.slider.checkbox{min-height:1.25rem}.ui.slider.checkbox input{width:3.5rem;height:1.25rem}.ui.slider.checkbox label{padding-left:4.5rem;line-height:1rem;color:rgba(0,0,0,.4)}.ui.slider.checkbox label::before{display:block;position:absolute;content:"";transform:none;border:none!important;left:0;z-index:1;top:.4rem;background-color:rgba(0,0,0,.05);width:3.5rem;height:.21428571rem;border-radius:500rem;transition:background .3s ease}.ui.slider.checkbox label::after{background:#fff linear-gradient(transparent,rgba(0,0,0,.05));position:absolute;content:""!important;opacity:1;z-index:2;border:none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;width:1.5rem;height:1.5rem;top:-.25rem;left:0;transform:none;border-radius:500rem;transition:left .3s ease}.ui.slider.checkbox input:focus~label::before{background-color:rgba(0,0,0,.15);border:none}.ui.slider.checkbox label:hover{color:rgba(0,0,0,.8)}.ui.slider.checkbox label:hover::before{background:rgba(0,0,0,.15)}.ui.slider.checkbox input:checked~label{color:rgba(0,0,0,.95)!important}.ui.slider.checkbox input:checked~label::before{background-color:#545454!important}.ui.slider.checkbox input:checked~label::after{left:2rem}.ui.slider.checkbox input:focus:checked~label{color:rgba(0,0,0,.95)!important}.ui.slider.checkbox input:focus:checked~label::before{background-color:#000!important}.ui.right.aligned.slider.checkbox label{padding-left:0;padding-right:4.5rem}.ui.right.aligned.slider.checkbox label::after{left:auto;right:2rem;transition:right .3s ease}.ui.right.aligned.slider.checkbox input:checked~label::after{left:auto;right:0}.ui.toggle.checkbox{min-height:1.5rem}.ui.toggle.checkbox input{width:3.5rem;height:1.5rem}.ui.toggle.checkbox label{min-height:1.5rem;padding-left:4.5rem;color:rgba(0,0,0,.87)}.ui.toggle.checkbox label{padding-top:.15em}.ui.toggle.checkbox label::before{display:block;position:absolute;content:"";z-index:1;transform:none;border:none;top:0;background:rgba(0,0,0,.05);box-shadow:none;width:3.5rem;height:1.5rem;border-radius:500rem}.ui.toggle.checkbox label::after{background:#fff linear-gradient(transparent,rgba(0,0,0,.05));position:absolute;content:""!important;opacity:1;z-index:2;border:none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;width:1.5rem;height:1.5rem;top:0;left:0;border-radius:500rem;transition:background .3s ease,left .3s ease}.ui.toggle.checkbox input~label::after{left:-.05rem;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset}.ui.toggle.checkbox input:focus~label::before{background-color:rgba(0,0,0,.15);border:none}.ui.toggle.checkbox label:hover::before{background-color:rgba(0,0,0,.15);border:none}.ui.toggle.checkbox input:checked~label{color:rgba(0,0,0,.95)!important}.ui.toggle.checkbox input:checked~label::before{background-color:#2185d0!important}.ui.toggle.checkbox input:checked~label::after{left:2.15rem;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset}.ui.toggle.checkbox input:focus:checked~label{color:rgba(0,0,0,.95)!important}.ui.toggle.checkbox input:focus:checked~label::before{background-color:#0d71bb!important}.ui.right.aligned.toggle.checkbox label{padding-left:0;padding-right:4.5rem}.ui.right.aligned.toggle.checkbox input~label::after{left:auto;right:2.15rem;transition:background .3s ease,right .3s ease}.ui.right.aligned.toggle.checkbox input:checked~label::after{left:auto;right:-.05rem}.ui.fitted.checkbox label{padding-left:0!important}.ui.fitted.toggle.checkbox{width:3.5rem}.ui.fitted.slider.checkbox{width:3.5rem}.ui.inverted.checkbox label,.ui.inverted.checkbox+label{color:rgba(255,255,255,.9)!important}.ui.inverted.checkbox label:hover{color:#fff!important}.ui.inverted.checkbox label:hover::before{border-color:rgba(34,36,38,.5)}.ui.inverted.slider.checkbox label{color:rgba(255,255,255,.5)}.ui.inverted.slider.checkbox label::before{background-color:rgba(255,255,255,.5)!important}.ui.inverted.slider.checkbox label:hover::before{background:rgba(255,255,255,.7)!important}.ui.inverted.slider.checkbox input:checked~label{color:#fff!important}.ui.inverted.slider.checkbox input:checked~label::before{background-color:rgba(255,255,255,.8)!important}.ui.inverted.slider.checkbox input:focus:checked~label{color:#fff!important}.ui.inverted.slider.checkbox input:focus:checked~label::before{background-color:rgba(255,255,255,.8)!important}.ui.inverted.toggle.checkbox label::before{background-color:rgba(255,255,255,.9)!important}.ui.inverted.toggle.checkbox label:hover::before{background:#fff!important}.ui.inverted.toggle.checkbox input:checked~label{color:#fff!important}.ui.inverted.toggle.checkbox input:checked~label::before{background-color:#2185d0!important}.ui.inverted.toggle.checkbox input:focus:checked~label{color:#fff!important}.ui.inverted.toggle.checkbox input:focus:checked~label::before{background-color:#0d71bb!important}.ui.mini.checkbox{font-size:.78571429em}.ui.tiny.checkbox{font-size:.85714286em}.ui.small.checkbox{font-size:.92857143em}.ui.large.checkbox{font-size:1.14285714em}.ui.large.checkbox:not(.slider):not(.toggle):not(.radio) label::after,.ui.large.checkbox:not(.slider):not(.toggle):not(.radio) label::before,.ui.large.form .checkbox:not(.slider):not(.toggle):not(.radio) label::after,.ui.large.form .checkbox:not(.slider):not(.toggle):not(.radio) label::before{transform:scale(1.14285714);transform-origin:left}.ui.large.checkbox.radio label::before,.ui.large.form .checkbox.radio label::before{transform:scale(1.14285714);transform-origin:left}.ui.large.checkbox.radio label::after,.ui.large.form .checkbox.radio label::after{transform:scale(.57142857);transform-origin:left;left:.33571429em}.ui.big.checkbox{font-size:1.28571429em}.ui.big.checkbox:not(.slider):not(.toggle):not(.radio) label::after,.ui.big.checkbox:not(.slider):not(.toggle):not(.radio) label::before,.ui.big.form .checkbox:not(.slider):not(.toggle):not(.radio) label::after,.ui.big.form .checkbox:not(.slider):not(.toggle):not(.radio) label::before{transform:scale(1.28571429);transform-origin:left}.ui.big.checkbox.radio label::before,.ui.big.form .checkbox.radio label::before{transform:scale(1.28571429);transform-origin:left}.ui.big.checkbox.radio label::after,.ui.big.form .checkbox.radio label::after{transform:scale(.64285714);transform-origin:left;left:.37142857em}.ui.huge.checkbox{font-size:1.42857143em}.ui.huge.checkbox:not(.slider):not(.toggle):not(.radio) label::after,.ui.huge.checkbox:not(.slider):not(.toggle):not(.radio) label::before,.ui.huge.form .checkbox:not(.slider):not(.toggle):not(.radio) label::after,.ui.huge.form .checkbox:not(.slider):not(.toggle):not(.radio) label::before{transform:scale(1.42857143);transform-origin:left}.ui.huge.checkbox.radio label::before,.ui.huge.form .checkbox.radio label::before{transform:scale(1.42857143);transform-origin:left}.ui.huge.checkbox.radio label::after,.ui.huge.form .checkbox.radio label::after{transform:scale(.71428571);transform-origin:left;left:.40714286em}.ui.massive.checkbox{font-size:1.71428571em}.ui.massive.checkbox:not(.slider):not(.toggle):not(.radio) label::after,.ui.massive.checkbox:not(.slider):not(.toggle):not(.radio) label::before,.ui.massive.form .checkbox:not(.slider):not(.toggle):not(.radio) label::after,.ui.massive.form .checkbox:not(.slider):not(.toggle):not(.radio) label::before{transform:scale(1.71428571);transform-origin:left}.ui.massive.checkbox.radio label::before,.ui.massive.form .checkbox.radio label::before{transform:scale(1.71428571);transform-origin:left}.ui.massive.checkbox.radio label::after,.ui.massive.form .checkbox.radio label::after{transform:scale(.85714286);transform-origin:left;left:.47857143em}@font-face{font-family:Checkbox;src:url(data:application/font-woff;base64,d09GRgABAAAAAAR8AA0AAAAABtwAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEYAAAABoAAAAcgbCWJ0dERUYAAARIAAAAFwAAABgAJQAAT1MvMgAAAZgAAABAAAAAYA8SBD9jbWFwAAAB9AAAAFMAAAFc71zo6Wdhc3AAAARAAAAACAAAAAgAAAAQZ2x5ZgAAAlwAAADJAAABVHshwGBoZWFkAAABMAAAAC4AAAA2Bj3tWWhoZWEAAAFgAAAAHQAAACQHfQPIaG10eAAAAdgAAAAZAAAAHg56AEVsb2NhAAACSAAAABIAAAASAQoAjG1heHAAAAGAAAAAGAAAACAACgAvbmFtZQAAAygAAADnAAABp5xOC4Fwb3N0AAAEEAAAADAAAABaHRtWW3icY2BkYGBgYmDgqbAVjee3+crAzcIAAhc3XilHppl3M+cBKQ6QWgYGAAHnCVsAAHicY2BkYGA+8P8AAwMLAwgw72ZgZEAF7ABaJgNOAAAAeJxjYGRgYOBg0GUA0QwMTAxoAAAFtQA6eJxjYGYWYpzAwMrAwDST6QwDA0M/hGZ8zWDMyMmAChgF0AQYHBgYXjAxH/h/gMGB+QCIx8CIJKvAwAgAIOcKW3icY2GAAMZQCM0ExCwMDK7MqiAeAAqXAM4AAAB4nN2NwQ2AMAwDL00pHYJH52AQ9n/w6BbFCS9WwJFlO3IUwHl5YAQuJctcOaVdU6TGmGWt7IxJuHXnvmcrnLPR2GWb6NnF4rrwhT5U/o0Hf5EJGAAAAAAAAAgACAAQABgASABsAKoAAHichY09CsJAEIVndiG2gyQ7IASJIbHQyvyIiFhZpBE8iNsIeiVvYOFx7FPbKE6yUcHGgZ23jzd8DxDeowAWCv77Dez0Vd1hAIB+D714NMa0yNdYZrMhum0CfaWnT4bpeSPaEjOd8djIltTBNBlhSGzES3Jqb5oW6UOrE1WBL7/A73lxNBqnK8znZRbNWMgJET8qJhlWF1HV3zvXSceBSifawrTjTLrd0uI3c4lFu4UcYvbh1/KsIaodUayx7Kxr+wb8Y+EFi+YsngAAAHicfc5BSsNAGMXxf9q0agURFy50M3shlOoNikIXddGFa5N0SEvLDKQp2KUH8AxuXXkkz+JL+NYJJPzmffNmAlzxS0L7JJxzYx5wxoN5qPzZnMrv5hGXfJrHyr/NE+74UytJL5Rcdye0Huiue/NQ+aM5lV/NI27ZmsfKv8wTnvhhzgZPyY6CyAfMN77cFVFaaVBxZE9OraWvjvtc6Kn0jN40qDnoVyIBx4yMqWJfH7YxuFk27a2/dLVGxUpbQndYrrVnrazgpO9C1chSb7s3UymGxlU++Dpv/NoVJ7co4zLGkPEPj0VARQB4nGNgYsAPOBgYGJkYmBiZGZgZWRhZGdnYS/MyDYAAShuCaFcLCB9Iw/hGAOPdCuMAAQAB//8AD3icY2BkYGDgAWIBIGYCYhYIDQACOwAmAHicY2BgYGQAgns+by1A9MWNV8phNABQ5wfrAAA=) format("woff")}.ui.checkbox label::after{font-family:Checkbox}.ui.checkbox input:checked~label::after{content:"\e800"}.ui.checkbox input:indeterminate~label::after{font-size:12px;content:"\e801"}
9
+ */.ui.checkbox{position:relative;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;vertical-align:baseline;font-style:normal;min-height:17px;font-size:1em;line-height:17px;min-width:17px}.ui.checkbox input[type=checkbox],.ui.checkbox input[type=radio]{cursor:pointer;position:absolute;top:0;left:0;opacity:0!important;outline:0;z-index:3;width:17px;height:17px}.ui.checkbox label{cursor:auto;position:relative;display:block;padding-left:1.85714em;outline:0;font-size:1em}.ui.checkbox label::before{position:absolute;top:0;left:0;width:17px;height:17px;content:"";background:#fff;border-radius:.21428571rem;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;border:1px solid #d4d4d5}.ui.checkbox label::after{position:absolute;font-size:14px;top:0;left:0;width:17px;height:17px;text-align:center;opacity:0;color:rgba(0,0,0,.87);transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease}.ui.right.aligned.checkbox label{padding-left:0;padding-right:1.85714em}.ui.right.aligned.checkbox label::after,.ui.right.aligned.checkbox label::before{right:0;left:auto}.ui.checkbox label,.ui.checkbox+label{color:rgba(0,0,0,.87);transition:color .1s ease}.ui.checkbox+label{vertical-align:middle}.ui.checkbox label:hover::before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox label:hover,.ui.checkbox+label:hover{color:rgba(0,0,0,.8)}.ui.checkbox label:active::before{background:#f9fafb;border-color:rgba(34,36,38,.35)}.ui.checkbox label:active::after{color:rgba(0,0,0,.95)}.ui.checkbox input:active~label{color:rgba(0,0,0,.95)}.ui.checkbox input:focus~label::before{background:#fff;border-color:#96c8da}.ui.checkbox input:focus~label::after{color:rgba(0,0,0,.95)}.ui.checkbox input:focus~label{color:rgba(0,0,0,.95)}.ui.checkbox input:checked~label::before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox input:checked~label::after{opacity:1;color:rgba(0,0,0,.95)}.ui.checkbox input:not([type=radio]):indeterminate~label::before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox input:not([type=radio]):indeterminate~label::after{opacity:1;color:rgba(0,0,0,.95)}.ui.indeterminate.toggle.checkbox input:not([type=radio]):indeterminate~label::before{background:rgba(0,0,0,.15)}.ui.indeterminate.toggle.checkbox input:not([type=radio])~label::after{left:1.075rem}.ui.right.aligned.indeterminate.toggle.checkbox input:not([type=radio])~label::after{left:auto;right:1.075rem}.ui.checkbox input:checked:focus~label::before,.ui.checkbox input:not([type=radio]):indeterminate:focus~label::before{background:#fff;border-color:#96c8da}.ui.checkbox input:checked:focus~label::after,.ui.checkbox input:not([type=radio]):indeterminate:focus~label::after{color:rgba(0,0,0,.95)}.ui.read-only.checkbox,.ui.read-only.checkbox label{cursor:default;pointer-events:none}.ui.checkbox input[disabled]~label,.ui.disabled.checkbox label{cursor:default;opacity:.5;color:#000;pointer-events:none}.ui.checkbox input.hidden{z-index:-1}.ui.checkbox input+label[for],.ui.checkbox input.hidden+label{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ui.radio.checkbox{min-height:15px}.ui.radio.checkbox label{padding-left:1.85714em}.ui.radio.checkbox label::before{content:"";transform:none;width:15px;height:15px;border-radius:500rem;top:1px;left:0}.ui.radio.checkbox label::after{border:none;content:""!important;line-height:15px;top:1px;left:0;width:15px;height:15px;border-radius:500rem;transform:scale(.46666667);background-color:rgba(0,0,0,.87)}.ui.radio.checkbox input:focus~label::before{background-color:#fff}.ui.radio.checkbox input:focus~label::after{background-color:rgba(0,0,0,.95)}.ui.radio.checkbox input:indeterminate~label::after{opacity:0}.ui.radio.checkbox input:checked~label::before{background-color:#fff}.ui.radio.checkbox input:checked~label::after{background-color:rgba(0,0,0,.95)}.ui.radio.checkbox input:focus:checked~label::before{background-color:#fff}.ui.radio.checkbox input:focus:checked~label::after{background-color:rgba(0,0,0,.95)}.ui.slider.checkbox{min-height:1.25rem}.ui.slider.checkbox input{width:3.5rem;height:1.25rem}.ui.slider.checkbox label{padding-left:4.5rem;line-height:1rem;color:rgba(0,0,0,.4)}.ui.slider.checkbox label::before{display:block;position:absolute;content:"";transform:none;border:none!important;left:0;z-index:1;top:.4rem;background-color:rgba(0,0,0,.05);width:3.5rem;height:.21428571rem;border-radius:500rem;transition:background .3s ease}.ui.slider.checkbox label::after{background:#fff linear-gradient(transparent,rgba(0,0,0,.05));position:absolute;content:""!important;opacity:1;z-index:2;border:none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;width:1.5rem;height:1.5rem;top:-.25rem;left:0;transform:none;border-radius:500rem;transition:left .3s ease}.ui.slider.checkbox input:focus~label::before{background-color:rgba(0,0,0,.15);border:none}.ui.slider.checkbox label:hover{color:rgba(0,0,0,.8)}.ui.slider.checkbox label:hover::before{background:rgba(0,0,0,.15)}.ui.slider.checkbox input:checked~label{color:rgba(0,0,0,.95)}.ui.slider.checkbox input:checked~label::before{background-color:#545454}.ui.slider.checkbox input:checked~label::after{left:2rem}.ui.slider.checkbox input:focus:checked~label{color:rgba(0,0,0,.95)}.ui.slider.checkbox input:focus:checked~label::before{background-color:#000}.ui.right.aligned.slider.checkbox label{padding-left:0;padding-right:4.5rem}.ui.right.aligned.slider.checkbox label::after{left:auto;right:2rem;transition:right .3s ease}.ui.right.aligned.slider.checkbox input:checked~label::after{left:auto;right:0}.ui.toggle.checkbox{min-height:1.5rem}.ui.toggle.checkbox input{width:3.5rem;height:1.5rem}.ui.toggle.checkbox label{min-height:1.5rem;padding-left:4.5rem;color:rgba(0,0,0,.87)}.ui.toggle.checkbox label{padding-top:.15em}.ui.toggle.checkbox label::before{display:block;position:absolute;content:"";z-index:1;transform:none;border:none;top:0;background:rgba(0,0,0,.05);box-shadow:none;width:3.5rem;height:1.5rem;border-radius:500rem}.ui.toggle.checkbox label::after{background:#fff linear-gradient(transparent,rgba(0,0,0,.05));position:absolute;content:""!important;opacity:1;z-index:2;border:none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;width:1.5rem;height:1.5rem;top:0;left:0;border-radius:500rem;transition:background .3s ease,left .3s ease}.ui.toggle.checkbox input~label::after{left:-.05rem;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset}.ui.toggle.checkbox input:focus~label::before{background-color:rgba(0,0,0,.15);border:none}.ui.toggle.checkbox label:hover::before{background-color:rgba(0,0,0,.15);border:none}.ui.toggle.checkbox input:checked~label{color:rgba(0,0,0,.95)}.ui.toggle.checkbox input:checked~label::before{background-color:#2185d0}.ui.toggle.checkbox input:checked~label::after{left:2.15rem;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset}.ui.toggle.checkbox input:focus:checked~label{color:rgba(0,0,0,.95)}.ui.toggle.checkbox input:focus:checked~label::before{background-color:#0d71bb}.ui.right.aligned.toggle.checkbox label{padding-left:0;padding-right:4.5rem}.ui.right.aligned.toggle.checkbox input~label::after{left:auto;right:2.15rem;transition:background .3s ease,right .3s ease}.ui.right.aligned.toggle.checkbox input:checked~label::after{left:auto;right:-.05rem}.ui.ui.fitted.checkbox label{padding-left:0}.ui.fitted.toggle.checkbox{width:3.5rem}.ui.fitted.slider.checkbox{width:3.5rem}.ui.ui.ui.inverted.checkbox label,.ui.ui.ui.inverted.checkbox+label{color:rgba(255,255,255,.9)}.ui.ui.inverted.checkbox label:hover{color:#fff}.ui.inverted.checkbox label:hover::before{border-color:rgba(34,36,38,.5)}.ui.inverted.slider.checkbox label{color:rgba(255,255,255,.5)}.ui.ui.inverted.slider.checkbox label::before{background-color:rgba(255,255,255,.5)}.ui.ui.inverted.slider.checkbox label:hover::before{background:rgba(255,255,255,.7)}.ui.ui.inverted.slider.checkbox input:checked~label{color:#fff}.ui.ui.inverted.slider.checkbox input:checked~label::before{background-color:rgba(255,255,255,.8)}.ui.ui.inverted.slider.checkbox input:focus:checked~label{color:#fff}.ui.ui.inverted.slider.checkbox input:focus:checked~label::before{background-color:rgba(255,255,255,.8)}.ui.ui.inverted.toggle.checkbox label::before{background-color:rgba(255,255,255,.9)}.ui.ui.inverted.toggle.checkbox label:hover::before{background:#fff}.ui.ui.inverted.toggle.checkbox input:checked~label{color:#fff}.ui.ui.inverted.toggle.checkbox input:checked~label::before{background-color:#2185d0}.ui.ui.inverted.toggle.checkbox input:focus:checked~label{color:#fff}.ui.ui.inverted.toggle.checkbox input:focus:checked~label::before{background-color:#0d71bb}.ui.mini.checkbox{font-size:.78571429em}.ui.tiny.checkbox{font-size:.85714286em}.ui.small.checkbox{font-size:.92857143em}.ui.large.checkbox{font-size:1.14285714em}.ui.large.checkbox:not(.slider):not(.toggle):not(.radio) label::after,.ui.large.checkbox:not(.slider):not(.toggle):not(.radio) label::before,.ui.large.form .checkbox:not(.slider):not(.toggle):not(.radio) label::after,.ui.large.form .checkbox:not(.slider):not(.toggle):not(.radio) label::before{transform:scale(1.14285714);transform-origin:left}.ui.large.checkbox.radio label::before,.ui.large.form .checkbox.radio label::before{transform:scale(1.14285714);transform-origin:left}.ui.large.checkbox.radio label::after,.ui.large.form .checkbox.radio label::after{transform:scale(.57142857);transform-origin:left;left:.33571429em}.ui.big.checkbox{font-size:1.28571429em}.ui.big.checkbox:not(.slider):not(.toggle):not(.radio) label::after,.ui.big.checkbox:not(.slider):not(.toggle):not(.radio) label::before,.ui.big.form .checkbox:not(.slider):not(.toggle):not(.radio) label::after,.ui.big.form .checkbox:not(.slider):not(.toggle):not(.radio) label::before{transform:scale(1.28571429);transform-origin:left}.ui.big.checkbox.radio label::before,.ui.big.form .checkbox.radio label::before{transform:scale(1.28571429);transform-origin:left}.ui.big.checkbox.radio label::after,.ui.big.form .checkbox.radio label::after{transform:scale(.64285714);transform-origin:left;left:.37142857em}.ui.huge.checkbox{font-size:1.42857143em}.ui.huge.checkbox:not(.slider):not(.toggle):not(.radio) label::after,.ui.huge.checkbox:not(.slider):not(.toggle):not(.radio) label::before,.ui.huge.form .checkbox:not(.slider):not(.toggle):not(.radio) label::after,.ui.huge.form .checkbox:not(.slider):not(.toggle):not(.radio) label::before{transform:scale(1.42857143);transform-origin:left}.ui.huge.checkbox.radio label::before,.ui.huge.form .checkbox.radio label::before{transform:scale(1.42857143);transform-origin:left}.ui.huge.checkbox.radio label::after,.ui.huge.form .checkbox.radio label::after{transform:scale(.71428571);transform-origin:left;left:.40714286em}.ui.massive.checkbox{font-size:1.71428571em}.ui.massive.checkbox:not(.slider):not(.toggle):not(.radio) label::after,.ui.massive.checkbox:not(.slider):not(.toggle):not(.radio) label::before,.ui.massive.form .checkbox:not(.slider):not(.toggle):not(.radio) label::after,.ui.massive.form .checkbox:not(.slider):not(.toggle):not(.radio) label::before{transform:scale(1.71428571);transform-origin:left}.ui.massive.checkbox.radio label::before,.ui.massive.form .checkbox.radio label::before{transform:scale(1.71428571);transform-origin:left}.ui.massive.checkbox.radio label::after,.ui.massive.form .checkbox.radio label::after{transform:scale(.85714286);transform-origin:left;left:.47857143em}@font-face{font-family:Checkbox;src:url(data:application/font-woff;base64,d09GRgABAAAAAAR8AA0AAAAABtwAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEYAAAABoAAAAcgbCWJ0dERUYAAARIAAAAFwAAABgAJQAAT1MvMgAAAZgAAABAAAAAYA8SBD9jbWFwAAAB9AAAAFMAAAFc71zo6Wdhc3AAAARAAAAACAAAAAgAAAAQZ2x5ZgAAAlwAAADJAAABVHshwGBoZWFkAAABMAAAAC4AAAA2Bj3tWWhoZWEAAAFgAAAAHQAAACQHfQPIaG10eAAAAdgAAAAZAAAAHg56AEVsb2NhAAACSAAAABIAAAASAQoAjG1heHAAAAGAAAAAGAAAACAACgAvbmFtZQAAAygAAADnAAABp5xOC4Fwb3N0AAAEEAAAADAAAABaHRtWW3icY2BkYGBgYmDgqbAVjee3+crAzcIAAhc3XilHppl3M+cBKQ6QWgYGAAHnCVsAAHicY2BkYGA+8P8AAwMLAwgw72ZgZEAF7ABaJgNOAAAAeJxjYGRgYOBg0GUA0QwMTAxoAAAFtQA6eJxjYGYWYpzAwMrAwDST6QwDA0M/hGZ8zWDMyMmAChgF0AQYHBgYXjAxH/h/gMGB+QCIx8CIJKvAwAgAIOcKW3icY2GAAMZQCM0ExCwMDK7MqiAeAAqXAM4AAAB4nN2NwQ2AMAwDL00pHYJH52AQ9n/w6BbFCS9WwJFlO3IUwHl5YAQuJctcOaVdU6TGmGWt7IxJuHXnvmcrnLPR2GWb6NnF4rrwhT5U/o0Hf5EJGAAAAAAAAAgACAAQABgASABsAKoAAHichY09CsJAEIVndiG2gyQ7IASJIbHQyvyIiFhZpBE8iNsIeiVvYOFx7FPbKE6yUcHGgZ23jzd8DxDeowAWCv77Dez0Vd1hAIB+D714NMa0yNdYZrMhum0CfaWnT4bpeSPaEjOd8djIltTBNBlhSGzES3Jqb5oW6UOrE1WBL7/A73lxNBqnK8znZRbNWMgJET8qJhlWF1HV3zvXSceBSifawrTjTLrd0uI3c4lFu4UcYvbh1/KsIaodUayx7Kxr+wb8Y+EFi+YsngAAAHicfc5BSsNAGMXxf9q0agURFy50M3shlOoNikIXddGFa5N0SEvLDKQp2KUH8AxuXXkkz+JL+NYJJPzmffNmAlzxS0L7JJxzYx5wxoN5qPzZnMrv5hGXfJrHyr/NE+74UytJL5Rcdye0Huiue/NQ+aM5lV/NI27ZmsfKv8wTnvhhzgZPyY6CyAfMN77cFVFaaVBxZE9OraWvjvtc6Kn0jN40qDnoVyIBx4yMqWJfH7YxuFk27a2/dLVGxUpbQndYrrVnrazgpO9C1chSb7s3UymGxlU++Dpv/NoVJ7co4zLGkPEPj0VARQB4nGNgYsAPOBgYGJkYmBiZGZgZWRhZGdnYS/MyDYAAShuCaFcLCB9Iw/hGAOPdCuMAAQAB//8AD3icY2BkYGDgAWIBIGYCYhYIDQACOwAmAHicY2BgYGQAgns+by1A9MWNV8phNABQ5wfrAAA=) format("woff")}.ui.checkbox label::after{font-family:Checkbox}.ui.checkbox input:checked~label::after{content:"\e800"}.ui.checkbox input:indeterminate~label::after{font-size:12px;content:"\e801"}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.2-beta.8+8838309
2
+ * # Fomantic UI - 2.9.2
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Comment
2
+ * # Fomantic-UI 2.9.2 - Comment
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Comment
2
+ * # Fomantic-UI 2.9.2 - Comment
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Container
2
+ * # Fomantic-UI 2.9.2 - Container
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Container
2
+ * # Fomantic-UI 2.9.2 - Container
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Dimmer
2
+ * # Fomantic-UI 2.9.2 - Dimmer
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Dimmer
2
+ * # Fomantic-UI 2.9.2 - Dimmer
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Dimmer
2
+ * # Fomantic-UI 2.9.2 - Dimmer
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.2-beta.8+8838309
2
+ * # Fomantic UI - 2.9.2
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Divider
2
+ * # Fomantic-UI 2.9.2 - Divider
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Divider
2
+ * # Fomantic-UI 2.9.2 - Divider
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Dropdown
2
+ * # Fomantic-UI 2.9.2 - Dropdown
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -403,6 +403,13 @@ select.ui.dropdown {
403
403
  .ui.compact.selection.dropdown {
404
404
  min-width: 0;
405
405
  }
406
+ .ui.compact.selection.dropdown > .menu {
407
+ width: auto;
408
+ }
409
+ .ui.compact.selection.dropdown > .menu:not(.multiline) {
410
+ width: -webkit-max-content;
411
+ width: max-content;
412
+ }
406
413
 
407
414
  /* Selection Menu */
408
415
  .ui.selection.dropdown .menu {
@@ -1860,11 +1867,6 @@ select.ui.dropdown {
1860
1867
  }
1861
1868
 
1862
1869
  /* Selection for form elements */
1863
- .ui.inverted.dropdown textarea::-webkit-selection,
1864
- .ui.inverted.dropdown input::-webkit-selection {
1865
- background-color: rgba(255, 255, 255, 0.25);
1866
- color: rgba(255, 255, 255, 0.8);
1867
- }
1868
1870
  .ui.inverted.dropdown textarea::selection,
1869
1871
  .ui.inverted.dropdown input::selection {
1870
1872
  background-color: rgba(255, 255, 255, 0.25);
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2-beta.8+8838309 - Dropdown
2
+ * # Fomantic-UI 2.9.2 - Dropdown
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *