fomantic-ui 2.9.1-beta.2 → 2.9.1-beta.20

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 (339) hide show
  1. package/.eslintrc.js +110 -0
  2. package/.github/workflows/ci.yml +14 -4
  3. package/.stylelintrc.js +46 -0
  4. package/dist/components/accordion.css +19 -26
  5. package/dist/components/accordion.js +568 -595
  6. package/dist/components/accordion.min.css +1 -1
  7. package/dist/components/accordion.min.js +2 -2
  8. package/dist/components/ad.css +31 -41
  9. package/dist/components/ad.min.css +1 -1
  10. package/dist/components/api.js +1161 -1179
  11. package/dist/components/api.min.js +2 -2
  12. package/dist/components/breadcrumb.css +1 -1
  13. package/dist/components/breadcrumb.min.css +1 -1
  14. package/dist/components/button.css +71 -106
  15. package/dist/components/button.min.css +1 -1
  16. package/dist/components/calendar.css +18 -16
  17. package/dist/components/calendar.js +1895 -1809
  18. package/dist/components/calendar.min.css +2 -2
  19. package/dist/components/calendar.min.js +2 -2
  20. package/dist/components/card.css +83 -115
  21. package/dist/components/card.min.css +1 -1
  22. package/dist/components/checkbox.css +47 -64
  23. package/dist/components/checkbox.js +842 -841
  24. package/dist/components/checkbox.min.css +1 -1
  25. package/dist/components/checkbox.min.js +2 -2
  26. package/dist/components/comment.css +37 -51
  27. package/dist/components/comment.min.css +1 -1
  28. package/dist/components/container.css +6 -5
  29. package/dist/components/container.min.css +2 -2
  30. package/dist/components/dimmer.css +31 -41
  31. package/dist/components/dimmer.js +708 -737
  32. package/dist/components/dimmer.min.css +1 -1
  33. package/dist/components/dimmer.min.js +2 -2
  34. package/dist/components/divider.css +32 -44
  35. package/dist/components/divider.min.css +1 -1
  36. package/dist/components/dropdown.css +129 -166
  37. package/dist/components/dropdown.js +4161 -4234
  38. package/dist/components/dropdown.min.css +2 -2
  39. package/dist/components/dropdown.min.js +2 -2
  40. package/dist/components/embed.css +13 -19
  41. package/dist/components/embed.js +651 -675
  42. package/dist/components/embed.min.css +1 -1
  43. package/dist/components/embed.min.js +2 -2
  44. package/dist/components/emoji.css +7 -6
  45. package/dist/components/feed.css +24 -32
  46. package/dist/components/feed.min.css +1 -1
  47. package/dist/components/flag.css +5 -3
  48. package/dist/components/flag.min.css +1 -1
  49. package/dist/components/flyout.css +44 -58
  50. package/dist/components/flyout.js +1464 -1465
  51. package/dist/components/flyout.min.css +2 -2
  52. package/dist/components/flyout.min.js +2 -2
  53. package/dist/components/form.css +85 -111
  54. package/dist/components/form.js +1979 -2004
  55. package/dist/components/form.min.css +1 -1
  56. package/dist/components/form.min.js +2 -2
  57. package/dist/components/grid.css +70 -96
  58. package/dist/components/grid.min.css +1 -1
  59. package/dist/components/header.css +47 -65
  60. package/dist/components/header.min.css +1 -1
  61. package/dist/components/icon.css +45 -66
  62. package/dist/components/icon.min.css +2 -2
  63. package/dist/components/image.css +32 -42
  64. package/dist/components/image.min.css +1 -1
  65. package/dist/components/input.css +182 -65
  66. package/dist/components/input.min.css +2 -2
  67. package/dist/components/item.css +55 -77
  68. package/dist/components/item.min.css +1 -1
  69. package/dist/components/label.css +68 -91
  70. package/dist/components/label.min.css +2 -2
  71. package/dist/components/list.css +44 -59
  72. package/dist/components/list.min.css +1 -1
  73. package/dist/components/loader.css +16 -22
  74. package/dist/components/loader.min.css +1 -1
  75. package/dist/components/menu.css +126 -186
  76. package/dist/components/message.css +25 -35
  77. package/dist/components/message.min.css +1 -1
  78. package/dist/components/modal.css +39 -40
  79. package/dist/components/modal.js +1491 -1485
  80. package/dist/components/modal.min.css +2 -2
  81. package/dist/components/modal.min.js +2 -2
  82. package/dist/components/nag.css +21 -28
  83. package/dist/components/nag.js +518 -526
  84. package/dist/components/nag.min.css +2 -2
  85. package/dist/components/nag.min.js +2 -2
  86. package/dist/components/placeholder.css +10 -12
  87. package/dist/components/placeholder.min.css +1 -1
  88. package/dist/components/popup.css +352 -59
  89. package/dist/components/popup.js +1437 -1456
  90. package/dist/components/popup.min.css +2 -2
  91. package/dist/components/popup.min.js +2 -2
  92. package/dist/components/progress.css +29 -39
  93. package/dist/components/progress.js +969 -997
  94. package/dist/components/progress.min.css +1 -1
  95. package/dist/components/progress.min.js +2 -2
  96. package/dist/components/rail.css +15 -20
  97. package/dist/components/rail.min.css +1 -1
  98. package/dist/components/rating.css +9 -13
  99. package/dist/components/rating.js +505 -523
  100. package/dist/components/rating.min.css +1 -1
  101. package/dist/components/rating.min.js +2 -2
  102. package/dist/components/reset.css +1 -1
  103. package/dist/components/reset.min.css +1 -1
  104. package/dist/components/reveal.css +19 -26
  105. package/dist/components/reveal.min.css +1 -1
  106. package/dist/components/search.css +43 -58
  107. package/dist/components/search.js +1498 -1534
  108. package/dist/components/search.min.css +2 -2
  109. package/dist/components/search.min.js +2 -2
  110. package/dist/components/segment.css +64 -83
  111. package/dist/components/segment.min.css +2 -2
  112. package/dist/components/shape.css +10 -14
  113. package/dist/components/shape.js +792 -809
  114. package/dist/components/shape.min.css +1 -1
  115. package/dist/components/shape.min.js +2 -2
  116. package/dist/components/sidebar.css +43 -58
  117. package/dist/components/sidebar.js +1071 -1098
  118. package/dist/components/sidebar.min.css +2 -2
  119. package/dist/components/sidebar.min.js +2 -2
  120. package/dist/components/site.css +5 -5
  121. package/dist/components/site.js +462 -476
  122. package/dist/components/site.min.css +1 -1
  123. package/dist/components/site.min.js +2 -2
  124. package/dist/components/slider.css +27 -37
  125. package/dist/components/slider.js +1287 -1306
  126. package/dist/components/slider.min.js +2 -2
  127. package/dist/components/state.js +639 -657
  128. package/dist/components/state.min.js +2 -2
  129. package/dist/components/statistic.css +32 -41
  130. package/dist/components/statistic.min.css +2 -2
  131. package/dist/components/step.css +26 -35
  132. package/dist/components/step.min.css +1 -1
  133. package/dist/components/sticky.css +1 -1
  134. package/dist/components/sticky.js +857 -902
  135. package/dist/components/sticky.min.css +1 -1
  136. package/dist/components/sticky.min.js +2 -2
  137. package/dist/components/tab.css +6 -8
  138. package/dist/components/tab.js +922 -963
  139. package/dist/components/tab.min.css +1 -1
  140. package/dist/components/tab.min.js +2 -2
  141. package/dist/components/table.css +93 -119
  142. package/dist/components/table.min.css +2 -2
  143. package/dist/components/text.css +1 -1
  144. package/dist/components/text.min.css +1 -1
  145. package/dist/components/toast.css +4 -6
  146. package/dist/components/toast.js +886 -887
  147. package/dist/components/toast.min.css +1 -1
  148. package/dist/components/toast.min.js +2 -2
  149. package/dist/components/transition.css +150 -3
  150. package/dist/components/transition.js +1041 -1077
  151. package/dist/components/transition.min.css +2 -2
  152. package/dist/components/transition.min.js +2 -2
  153. package/dist/components/visibility.js +1220 -1244
  154. package/dist/components/visibility.min.js +2 -2
  155. package/dist/semantic.css +2529 -1778
  156. package/dist/semantic.js +28928 -29383
  157. package/dist/semantic.min.css +2 -2
  158. package/dist/semantic.min.js +2 -2
  159. package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  160. package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  161. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  162. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  163. package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  164. package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  165. package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  166. package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  167. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  168. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  169. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  170. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  171. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  172. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  173. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  174. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  175. package/examples/assets/show-examples.js +13 -13
  176. package/gulpfile.js +9 -10
  177. package/package.json +13 -8
  178. package/scripts/nightly-version.js +81 -75
  179. package/src/definitions/behaviors/api.js +1162 -1180
  180. package/src/definitions/behaviors/form.js +1978 -2003
  181. package/src/definitions/behaviors/state.js +645 -663
  182. package/src/definitions/behaviors/visibility.js +1219 -1243
  183. package/src/definitions/collections/breadcrumb.less +41 -44
  184. package/src/definitions/collections/form.less +869 -879
  185. package/src/definitions/collections/grid.less +1690 -1695
  186. package/src/definitions/collections/menu.less +1493 -1503
  187. package/src/definitions/collections/message.less +292 -295
  188. package/src/definitions/collections/table.less +1616 -1620
  189. package/src/definitions/elements/button.less +1721 -1743
  190. package/src/definitions/elements/container.less +209 -209
  191. package/src/definitions/elements/divider.less +205 -206
  192. package/src/definitions/elements/emoji.less +38 -44
  193. package/src/definitions/elements/flag.less +44 -46
  194. package/src/definitions/elements/header.less +337 -345
  195. package/src/definitions/elements/icon.less +516 -443
  196. package/src/definitions/elements/image.less +221 -225
  197. package/src/definitions/elements/input.less +663 -659
  198. package/src/definitions/elements/label.less +803 -793
  199. package/src/definitions/elements/list.less +809 -809
  200. package/src/definitions/elements/loader.less +272 -266
  201. package/src/definitions/elements/placeholder.less +171 -168
  202. package/src/definitions/elements/rail.less +91 -91
  203. package/src/definitions/elements/reveal.less +192 -196
  204. package/src/definitions/elements/segment.less +743 -746
  205. package/src/definitions/elements/step.less +425 -433
  206. package/src/definitions/elements/text.less +32 -34
  207. package/src/definitions/globals/reset.less +9 -6
  208. package/src/definitions/globals/site.js +461 -475
  209. package/src/definitions/globals/site.less +106 -108
  210. package/src/definitions/modules/accordion.js +567 -594
  211. package/src/definitions/modules/accordion.less +242 -246
  212. package/src/definitions/modules/calendar.js +1894 -1808
  213. package/src/definitions/modules/calendar.less +98 -95
  214. package/src/definitions/modules/checkbox.js +841 -840
  215. package/src/definitions/modules/checkbox.less +536 -542
  216. package/src/definitions/modules/dimmer.js +707 -736
  217. package/src/definitions/modules/dimmer.less +300 -297
  218. package/src/definitions/modules/dropdown.js +4160 -4233
  219. package/src/definitions/modules/dropdown.less +1577 -1589
  220. package/src/definitions/modules/embed.js +650 -674
  221. package/src/definitions/modules/embed.less +81 -82
  222. package/src/definitions/modules/flyout.js +1463 -1464
  223. package/src/definitions/modules/flyout.less +445 -451
  224. package/src/definitions/modules/modal.js +1490 -1484
  225. package/src/definitions/modules/modal.less +459 -459
  226. package/src/definitions/modules/nag.js +517 -525
  227. package/src/definitions/modules/nag.less +134 -138
  228. package/src/definitions/modules/popup.js +1436 -1455
  229. package/src/definitions/modules/popup.less +742 -687
  230. package/src/definitions/modules/progress.js +968 -996
  231. package/src/definitions/modules/progress.less +521 -494
  232. package/src/definitions/modules/rating.js +504 -522
  233. package/src/definitions/modules/rating.less +94 -101
  234. package/src/definitions/modules/search.js +1497 -1533
  235. package/src/definitions/modules/search.less +375 -382
  236. package/src/definitions/modules/shape.js +791 -808
  237. package/src/definitions/modules/shape.less +71 -76
  238. package/src/definitions/modules/sidebar.js +1070 -1097
  239. package/src/definitions/modules/sidebar.less +463 -472
  240. package/src/definitions/modules/slider.js +1286 -1305
  241. package/src/definitions/modules/slider.less +307 -308
  242. package/src/definitions/modules/sticky.js +873 -918
  243. package/src/definitions/modules/sticky.less +21 -23
  244. package/src/definitions/modules/tab.js +921 -962
  245. package/src/definitions/modules/tab.less +51 -52
  246. package/src/definitions/modules/toast.js +885 -886
  247. package/src/definitions/modules/toast.less +584 -586
  248. package/src/definitions/modules/transition.js +1040 -1076
  249. package/src/definitions/modules/transition.less +62 -28
  250. package/src/definitions/views/ad.less +206 -206
  251. package/src/definitions/views/card.less +968 -970
  252. package/src/definitions/views/comment.less +190 -198
  253. package/src/definitions/views/feed.less +220 -224
  254. package/src/definitions/views/item.less +436 -446
  255. package/src/definitions/views/statistic.less +271 -277
  256. package/src/theme.less +29 -32
  257. package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  258. package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  259. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  260. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  261. package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  262. package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  263. package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  264. package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  265. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  266. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  267. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  268. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  269. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  270. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  271. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  272. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  273. package/src/themes/default/elements/container.variables +0 -7
  274. package/src/themes/default/elements/icon.variables +18 -0
  275. package/src/themes/default/elements/segment.variables +0 -7
  276. package/src/themes/default/globals/colors.less +589 -589
  277. package/src/themes/default/globals/site.variables +8 -0
  278. package/src/themes/default/globals/variation.variables +13 -1
  279. package/src/themes/default/modules/calendar.variables +2 -0
  280. package/src/themes/default/modules/nag.variables +1 -1
  281. package/src/themes/default/modules/popup.variables +2 -0
  282. package/src/themes/default/modules/transition.variables +8 -1
  283. package/tasks/admin/components/create.js +274 -276
  284. package/tasks/admin/components/init.js +123 -130
  285. package/tasks/admin/components/update.js +149 -157
  286. package/tasks/admin/distributions/create.js +184 -187
  287. package/tasks/admin/distributions/init.js +123 -130
  288. package/tasks/admin/distributions/update.js +145 -152
  289. package/tasks/admin/publish.js +5 -7
  290. package/tasks/admin/register.js +36 -38
  291. package/tasks/admin/release.js +8 -10
  292. package/tasks/build/assets.js +42 -39
  293. package/tasks/build/css.js +225 -216
  294. package/tasks/build/javascript.js +118 -113
  295. package/tasks/build.js +10 -10
  296. package/tasks/check-install.js +14 -16
  297. package/tasks/clean.js +5 -5
  298. package/tasks/collections/admin.js +34 -36
  299. package/tasks/collections/build.js +18 -20
  300. package/tasks/collections/docs.js +9 -11
  301. package/tasks/collections/install.js +9 -11
  302. package/tasks/collections/rtl.js +9 -11
  303. package/tasks/collections/various.js +8 -10
  304. package/tasks/config/admin/github.js +17 -17
  305. package/tasks/config/admin/oauth.example.js +4 -4
  306. package/tasks/config/admin/release.js +98 -98
  307. package/tasks/config/admin/templates/component-package.js +9 -10
  308. package/tasks/config/admin/templates/css-package.js +18 -20
  309. package/tasks/config/admin/templates/less-package.js +11 -13
  310. package/tasks/config/defaults.js +116 -114
  311. package/tasks/config/docs.js +23 -23
  312. package/tasks/config/npm/gulpfile.js +8 -9
  313. package/tasks/config/project/config.js +127 -134
  314. package/tasks/config/project/install.js +715 -713
  315. package/tasks/config/project/release.js +32 -38
  316. package/tasks/config/tasks.js +165 -156
  317. package/tasks/config/user.js +23 -26
  318. package/tasks/docs/build.js +97 -95
  319. package/tasks/docs/metadata.js +90 -96
  320. package/tasks/docs/serve.js +80 -81
  321. package/tasks/install.js +370 -378
  322. package/tasks/rtl/build.js +2 -2
  323. package/tasks/rtl/watch.js +2 -2
  324. package/tasks/version.js +4 -4
  325. package/tasks/watch.js +28 -30
  326. package/test/meteor/assets.js +10 -13
  327. package/test/meteor/fonts.js +12 -13
  328. package/test/modules/accordion.spec.js +6 -8
  329. package/test/modules/checkbox.spec.js +5 -7
  330. package/test/modules/dropdown.spec.js +5 -7
  331. package/test/modules/modal.spec.js +6 -8
  332. package/test/modules/module.spec.js +158 -178
  333. package/test/modules/popup.spec.js +5 -7
  334. package/test/modules/search.spec.js +5 -7
  335. package/test/modules/shape.spec.js +5 -7
  336. package/test/modules/sidebar.spec.js +5 -7
  337. package/test/modules/tab.spec.js +6 -8
  338. package/test/modules/transition.spec.js +5 -7
  339. package/test/modules/video.spec.js +5 -7
