fomantic-ui 2.10.0-beta.8 → 2.10.0-beta.81

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 (345) hide show
  1. package/.eslintrc.js +6 -23
  2. package/.github/workflows/ci.yml +9 -9
  3. package/.github/workflows/depsreview.yml +1 -1
  4. package/.github/workflows/nightly.yml +7 -5
  5. package/.github/workflows/release.yml +2 -2
  6. package/.stylelintrc.js +1 -15
  7. package/CHANGELOG.md +5289 -2325
  8. package/README.md +8 -4
  9. package/changelog-setup.js +32 -10
  10. package/changelog-template.hbs +256 -251
  11. package/dist/components/accordion.css +1 -1
  12. package/dist/components/accordion.js +62 -73
  13. package/dist/components/accordion.min.css +1 -1
  14. package/dist/components/accordion.min.js +3 -3
  15. package/dist/components/ad.css +1 -1
  16. package/dist/components/ad.min.css +1 -1
  17. package/dist/components/api.js +101 -161
  18. package/dist/components/api.min.js +3 -3
  19. package/dist/components/breadcrumb.css +1 -1
  20. package/dist/components/breadcrumb.min.css +1 -1
  21. package/dist/components/button.css +5 -6
  22. package/dist/components/button.min.css +2 -2
  23. package/dist/components/calendar.css +3 -3
  24. package/dist/components/calendar.js +283 -332
  25. package/dist/components/calendar.min.css +2 -2
  26. package/dist/components/calendar.min.js +3 -3
  27. package/dist/components/card.css +1 -1
  28. package/dist/components/card.min.css +1 -1
  29. package/dist/components/checkbox.css +1 -1
  30. package/dist/components/checkbox.js +58 -79
  31. package/dist/components/checkbox.min.css +1 -1
  32. package/dist/components/checkbox.min.js +3 -3
  33. package/dist/components/comment.css +1 -1
  34. package/dist/components/comment.min.css +1 -1
  35. package/dist/components/container.css +1 -1
  36. package/dist/components/container.min.css +1 -1
  37. package/dist/components/dimmer.css +2 -2
  38. package/dist/components/dimmer.js +39 -52
  39. package/dist/components/dimmer.min.css +2 -2
  40. package/dist/components/dimmer.min.js +3 -3
  41. package/dist/components/divider.css +1 -1
  42. package/dist/components/divider.min.css +1 -1
  43. package/dist/components/dropdown.css +21 -35
  44. package/dist/components/dropdown.js +435 -531
  45. package/dist/components/dropdown.min.css +2 -2
  46. package/dist/components/dropdown.min.js +3 -3
  47. package/dist/components/embed.css +1 -1
  48. package/dist/components/embed.js +55 -68
  49. package/dist/components/embed.min.css +1 -1
  50. package/dist/components/embed.min.js +3 -3
  51. package/dist/components/emoji.css +3809 -7617
  52. package/dist/components/emoji.min.css +2 -2
  53. package/dist/components/feed.css +1 -1
  54. package/dist/components/feed.min.css +1 -1
  55. package/dist/components/flag.css +1 -1
  56. package/dist/components/flag.min.css +1 -1
  57. package/dist/components/flyout.css +1 -1
  58. package/dist/components/flyout.js +149 -168
  59. package/dist/components/flyout.min.css +1 -1
  60. package/dist/components/flyout.min.js +3 -3
  61. package/dist/components/form.css +3 -5
  62. package/dist/components/form.js +249 -269
  63. package/dist/components/form.min.css +2 -2
  64. package/dist/components/form.min.js +3 -3
  65. package/dist/components/grid.css +2 -2
  66. package/dist/components/grid.min.css +2 -2
  67. package/dist/components/header.css +6 -6
  68. package/dist/components/header.min.css +2 -2
  69. package/dist/components/icon.css +10 -37
  70. package/dist/components/icon.min.css +2 -2
  71. package/dist/components/image.css +1 -1
  72. package/dist/components/image.min.css +1 -1
  73. package/dist/components/input.css +284 -12
  74. package/dist/components/input.min.css +2 -2
  75. package/dist/components/item.css +1 -1
  76. package/dist/components/item.min.css +1 -1
  77. package/dist/components/label.css +6 -14
  78. package/dist/components/label.min.css +2 -2
  79. package/dist/components/list.css +3 -3
  80. package/dist/components/list.min.css +2 -2
  81. package/dist/components/loader.css +53 -53
  82. package/dist/components/loader.min.css +2 -2
  83. package/dist/components/menu.css +45 -60
  84. package/dist/components/menu.min.css +2 -2
  85. package/dist/components/message.css +2 -2
  86. package/dist/components/message.min.css +2 -2
  87. package/dist/components/modal.css +5 -5
  88. package/dist/components/modal.js +161 -170
  89. package/dist/components/modal.min.css +2 -2
  90. package/dist/components/modal.min.js +3 -3
  91. package/dist/components/nag.css +1 -1
  92. package/dist/components/nag.js +74 -88
  93. package/dist/components/nag.min.css +1 -1
  94. package/dist/components/nag.min.js +3 -3
  95. package/dist/components/placeholder.css +2 -2
  96. package/dist/components/placeholder.min.css +2 -2
  97. package/dist/components/popup.css +19 -73
  98. package/dist/components/popup.js +105 -138
  99. package/dist/components/popup.min.css +2 -2
  100. package/dist/components/popup.min.js +3 -3
  101. package/dist/components/progress.css +4 -13
  102. package/dist/components/progress.js +75 -97
  103. package/dist/components/progress.min.css +2 -2
  104. package/dist/components/progress.min.js +3 -3
  105. package/dist/components/rail.css +1 -1
  106. package/dist/components/rail.min.css +1 -1
  107. package/dist/components/rating.css +1 -1
  108. package/dist/components/rating.js +49 -61
  109. package/dist/components/rating.min.css +1 -1
  110. package/dist/components/rating.min.js +3 -3
  111. package/dist/components/reset.css +48 -208
  112. package/dist/components/reset.min.css +2 -2
  113. package/dist/components/reveal.css +2 -5
  114. package/dist/components/reveal.min.css +2 -2
  115. package/dist/components/search.css +2 -3
  116. package/dist/components/search.js +178 -198
  117. package/dist/components/search.min.css +2 -2
  118. package/dist/components/search.min.js +3 -3
  119. package/dist/components/segment.css +6 -6
  120. package/dist/components/segment.min.css +2 -2
  121. package/dist/components/shape.css +1 -1
  122. package/dist/components/shape.js +59 -69
  123. package/dist/components/shape.min.css +1 -1
  124. package/dist/components/shape.min.js +3 -3
  125. package/dist/components/sidebar.css +1 -1
  126. package/dist/components/sidebar.js +81 -101
  127. package/dist/components/sidebar.min.css +1 -1
  128. package/dist/components/sidebar.min.js +3 -3
  129. package/dist/components/site.css +1 -1
  130. package/dist/components/site.js +37 -58
  131. package/dist/components/site.min.css +1 -1
  132. package/dist/components/site.min.js +3 -3
  133. package/dist/components/slider.css +1 -1
  134. package/dist/components/slider.js +169 -183
  135. package/dist/components/slider.min.css +1 -1
  136. package/dist/components/slider.min.js +3 -3
  137. package/dist/components/state.js +45 -59
  138. package/dist/components/state.min.js +3 -3
  139. package/dist/components/statistic.css +1 -1
  140. package/dist/components/statistic.min.css +1 -1
  141. package/dist/components/step.css +4 -4
  142. package/dist/components/step.min.css +2 -2
  143. package/dist/components/sticky.css +1 -1
  144. package/dist/components/sticky.js +95 -117
  145. package/dist/components/sticky.min.css +1 -1
  146. package/dist/components/sticky.min.js +3 -3
  147. package/dist/components/tab.css +1 -1
  148. package/dist/components/tab.js +83 -115
  149. package/dist/components/tab.min.css +1 -1
  150. package/dist/components/tab.min.js +3 -3
  151. package/dist/components/table.css +8 -8
  152. package/dist/components/table.min.css +2 -2
  153. package/dist/components/text.css +1 -1
  154. package/dist/components/text.min.css +1 -1
  155. package/dist/components/toast.css +1 -1
  156. package/dist/components/toast.js +64 -74
  157. package/dist/components/toast.min.css +1 -1
  158. package/dist/components/toast.min.js +3 -3
  159. package/dist/components/transition.css +1 -1
  160. package/dist/components/transition.js +61 -85
  161. package/dist/components/transition.min.css +1 -1
  162. package/dist/components/transition.min.js +3 -3
  163. package/dist/components/visibility.js +120 -140
  164. package/dist/components/visibility.min.js +3 -3
  165. package/dist/semantic.css +4480 -8222
  166. package/dist/semantic.js +2886 -3485
  167. package/dist/semantic.min.css +3 -3
  168. package/dist/semantic.min.js +3 -3
  169. package/examples/attached.html +1 -1
  170. package/examples/components/menu.html +1 -1
  171. package/package.json +8 -5
  172. package/scripts/nightly-version.js +4 -4
  173. package/src/definitions/behaviors/api.js +100 -160
  174. package/src/definitions/behaviors/form.js +248 -268
  175. package/src/definitions/behaviors/state.js +44 -58
  176. package/src/definitions/behaviors/visibility.js +119 -139
  177. package/src/definitions/collections/breadcrumb.less +0 -1
  178. package/src/definitions/collections/form.less +3 -9
  179. package/src/definitions/collections/grid.less +1 -2
  180. package/src/definitions/collections/menu.less +106 -117
  181. package/src/definitions/collections/message.less +1 -2
  182. package/src/definitions/collections/table.less +7 -8
  183. package/src/definitions/elements/button.less +4 -6
  184. package/src/definitions/elements/container.less +0 -1
  185. package/src/definitions/elements/divider.less +1 -2
  186. package/src/definitions/elements/emoji.less +1 -1
  187. package/src/definitions/elements/flag.less +1 -1
  188. package/src/definitions/elements/header.less +4 -5
  189. package/src/definitions/elements/icon.less +10 -37
  190. package/src/definitions/elements/image.less +0 -1
  191. package/src/definitions/elements/input.less +4 -7
  192. package/src/definitions/elements/label.less +5 -14
  193. package/src/definitions/elements/list.less +2 -3
  194. package/src/definitions/elements/loader.less +10 -11
  195. package/src/definitions/elements/placeholder.less +1 -2
  196. package/src/definitions/elements/rail.less +0 -1
  197. package/src/definitions/elements/reveal.less +1 -5
  198. package/src/definitions/elements/segment.less +5 -6
  199. package/src/definitions/elements/step.less +3 -4
  200. package/src/definitions/elements/text.less +0 -1
  201. package/src/definitions/globals/reset.less +0 -1
  202. package/src/definitions/globals/site.js +36 -57
  203. package/src/definitions/globals/site.less +0 -1
  204. package/src/definitions/modules/accordion.js +61 -72
  205. package/src/definitions/modules/accordion.less +0 -1
  206. package/src/definitions/modules/calendar.js +282 -331
  207. package/src/definitions/modules/calendar.less +2 -3
  208. package/src/definitions/modules/checkbox.js +57 -78
  209. package/src/definitions/modules/checkbox.less +0 -1
  210. package/src/definitions/modules/dimmer.js +38 -51
  211. package/src/definitions/modules/dimmer.less +1 -2
  212. package/src/definitions/modules/dropdown.js +434 -530
  213. package/src/definitions/modules/dropdown.less +27 -38
  214. package/src/definitions/modules/embed.js +54 -67
  215. package/src/definitions/modules/embed.less +0 -1
  216. package/src/definitions/modules/flyout.js +148 -167
  217. package/src/definitions/modules/flyout.less +0 -1
  218. package/src/definitions/modules/modal.js +160 -169
  219. package/src/definitions/modules/modal.less +3 -4
  220. package/src/definitions/modules/nag.js +73 -87
  221. package/src/definitions/modules/nag.less +0 -1
  222. package/src/definitions/modules/popup.js +104 -137
  223. package/src/definitions/modules/popup.less +18 -73
  224. package/src/definitions/modules/progress.js +74 -96
  225. package/src/definitions/modules/progress.less +3 -13
  226. package/src/definitions/modules/rating.js +48 -60
  227. package/src/definitions/modules/rating.less +0 -1
  228. package/src/definitions/modules/search.js +177 -197
  229. package/src/definitions/modules/search.less +2 -4
  230. package/src/definitions/modules/shape.js +58 -68
  231. package/src/definitions/modules/shape.less +0 -1
  232. package/src/definitions/modules/sidebar.js +80 -100
  233. package/src/definitions/modules/sidebar.less +0 -1
  234. package/src/definitions/modules/slider.js +168 -182
  235. package/src/definitions/modules/slider.less +0 -1
  236. package/src/definitions/modules/sticky.js +94 -116
  237. package/src/definitions/modules/sticky.less +0 -1
  238. package/src/definitions/modules/tab.js +82 -114
  239. package/src/definitions/modules/tab.less +0 -1
  240. package/src/definitions/modules/toast.js +63 -73
  241. package/src/definitions/modules/toast.less +0 -1
  242. package/src/definitions/modules/transition.js +60 -84
  243. package/src/definitions/modules/transition.less +1 -2
  244. package/src/definitions/views/ad.less +0 -1
  245. package/src/definitions/views/card.less +0 -1
  246. package/src/definitions/views/comment.less +0 -1
  247. package/src/definitions/views/feed.less +0 -1
  248. package/src/definitions/views/item.less +0 -1
  249. package/src/definitions/views/statistic.less +0 -1
  250. package/src/semantic.less +1 -1
  251. package/src/themes/amazon/elements/button.overrides +1 -1
  252. package/src/themes/amazon/elements/button.variables +5 -6
  253. package/src/themes/amazon/globals/site.variables +2 -3
  254. package/src/themes/bookish/elements/header.variables +2 -2
  255. package/src/themes/bootstrap3/elements/button.variables +4 -5
  256. package/src/themes/chubby/collections/menu.variables +1 -1
  257. package/src/themes/chubby/elements/button.overrides +4 -4
  258. package/src/themes/chubby/modules/accordion.overrides +1 -1
  259. package/src/themes/chubby/views/comment.overrides +2 -2
  260. package/src/themes/chubby/views/comment.variables +2 -2
  261. package/src/themes/classic/collections/table.variables +2 -2
  262. package/src/themes/classic/elements/button.variables +11 -11
  263. package/src/themes/classic/modules/progress.variables +2 -2
  264. package/src/themes/classic/views/card.variables +2 -2
  265. package/src/themes/default/collections/form.variables +2 -3
  266. package/src/themes/default/collections/menu.variables +28 -28
  267. package/src/themes/default/collections/message.variables +1 -1
  268. package/src/themes/default/collections/table.variables +4 -4
  269. package/src/themes/default/elements/button.variables +9 -10
  270. package/src/themes/default/elements/divider.variables +1 -1
  271. package/src/themes/default/elements/icon.variables +2 -2
  272. package/src/themes/default/elements/image.variables +1 -1
  273. package/src/themes/default/elements/input.variables +2 -2
  274. package/src/themes/default/elements/label.variables +4 -4
  275. package/src/themes/default/elements/list.variables +1 -1
  276. package/src/themes/default/elements/placeholder.variables +6 -6
  277. package/src/themes/default/elements/segment.variables +8 -8
  278. package/src/themes/default/globals/reset.overrides +45 -201
  279. package/src/themes/default/globals/site.variables +50 -50
  280. package/src/themes/default/globals/variation.variables +3 -2
  281. package/src/themes/default/modules/accordion.variables +0 -1
  282. package/src/themes/default/modules/checkbox.variables +1 -1
  283. package/src/themes/default/modules/dimmer.variables +12 -12
  284. package/src/themes/default/modules/dropdown.variables +17 -16
  285. package/src/themes/default/modules/embed.variables +2 -2
  286. package/src/themes/default/modules/flyout.variables +3 -3
  287. package/src/themes/default/modules/modal.variables +14 -14
  288. package/src/themes/default/modules/nag.variables +1 -1
  289. package/src/themes/default/modules/rating.variables +1 -1
  290. package/src/themes/default/modules/search.variables +1 -1
  291. package/src/themes/default/modules/shape.variables +1 -1
  292. package/src/themes/default/modules/sidebar.variables +2 -2
  293. package/src/themes/default/modules/toast.variables +4 -4
  294. package/src/themes/default/views/card.variables +6 -7
  295. package/src/themes/default/views/feed.variables +4 -4
  296. package/src/themes/default/views/item.variables +2 -3
  297. package/src/themes/flat/collections/form.variables +1 -1
  298. package/src/themes/flat/globals/site.variables +9 -9
  299. package/src/themes/github/collections/form.overrides +3 -3
  300. package/src/themes/github/collections/form.variables +3 -3
  301. package/src/themes/github/collections/menu.overrides +1 -1
  302. package/src/themes/github/collections/menu.variables +10 -10
  303. package/src/themes/github/collections/message.variables +6 -6
  304. package/src/themes/github/elements/button.variables +17 -17
  305. package/src/themes/github/elements/input.variables +3 -3
  306. package/src/themes/github/elements/segment.variables +2 -2
  307. package/src/themes/github/elements/step.overrides +4 -4
  308. package/src/themes/github/elements/step.variables +3 -3
  309. package/src/themes/github/globals/site.variables +2 -2
  310. package/src/themes/github/modules/dropdown.variables +1 -3
  311. package/src/themes/gmail/collections/message.variables +2 -2
  312. package/src/themes/material/collections/menu.variables +1 -1
  313. package/src/themes/material/elements/button.overrides +4 -4
  314. package/src/themes/material/elements/button.variables +5 -5
  315. package/src/themes/material/modules/dropdown.variables +1 -1
  316. package/src/themes/material/modules/modal.variables +1 -1
  317. package/src/themes/raised/elements/button.variables +1 -1
  318. package/src/themes/round/elements/button.variables +12 -12
  319. package/src/themes/striped/modules/progress.overrides +3 -3
  320. package/src/themes/timeline/views/feed.variables +2 -2
  321. package/src/themes/twitter/elements/button.overrides +1 -1
  322. package/src/themes/twitter/elements/button.variables +4 -5
  323. package/tasks/admin/components/create.js +12 -15
  324. package/tasks/admin/components/init.js +11 -12
  325. package/tasks/admin/components/update.js +19 -20
  326. package/tasks/admin/distributions/create.js +30 -51
  327. package/tasks/admin/distributions/init.js +11 -12
  328. package/tasks/admin/distributions/update.js +18 -19
  329. package/tasks/admin/register.js +7 -7
  330. package/tasks/build/assets.js +1 -1
  331. package/tasks/build/css.js +5 -5
  332. package/tasks/build/javascript.js +1 -1
  333. package/tasks/config/admin/github.js +1 -1
  334. package/tasks/config/admin/templates/css-package.js +1 -1
  335. package/tasks/config/admin/templates/less-package.js +1 -1
  336. package/tasks/config/project/config.js +10 -10
  337. package/tasks/config/project/install.js +12 -12
  338. package/tasks/config/project/release.js +6 -12
  339. package/tasks/config/tasks.js +15 -11
  340. package/tasks/config/user.js +1 -4
  341. package/tasks/docs/metadata.js +18 -20
  342. package/tasks/install.js +14 -12
  343. package/test/meteor/assets.js +4 -4
  344. package/test/meteor/fonts.js +10 -11
  345. package/test/modules/module.spec.js +18 -18