@@ -12,7 +12,7 @@
12
12
  Theme
13
13
  *******************************/
14
14
 
15
- @type : 'element';
15
+ @type : 'element';
16
16
  @element : 'segment';
17
17
 
18
18
  @import (multiple) '../../theme.config';
@@ -22,99 +22,98 @@
22
22
  *******************************/
23
23
 
24
24
  .ui.segment {
25
- position: relative;
26
- background: @background;
27
- box-shadow: @boxShadow;
28
- margin: @margin;
29
- padding: @padding;
30
- border-radius: @borderRadius;
31
- border: @border;
25
+ position: relative;
26
+ background: @background;
27
+ box-shadow: @boxShadow;
28
+ margin: @margin;
29
+ padding: @padding;
30
+ border-radius: @borderRadius;
31
+ border: @border;
32
32
  }
33
33
 
34
34
  .ui.segment:first-child {
35
- margin-top: 0;
35
+ margin-top: 0;
36
36
  }
37
37
  .ui.segment:last-child {
38
- margin-bottom: 0;
38
+ margin-bottom: 0;
39
39
  }
40
40
 
41
41
  & when (@variationSegmentVertical) {
42
- /* Vertical */
43
- .ui.vertical.segment {
44
- margin: 0;
45
- padding-left: 0;
46
- padding-right: 0;
42
+ /* Vertical */
43
+ .ui.vertical.segment {
44
+ margin: 0;
45
+ padding-left: 0;
46
+ padding-right: 0;
47
47
 
48
- background: none transparent;
49
- border-radius: 0;
50
- box-shadow: none;
51
- border: none;
52
- border-top: @borderWidth solid @borderColor;
53
- }
54
- .ui.vertical.segment:first-child {
55
- border-top: none;
56
- }
48
+ background: none transparent;
49
+ border-radius: 0;
50
+ box-shadow: none;
51
+ border: none;
52
+ border-top: @borderWidth solid @borderColor;
53
+ }
54
+ .ui.vertical.segment:first-child {
55
+ border-top: none;
56
+ }
57
57
  }
58
58
 
59
-
60
- /*-------------------
59
+ /* -------------------
61
60
  Loose Coupling
62
- --------------------*/
61
+ -------------------- */
63
62
  & when (@variationSegmentInverted) {
64
- /* Header */
65
- .ui.inverted.segments .segment > .ui.header .sub.header,
66
- .ui.inverted.segments .segment > .ui.header,
67
- .ui.inverted.segment > .ui.header .sub.header,
68
- .ui.inverted.segment > .ui.header {
69
- color: @white;
70
- }
63
+ /* Header */
64
+ .ui.inverted.segments .segment > .ui.header .sub.header,
65
+ .ui.inverted.segments .segment > .ui.header,
66
+ .ui.inverted.segment > .ui.header .sub.header,
67
+ .ui.inverted.segment > .ui.header {
68
+ color: @white;
69
+ }
71
70
  }
72
71
 
73
72
  & when (@variationSegmentAttached) {
74
- /* Label */
75
- .ui[class*="bottom attached"].segment > [class*="top attached"].label {
76
- border-top-left-radius: 0;
77
- border-top-right-radius: 0;
78
- }
79
- .ui[class*="top attached"].segment > [class*="bottom attached"].label {
80
- border-bottom-left-radius: 0;
81
- border-bottom-right-radius: 0;
82
- }
83
- .ui.attached.segment:not(.top):not(.bottom) > [class*="top attached"].label {
84
- border-top-left-radius: 0;
85
- border-top-right-radius: 0;
86
- }
87
- .ui.attached.segment:not(.top):not(.bottom) > [class*="bottom attached"].label {
88
- border-bottom-left-radius: 0;
89
- border-bottom-right-radius: 0;
90
- }
73
+ /* Label */
74
+ .ui[class*="bottom attached"].segment > [class*="top attached"].label {
75
+ border-top-left-radius: 0;
76
+ border-top-right-radius: 0;
77
+ }
78
+ .ui[class*="top attached"].segment > [class*="bottom attached"].label {
79
+ border-bottom-left-radius: 0;
80
+ border-bottom-right-radius: 0;
81
+ }
82
+ .ui.attached.segment:not(.top):not(.bottom) > [class*="top attached"].label {
83
+ border-top-left-radius: 0;
84
+ border-top-right-radius: 0;
85
+ }
86
+ .ui.attached.segment:not(.top):not(.bottom) > [class*="bottom attached"].label {
87
+ border-bottom-left-radius: 0;
88
+ border-bottom-right-radius: 0;
89
+ }
91
90
  }
92
91
 
93
92
  /* Grid */
94
93
  .ui.page.grid.segment,
95
94
  .ui.grid > .row > .ui.segment.column,
96
95
  .ui.grid > .ui.segment.column {
97
- padding-top: @pageGridMargin;
98
- padding-bottom: @pageGridMargin;
96
+ padding-top: @pageGridMargin;
97
+ padding-bottom: @pageGridMargin;
99
98
  }
100
99
  .ui.grid.segment {
101
- margin: @margin;
102
- border-radius: @borderRadius;
100
+ margin: @margin;
101
+ border-radius: @borderRadius;
103
102
  }
104
103
 
105
104
  /* Table */
106
105
  .ui.basic.table.segment {
107
- background: @background;
108
- border: @border;
109
- box-shadow: @boxShadow;
106
+ background: @background;
107
+ border: @border;
108
+ box-shadow: @boxShadow;
110
109
  }
111
110
  .ui[class*="very basic"].table.segment {
112
- padding: @padding;
111
+ padding: @padding;
113
112
  }
114
113
 
115
114
  /* Tab */
116
115
  .ui.segment.tab:last-child {
117
- margin-bottom: @verticalMargin;
116
+ margin-bottom: @verticalMargin;
118
117
  }
119
118
 
120
119
  /*******************************
@@ -122,796 +121,794 @@
122
121
  *******************************/
123
122
 
124
123
  & when (@variationSegmentPlaceholder) {
125
- /*-------------------
126
- Placeholder
127
- --------------------*/
128
-
129
- .ui.placeholder.segment {
130
- display: flex;
131
- flex-direction: column;
132
- justify-content: center;
133
- align-items: stretch;
134
- max-width: initial;
135
- animation: none;
136
- overflow: visible;
137
- padding: @placeholderPadding;
138
- min-height: @placeholderMinHeight;
139
- background: @placeholderBackground;
140
- border-color: @placeholderBorderColor;
141
- box-shadow: @placeholderBoxShadow;
142
- &.tab {
143
- display: none;
144
- &.active {
124
+ /* -------------------
125
+ Placeholder
126
+ -------------------- */
127
+
128
+ .ui.placeholder.segment {
145
129
  display: flex;
146
- }
147
- }
148
- }
149
-
150
- .ui.placeholder.segment .button,
151
- .ui.placeholder.segment textarea {
152
- display: block;
153
- }
154
- .ui.placeholder.segment .field,
155
- .ui.placeholder.segment textarea,
156
- .ui.placeholder.segment > .ui.input,
157
- .ui.placeholder.segment .button {
158
- max-width: @placeholderContentMaxWidth;
159
- margin-left: auto;
160
- margin-right: auto;
161
- }
162
- .ui.placeholder.segment .column .button,
163
- .ui.placeholder.segment .column .field,
164
- .ui.placeholder.segment .column textarea,
165
- .ui.placeholder.segment .column > .ui.input {
166
- max-width: @placeholderContentMaxWidth;
167
- margin-left: auto;
168
- margin-right: auto;
169
- }
170
-
171
- .ui.placeholder.segment > .inline {
172
- align-self: center;
173
- }
174
- .ui.placeholder.segment > .inline > .button {
175
- display: inline-block;
176
- width: auto;
177
- margin: @placeholderContentInlineButtonMargin;
178
- }
179
- .ui.placeholder.segment > .inline > .button:last-child {
180
- margin-right: 0;
181
- }
130
+ flex-direction: column;
131
+ justify-content: center;
132
+ align-items: stretch;
133
+ max-width: initial;
134
+ animation: none;
135
+ overflow: visible;
136
+ padding: @placeholderPadding;
137
+ min-height: @placeholderMinHeight;
138
+ background: @placeholderBackground;
139
+ border-color: @placeholderBorderColor;
140
+ box-shadow: @placeholderBoxShadow;
141
+ &.tab {
142
+ display: none;
143
+ &.active {
144
+ display: flex;
145
+ }
146
+ }
147
+ }
148
+
149
+ .ui.placeholder.segment .button,
150
+ .ui.placeholder.segment textarea {
151
+ display: block;
152
+ }
153
+ .ui.placeholder.segment .field,
154
+ .ui.placeholder.segment textarea,
155
+ .ui.placeholder.segment > .ui.input,
156
+ .ui.placeholder.segment .button {
157
+ max-width: @placeholderContentMaxWidth;
158
+ margin-left: auto;
159
+ margin-right: auto;
160
+ }
161
+ .ui.placeholder.segment .column .button,
162
+ .ui.placeholder.segment .column .field,
163
+ .ui.placeholder.segment .column textarea,
164
+ .ui.placeholder.segment .column > .ui.input {
165
+ max-width: @placeholderContentMaxWidth;
166
+ margin-left: auto;
167
+ margin-right: auto;
168
+ }
169
+
170
+ .ui.placeholder.segment > .inline {
171
+ align-self: center;
172
+ }
173
+ .ui.placeholder.segment > .inline > .button {
174
+ display: inline-block;
175
+ width: auto;
176
+ margin: @placeholderContentInlineButtonMargin;
177
+ }
178
+ .ui.placeholder.segment > .inline > .button:last-child {
179
+ margin-right: 0;
180
+ }
182
181
  }
183
182
 