@@ -19,7 +19,7 @@
19
19
 
20
20
  @notSecondary: if(@variationMenuSecondary, e(":not(.secondary)"));
21
21
  @notText: if(@variationMenuText, e(":not(.text)"));
22
- @notTabular: if(@variationMenuTabular, e(":not(.tabular)"));
22
+ @notTabbed: if(@variationMenuTabbed, e(":not(.tabbed)"));
23
23
  @notVertical: if(@variationMenuVertical, e(":not(.vertical)"));
24
24
  @notBorderless: if(@variationMenuBorderless, e(":not(.borderless)"));
25
25
  @notFluid: if(@variationMenuFluid, e(":not(.fluid)"));
@@ -407,11 +407,11 @@
407
407
  }
408
408
  }
409
409
  @media only screen and (min-width: @tabletBreakpoint) {
410
- .ui.menu@{notSecondary}@{notText}@{notTabular}@{notBorderless} > .container > .item:not(.right)@{notBorderless}:first-child {
410
+ .ui.menu@{notSecondary}@{notText}@{notTabbed}@{notBorderless} > .container > .item:not(.right)@{notBorderless}:first-child {
411
411
  border-left: @dividerSize solid @dividerBackground;
412
412
  }
413
- .ui.menu@{notSecondary}@{notText}@{notTabular}@{notBorderless} > .container > .right.item@{notBorderless}:last-child,
414
- .ui.menu@{notSecondary}@{notText}@{notTabular}@{notBorderless} > .container > .right.menu > .item@{notBorderless}:last-child {
413
+ .ui.menu@{notSecondary}@{notText}@{notTabbed}@{notBorderless} > .container > .right.item@{notBorderless}:last-child,
414
+ .ui.menu@{notSecondary}@{notText}@{notTabbed}@{notBorderless} > .container > .right.menu > .item@{notBorderless}:last-child {
415
415
  border-right: @dividerSize solid @dividerBackground;
416
416
  }
417
417
  }
@@ -629,156 +629,156 @@ Floated Menu / Item
629
629
  }
630
630
  }