184
183
  & when (@variationSegmentPiled) {
185
- /*-------------------
186
- Piled
187
- --------------------*/
188
-
189
- .ui.piled.segments,
190
- .ui.piled.segment {
191
- margin: @piledMargin 0;
192
- box-shadow: @piledBoxShadow;
193
- z-index: @piledZIndex;
194
- }
195
- .ui.piled.segment:first-child {
196
- margin-top: 0;
197
- }
198
- .ui.piled.segment:last-child {
199
- margin-bottom: 0;
200
- }
201
- .ui.piled.segments::after,
202
- .ui.piled.segments::before,
203
- .ui.piled.segment::after,
204
- .ui.piled.segment::before {
205
- background-color: @white;
206
- visibility: visible;
207
- content: '';
208
- display: block;
209
- height: 100%;
210
- left: 0;
211
- position: absolute;
212
- width: 100%;
213
- border: @piledBorder;
214
- box-shadow: @piledBoxShadow;
215
- }
216
- .ui.piled.segments::before,
217
- .ui.piled.segment::before {
218
- transform: rotate(-@piledDegrees);
219
- top: 0;
220
- z-index: -2;
221
- }
222
- .ui.piled.segments::after,
223
- .ui.piled.segment::after {
224
- transform: rotate(@piledDegrees);
225
- top: 0;
226
- z-index: -1;
227
- }
228
- & when (@variationSegmentAttached) {
229
- /* Piled Attached */
230
- .ui[class*="top attached"].piled.segment {
231
- margin-top: @piledMargin;
232
- margin-bottom: 0;
233
- }
234
- .ui.piled.segment[class*="top attached"]:first-child {
235
- margin-top: 0;
236
- }
237
- .ui.piled.segment[class*="bottom attached"] {
238
- margin-top: 0;
239
- margin-bottom: @piledMargin;
240
- }
241
- .ui.piled.segment[class*="bottom attached"]:last-child {
242
- margin-bottom: 0;
243
- }
244
- }
184
+ /* -------------------
185
+ Piled
186
+ -------------------- */
187
+
188
+ .ui.piled.segments,
189
+ .ui.piled.segment {
190
+ margin: @piledMargin 0;
191
+ box-shadow: @piledBoxShadow;
192
+ z-index: @piledZIndex;
193
+ }
194
+ .ui.piled.segment:first-child {
195
+ margin-top: 0;
196
+ }
197
+ .ui.piled.segment:last-child {
198
+ margin-bottom: 0;
199
+ }
200
+ .ui.piled.segments::after,
201
+ .ui.piled.segments::before,
202
+ .ui.piled.segment::after,
203
+ .ui.piled.segment::before {
204
+ background-color: @white;
205
+ visibility: visible;
206
+ content: '';
207
+ display: block;
208
+ height: 100%;
209
+ left: 0;
210
+ position: absolute;
211
+ width: 100%;
212
+ border: @piledBorder;
213
+ box-shadow: @piledBoxShadow;
214
+ }
215
+ .ui.piled.segments::before,
216
+ .ui.piled.segment::before {
217
+ transform: rotate(-@piledDegrees);
218
+ top: 0;
219
+ z-index: -2;
220
+ }
221
+ .ui.piled.segments::after,
222
+ .ui.piled.segment::after {
223
+ transform: rotate(@piledDegrees);
224
+ top: 0;
225
+ z-index: -1;
226
+ }
227
+ & when (@variationSegmentAttached) {
228
+ /* Piled Attached */
229
+ .ui[class*="top attached"].piled.segment {
230
+ margin-top: @piledMargin;
231
+ margin-bottom: 0;
232
+ }
233
+ .ui.piled.segment[class*="top attached"]:first-child {
234
+ margin-top: 0;
235
+ }
236
+ .ui.piled.segment[class*="bottom attached"] {
237
+ margin-top: 0;
238
+ margin-bottom: @piledMargin;
239
+ }
240
+ .ui.piled.segment[class*="bottom attached"]:last-child {
241
+ margin-bottom: 0;
242
+ }
243
+ }
245
244
  }
246
245
 
247
246
  & when (@variationSegmentStacked) {
248
- /*-------------------
249
- Stacked
250
- --------------------*/
251
-
252
- .ui.stacked.segment {
253
- padding-bottom: @stackedPadding;
254
- }
255
- .ui.stacked.segments::before,
256
- .ui.stacked.segments::after,
257
- .ui.stacked.segment::before,
258
- .ui.stacked.segment::after {
259
- content: '';
260
- position: absolute;
261
- bottom: -(@stackedHeight / 2);
262
- left: 0;
263
-
264
- border-top: 1px solid @borderColor;
265
- background: @stackedPageBackground;
266
-
267
- width: 100%;
268
- height: @stackedHeight;
269
- visibility: visible;
270
- }
271
- .ui.stacked.segments::before,
272
- .ui.stacked.segment::before {
273
- display: none;
274
- }
275
-
276
- /* Add additional page */
277
- .ui.tall.stacked.segments::before,
278
- .ui.tall.stacked.segment::before {
279
- display: block;
280
- bottom: 0;
281
- }
282
- & when (@variationSegmentInverted) {
283
- /* Inverted */
284
- .ui.stacked.inverted.segments::before,
285
- .ui.stacked.inverted.segments::after,
286
- .ui.stacked.inverted.segment::before,
287
- .ui.stacked.inverted.segment::after {
288
- background-color: @subtleTransparentBlack;
289
- border-top: 1px solid @selectedBorderColor;
290
- }
291
- }
247
+ /* -------------------
248
+ Stacked
249
+ -------------------- */
250
+
251
+ .ui.stacked.segment {
252
+ padding-bottom: @stackedPadding;
253
+ }
254
+ .ui.stacked.segments::before,
255
+ .ui.stacked.segments::after,
256
+ .ui.stacked.segment::before,
257
+ .ui.stacked.segment::after {
258
+ content: '';
259
+ position: absolute;
260
+ bottom: -(@stackedHeight / 2);
261
+ left: 0;
262
+
263
+ border-top: 1px solid @borderColor;
264
+ background: @stackedPageBackground;
265
+
266
+ width: 100%;
267
+ height: @stackedHeight;
268
+ visibility: visible;
269
+ }
270
+ .ui.stacked.segments::before,
271
+ .ui.stacked.segment::before {
272
+ display: none;
273
+ }
274
+
275
+ /* Add additional page */
276
+ .ui.tall.stacked.segments::before,
277
+ .ui.tall.stacked.segment::before {
278
+ display: block;
279
+ bottom: 0;
280
+ }
281
+ & when (@variationSegmentInverted) {
282
+ /* Inverted */
283
+ .ui.stacked.inverted.segments::before,
284
+ .ui.stacked.inverted.segments::after,
285
+ .ui.stacked.inverted.segment::before,
286
+ .ui.stacked.inverted.segment::after {
287
+ background-color: @subtleTransparentBlack;
288
+ border-top: 1px solid @selectedBorderColor;
289
+ }
290
+ }
292
291
  }
293
292
 
294
293
  & when (@variationSegmentPadded) {
295
- /*-------------------
296
- Padded
297
- --------------------*/
294
+ /* -------------------
295
+ Padded
296
+ -------------------- */
298
297
 
299
- .ui.padded.segment {
300
- padding: @paddedSegmentPadding;
301
- }
302
- & when (@variationSegmentVeryPadded) {
303
- .ui[class*="very padded"].segment {
304
- padding: @veryPaddedSegmentPadding;
298
+ .ui.padded.segment {
299
+ padding: @paddedSegmentPadding;
300
+ }
301
+ & when (@variationSegmentVeryPadded) {
302
+ .ui[class*="very padded"].segment {
303
+ padding: @veryPaddedSegmentPadding;
304
+ }
305
305
  }
306
- }
307
306
 
308
- & when (@variationSegmentVertical) {
309
- /* Padded vertical */
310
- .ui.padded.segment.vertical.segment,
311
- .ui[class*="very padded"].vertical.segment {
312
- padding-left: 0;
313
- padding-right: 0;
307
+ & when (@variationSegmentVertical) {
308
+ /* Padded vertical */
309
+ .ui.padded.segment.vertical.segment,
310
+ .ui[class*="very padded"].vertical.segment {
311
+ padding-left: 0;
312
+ padding-right: 0;
313
+ }
314
314
  }
315
- }
316
315
  }
317
316
 
318
317
  & when (@variationSegmentCompact) {
319
- /*-------------------
320
- Compact
321
- --------------------*/
318
+ /* -------------------
319
+ Compact
320
+ -------------------- */
322
321
 
323
- .ui.compact.segment {
324
- display: table;
325
- }
322
+ .ui.compact.segment {
323
+ display: table;
324
+ }
326
325
 
327
- /* Compact Group */
328
- .ui.compact.segments {
329
- display: inline-flex;
330
- }
331
- .ui.compact.segments .segment,
332
- .ui.segments .compact.segment {
333
- display: block;
334
- flex: 0 1 auto;
335
- }
326
+ /* Compact Group */
327
+ .ui.compact.segments {
328
+ display: inline-flex;
329
+ }
330
+ .ui.compact.segments .segment,
331
+ .ui.segments .compact.segment {
332
+ display: block;
333
+ flex: 0 1 auto;
334
+ }
336
335
  }
337
336
 
338
337
  & when (@variationSegmentCircular) {
339
- /*-------------------
340
- Circular
341
- --------------------*/
338
+ /* -------------------
339
+ Circular
340
+ -------------------- */
342
341
 
343
- .ui.circular.segment {
344
- display: table-cell;
345
- padding: @circularPadding;
346
- text-align: center;
347
- vertical-align: middle;
348
- border-radius: 500em;
349
- }
342
+ .ui.circular.segment {
343
+ display: table-cell;
344
+ padding: @circularPadding;
345
+ text-align: center;
346
+ vertical-align: middle;
347
+ border-radius: 500em;
348
+ }
350
349
  }
351
350
 
352
351
  & when (@variationSegmentRaised) {
353
- /*-------------------
354
- Raised
355
- --------------------*/
352
+ /* -------------------
353
+ Raised
354
+ -------------------- */
356
355
 
357
- .ui.raised.raised.segments,
358
- .ui.raised.raised.segment {
359
- box-shadow: @raisedBoxShadow;
360
- }
356
+ .ui.raised.raised.segments,
357
+ .ui.raised.raised.segment {
358
+ box-shadow: @raisedBoxShadow;
359
+ }
361
360
  }
362
361
 
363
362
  & when (@variationSegmentGroups) {
364
- /*******************************
365
- Groups
366
- *******************************/
367
-
368
- /* Group */
369
- .ui.segments {
370
- flex-direction: column;
371
- position: relative;
372
- margin: @groupedMargin;
373
- border: @groupedBorder;
374
- box-shadow: @groupedBoxShadow;
375
- border-radius: @groupedBorderRadius;
376
- }
377
- .ui.segments:first-child {
378
- margin-top: 0;
379
- }
380
- .ui.segments:last-child {
381
- margin-bottom: 0;
382
- }
383
-
384
-
385
- /* Nested Segment */
386
- .ui.segments > .segment {
387
- top: 0;
388
- bottom: 0;
389
- border-radius: 0;
390
- margin: @groupedSegmentMargin;
391
- width: @groupedSegmentWidth;
392
- box-shadow: @groupedSegmentBoxShadow;
393
- border: @groupedSegmentBorder;
394
- border-top: @groupedSegmentDivider;
395
- }
396
-
397
- .ui.segments:not(.horizontal) > .segment:first-child {
398
- top: @attachedTopOffset;
399
- bottom: 0;
400
- border-top: none;
401
- margin-top: 0;
402
- margin-bottom: 0;
403
- border-radius: @borderRadius @borderRadius 0 0;
404
- }
405
-
406
- /* Bottom */
407
- .ui.segments:not(.horizontal) > .segment:last-child {
408
- top: @attachedBottomOffset;
409
- bottom: 0;
410
- margin-top: 0;
411
- margin-bottom: 0;
412
- box-shadow: @attachedBottomBoxShadow;
413
- border-radius: 0 0 @borderRadius @borderRadius;
414
- }
415
-
416
- /* Only */
417
- .ui.segments:not(.horizontal) > .segment:only-child {
418
- border-radius: @borderRadius;
419
- }
420
-
421
-
422
- /* Nested Group */
423
- .ui.segments > .ui.segments {
424
- border-top: @groupedSegmentDivider;
425
- margin: @nestedGroupMargin;
426
- }
427
- .ui.segments > .segments:first-child {
428
- border-top: none;
429
- }
430
- .ui.segments > .segment + .segments:not(.horizontal) {
431
- margin-top: 0;
432
- }
363
+ /*******************************
364
+ Groups
365
+ *******************************/
366
+
367
+ /* Group */
368
+ .ui.segments {
369
+ flex-direction: column;
370
+ position: relative;
371
+ margin: @groupedMargin;
372
+ border: @groupedBorder;
373
+ box-shadow: @groupedBoxShadow;
374
+ border-radius: @groupedBorderRadius;
375
+ }
376
+ .ui.segments:first-child {
377
+ margin-top: 0;
378
+ }
379
+ .ui.segments:last-child {
380
+ margin-bottom: 0;
381
+ }
382
+
383
+ /* Nested Segment */
384
+ .ui.segments > .segment {
385
+ top: 0;
386
+ bottom: 0;
387
+ border-radius: 0;
388
+ margin: @groupedSegmentMargin;
389
+ width: @groupedSegmentWidth;
390
+ box-shadow: @groupedSegmentBoxShadow;
391
+ border: @groupedSegmentBorder;
392
+ border-top: @groupedSegmentDivider;
393
+ }
394
+
395
+ .ui.segments:not(.horizontal) > .segment:first-child {
396
+ top: @attachedTopOffset;
397
+ bottom: 0;
398
+ border-top: none;
399
+ margin-top: 0;
400
+ margin-bottom: 0;
401
+ border-radius: @borderRadius @borderRadius 0 0;
402
+ }
403
+
404
+ /* Bottom */
405
+ .ui.segments:not(.horizontal) > .segment:last-child {
406
+ top: @attachedBottomOffset;
407
+ bottom: 0;
408
+ margin-top: 0;
409
+ margin-bottom: 0;
410
+ box-shadow: @attachedBottomBoxShadow;
411
+ border-radius: 0 0 @borderRadius @borderRadius;
412
+ }
413
+
414
+ /* Only */
415
+ .ui.segments:not(.horizontal) > .segment:only-child {
416
+ border-radius: @borderRadius;
417
+ }
418
+
419
+ /* Nested Group */
420
+ .ui.segments > .ui.segments {
421
+ border-top: @groupedSegmentDivider;
422
+ margin: @nestedGroupMargin;
423
+ }
424
+ .ui.segments > .segments:first-child {
425
+ border-top: none;
426
+ }
427
+ .ui.segments > .segment + .segments:not(.horizontal) {
428
+ margin-top: 0;
429
+ }
430
+
431
+ & when (@variationSegmentHorizontal) {
432
+ /* Horizontal Group */
433
+ .ui.horizontal.segments {
434
+ display: flex;
435
+ flex-direction: row;
436
+ background-color: transparent;
437
+ padding: 0;
438
+ box-shadow: @groupedBoxShadow;
439
+ margin: @groupedMargin;
440
+ border-radius: @groupedBorderRadius;
441
+ border: @groupedBorder;
442
+ }
443
+ .ui.stackable.horizontal.segments {
444
+ flex-wrap: wrap;
445
+ }
433
446
 
434
- & when (@variationSegmentHorizontal) {
435
- /* Horizontal Group */
436
- .ui.horizontal.segments {
437
- display: flex;
438
- flex-direction: row;
439
- background-color: transparent;
440
- padding: 0;
441
- box-shadow: @groupedBoxShadow;
442
- margin: @groupedMargin;
443
- border-radius: @groupedBorderRadius;
444
- border: @groupedBorder;
445
- }
446
- .ui.stackable.horizontal.segments {
447
- flex-wrap: wrap;
448
- }
447
+ /* Nested Horizontal Group */
448
+ .ui.segments > .horizontal.segments {
449
+ margin: 0;
450
+ background-color: transparent;
451
+ border-radius: 0;
452
+ border: none;
453
+ box-shadow: none;
454
+ border-top: @groupedSegmentDivider;
455
+ }
449
456
 
450
- /* Nested Horizontal Group */
451
- .ui.segments > .horizontal.segments {
452
- margin: 0;
453
- background-color: transparent;
454
- border-radius: 0;
455
- border: none;
456
- box-shadow: none;
457
- border-top: @groupedSegmentDivider;
458
- }
457
+ /* Horizontal Segment */
458
+ .ui.horizontal.segments:not(.compact) > .segment:not(.compact) {
459
+ flex: 1 1 auto;
460
+ & when (@supportIE) {
461
+ -ms-flex: 1 1 0; /* Solves #2550 MS Flex */
462
+ }
463
+ }
464
+ .ui.horizontal.segments > .segment {
465
+ margin: 0;
466
+ min-width: 0;
467
+ border-radius: 0;
468
+ border: none;
469
+ box-shadow: none;
470
+ border-left: @borderWidth solid @borderColor;
471
+ }
459
472
 
460
- /* Horizontal Segment */
461
- .ui.horizontal.segments:not(.compact) > .segment:not(.compact) {
462
- flex: 1 1 auto;
463
- & when (@supportIE) {
464
- -ms-flex: 1 1 0; /* Solves #2550 MS Flex */
465
- }
466
- }
467
- .ui.horizontal.segments > .segment {
468
- margin: 0;
469
- min-width: 0;
470
- border-radius: 0;
471
- border: none;
472
- box-shadow: none;
473
- border-left: @borderWidth solid @borderColor;
474
- }
473
+ /* Border Fixes */
474
+ .ui.segments > .horizontal.segments:first-child {
475
+ border-top: none;
476
+ }
477
+ .ui.horizontal.segments:not(.stackable) > .segment:first-child {
478
+ border-left: none;
479
+ }
480
+ .ui.horizontal.segments > .segment:first-child {
481
+ border-radius: @borderRadius 0 0 @borderRadius;
482
+ }
483
+ .ui.horizontal.segments > .segment:last-child {
484
+ border-radius: 0 @borderRadius @borderRadius 0;
485
+ }
475
486
 
476
- /* Border Fixes */
477
- .ui.segments > .horizontal.segments:first-child {
478
- border-top: none;
479
- }
480
- .ui.horizontal.segments:not(.stackable) > .segment:first-child {
481
- border-left: none;
482
- }
483
- .ui.horizontal.segments > .segment:first-child {
484
- border-radius: @borderRadius 0 0 @borderRadius;
485
- }
486
- .ui.horizontal.segments > .segment:last-child {
487
- border-radius: 0 @borderRadius @borderRadius 0;
488
- }
489
- /* Equal Width */
490
- .ui[class*="equal width"].horizontal.segments > .segment {
491
- width: 100%;
487
+ /* Equal Width */
488
+ .ui[class*="equal width"].horizontal.segments > .segment {
489
+ width: 100%;
490
+ }
492
491
  }
493
- }
494
492
  }
495
493
 
496
-
497
494
  /*******************************
498
495
  States
499
496
  *******************************/
500
497
 
501
498
  & when (@variationSegmentDisabled) {
502
- /*--------------
503
- Disabled
504
- ---------------*/
499
+ /* --------------
500
+ Disabled
501
+ --------------- */
505
502
 
506
- .ui.disabled.segments,
507
- .ui.disabled.segment {
508
- opacity: @disabledOpacity;
509
- color: @disabledTextColor;
510
- pointer-events: none;
511
- user-select: none;
512
- }
503
+ .ui.disabled.segments,
504
+ .ui.disabled.segment {
505
+ opacity: @disabledOpacity;
506
+ color: @disabledTextColor;
507
+ pointer-events: none;
508
+ user-select: none;
509
+ }
513
510
  }
514
511
 
515
512
  & when (@variationSegmentLoading) {
516
- /*--------------
517
- Loading
518
- ---------------*/
519
-
520
- .ui.loading.segments,
521
- .ui.loading.segment {
522
- position: relative;
523
- cursor: default;
524
- pointer-events: none;
525
- user-select: none;
526
- transition: all 0s linear;
527
- }
528
- .ui.loading.segments::before,
529
- .ui.loading.segment::before {
530
- position: absolute;
531
- content: '';
532
- top: 0;
533
- left: 0;
534
- background: @loaderDimmerColor;
535
- width: 100%;
536
- height: 100%;
537
- border-radius: @borderRadius;
538
- z-index: @loaderDimmerZIndex;
539
- }
540
- .ui.loading.segments::after,
541
- .ui.loading.segment::after {
542
- position: absolute;
543
- content: '';
544
- top: 50%;
545
- left: 50%;
546
-
547
- margin: @loaderMargin;
548
- width: @loaderSize;
549
- height: @loaderSize;
550
-
551
- animation: loader @loaderSpeed infinite linear;
552
- border: @loaderLineWidth solid @loaderLineColor;
553
- border-radius: @circularRadius;
554
-
555
- box-shadow: 0 0 0 1px transparent;
556
- visibility: visible;
557
- z-index: @loaderLineZIndex;
558
- }
513
+ /* --------------
514
+ Loading
515
+ --------------- */
516
+
517
+ .ui.loading.segments,
518
+ .ui.loading.segment {
519
+ position: relative;
520
+ cursor: default;
521
+ pointer-events: none;
522
+ user-select: none;
523
+ transition: all 0s linear;
524
+ }
525
+ .ui.loading.segments::before,
526
+ .ui.loading.segment::before {
527
+ position: absolute;
528
+ content: '';
529
+ top: 0;
530
+ left: 0;
531
+ background: @loaderDimmerColor;
532
+ width: 100%;
533
+ height: 100%;
534
+ border-radius: @borderRadius;
535
+ z-index: @loaderDimmerZIndex;
536
+ }
537
+ .ui.loading.segments::after,
538
+ .ui.loading.segment::after {
539
+ position: absolute;
540
+ content: '';
541
+ top: 50%;
542
+ left: 50%;
543
+
544
+ margin: @loaderMargin;
545
+ width: @loaderSize;
546
+ height: @loaderSize;
547
+
548
+ animation: loader @loaderSpeed infinite linear;
549
+ border: @loaderLineWidth solid @loaderLineColor;
550
+ border-radius: @circularRadius;
551
+
552
+ box-shadow: 0 0 0 1px transparent;
553
+ visibility: visible;
554
+ z-index: @loaderLineZIndex;
555
+ }
559
556
  }
560
557
 
561
-
562
-
563
558
  /*******************************
564
559
  Variations
565
560
  *******************************/
566
561
 
567
562
  & when (@variationSegmentBasic) {
568
- /*-------------------
569
- Basic
570
- --------------------*/
563
+ /* -------------------
564
+ Basic
565
+ -------------------- */
571
566
 
572
- .ui.basic.segment,
573
- .ui.segments .ui.basic.segment,
574
- .ui.basic.segments {
575
- background: @basicBackground;
576
- box-shadow: @basicBoxShadow;
577
- border: @basicBorder;
578
- border-radius: @basicBorderRadius;
579
- }
567
+ .ui.basic.segment,
568
+ .ui.segments .ui.basic.segment,
569
+ .ui.basic.segments {
570
+ background: @basicBackground;
571
+ box-shadow: @basicBoxShadow;
572
+ border: @basicBorder;
573
+ border-radius: @basicBorderRadius;
574
+ }
580
575
  }
581
576
 
582
577
  & when (@variationSegmentClearing) {
583
- /*-------------------
584
- Clearing
585
- --------------------*/
578
+ /* -------------------
579
+ Clearing
580
+ -------------------- */
586
581
 
587
- .ui.clearing.segment::after {
588
- content: "";
589
- display: block;
590
- clear: both;
591
- }
582
+ .ui.clearing.segment::after {
583
+ content: "";
584
+ display: block;
585
+ clear: both;
586
+ }
592
587
  }
593
588
 
594
- /*-------------------
589
+ /* -------------------
595
590
  Colors
596
- --------------------*/
591
+ -------------------- */
597
592
  & when not (@variationSegmentColors = false) {
598
- each(@variationSegmentColors, {
599
- @color: @value;
600
- @c: @colors[@@color][color];
601
- & when not (@color=primary) and not (@color=secondary) {
602
- .ui.@{color}.segment.segment.segment.segment.segment:not(.inverted) {
603
- border-top: @coloredBorderSize solid @c;
604
- }
605
- & when (@variationSegmentInverted) {
606
- .ui.inverted.@{color}.segment.segment.segment.segment.segment {
607
- background-color: @c;
608
- color: @white;
593
+ each(@variationSegmentColors, {
594
+ @color: @value;
595
+ @c: @colors[@@color][color];
596
+ & when not (@color=primary) and not (@color=secondary) {
597
+ .ui.@{color}.segment.segment.segment.segment.segment:not(.inverted) {
598
+ border-top: @coloredBorderSize solid @c;
599
+ }
600
+ & when (@variationSegmentInverted) {
601
+ .ui.inverted.@{color}.segment.segment.segment.segment.segment {
602
+ background-color: @c;
603
+ color: @white;
604
+ }
605
+ }
609
606
  }
610
- }
611
- }
612
- })
607
+ })
613
608
  }
614
609
 
615
610
  & when (@variationSegmentAligned) {
616
- /*-------------------
617
- Aligned
618
- --------------------*/
611
+ /* -------------------
612
+ Aligned
613
+ -------------------- */
619
614
 
620
- .ui[class*="left aligned"].segment {
621
- text-align: left;
622
- }
623
- .ui[class*="right aligned"].segment {
624
- text-align: right;
625
- }
626
- .ui[class*="center aligned"].segment {
627
- text-align: center;
628
- }
615
+ .ui[class*="left aligned"].segment {
616
+ text-align: left;
617
+ }
618
+ .ui[class*="right aligned"].segment {
619
+ text-align: right;
620
+ }
621
+ .ui[class*="center aligned"].segment {
622
+ text-align: center;
623
+ }
629
624
  }
630
625
 
631
626
  & when (@variationSegmentFloating) {
632
- /*-------------------
633
- Floated
634
- --------------------*/
627
+ /* -------------------
628
+ Floated
629
+ -------------------- */
635
630
 
636
- .ui.floated.segment,
637
- .ui[class*="left floated"].segment {
638
- float: left;
639
- margin-right: @floatedDistance;
640
- }
641
- .ui[class*="right floated"].segment {
642
- float: right;
643
- margin-left: @floatedDistance;
644
- }
631
+ .ui.floated.segment,
632
+ .ui[class*="left floated"].segment {
633
+ float: left;
634
+ margin-right: @floatedDistance;
635
+ }
636
+ .ui[class*="right floated"].segment {
637
+ float: right;
638
+ margin-left: @floatedDistance;
639
+ }
645
640
  }
646
641
 
647
642
  & when (@variationSegmentInverted) {
648
- /*-------------------
649
- Inverted
650
- --------------------*/
651
- .ui.inverted.segments,
652
- .ui.inverted.segments .segment,
653
- .ui.inverted.segment {
654
- border: none;
655
- box-shadow: none;
656
- }
657
- .ui.inverted.segments .segment,
658
- .ui.inverted.segment,
659
- .ui.primary.inverted.segment {
660
- background: @invertedBackground;
661
- color: @invertedTextColor;
662
- }
663
-
664
- /* Nested */
665
- .ui.inverted.segment .segment {
666
- color: @textColor;
667
- }
668
- .ui.inverted.segment .inverted.segment {
669
- color: @invertedTextColor;
670
- }
671
- & when (@variationSegmentAttached) {
672
- /* Attached */
673
- .ui.ui.inverted.attached.segment {
674
- border-color: @solidWhiteBorderColor;
675
- }
676
- }
677
- & when (@variationSegmentLoading) {
678
- /* Loading */
679
- .ui.inverted.loading.segments,
680
- .ui.inverted.loading.segment {
681
- color: @invertedLoaderLineColor;
682
- }
683
- .ui.inverted.loading.segments::before,
684
- .ui.inverted.loading.segment::before {
685
- background: @loaderInvertedDimmerColor;
686
- }
687
- }
688
- }
689
-
690
- /*-------------------
643
+ /* -------------------
644
+ Inverted
645
+ -------------------- */
646
+ .ui.inverted.segments,
647
+ .ui.inverted.segments .segment,
648
+ .ui.inverted.segment {
649
+ border: none;
650
+ box-shadow: none;
651
+ }
652
+ .ui.inverted.segments .segment,
653
+ .ui.inverted.segment,
654
+ .ui.primary.inverted.segment {
655
+ background: @invertedBackground;
656
+ color: @invertedTextColor;
657
+ }
658
+
659
+ /* Nested */
660
+ .ui.inverted.segment .segment {
661
+ color: @textColor;
662
+ }
663
+ .ui.inverted.segment .inverted.segment {
664
+ color: @invertedTextColor;
665
+ }
666
+ & when (@variationSegmentAttached) {
667
+ /* Attached */
668
+ .ui.ui.inverted.attached.segment {
669
+ border-color: @solidWhiteBorderColor;
670
+ }
671
+ }
672
+ & when (@variationSegmentLoading) {
673
+ /* Loading */
674
+ .ui.inverted.loading.segments,
675
+ .ui.inverted.loading.segment {
676
+ color: @invertedLoaderLineColor;
677
+ }
678
+ .ui.inverted.loading.segments::before,
679
+ .ui.inverted.loading.segment::before {
680
+ background: @loaderInvertedDimmerColor;
681
+ }
682
+ }
683
+ }
684
+
685
+ /* -------------------
691
686
  Emphasis
692
- --------------------*/
687
+ -------------------- */
693
688
  & when (@variationSegmentSecondary) {
694
- /* Secondary */
695
- .ui.secondary.segment {
696
- background: @secondaryBackground;
697
- color: @secondaryColor;
698
- }
699
- & when (@variationSegmentInverted) {
700
- .ui.secondary.inverted.segment {
701
- background: @secondaryInvertedBackground;
702
- color: @secondaryInvertedColor;
689
+ /* Secondary */
690
+ .ui.secondary.segment {
691
+ background: @secondaryBackground;
692
+ color: @secondaryColor;
693
+ }
694
+ & when (@variationSegmentInverted) {
695
+ .ui.secondary.inverted.segment {
696
+ background: @secondaryInvertedBackground;
697
+ color: @secondaryInvertedColor;
698
+ }
703
699
  }
704
- }
705
700
  }
706
701
 
707
702
  & when (@variationSegmentTertiary) {
708
- /* Tertiary */
709
- .ui.tertiary.segment {
710
- background: @tertiaryBackground;
711
- color: @tertiaryColor;
712
- }
713
- & when (@variationSegmentInverted) {
714
- .ui.tertiary.inverted.segment {
715
- background: @tertiaryInvertedBackground;
716
- color: @tertiaryInvertedColor;
703
+ /* Tertiary */
704
+ .ui.tertiary.segment {
705
+ background: @tertiaryBackground;
706
+ color: @tertiaryColor;
707
+ }
708
+ & when (@variationSegmentInverted) {
709
+ .ui.tertiary.inverted.segment {
710
+ background: @tertiaryInvertedBackground;
711
+ color: @tertiaryInvertedColor;
712
+ }
717
713
  }
718
- }
719
714
  }
720
715
 
721
716
  & when (@variationSegmentAttached) {
722
- /*-------------------
723
- Attached
724
- --------------------*/
725
-
726
- /* Middle */
727
- .ui.attached.segment {
728
- top: 0;
729
- bottom: 0;
730
- border-radius: 0;
731
- margin: 0 @attachedHorizontalOffset;
732
- width: @attachedWidth;
733
- max-width: @attachedWidth;
734
- box-shadow: @attachedBoxShadow;
735
- &:not(.basic) {
736
- border: @attachedBorder;
737
- }
738
- }
739
- .ui.attached:not(.message):not(.text) + .ui.attached.segment:not(.top) {
740
- border-top: none;
741
- }
742
-
743
- /* Top */
744
- .ui.segment[class*="top attached"] {
745
- bottom: 0;
746
- margin-bottom: 0;
747
- top: @attachedTopOffset;
748
- margin-top: @verticalMargin;
749
- border-radius: @borderRadius @borderRadius 0 0;
750
- }
751
- .ui.segment[class*="top attached"]:first-child {
752
- margin-top: 0;
753
- }
754
- .ui.tab.segment[class*="top attached"]:first-child {
755
- margin-top: @verticalMargin;
756
- }
757
-
758
- /* Bottom */
759
- .ui.segment[class*="bottom attached"] {
760
- bottom: 0;
761
- margin-top: 0;
762
- top: @attachedBottomOffset;
763
- margin-bottom: @verticalMargin;
764
- box-shadow: @attachedBottomBoxShadow;
765
- border-radius: 0 0 @borderRadius @borderRadius;
766
- }
767
- .ui.segment[class*="bottom attached"]:last-child {
768
- margin-bottom: 0;
769
- }
770
- .ui.tab.segment[class*="bottom attached"]:last-child {
771
- margin-bottom: @verticalMargin;
772
- }
773
- }
774
-
775
- & when (@variationSegmentFitted) {
776
- /*--------------
777
- Fitted
778
- ---------------*/
779
-
780
- .ui.fitted.segment:not(.horizontally) {
781
- padding-top: 0;
782
- padding-bottom: 0;
783
- }
784
- .ui.fitted.segment:not(.vertically) {
785
- padding-left: 0;
786
- padding-right: 0;
787
- }
788
- }
789
-
790
- & when (@variationSegmentScrolling) {
791
- /*--------------
792
- Scrolling
793
- ---------------*/
794
- .ui.scrolling.segment {
795
- overflow: auto;
796
- }
797
- @media only screen and (max-width : @largestMobileScreen) {
798
- & when (@variationSegmentScrollingShort) {
799
- .ui.scrolling.segment.short {
800
- max-height: @scrollingMobileMaxHeight * 0.75;
801
- }
802
- }
803
- & when (@variationSegmentScrollingVeryShort) {
804
- .ui.scrolling.segment[class*="very short"] {
805
- max-height: @scrollingMobileMaxHeight * 0.5;
806
- }
717
+ /* -------------------
718
+ Attached
719
+ -------------------- */
720
+
721
+ /* Middle */
722
+ .ui.attached.segment {
723
+ top: 0;
724
+ bottom: 0;
725
+ border-radius: 0;
726
+ margin: 0 @attachedHorizontalOffset;
727
+ width: @attachedWidth;
728
+ max-width: @attachedWidth;
729
+ box-shadow: @attachedBoxShadow;
730
+ &:not(.basic) {
731
+ border: @attachedBorder;
732
+ }
807
733
  }
808
- .ui.scrolling.segment {
809
- max-height: @scrollingMobileMaxHeight;
734
+ .ui.attached:not(.message):not(.text) + .ui.attached.segment:not(.top) {
735
+ border-top: none;
736
+ }
737
+
738
+ /* Top */
739
+ .ui.segment[class*="top attached"] {
740
+ bottom: 0;
741
+ margin-bottom: 0;
742
+ top: @attachedTopOffset;
743
+ margin-top: @verticalMargin;
744
+ border-radius: @borderRadius @borderRadius 0 0;
810
745
  }
811
- & when (@variationSegmentScrollingLong) {
812
- .ui.scrolling.segment.long {
813
- max-height: @scrollingMobileMaxHeight * 2;
814
- }
746
+ .ui.segment[class*="top attached"]:first-child {
747
+ margin-top: 0;
815
748
  }
816
- & when (@variationSegmentScrollingVeryLong) {
817
- .ui.scrolling.segment[class*="very long"] {
818
- max-height: @scrollingMobileMaxHeight * 3;
819
- }
749
+ .ui.tab.segment[class*="top attached"]:first-child {
750
+ margin-top: @verticalMargin;
820
751
  }
821
- }
822
752
 
823
- @media only screen and (min-width: @tabletBreakpoint) {
824
- & when (@variationSegmentScrollingShort) {
825
- .ui.scrolling.segment.short {
826
- max-height: @scrollingTabletMaxHeight * 0.75;
827
- }
753
+ /* Bottom */
754
+ .ui.segment[class*="bottom attached"] {
755
+ bottom: 0;
756
+ margin-top: 0;
757
+ top: @attachedBottomOffset;
758
+ margin-bottom: @verticalMargin;
759
+ box-shadow: @attachedBottomBoxShadow;
760
+ border-radius: 0 0 @borderRadius @borderRadius;
828
761
  }
829
- & when (@variationSegmentScrollingVeryShort) {
830
- .ui.scrolling.segment[class*="very short"] {
831
- max-height: @scrollingTabletMaxHeight * 0.5;
832
- }
762
+ .ui.segment[class*="bottom attached"]:last-child {
763
+ margin-bottom: 0;
833
764
  }
834
- .ui.scrolling.segment {
835
- max-height: @scrollingTabletMaxHeight;
836
- }
837
- & when (@variationSegmentScrollingLong) {
838
- .ui.scrolling.segment.long {
839
- max-height: @scrollingTabletMaxHeight * 2;
840
- }
841
- }
842
- & when (@variationSegmentScrollingVeryLong) {
843
- .ui.scrolling.segment[class*="very long"] {
844
- max-height: @scrollingTabletMaxHeight * 3;
845
- }
846
- }
847
- }
848
- @media only screen and (min-width: @computerBreakpoint) {
849
- & when (@variationSegmentScrollingShort) {
850
- .ui.scrolling.segment.short {
851
- max-height: @scrollingComputerMaxHeight * 0.75;
852
- }
853
- }
854
- & when (@variationSegmentScrollingVeryShort) {
855
- .ui.scrolling.segment[class*="very short"] {
856
- max-height: @scrollingComputerMaxHeight * 0.5;
857
- }
765
+ .ui.tab.segment[class*="bottom attached"]:last-child {
766
+ margin-bottom: @verticalMargin;
858
767
  }
859
- .ui.scrolling.segment {
860
- max-height: @scrollingComputerMaxHeight;
861
- }
862
- & when (@variationSegmentScrollingLong) {
863
- .ui.scrolling.segment.long {
864
- max-height: @scrollingComputerMaxHeight * 2;
865
- }
866
- }
867
- & when (@variationSegmentScrollingVeryLong) {
868
- .ui.scrolling.segment[class*="very long"]{
869
- max-height: @scrollingComputerMaxHeight * 3;
870
- }
871
- }
872
- }
873
- @media only screen and (min-width: @widescreenMonitorBreakpoint) {
874
- & when (@variationSegmentScrollingShort) {
875
- .ui.scrolling.segment.short {
876
- max-height: @scrollingWidescreenMaxHeight * 0.75;
877
- }
878
- }
879
- & when (@variationSegmentScrollingVeryShort) {
880
- .ui.scrolling.segment[class*="very short"] {
881
- max-height: @scrollingWidescreenMaxHeight * 0.5;
882
- }
768
+ }
769
+
770
+ & when (@variationSegmentFitted) {
771
+ /* --------------
772
+ Fitted
773
+ --------------- */
774
+
775
+ .ui.fitted.segment:not(.horizontally) {
776
+ padding-top: 0;
777
+ padding-bottom: 0;
778
+ }
779
+ .ui.fitted.segment:not(.vertically) {
780
+ padding-left: 0;
781
+ padding-right: 0;
883
782
  }
783
+ }
784
+
785
+ & when (@variationSegmentScrolling) {
786
+ /* --------------
787
+ Scrolling
788
+ --------------- */
884
789
  .ui.scrolling.segment {
885
- max-height: @scrollingWidescreenMaxHeight;
790
+ overflow: auto;
791
+ overscroll-behavior: @overscrollBehavior;
792
+ }
793
+ @media only screen and (max-width: @largestMobileScreen) {
794
+ & when (@variationSegmentScrollingShort) {
795
+ .ui.scrolling.segment.short {
796
+ max-height: @scrollingMobileMaxHeight * 0.75;
797
+ }
798
+ }
799
+ & when (@variationSegmentScrollingVeryShort) {
800
+ .ui.scrolling.segment[class*="very short"] {
801
+ max-height: @scrollingMobileMaxHeight * 0.5;
802
+ }
803
+ }
804
+ .ui.scrolling.segment {
805
+ max-height: @scrollingMobileMaxHeight;
806
+ }
807
+ & when (@variationSegmentScrollingLong) {
808
+ .ui.scrolling.segment.long {
809
+ max-height: @scrollingMobileMaxHeight * 2;
810
+ }
811
+ }
812
+ & when (@variationSegmentScrollingVeryLong) {
813
+ .ui.scrolling.segment[class*="very long"] {
814
+ max-height: @scrollingMobileMaxHeight * 3;
815
+ }
816
+ }
817
+ }
818
+
819
+ @media only screen and (min-width: @tabletBreakpoint) {
820
+ & when (@variationSegmentScrollingShort) {
821
+ .ui.scrolling.segment.short {
822
+ max-height: @scrollingTabletMaxHeight * 0.75;
823
+ }
824
+ }
825
+ & when (@variationSegmentScrollingVeryShort) {
826
+ .ui.scrolling.segment[class*="very short"] {
827
+ max-height: @scrollingTabletMaxHeight * 0.5;
828
+ }
829
+ }
830
+ .ui.scrolling.segment {
831
+ max-height: @scrollingTabletMaxHeight;
832
+ }
833
+ & when (@variationSegmentScrollingLong) {
834
+ .ui.scrolling.segment.long {
835
+ max-height: @scrollingTabletMaxHeight * 2;
836
+ }
837
+ }
838
+ & when (@variationSegmentScrollingVeryLong) {
839
+ .ui.scrolling.segment[class*="very long"] {
840
+ max-height: @scrollingTabletMaxHeight * 3;
841
+ }
842
+ }
886
843
  }
887
- & when (@variationSegmentScrollingLong) {
888
- .ui.scrolling.segment.long {
889
- max-height: @scrollingWidescreenMaxHeight * 2;
890
- }
844
+ @media only screen and (min-width: @computerBreakpoint) {
845
+ & when (@variationSegmentScrollingShort) {
846
+ .ui.scrolling.segment.short {
847
+ max-height: @scrollingComputerMaxHeight * 0.75;
848
+ }
849
+ }
850
+ & when (@variationSegmentScrollingVeryShort) {
851
+ .ui.scrolling.segment[class*="very short"] {
852
+ max-height: @scrollingComputerMaxHeight * 0.5;
853
+ }
854
+ }
855
+ .ui.scrolling.segment {
856
+ max-height: @scrollingComputerMaxHeight;
857
+ }
858
+ & when (@variationSegmentScrollingLong) {
859
+ .ui.scrolling.segment.long {
860
+ max-height: @scrollingComputerMaxHeight * 2;
861
+ }
862
+ }
863
+ & when (@variationSegmentScrollingVeryLong) {
864
+ .ui.scrolling.segment[class*="very long"] {
865
+ max-height: @scrollingComputerMaxHeight * 3;
866
+ }
867
+ }
891
868
  }
892
- & when (@variationSegmentScrollingVeryLong) {
893
- .ui.scrolling.segment[class*="very long"] {
894
- max-height: @scrollingWidescreenMaxHeight * 3;
895
- }
869
+ @media only screen and (min-width: @widescreenMonitorBreakpoint) {
870
+ & when (@variationSegmentScrollingShort) {
871
+ .ui.scrolling.segment.short {
872
+ max-height: @scrollingWidescreenMaxHeight * 0.75;
873
+ }
874
+ }
875
+ & when (@variationSegmentScrollingVeryShort) {
876
+ .ui.scrolling.segment[class*="very short"] {
877
+ max-height: @scrollingWidescreenMaxHeight * 0.5;
878
+ }
879
+ }
880
+ .ui.scrolling.segment {
881
+ max-height: @scrollingWidescreenMaxHeight;
882
+ }
883
+ & when (@variationSegmentScrollingLong) {
884
+ .ui.scrolling.segment.long {
885
+ max-height: @scrollingWidescreenMaxHeight * 2;
886
+ }
887
+ }
888
+ & when (@variationSegmentScrollingVeryLong) {
889
+ .ui.scrolling.segment[class*="very long"] {
890
+ max-height: @scrollingWidescreenMaxHeight * 3;
891
+ }
892
+ }
896
893
  }
897
- }
898
894
  }
899
- /*-------------------
895
+
896
+ /* -------------------
900
897
  Size
901
- --------------------*/
898
+ -------------------- */
902
899
 
903
900
  .ui.segments .segment,
904
901
  .ui.segment {
905
- font-size: @medium;
902
+ font-size: @medium;
906
903
  }
907
904
  & when not (@variationSegmentSizes = false) {
908
- each(@variationSegmentSizes, {
909
- @s: @@value;
910
- .ui.@{value}.segments .segment,
911
- .ui.@{value}.segment {
912
- font-size: @s;
913
- }
914
- })
905
+ each(@variationSegmentSizes, {
906
+ @s: @@value;
907
+ .ui.@{value}.segments .segment,
908
+ .ui.@{value}.segment {
909
+ font-size: @s;
910
+ }
911
+ })
915
912
  }
916
913
 
917
914
  .loadUIOverrides();