631
631
 
632
- & when (@variationMenuTabular) {
632
+ & when (@variationMenuTabbed) {
633
633
  /* --------------
634
- Tabular
634
+ Tabbed
635
635
  --------------- */
636
636
 
637
- .ui.tabular.menu {
637
+ .ui.tabbed.menu {
638
638
  border-radius: 0;
639
639
  box-shadow: none !important;
640
640
  border: none;
641
- background: @tabularBackground;
642
- border-bottom: @tabularBorderWidth solid @tabularBorderColor;
641
+ background: @tabbedBackground;
642
+ border-bottom: @tabbedBorderWidth solid @tabbedBorderColor;
643
643
  }
644
- .ui.tabular.fluid.menu {
645
- width: @tabularFluidWidth !important;
644
+ .ui.tabbed.fluid.menu {
645
+ width: @tabbedFluidWidth !important;
646
646
  }
647
- .ui.tabular.menu .item {
647
+ .ui.tabbed.menu .item {
648
648
  background: transparent;
649
649
  border-bottom: none;
650
- border-left: @tabularBorderWidth solid transparent;
651
- border-right: @tabularBorderWidth solid transparent;
652
- border-top: @tabularOppositeBorderWidth solid transparent;
653
- padding: @tabularVerticalPadding @tabularHorizontalPadding;
654
- color: @tabularTextColor;
650
+ border-left: @tabbedBorderWidth solid transparent;
651
+ border-right: @tabbedBorderWidth solid transparent;
652
+ border-top: @tabbedOppositeBorderWidth solid transparent;
653
+ padding: @tabbedVerticalPadding @tabbedHorizontalPadding;
654
+ color: @tabbedTextColor;
655
655
  }
656
- .ui.tabular.menu .item::before {
656
+ .ui.tabbed.menu .item::before {
657
657
  display: none;
658
658
  }
659
659
 
660
660
  /* Hover */
661
- .ui.tabular.menu .item:hover {
661
+ .ui.tabbed.menu .item:hover {
662
662
  background-color: transparent;
663
- color: @tabularHoveredTextColor;
663
+ color: @tabbedHoveredTextColor;
664
664
  }
665
665
 
666
666
  /* Active */
667
- .ui.tabular.menu .active.item {
668
- background: @tabularActiveBackground;
669
- color: @tabularActiveColor;
670
- border-top-width: @tabularBorderWidth;
671
- border-color: @tabularBorderColor;
672
- font-weight: @tabularActiveWeight;
673
- margin-bottom: -@tabularBorderWidth;
674
- box-shadow: @tabularActiveBoxShadow;
675
- border-radius: @tabularBorderRadius @tabularBorderRadius 0 0 !important;
667
+ .ui.tabbed.menu .active.item {
668
+ background: @tabbedActiveBackground;
669
+ color: @tabbedActiveColor;
670
+ border-top-width: @tabbedBorderWidth;
671
+ border-color: @tabbedBorderColor;
672
+ font-weight: @tabbedActiveWeight;
673
+ margin-bottom: -@tabbedBorderWidth;
674
+ box-shadow: @tabbedActiveBoxShadow;
675
+ border-radius: @tabbedBorderRadius @tabbedBorderRadius 0 0 !important;
676
676
  &:hover {
677
677
  cursor: default;
678
678
  }
679
679
  }
680
680
 
681
681
  /* Coupling with segment for attachment */
682
- .ui.tabular.menu ~ .attached:not(.top).segment {
682
+ .ui.tabbed.menu ~ .attached:not(.top).segment {
683
683
  border-top: none;
684
684
  margin-left: 0;
685
685
  margin-top: 0;
686
686
  margin-right: 0;
687
687
  width: 100%;
688
688
  }
689
- .top.attached.segment + .ui.bottom.tabular.menu {
689
+ .top.attached.segment + .ui.bottom.tabbed.menu {
690
690
  position: relative;
691
- width: @tabularFluidWidth;
692
- left: -@tabularFluidOffset;
691
+ width: @tabbedFluidWidth;
692
+ left: -@tabbedFluidOffset;
693
693
  }
694
694
 
695
- /* Bottom Vertical Tabular */
696
- .ui.bottom.tabular.menu {
697
- background: @tabularBackground;
695
+ /* Bottom Vertical Tabbed */
696
+ .ui.bottom.tabbed.menu {
697
+ background: @tabbedBackground;
698
698
  border-radius: 0;
699
699
  box-shadow: none !important;
700
700
  border-bottom: none;
701
- border-top: @tabularBorderWidth solid @tabularBorderColor;
701
+ border-top: @tabbedBorderWidth solid @tabbedBorderColor;
702
702
  }
703
- .ui.bottom.tabular.menu .item {
703
+ .ui.bottom.tabbed.menu .item {
704
704
  background: none;
705
- border-left: @tabularBorderWidth solid transparent;
706
- border-right: @tabularBorderWidth solid transparent;
707
- border-bottom: @tabularBorderWidth solid transparent;
705
+ border-left: @tabbedBorderWidth solid transparent;
706
+ border-right: @tabbedBorderWidth solid transparent;
707
+ border-bottom: @tabbedBorderWidth solid transparent;
708
708
  border-top: none;
709
709
  }
710
- .ui.bottom.tabular.menu .active.item {
711
- background: @tabularActiveBackground;
712
- color: @tabularActiveColor;
713
- border-color: @tabularBorderColor;
714
- margin: -@tabularBorderWidth 0 0 0;
715
- border-radius: 0 0 @tabularBorderRadius @tabularBorderRadius !important;
710
+ .ui.bottom.tabbed.menu .active.item {
711
+ background: @tabbedActiveBackground;
712
+ color: @tabbedActiveColor;
713
+ border-color: @tabbedBorderColor;
714
+ margin: -@tabbedBorderWidth 0 0 0;
715
+ border-radius: 0 0 @tabbedBorderRadius @tabbedBorderRadius !important;
716
716
  }
717
717
  & when (@variationMenuVertical) {
718
- /* Vertical Tabular (Left) */
719
- .ui.vertical.tabular.menu {
720
- background: @tabularVerticalBackground;
718
+ /* Vertical Tabbed (Left) */
719
+ .ui.vertical.tabbed.menu {
720
+ background: @tabbedVerticalBackground;
721
721
  border-radius: 0;
722
722
  box-shadow: none !important;
723
723
  border-bottom: none;
724
- border-right: @tabularBorderWidth solid @tabularBorderColor;
724
+ border-right: @tabbedBorderWidth solid @tabbedBorderColor;
725
725
  }
726
- .ui.vertical.tabular.menu .item {
726
+ .ui.vertical.tabbed.menu .item {
727
727
  background: none;
728
- border-left: @tabularBorderWidth solid transparent;
729
- border-bottom: @tabularBorderWidth solid transparent;
730
- border-top: @tabularBorderWidth solid transparent;
728
+ border-left: @tabbedBorderWidth solid transparent;
729
+ border-bottom: @tabbedBorderWidth solid transparent;
730
+ border-top: @tabbedBorderWidth solid transparent;
731
731
  border-right: none;
732
732
  }
733
- .ui.vertical.tabular.menu .active.item {
734
- background: @tabularActiveBackground;
735
- color: @tabularActiveColor;
736
- border-color: @tabularBorderColor;
737
- margin: 0 -@tabularBorderWidth 0 0;
738
- border-radius: @tabularBorderRadius 0 0 @tabularBorderRadius !important;
733
+ .ui.vertical.tabbed.menu .active.item {
734
+ background: @tabbedActiveBackground;
735
+ color: @tabbedActiveColor;
736
+ border-color: @tabbedBorderColor;
737
+ margin: 0 -@tabbedBorderWidth 0 0;
738
+ border-radius: @tabbedBorderRadius 0 0 @tabbedBorderRadius !important;
739
739
  }
740
740
 
741
- /* Vertical Right Tabular */
742
- .ui.vertical.right.tabular.menu {
743
- background: @tabularVerticalBackground;
741
+ /* Vertical Right Tabbed */
742
+ .ui.vertical.right.tabbed.menu {
743
+ background: @tabbedVerticalBackground;
744
744
  border-radius: 0;
745
745
  box-shadow: none !important;
746
746
  border-bottom: none;
747
747
  border-right: none;
748
- border-left: @tabularBorderWidth solid @tabularBorderColor;
748
+ border-left: @tabbedBorderWidth solid @tabbedBorderColor;
749
749
  }
750
- .ui.vertical.right.tabular.menu .item {
750
+ .ui.vertical.right.tabbed.menu .item {
751
751
  background: none;
752
- border-right: @tabularBorderWidth solid transparent;
753
- border-bottom: @tabularBorderWidth solid transparent;
754
- border-top: @tabularBorderWidth solid transparent;
752
+ border-right: @tabbedBorderWidth solid transparent;
753
+ border-bottom: @tabbedBorderWidth solid transparent;
754
+ border-top: @tabbedBorderWidth solid transparent;
755
755
  border-left: none;
756
756
  }
757
- .ui.vertical.right.tabular.menu .active.item {
758
- background: @tabularActiveBackground;
759
- color: @tabularActiveColor;
760
- border-color: @tabularBorderColor;
761
- margin: 0 0 0 -@tabularBorderWidth;
762
- border-radius: 0 @tabularBorderRadius @tabularBorderRadius 0 !important;
757
+ .ui.vertical.right.tabbed.menu .active.item {
758
+ background: @tabbedActiveBackground;
759
+ color: @tabbedActiveColor;
760
+ border-color: @tabbedBorderColor;
761
+ margin: 0 0 0 -@tabbedBorderWidth;
762
+ border-radius: 0 @tabbedBorderRadius @tabbedBorderRadius 0 !important;
763
763
  }
764
764
  }
765
765
 
766
766
  /* Dropdown */
767
- .ui.tabular.menu .active.dropdown.item {
767
+ .ui.tabbed.menu .active.dropdown.item {
768
768
  margin-bottom: 0;
769
- border-left: @tabularBorderWidth solid transparent;
770
- border-right: @tabularBorderWidth solid transparent;
771
- border-top: @tabularOppositeBorderWidth solid transparent;
769
+ border-left: @tabbedBorderWidth solid transparent;
770
+ border-right: @tabbedBorderWidth solid transparent;
771
+ border-top: @tabbedOppositeBorderWidth solid transparent;
772
772
  border-bottom: none;
773
773
  }
774
774
  & when (@variationMenuInverted) {
775
- .ui.inverted.tabular.menu .active.item,
776
- .ui.inverted.tabular.menu .active.item:hover {
777
- background: @invertedTabularActiveBackground;
778
- border-color: @invertedTabularBorderColor;
775
+ .ui.inverted.tabbed.menu .active.item,
776
+ .ui.inverted.tabbed.menu .active.item:hover {
777
+ background: @invertedTabbedActiveBackground;
778
+ border-color: @invertedTabbedBorderColor;
779
779
  }
780
- .ui.inverted.tabular.menu .item:not(.active):hover {
781
- color: @invertedTabularHoveredTextColor;
780
+ .ui.inverted.tabbed.menu .item:not(.active):hover {
781
+ color: @invertedTabbedHoveredTextColor;
782
782
  background: transparent;
783
783
  cursor: pointer;
784
784
  }
@@ -1643,8 +1643,8 @@ Floated Menu / Item
1643
1643
  text-align: center;
1644
1644
  justify-content: center;
1645
1645
  }
1646
- .ui.attached[class*="equal width"].menu@{notTabular},
1647
- .ui.attached.item.menu@{notTabular} {
1646
+ .ui.attached[class*="equal width"].menu@{notTabbed},
1647
+ .ui.attached.item.menu@{notTabbed} {
1648
1648
  margin: 0 @attachedHorizontalOffset !important;
1649
1649
  }
1650
1650
 
@@ -1707,10 +1707,7 @@ Floated Menu / Item
1707
1707
 
1708
1708
  .ui.fixed.menu,
1709
1709
  .ui[class*="top fixed"].menu {
1710
- top: 0;
1711
- left: 0;
1712
- right: auto;
1713
- bottom: auto;
1710
+ inset: 0 auto auto 0;
1714
1711
  }
1715
1712
  .ui[class*="top fixed"].menu {
1716
1713
  border-top: none;
@@ -1721,10 +1718,7 @@ Floated Menu / Item
1721
1718
  border-top: none;
1722
1719
  border-bottom: none;
1723
1720
  border-right: none;
1724
- top: 0;
1725
- right: 0;
1726
- left: auto;
1727
- bottom: auto;
1721
+ inset: 0 0 auto auto;
1728
1722
  width: auto;
1729
1723
  height: 100%;
1730
1724
  }
@@ -1732,19 +1726,13 @@ Floated Menu / Item
1732
1726
  border-bottom: none;
1733
1727
  border-left: none;
1734
1728
  border-right: none;
1735
- bottom: 0;
1736
- left: 0;
1737
- top: auto;
1738
- right: auto;
1729
+ inset: auto auto 0 0;
1739
1730
  }
1740
1731
  .ui[class*="left fixed"].menu {
1741
1732
  border-top: none;
1742
1733
  border-bottom: none;
1743
1734
  border-left: none;
1744
- top: 0;
1745
- left: 0;
1746
- right: auto;
1747
- bottom: auto;
1735
+ inset: 0 auto auto 0;
1748
1736
  width: auto;
1749
1737
  height: 100%;
1750
1738
  }
@@ -1780,10 +1768,7 @@ Floated Menu / Item
1780
1768
  & when (@variationMenuVertical) {
1781
1769
  .ui.vertical.pointing.menu .item::after {
1782
1770
  position: absolute;
1783
- top: 50%;
1784
- right: 0;
1785
- bottom: auto;
1786
- left: auto;
1771
+ inset: 50% 0 auto auto;
1787
1772
  transform: translateX(50%) translateY(-50%) rotate(45deg);
1788
1773
  margin: 0 -(@arrowBorderWidth / 2) 0 0;
1789
1774
  border: none;
@@ -1903,22 +1888,22 @@ Floated Menu / Item
1903
1888
  border-radius: 0 0 0 @borderRadius;
1904
1889
  }
1905
1890
 
1906
- /* Tabular Attached */
1907
- .ui.attached.menu@{notTabular}@{notText} {
1891
+ /* Tabbed Attached */
1892
+ .ui.attached.menu@{notTabbed}@{notText} {
1908
1893
  border: @attachedBorder;
1909
1894
  }
1910
1895
  & when (@variationMenuInverted) {
1911
1896
  .ui.attached.inverted.menu {
1912
1897
  border: none;
1913
1898
  }
1914
- & when (@variationMenuTabular) {
1915
- .ui[class*="top attached"].inverted.tabular.menu {
1916
- border-bottom: @invertedTabularBorder;
1899
+ & when (@variationMenuTabbed) {
1900
+ .ui[class*="top attached"].inverted.tabbed.menu {
1901
+ border-bottom: @invertedTabbedBorder;
1917
1902
  }
1918
1903
  }
1919
1904
  }
1920
- & when (@variationMenuTabular) {
1921
- .ui.attached.tabular.menu {
1905
+ & when (@variationMenuTabbed) {
1906
+ .ui.attached.tabbed.menu {
1922
1907
  margin-left: 0;
1923
1908
  margin-right: 0;
1924
1909
  width: 100%;
@@ -1936,7 +1921,7 @@ Floated Menu / Item
1936
1921
  & .item:first-child::before {
1937
1922
  display: none;
1938
1923
  }
1939
- &@{notSecondary}@{notText}@{notTabular}@{notBorderless} .item {
1924
+ &@{notSecondary}@{notText}@{notTabbed}@{notBorderless} .item {
1940
1925
  &:last-of-type,
1941
1926
  &:last-child {
1942
1927
  border-right: @dividerSize solid @dividerBackground;
@@ -1944,7 +1929,7 @@ Floated Menu / Item
1944
1929
  }
1945
1930
  }
1946
1931
  & when (@variationMenuWrapped) {
1947
- .ui.wrapped.menu@{notSecondary}@{notText}@{notTabular}@{notBorderless} .item {
1932
+ .ui.wrapped.menu@{notSecondary}@{notText}@{notTabbed}@{notBorderless} .item {
1948
1933
  &:first-child {
1949
1934
  border-bottom-left-radius: 0;
1950
1935
  }
@@ -2018,5 +2003,9 @@ Floated Menu / Item
2018
2003
  }
2019
2004
  }
2020
2005
 
2021
- // stylelint-disable no-invalid-position-at-import-rule
2006
+ & when (@variationMenuTabbedLegacyTabular) {
2007
+ .tabbed:extend(.tabular all) {
2008
+ }
2009
+ }
2010
+
2022
2011
  @import (multiple, optional) "../../overrides.less";
@@ -215,7 +215,7 @@
215
215
  margin-left: @attachedXOffset;
216
216
  margin-right: @attachedXOffset;
217
217
  }
218
- .ui.attached + .ui.attached.message:not(.top):not(.bottom) {
218
+ .ui.attached + .ui.attached.message:not(.top, .bottom) {
219
219
  margin-top: @attachedYOffset;
220
220
  border-radius: 0;
221
221
  }
@@ -443,5 +443,4 @@
443
443
  });
444
444
  }
445
445
 
446
- // stylelint-disable no-invalid-position-at-import-rule
447
446
  @import (multiple, optional) "../../overrides.less";
@@ -1667,19 +1667,19 @@
1667
1667
  .ui.basic.table > tfoot {
1668
1668
  box-shadow: none;
1669
1669
  }
1670
- .ui.basic.table > thead > tr > th,
1671
- .ui.basic.table > tbody > tr > th,
1672
- .ui.basic.table > tfoot > tr > th,
1673
- .ui.basic.table > tr > th {
1670
+ .ui.ui.basic.table > thead > tr > th,
1671
+ .ui.ui.basic.table > tbody > tr > th,
1672
+ .ui.ui.basic.table > tfoot > tr > th,
1673
+ .ui.ui.basic.table > tr > th {
1674
1674
  background: @basicTableHeaderBackground;
1675
1675
  border-left: @basicTableHeaderDivider;
1676
1676
  }
1677
1677
  .ui.basic.table > tbody > tr {
1678
1678
  border-bottom: @basicTableCellBorder;
1679
1679
  }
1680
- .ui.basic.table > tbody > tr > td,
1681
- .ui.basic.table > tfoot > tr > td,
1682
- .ui.basic.table > tr > td {
1680
+ .ui.ui.basic.table > tbody > tr > td,
1681
+ .ui.ui.basic.table > tfoot > tr > td,
1682
+ .ui.ui.basic.table > tr > td {
1683
1683
  background: @basicTableCellBackground;
1684
1684
  }
1685
1685
  & when (@variationTableStriped) {
@@ -1987,5 +1987,4 @@
1987
1987
  });
1988
1988
  }
1989
1989
 
1990
- // stylelint-disable no-invalid-position-at-import-rule
1991
1990
  @import (multiple, optional) "../../overrides.less";
@@ -633,15 +633,15 @@
633
633
  color: @iconColor;
634
634
  }
635
635
 
636
- .ui.button@{notIcon} > .icon:not(.button):not(.dropdown),
637
- .ui.button@{notIcon} > .icons:not(.button):not(.dropdown) {
636
+ .ui.button@{notIcon} > .icon:not(.button, .dropdown),
637
+ .ui.button@{notIcon} > .icons:not(.button, .dropdown) {
638
638
  margin: @iconMargin;
639
639
  vertical-align: @iconVerticalAlign;
640
640
  }
641
- .ui.button@{notIcon} > .icons:not(.button):not(.dropdown) > .icon {
641
+ .ui.button@{notIcon} > .icons:not(.button, .dropdown) > .icon {
642
642
  vertical-align: @iconVerticalAlign;
643
643
  }
644
- .ui.button@{notIcon} > .right.icon:not(.button):not(.dropdown) {
644
+ .ui.button@{notIcon} > .right.icon:not(.button, .dropdown) {
645
645
  margin: @rightIconMargin;
646
646
  }
647
647
 
@@ -658,7 +658,6 @@
658
658
  @media only screen and (max-width: @largestMobileScreen) {
659
659
  .ui.stackable.buttons {
660
660
  flex-direction: column;
661
- width: 100%;
662
661
  & .button:first-child {
663
662
  border-bottom-left-radius: 0;
664
663
  border-top-right-radius: @borderRadius;
@@ -2042,5 +2041,4 @@
2042
2041
  }
2043
2042
  }
2044
2043
 
2045
- // stylelint-disable no-invalid-position-at-import-rule
2046
2044
  @import (multiple, optional) "../../overrides.less";
@@ -359,5 +359,4 @@
359
359
  }
360
360
  }
361
361
 
362
- // stylelint-disable no-invalid-position-at-import-rule
363
362
  @import (multiple, optional) "../../overrides.less";
@@ -33,7 +33,7 @@
33
33
  letter-spacing: @letterSpacing;
34
34
  color: @color;
35
35
  user-select: none;
36
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
36
+ -webkit-tap-highlight-color: rgb(0 0 0 / 0);
37
37
  }
38
38
 
39
39
  /* --------------
@@ -295,5 +295,4 @@
295
295
  });
296
296
  }
297
297
 
298
- // stylelint-disable no-invalid-position-at-import-rule
299
298
  @import (multiple, optional) "../../overrides.less";
@@ -79,6 +79,7 @@ each(@size-map, {
79
79
  }
80
80
  });
81
81
 
82
+ // stylelint-disable less/no-duplicate-variables
82
83
  each(@emoji-map, {
83
84
  & when (@variationEmojiColons) {
84
85
  em[data-emoji=":@{value}:"]::before {
@@ -93,5 +94,4 @@ each(@emoji-map, {
93
94
 
94
95
  /* rtl:end:ignore */
95
96
 
96
- // stylelint-disable no-invalid-position-at-import-rule
97
97
  @import (multiple, optional) "../../overrides.less";
@@ -47,6 +47,7 @@ each(@size-map, {
47
47
  /* rtl:begin:ignore */
48
48
 
49
49
  // for simplicity, class and alias names have to be unique and different to countrycode otherwise false
50
+ // stylelint-disable less/no-duplicate-variables
50
51
  each(@flags, {
51
52
  @unicode: replace(@key, "@", "");
52
53
  @cc: replace(@flags[@@unicode][countrycode], "_", ".", "g");
@@ -83,5 +84,4 @@ each(@flags, {
83
84
 
84
85
  /* rtl:end:ignore */
85
86
 
86
- // stylelint-disable no-invalid-position-at-import-rule
87
87
  @import (multiple, optional) "../../overrides.less";
@@ -17,7 +17,7 @@
17
17
 
18
18
  @import (multiple) "../../theme.config";
19
19
 
20
- @notCenteredAligned: if(@variationHeaderAligned, e(":not(.centered):not(.aligned)"));
20
+ @notCenteredAligned: if(@variationHeaderAligned, e(":not(.centered, .aligned)"));
21
21
  @notIcon: if(@variationHeaderIcon, e(":not(.icon)"));
22
22
 
23
23
  /*******************************
@@ -430,7 +430,7 @@
430
430
  border: @blockBorder;
431
431
  border-radius: @blockBorderRadius;
432
432
  }
433
- .ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
433
+ .ui.block.header:not(h1, h2, h3, h4, h5, h6) {
434
434
  font-size: @mediumBlock;
435
435
  }
436
436
  & when not (@variationHeaderSizes = false) {
@@ -477,7 +477,7 @@
477
477
  }
478
478
 
479
479
  /* Attached Sizes */
480
- .ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
480
+ .ui.attached.header:not(h1, h2, h3, h4, h5, h6) {
481
481
  font-size: @mediumAttachedSize;
482
482
  }
483
483
  & when not (@variationHeaderSizes = false) {
@@ -494,9 +494,8 @@
494
494
  Sizing
495
495
  -------------------- */
496
496
 
497
- .ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
497
+ .ui.header:not(h1, h2, h3, h4, h5, h6) {
498
498
  font-size: @mediumFontSize;
499
499
  }
500
500
 
501
- // stylelint-disable no-invalid-position-at-import-rule
502
501
  @import (multiple, optional) "../../overrides.less";
@@ -408,10 +408,7 @@ i.icons {
408
408
  & when (@variationIconCorner) {
409
409
  /* Corner Icon */
410
410
  i.icons .corner.icon {
411
- top: auto;
412
- left: auto;
413
- right: @cornerOffset;
414
- bottom: @cornerOffset;
411
+ inset: auto @cornerOffset @cornerOffset auto;
415
412
  font-size: @cornerIconSize;
416
413
  text-shadow: @cornerIconShadow;
417
414
  &@{notRotated}@{notFlipped} {
@@ -419,28 +416,16 @@ i.icons {
419
416
  }
420
417
  }
421
418
  i.icons .icon.corner[class*="top right"] {
422
- top: @cornerOffset;
423
- left: auto;
424
- right: @cornerOffset;
425
- bottom: auto;
419
+ inset: @cornerOffset @cornerOffset auto auto;
426
420
  }
427
421
  i.icons .icon.corner[class*="top left"] {
428
- top: @cornerOffset;
429
- left: @cornerOffset;
430
- right: auto;
431
- bottom: auto;
422
+ inset: @cornerOffset auto auto @cornerOffset;
432
423
  }
433
424
  i.icons .icon.corner[class*="bottom left"] {
434
- top: auto;
435
- left: @cornerOffset;
436
- right: auto;
437
- bottom: @cornerOffset;
425
+ inset: auto auto @cornerOffset @cornerOffset;
438
426
  }
439
427
  i.icons .icon.corner[class*="bottom right"] {
440
- top: auto;
441
- left: auto;
442
- right: @cornerOffset;
443
- bottom: @cornerOffset;
428
+ inset: auto @cornerOffset @cornerOffset auto;
444
429
  }
445
430
  & when (@variationIconInverted) {
446
431
  i.icons .inverted.corner.icon {
@@ -490,31 +475,19 @@ i.icons {
490
475
  i.circular.icons .icon.corner,
491
476
  i.bordered.icons .icon.corner[class*="bottom right"],
492
477
  i.circular.icons .icon.corner[class*="bottom right"] {
493
- top: auto;
494
- left: auto;
495
- right: @borderedGroupCornerOffset;
496
- bottom: @borderedGroupCornerOffset;
478
+ inset: auto @borderedGroupCornerOffset @borderedGroupCornerOffset auto;
497
479
  }
498
480
  i.bordered.icons .icon.corner[class*="top right"],
499
481
  i.circular.icons .icon.corner[class*="top right"] {
500
- top: @borderedGroupCornerOffset;
501
- left: auto;
502
- right: @borderedGroupCornerOffset;
503
- bottom: auto;
482
+ inset: @borderedGroupCornerOffset @borderedGroupCornerOffset auto auto;
504
483
  }
505
484
  i.bordered.icons .icon.corner[class*="top left"],
506
485
  i.circular.icons .icon.corner[class*="top left"] {
507
- top: @borderedGroupCornerOffset;
508
- left: @borderedGroupCornerOffset;
509
- right: auto;
510
- bottom: auto;
486
+ inset: @borderedGroupCornerOffset auto auto @borderedGroupCornerOffset;
511
487
  }
512
488
  i.bordered.icons .icon.corner[class*="bottom left"],
513
489
  i.circular.icons .icon.corner[class*="bottom left"] {
514
- top: auto;
515
- left: @borderedGroupCornerOffset;
516
- right: auto;
517
- bottom: @borderedGroupCornerOffset;
490
+ inset: auto auto @borderedGroupCornerOffset @borderedGroupCornerOffset;
518
491
  }
519
492
  }
520
493
  }
@@ -630,6 +603,7 @@ i.icons {
630
603
  }
631
604
 
632
605
  .generateIcons(@icon-duotone-map);
606
+ // stylelint-disable less/no-duplicate-variables
633
607
  .generateIcons(@icon-duotone-secondary-map, false, after);
634
608
 
635
609
  & when (@variationIconAliases) {
@@ -662,5 +636,4 @@ i.icons {
662
636
  }
663
637
  }
664
638
 
665
- // stylelint-disable no-invalid-position-at-import-rule
666
639
  @import (multiple, optional) "../../overrides.less";
@@ -307,5 +307,4 @@ img.ui.image {
307
307
  }
308
308
  }
309
309
 
310
- // stylelint-disable no-invalid-position-at-import-rule
311
310
  @import (multiple, optional) "../../overrides.less";