fomantic-ui 2.9.4-beta.1 → 2.9.4-beta.100

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 (296) hide show
  1. package/.all-contributorsrc +29 -1
  2. package/.eslintrc.js +17 -0
  3. package/.github/FUNDING.yml +1 -1
  4. package/.github/workflows/ci.yml +8 -8
  5. package/.github/workflows/depsreview.yml +14 -0
  6. package/.github/workflows/nightly.yml +1 -1
  7. package/.github/workflows/release.yml +1 -1
  8. package/CONTRIBUTORS.md +5 -0
  9. package/README.md +2 -12
  10. package/dist/components/accordion.css +1 -1
  11. package/dist/components/accordion.js +4 -2
  12. package/dist/components/accordion.min.css +1 -1
  13. package/dist/components/accordion.min.js +2 -2
  14. package/dist/components/ad.css +1 -1
  15. package/dist/components/ad.min.css +1 -1
  16. package/dist/components/api.js +7 -3
  17. package/dist/components/api.min.js +2 -2
  18. package/dist/components/breadcrumb.css +1 -1
  19. package/dist/components/breadcrumb.min.css +1 -1
  20. package/dist/components/button.css +21 -3
  21. package/dist/components/button.min.css +2 -2
  22. package/dist/components/calendar.css +1 -1
  23. package/dist/components/calendar.js +47 -12
  24. package/dist/components/calendar.min.css +1 -1
  25. package/dist/components/calendar.min.js +3 -3
  26. package/dist/components/card.css +1 -1
  27. package/dist/components/card.min.css +1 -1
  28. package/dist/components/checkbox.css +1 -1
  29. package/dist/components/checkbox.js +10 -4
  30. package/dist/components/checkbox.min.css +1 -1
  31. package/dist/components/checkbox.min.js +3 -3
  32. package/dist/components/comment.css +1 -1
  33. package/dist/components/comment.min.css +1 -1
  34. package/dist/components/container.css +1 -1
  35. package/dist/components/container.min.css +1 -1
  36. package/dist/components/dimmer.css +7 -3
  37. package/dist/components/dimmer.js +4 -2
  38. package/dist/components/dimmer.min.css +2 -2
  39. package/dist/components/dimmer.min.js +2 -2
  40. package/dist/components/divider.css +1 -1
  41. package/dist/components/divider.min.css +1 -1
  42. package/dist/components/dropdown.css +46 -40
  43. package/dist/components/dropdown.js +110 -35
  44. package/dist/components/dropdown.min.css +2 -2
  45. package/dist/components/dropdown.min.js +3 -3
  46. package/dist/components/embed.css +1 -1
  47. package/dist/components/embed.js +17 -7
  48. package/dist/components/embed.min.css +1 -1
  49. package/dist/components/embed.min.js +3 -3
  50. package/dist/components/emoji.css +4309 -3713
  51. package/dist/components/emoji.min.css +2 -2
  52. package/dist/components/feed.css +12 -1
  53. package/dist/components/feed.min.css +2 -2
  54. package/dist/components/flag.css +3 -1
  55. package/dist/components/flag.min.css +2 -2
  56. package/dist/components/flyout.css +3 -3
  57. package/dist/components/flyout.js +4 -2
  58. package/dist/components/flyout.min.css +1 -1
  59. package/dist/components/flyout.min.js +2 -2
  60. package/dist/components/form.css +28 -7
  61. package/dist/components/form.js +74 -29
  62. package/dist/components/form.min.css +2 -2
  63. package/dist/components/form.min.js +3 -3
  64. package/dist/components/grid.css +5 -5
  65. package/dist/components/grid.min.css +2 -2
  66. package/dist/components/header.css +4 -1
  67. package/dist/components/header.min.css +2 -2
  68. package/dist/components/icon.css +1 -1
  69. package/dist/components/icon.min.css +1 -1
  70. package/dist/components/image.css +1 -1
  71. package/dist/components/image.min.css +1 -1
  72. package/dist/components/input.css +30 -10
  73. package/dist/components/input.min.css +2 -2
  74. package/dist/components/item.css +1 -1
  75. package/dist/components/item.min.css +1 -1
  76. package/dist/components/label.css +7 -2
  77. package/dist/components/label.min.css +2 -2
  78. package/dist/components/list.css +1 -1
  79. package/dist/components/list.min.css +1 -1
  80. package/dist/components/loader.css +1 -1
  81. package/dist/components/loader.min.css +1 -1
  82. package/dist/components/menu.css +1 -2
  83. package/dist/components/menu.min.css +2 -2
  84. package/dist/components/message.css +2 -1
  85. package/dist/components/message.min.css +2 -2
  86. package/dist/components/modal.css +3 -3
  87. package/dist/components/modal.js +7 -3
  88. package/dist/components/modal.min.css +1 -1
  89. package/dist/components/modal.min.js +2 -2
  90. package/dist/components/nag.css +1 -1
  91. package/dist/components/nag.js +11 -5
  92. package/dist/components/nag.min.css +1 -1
  93. package/dist/components/nag.min.js +3 -3
  94. package/dist/components/placeholder.css +1 -1
  95. package/dist/components/placeholder.min.css +1 -1
  96. package/dist/components/popup.css +1 -2
  97. package/dist/components/popup.js +10 -4
  98. package/dist/components/popup.min.css +2 -2
  99. package/dist/components/popup.min.js +2 -2
  100. package/dist/components/progress.css +15 -6
  101. package/dist/components/progress.js +4 -2
  102. package/dist/components/progress.min.css +2 -2
  103. package/dist/components/progress.min.js +2 -2
  104. package/dist/components/rail.css +1 -1
  105. package/dist/components/rail.min.css +1 -1
  106. package/dist/components/rating.css +1 -1
  107. package/dist/components/rating.js +4 -2
  108. package/dist/components/rating.min.css +1 -1
  109. package/dist/components/rating.min.js +2 -2
  110. package/dist/components/reset.css +1 -1
  111. package/dist/components/reset.min.css +1 -1
  112. package/dist/components/reveal.css +1 -1
  113. package/dist/components/reveal.min.css +1 -1
  114. package/dist/components/search.css +34 -23
  115. package/dist/components/search.js +78 -14
  116. package/dist/components/search.min.css +2 -2
  117. package/dist/components/search.min.js +3 -3
  118. package/dist/components/segment.css +1 -1
  119. package/dist/components/segment.min.css +1 -1
  120. package/dist/components/shape.css +1 -1
  121. package/dist/components/shape.js +7 -5
  122. package/dist/components/shape.min.css +1 -1
  123. package/dist/components/shape.min.js +3 -3
  124. package/dist/components/sidebar.css +1 -1
  125. package/dist/components/sidebar.js +4 -2
  126. package/dist/components/sidebar.min.css +1 -1
  127. package/dist/components/sidebar.min.js +2 -2
  128. package/dist/components/site.css +14 -6
  129. package/dist/components/site.js +4 -2
  130. package/dist/components/site.min.css +2 -2
  131. package/dist/components/site.min.js +2 -2
  132. package/dist/components/slider.css +152 -2
  133. package/dist/components/slider.js +142 -44
  134. package/dist/components/slider.min.css +2 -2
  135. package/dist/components/slider.min.js +3 -3
  136. package/dist/components/state.js +4 -2
  137. package/dist/components/state.min.js +2 -2
  138. package/dist/components/statistic.css +1 -1
  139. package/dist/components/statistic.min.css +1 -1
  140. package/dist/components/step.css +992 -86
  141. package/dist/components/step.min.css +2 -2
  142. package/dist/components/sticky.css +1 -1
  143. package/dist/components/sticky.js +4 -2
  144. package/dist/components/sticky.min.css +1 -1
  145. package/dist/components/sticky.min.js +2 -2
  146. package/dist/components/tab.css +1 -1
  147. package/dist/components/tab.js +4 -2
  148. package/dist/components/tab.min.css +1 -1
  149. package/dist/components/tab.min.js +2 -2
  150. package/dist/components/table.css +32 -21
  151. package/dist/components/table.min.css +2 -2
  152. package/dist/components/text.css +1 -1
  153. package/dist/components/text.min.css +1 -1
  154. package/dist/components/toast.css +1 -1
  155. package/dist/components/toast.js +7 -3
  156. package/dist/components/toast.min.css +1 -1
  157. package/dist/components/toast.min.js +3 -3
  158. package/dist/components/transition.css +1 -1
  159. package/dist/components/transition.js +7 -3
  160. package/dist/components/transition.min.css +1 -1
  161. package/dist/components/transition.min.js +2 -2
  162. package/dist/components/visibility.js +4 -2
  163. package/dist/components/visibility.min.js +2 -2
  164. package/dist/semantic.css +6226 -3986
  165. package/dist/semantic.js +580 -195
  166. package/dist/semantic.min.css +3 -3
  167. package/dist/semantic.min.js +3 -3
  168. package/dist/themes/basic/assets/fonts/LICENSE.txt +91 -0
  169. package/dist/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  170. package/dist/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  171. package/dist/themes/github/assets/fonts/LICENSE.txt +94 -0
  172. package/dist/themes/material/assets/fonts/LICENSE.txt +202 -0
  173. package/package.json +14 -14
  174. package/semantic.json.example +1 -1
  175. package/src/definitions/behaviors/api.js +6 -2
  176. package/src/definitions/behaviors/form.js +73 -28
  177. package/src/definitions/behaviors/state.js +3 -1
  178. package/src/definitions/behaviors/visibility.js +3 -1
  179. package/src/definitions/collections/form.less +56 -27
  180. package/src/definitions/collections/grid.less +85 -70
  181. package/src/definitions/collections/menu.less +38 -27
  182. package/src/definitions/collections/message.less +1 -0
  183. package/src/definitions/collections/table.less +183 -157
  184. package/src/definitions/elements/button.less +61 -25
  185. package/src/definitions/elements/container.less +6 -4
  186. package/src/definitions/elements/divider.less +4 -1
  187. package/src/definitions/elements/emoji.less +3 -1
  188. package/src/definitions/elements/header.less +12 -4
  189. package/src/definitions/elements/icon.less +35 -28
  190. package/src/definitions/elements/input.less +35 -19
  191. package/src/definitions/elements/label.less +19 -8
  192. package/src/definitions/elements/list.less +28 -21
  193. package/src/definitions/elements/loader.less +17 -12
  194. package/src/definitions/elements/segment.less +12 -7
  195. package/src/definitions/elements/step.less +405 -87
  196. package/src/definitions/globals/site.js +3 -1
  197. package/src/definitions/globals/site.less +17 -12
  198. package/src/definitions/modules/accordion.js +3 -1
  199. package/src/definitions/modules/accordion.less +15 -13
  200. package/src/definitions/modules/calendar.js +46 -11
  201. package/src/definitions/modules/calendar.less +6 -4
  202. package/src/definitions/modules/checkbox.js +9 -3
  203. package/src/definitions/modules/checkbox.less +12 -6
  204. package/src/definitions/modules/dimmer.js +3 -1
  205. package/src/definitions/modules/dimmer.less +16 -10
  206. package/src/definitions/modules/dropdown.js +109 -34
  207. package/src/definitions/modules/dropdown.less +109 -78
  208. package/src/definitions/modules/embed.js +16 -6
  209. package/src/definitions/modules/flyout.js +3 -1
  210. package/src/definitions/modules/flyout.less +51 -45
  211. package/src/definitions/modules/modal.js +6 -2
  212. package/src/definitions/modules/modal.less +109 -82
  213. package/src/definitions/modules/nag.js +10 -4
  214. package/src/definitions/modules/nag.less +8 -4
  215. package/src/definitions/modules/popup.js +9 -3
  216. package/src/definitions/modules/popup.less +3 -1
  217. package/src/definitions/modules/progress.js +3 -1
  218. package/src/definitions/modules/progress.less +24 -6
  219. package/src/definitions/modules/rating.js +3 -1
  220. package/src/definitions/modules/search.js +77 -13
  221. package/src/definitions/modules/search.less +41 -25
  222. package/src/definitions/modules/shape.js +6 -4
  223. package/src/definitions/modules/sidebar.js +3 -1
  224. package/src/definitions/modules/slider.js +141 -43
  225. package/src/definitions/modules/slider.less +129 -27
  226. package/src/definitions/modules/sticky.js +3 -1
  227. package/src/definitions/modules/tab.js +3 -1
  228. package/src/definitions/modules/toast.js +6 -2
  229. package/src/definitions/modules/toast.less +35 -24
  230. package/src/definitions/modules/transition.js +6 -2
  231. package/src/definitions/views/card.less +7 -5
  232. package/src/definitions/views/feed.less +14 -1
  233. package/src/definitions/views/item.less +7 -5
  234. package/src/themes/basic/assets/fonts/LICENSE.txt +91 -0
  235. package/src/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  236. package/src/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  237. package/src/themes/default/collections/form.variables +1 -0
  238. package/src/themes/default/elements/button.variables +3 -0
  239. package/src/themes/default/elements/emoji.variables +172 -23
  240. package/src/themes/default/elements/flag.variables +3 -3
  241. package/src/themes/default/elements/step.variables +33 -0
  242. package/src/themes/default/globals/site.variables +3 -0
  243. package/src/themes/default/globals/variation.variables +24 -2
  244. package/src/themes/default/modules/dropdown.variables +3 -0
  245. package/src/themes/default/modules/progress.variables +1 -1
  246. package/src/themes/default/modules/search.variables +15 -12
  247. package/src/themes/default/modules/slider.variables +10 -0
  248. package/src/themes/default/views/feed.variables +3 -0
  249. package/src/themes/github/assets/fonts/LICENSE.txt +94 -0
  250. package/src/themes/joypixels/elements/emoji.variables +183 -22
  251. package/src/themes/material/assets/fonts/LICENSE.txt +202 -0
  252. package/tasks/admin/components/create.js +4 -4
  253. package/tasks/admin/components/init.js +2 -2
  254. package/tasks/admin/components/update.js +3 -3
  255. package/tasks/admin/distributions/create.js +3 -3
  256. package/tasks/admin/distributions/init.js +2 -2
  257. package/tasks/admin/distributions/update.js +4 -4
  258. package/tasks/build/assets.js +1 -1
  259. package/tasks/build/css.js +19 -10
  260. package/tasks/build/javascript.js +12 -5
  261. package/tasks/check-install.js +1 -1
  262. package/tasks/config/defaults.js +4 -0
  263. package/tasks/config/project/release.js +19 -1
  264. package/tasks/config/tasks.js +7 -7
  265. package/tasks/docs/build.js +3 -3
  266. package/tasks/docs/metadata.js +1 -1
  267. package/tasks/docs/serve.js +3 -1
  268. package/tasks/install.js +2 -2
  269. package/tasks/watch.js +1 -1
  270. package/types/fomantic-ui-accordion.d.ts +1 -1
  271. package/types/fomantic-ui-api.d.ts +9 -3
  272. package/types/fomantic-ui-calendar.d.ts +114 -13
  273. package/types/fomantic-ui-checkbox.d.ts +14 -4
  274. package/types/fomantic-ui-dimmer.d.ts +1 -1
  275. package/types/fomantic-ui-dropdown.d.ts +82 -44
  276. package/types/fomantic-ui-embed.d.ts +19 -2
  277. package/types/fomantic-ui-flyout.d.ts +25 -11
  278. package/types/fomantic-ui-form.d.ts +128 -20
  279. package/types/fomantic-ui-modal.d.ts +101 -5
  280. package/types/fomantic-ui-nag.d.ts +4 -4
  281. package/types/fomantic-ui-popup.d.ts +38 -12
  282. package/types/fomantic-ui-progress.d.ts +12 -6
  283. package/types/fomantic-ui-rating.d.ts +1 -1
  284. package/types/fomantic-ui-search.d.ts +138 -22
  285. package/types/fomantic-ui-shape.d.ts +2 -2
  286. package/types/fomantic-ui-sidebar.d.ts +4 -4
  287. package/types/fomantic-ui-slider.d.ts +56 -4
  288. package/types/fomantic-ui-sticky.d.ts +1 -1
  289. package/types/fomantic-ui-tab.d.ts +6 -6
  290. package/types/fomantic-ui-toast.d.ts +14 -2
  291. package/types/fomantic-ui-transition.d.ts +41 -7
  292. package/types/fomantic-ui-visibility.d.ts +3 -3
  293. package/types/index.d.ts +25 -25
  294. package/types/tests.ts +188 -0
  295. package/types/tsconfig.json +1 -1
  296. package/types/fomantic-ui-tests.ts +0 -25
@@ -17,6 +17,15 @@
17
17
 
18
18
  @import (multiple) "../../theme.config";
19
19
 
20
+ @notUnstackable: if(@variationTableUnstackable, e(":not(.unstackable)"));
21
+ @notRowSpanned: if(@variationTableRowSpanned, e(":not(.rowspanned)"));
22
+ @notFullWidth: if(@variationTableFullWidth, e(":not(.full-width)"));
23
+ @notMarked: if(@variationTableMarked, e(":not(.marked)"));
24
+ @notSortable: if(@variationTableSortable, e(":not(.sortable)"));
25
+ @notStriped: if(@variationTableStriped, e(":not(.striped)"));
26
+ @notInverted: if(@variationTableInverted, e(":not(.inverted)"));
27
+ @notBasic: if(@variationTableBasic, e(":not(.basic)"));
28
+
20
29
  /*******************************
21
30
  Table
22
31
  *******************************/
@@ -58,10 +67,12 @@
58
67
  transition: @transition;
59
68
  }
60
69
 
61
- /* Rowspan helper class */
62
- .ui.table th.rowspanned,
63
- .ui.table td.rowspanned {
64
- display: none;
70
+ & when (@variationTableRowSpanned) {
71
+ /* Rowspan helper class */
72
+ .ui.table th.rowspanned,
73
+ .ui.table td.rowspanned {
74
+ display: none;
75
+ }
65
76
  }
66
77
 
67
78
  /* Headers */
@@ -117,16 +128,16 @@
117
128
  .ui.table > tfoot > tr > td:first-child {
118
129
  border-left: none;
119
130
  }
120
- .ui.table > tfoot > tr:first-child > th:first-child,
121
- .ui.table > tfoot > tr:first-child > td:first-child {
131
+ .ui.table > tfoot > tr:last-child > th:first-child,
132
+ .ui.table > tfoot > tr:last-child > td:first-child {
122
133
  border-radius: 0 0 0 @borderRadius;
123
134
  }
124
- .ui.table > tfoot > tr:first-child > th:last-child,
125
- .ui.table > tfoot > tr:first-child > td:last-child {
135
+ .ui.table > tfoot > tr:last-child > th:last-child,
136
+ .ui.table > tfoot > tr:last-child > td:last-child {
126
137
  border-radius: 0 0 @borderRadius 0;
127
138
  }
128
- .ui.table > tfoot > tr:first-child > th:only-child,
129
- .ui.table > tfoot > tr:first-child > td:only-child {
139
+ .ui.table > tfoot > tr:last-child > th:only-child,
140
+ .ui.table > tfoot > tr:last-child > td:only-child {
130
141
  border-radius: 0 0 @borderRadius @borderRadius;
131
142
  }
132
143
 
@@ -173,67 +184,67 @@
173
184
 
174
185
  /* Responsive */
175
186
  @media only screen and (max-width: @largestMobileScreen) {
176
- .ui.table:not(.unstackable) {
187
+ .ui.table@{notUnstackable} {
177
188
  width: 100%;
178
189
  padding: 0;
179
190
  }
180
- .ui.table:not(.unstackable) > thead,
181
- .ui.table:not(.unstackable) > thead > tr,
182
- .ui.table:not(.unstackable) > tfoot,
183
- .ui.table:not(.unstackable) > tfoot > tr,
184
- .ui.table:not(.unstackable) > tbody,
185
- .ui.table:not(.unstackable) > tr,
186
- .ui.table:not(.unstackable) > tbody > tr,
187
- .ui.table:not(.unstackable) > tr > th:not(.rowspanned),
188
- .ui.table:not(.unstackable) > thead > tr > th:not(.rowspanned),
189
- .ui.table:not(.unstackable) > tbody > tr > th:not(.rowspanned),
190
- .ui.table:not(.unstackable) > tfoot > tr > th:not(.rowspanned),
191
- .ui.table:not(.unstackable) > tr > td:not(.rowspanned),
192
- .ui.table:not(.unstackable) > tbody > tr > td:not(.rowspanned),
193
- .ui.table:not(.unstackable) > tfoot > tr > td:not(.rowspanned) {
191
+ .ui.table@{notUnstackable} > thead,
192
+ .ui.table@{notUnstackable} > thead > tr,
193
+ .ui.table@{notUnstackable} > tfoot,
194
+ .ui.table@{notUnstackable} > tfoot > tr,
195
+ .ui.table@{notUnstackable} > tbody,
196
+ .ui.table@{notUnstackable} > tr,
197
+ .ui.table@{notUnstackable} > tbody > tr,
198
+ .ui.table@{notUnstackable} > tr > th@{notRowSpanned},
199
+ .ui.table@{notUnstackable} > thead > tr > th@{notRowSpanned},
200
+ .ui.table@{notUnstackable} > tbody > tr > th@{notRowSpanned},
201
+ .ui.table@{notUnstackable} > tfoot > tr > th@{notRowSpanned},
202
+ .ui.table@{notUnstackable} > tr > td@{notRowSpanned},
203
+ .ui.table@{notUnstackable} > tbody > tr > td@{notRowSpanned},
204
+ .ui.table@{notUnstackable} > tfoot > tr > td@{notRowSpanned} {
194
205
  display: block !important;
195
206
  width: auto !important;
196
207
  }
197
208
 
198
- .ui.table:not(.unstackable) > thead {
209
+ .ui.table@{notUnstackable} > thead {
199
210
  display: @responsiveHeaderDisplay;
200
211
  }
201
- .ui.table:not(.unstackable) > tfoot {
212
+ .ui.table@{notUnstackable} > tfoot {
202
213
  display: @responsiveFooterDisplay;
203
214
  }
204
- .ui.ui.ui.ui.table:not(.unstackable) > tr,
205
- .ui.ui.ui.ui.table:not(.unstackable) > thead > tr,
206
- .ui.ui.ui.ui.table:not(.unstackable) > tbody > tr,
207
- .ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr {
215
+ .ui.ui.ui.ui.table@{notUnstackable} > tr,
216
+ .ui.ui.ui.ui.table@{notUnstackable} > thead > tr,
217
+ .ui.ui.ui.ui.table@{notUnstackable} > tbody > tr,
218
+ .ui.ui.ui.ui.table@{notUnstackable} > tfoot > tr {
208
219
  padding-top: @responsiveRowVerticalPadding;
209
220
  padding-bottom: @responsiveRowVerticalPadding;
210
221
  box-shadow: @responsiveRowBoxShadow;
211
222
  }
212
223
 
213
- .ui.ui.ui.ui.table:not(.unstackable) > tr > th,
214
- .ui.ui.ui.ui.table:not(.unstackable) > thead > tr > th,
215
- .ui.ui.ui.ui.table:not(.unstackable) > tbody > tr > th,
216
- .ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr > th,
217
- .ui.ui.ui.ui.table:not(.unstackable) > tr > td,
218
- .ui.ui.ui.ui.table:not(.unstackable) > tbody > tr > td,
219
- .ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr > td {
224
+ .ui.ui.ui.ui.table@{notUnstackable} > tr > th,
225
+ .ui.ui.ui.ui.table@{notUnstackable} > thead > tr > th,
226
+ .ui.ui.ui.ui.table@{notUnstackable} > tbody > tr > th,
227
+ .ui.ui.ui.ui.table@{notUnstackable} > tfoot > tr > th,
228
+ .ui.ui.ui.ui.table@{notUnstackable} > tr > td,
229
+ .ui.ui.ui.ui.table@{notUnstackable} > tbody > tr > td,
230
+ .ui.ui.ui.ui.table@{notUnstackable} > tfoot > tr > td {
220
231
  background: none;
221
232
  border: none;
222
233
  padding: @responsiveCellVerticalPadding @responsiveCellHorizontalPadding;
223
234
  box-shadow: @responsiveCellBoxShadow;
224
235
  }
225
- .ui.table:not(.unstackable) > tr > th:first-child,
226
- .ui.table:not(.unstackable) > thead > tr > th:first-child,
227
- .ui.table:not(.unstackable) > tbody > tr > th:first-child,
228
- .ui.table:not(.unstackable) > tfoot > tr > th:first-child,
229
- .ui.table:not(.unstackable) > tr > td:first-child,
230
- .ui.table:not(.unstackable) > tbody > tr > td:first-child,
231
- .ui.table:not(.unstackable) > tfoot > tr > td:first-child {
236
+ .ui.table@{notUnstackable} > tr > th:first-child,
237
+ .ui.table@{notUnstackable} > thead > tr > th:first-child,
238
+ .ui.table@{notUnstackable} > tbody > tr > th:first-child,
239
+ .ui.table@{notUnstackable} > tfoot > tr > th:first-child,
240
+ .ui.table@{notUnstackable} > tr > td:first-child,
241
+ .ui.table@{notUnstackable} > tbody > tr > td:first-child,
242
+ .ui.table@{notUnstackable} > tfoot > tr > td:first-child {
232
243
  font-weight: @responsiveCellHeaderFontWeight;
233
244
  }
234
245
 
235
246
  /* Definition Table */
236
- .ui.definition.table:not(.unstackable) > thead > tr > th:first-child {
247
+ .ui.definition.table@{notUnstackable} > thead > tr > th:first-child {
237
248
  box-shadow: none !important;
238
249
  }
239
250
  & when (@variationTableMarked) and not (@variationTableColors = false) {
@@ -241,7 +252,7 @@
241
252
  @color: @value;
242
253
  @c: @colors[@@color][color];
243
254
  @l: @colors[@@color][light];
244
- .ui.ui.ui.ui.table:not(.unstackable) tr[class*="@{color} marked"] {
255
+ .ui.ui.ui.ui.table@{notUnstackable} tr[class*="@{color} marked"] {
245
256
  &.left {
246
257
  box-shadow: @responsiveRowBoxShadow, @coloredBorderSize 0 0 0 @c inset;
247
258
  }
@@ -250,7 +261,7 @@
250
261
  }
251
262
  }
252
263
  & when (@variationTableInverted) {
253
- .ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="@{color} marked"] {
264
+ .ui.ui.ui.ui.inverted.table@{notUnstackable} tr[class*="@{color} marked"] {
254
265
  &.left {
255
266
  box-shadow: @responsiveRowBoxShadow, @coloredBorderSize 0 0 0 @l inset;
256
267
  }
@@ -458,13 +469,21 @@
458
469
  display: block;
459
470
  overflow-y: scroll;
460
471
  overscroll-behavior: @overscrollBehavior;
461
- scrollbar-width: thin; /* Firefox */
462
472
  & > tr {
463
473
  display: table;
464
474
  table-layout: fixed;
465
475
  width: 100%;
466
476
  }
467
477
  }
478
+ & when (@useCustomScrollbars) {
479
+ @supports (-moz-appearance: none) {
480
+ .ui.scrolling.table > thead,
481
+ .ui.scrolling.table > tfoot,
482
+ .ui.scrolling.table > tbody {
483
+ scrollbar-width: thin;
484
+ }
485
+ }
486
+ }
468
487
 
469
488
  /* Camouflage scrollbars, we need them only to gain the same width as tbody */
470
489
  .ui.scrolling.table > thead {
@@ -492,61 +511,68 @@
492
511
  background: inherit;
493
512
  border-radius: @borderRadius;
494
513
  }
495
-
496
- /* Firefox & IE */
497
- .ui.scrolling.table > thead,
498
- .ui.scrolling.table > tfoot {
499
- scrollbar-color: currentColor currentColor;
500
- & when (@supportIE) {
501
- scrollbar-face-color: currentColor;
502
- scrollbar-shadow-color: currentColor;
503
- scrollbar-track-color: currentColor;
504
- scrollbar-arrow-color: currentColor;
505
- }
506
- }
507
- & when (@supportIE) {
508
- /* IE scrollbar color needs hex values */
509
- @media all and (-ms-high-contrast: none) {
510
- .ui.scrolling.table > thead {
511
- color: @headerBackgroundHex;
512
- }
514
+ & when (@useCustomScrollbars) {
515
+ @supports (-moz-appearance: none) {
516
+ .ui.scrolling.table > thead,
513
517
  .ui.scrolling.table > tfoot {
514
- color: @footerBackgroundHex;
518
+ scrollbar-color: currentColor currentColor;
515
519
  }
516
- & when (@variationTableInverted) {
517
- .ui.inverted.scrolling.table > thead {
518
- color: @invertedHeaderBackgroundHex;
520
+ }
521
+
522
+ & when (@supportIE) {
523
+ /* IE scrollbar color needs hex values */
524
+ @media all and (-ms-high-contrast: none) {
525
+ .ui.scrolling.table > thead,
526
+ .ui.scrolling.table > tfoot {
527
+ scrollbar-face-color: currentColor;
528
+ scrollbar-shadow-color: currentColor;
529
+ scrollbar-track-color: currentColor;
530
+ scrollbar-arrow-color: currentColor;
531
+ }
532
+ .ui.scrolling.table > thead {
533
+ color: @headerBackgroundHex;
519
534
  }
520
- .ui.inverted.scrolling.table > tfoot {
521
- color: @invertedFooterBackgroundHex;
535
+ .ui.scrolling.table > tfoot {
536
+ color: @footerBackgroundHex;
537
+ }
538
+ & when (@variationTableInverted) {
539
+ .ui.inverted.scrolling.table > thead {
540
+ color: @invertedHeaderBackgroundHex;
541
+ }
542
+ .ui.inverted.scrolling.table > tfoot {
543
+ color: @invertedFooterBackgroundHex;
544
+ }
522
545
  }
523
546
  }
524
547
  }
525
- }
526
- & when (@variationTableInverted) {
527
- .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-track {
528
- background: @trackInvertedBackground;
529
- }
530
- .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb {
531
- background: @thumbInvertedBackground;
532
- }
533
- .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb:window-inactive {
534
- background: @thumbInvertedInactiveBackground;
535
- }
536
- .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb:hover {
537
- background: @thumbInvertedHoverBackground;
538
- }
539
- .ui.inverted.scrolling.table > tbody {
548
+ & when (@variationTableInverted) {
549
+ .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-track {
550
+ background: @trackInvertedBackground;
551
+ }
552
+ .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb {
553
+ background: @thumbInvertedBackground;
554
+ }
555
+ .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb:window-inactive {
556
+ background: @thumbInvertedInactiveBackground;
557
+ }
558
+ .ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb:hover {
559
+ background: @thumbInvertedHoverBackground;
560
+ }
540
561
  & when (@supportIE) {
541
- /* IE11 */
542
- scrollbar-face-color: @thumbInvertedBackgroundHex;
543
- scrollbar-shadow-color: @thumbInvertedBackgroundHex;
544
- scrollbar-track-color: @trackInvertedBackgroundHex;
545
- scrollbar-arrow-color: @trackInvertedBackgroundHex;
562
+ .ui.inverted.scrolling.table > tbody {
563
+ /* IE11 */
564
+ scrollbar-face-color: @thumbInvertedBackgroundHex;
565
+ scrollbar-shadow-color: @thumbInvertedBackgroundHex;
566
+ scrollbar-track-color: @trackInvertedBackgroundHex;
567
+ scrollbar-arrow-color: @trackInvertedBackgroundHex;
568
+ }
569
+ }
570
+ @supports (-moz-appearance: none) {
571
+ .ui.inverted.scrolling.table > tbody {
572
+ /* firefox: first color thumb, second track */
573
+ scrollbar-color: @thumbInvertedBackground @trackInvertedBackground;
574
+ }
546
575
  }
547
-
548
- /* firefox: first color thumb, second track */
549
- scrollbar-color: @thumbInvertedBackground @trackInvertedBackground;
550
576
  }
551
577
  }
552
578
  & when (@variationTableResizable) {
@@ -701,7 +727,7 @@
701
727
  Definition
702
728
  --------------- */
703
729
 
704
- .ui.definition.table > thead:not(.full-width) > tr > th:first-child {
730
+ .ui.definition.table > thead@{notFullWidth} > tr > th:first-child {
705
731
  pointer-events: none;
706
732
  background: @definitionHeaderBackground;
707
733
  font-weight: @definitionHeaderFontWeight;
@@ -712,11 +738,11 @@
712
738
  -moz-transform: scale(1);
713
739
  }
714
740
 
715
- .ui.definition.table > thead:not(.full-width) > tr > th:first-child:not(:empty) {
741
+ .ui.definition.table > thead@{notFullWidth} > tr > th:first-child:not(:empty) {
716
742
  pointer-events: auto;
717
743
  }
718
744
 
719
- .ui.definition.table > tfoot:not(.full-width) > tr > th:first-child {
745
+ .ui.definition.table > tfoot@{notFullWidth} > tr > th:first-child {
720
746
  pointer-events: none;
721
747
  background: @definitionFooterBackground;
722
748
  font-weight: @definitionFooterFontWeight;
@@ -744,11 +770,11 @@
744
770
  }
745
771
 
746
772
  /* Fix 2nd Column */
747
- .ui.definition.table > thead:not(.full-width) > tr > th:nth-child(2) {
773
+ .ui.definition.table > thead@{notFullWidth} > tr > th:nth-child(2) {
748
774
  border-left: @borderWidth solid @borderColor;
749
775
  }
750
- .ui.definition.table > tfoot:not(.full-width) > tr > th:nth-child(2),
751
- .ui.definition.table > tfoot:not(.full-width) > tr > td:nth-child(2) {
776
+ .ui.definition.table > tfoot@{notFullWidth} > tr > th:nth-child(2),
777
+ .ui.definition.table > tfoot@{notFullWidth} > tr > td:nth-child(2) {
752
778
  border-left: @borderWidth solid @borderColor;
753
779
  }
754
780
  .ui.definition.table > tr > td:nth-child(2),
@@ -892,13 +918,13 @@
892
918
  .ui[class*="tablet stackable"].table > tbody,
893
919
  .ui[class*="tablet stackable"].table > tbody > tr,
894
920
  .ui[class*="tablet stackable"].table > tr,
895
- .ui[class*="tablet stackable"].table > thead > tr > th:not(.rowspanned),
896
- .ui[class*="tablet stackable"].table > tbody > tr > th:not(.rowspanned),
897
- .ui[class*="tablet stackable"].table > tfoot > tr > th:not(.rowspanned),
898
- .ui[class*="tablet stackable"].table > tr > th:not(.rowspanned),
899
- .ui[class*="tablet stackable"].table > tbody > tr > td:not(.rowspanned),
900
- .ui[class*="tablet stackable"].table > tfoot > tr > td:not(.rowspanned),
901
- .ui[class*="tablet stackable"].table > tr > td:not(.rowspanned) {
921
+ .ui[class*="tablet stackable"].table > thead > tr > th@{notRowSpanned},
922
+ .ui[class*="tablet stackable"].table > tbody > tr > th@{notRowSpanned},
923
+ .ui[class*="tablet stackable"].table > tfoot > tr > th@{notRowSpanned},
924
+ .ui[class*="tablet stackable"].table > tr > th@{notRowSpanned},
925
+ .ui[class*="tablet stackable"].table > tbody > tr > td@{notRowSpanned},
926
+ .ui[class*="tablet stackable"].table > tfoot > tr > td@{notRowSpanned},
927
+ .ui[class*="tablet stackable"].table > tr > td@{notRowSpanned} {
902
928
  display: block !important;
903
929
  width: 100% !important;
904
930
  }
@@ -1254,9 +1280,9 @@
1254
1280
  .ui.ui.ui.ui.table tr[class*="@{color} colored"],
1255
1281
  .ui.ui.table th[class*="@{color} colored"],
1256
1282
  .ui.ui.table td[class*="@{color} colored"],
1257
- .ui.ui.ui.ui.table tr.@{color}:not(.marked),
1258
- .ui.ui.table th.@{color}:not(.marked),
1259
- .ui.ui.table td.@{color}:not(.marked) {
1283
+ .ui.ui.ui.ui.table tr.@{color}@{notMarked},
1284
+ .ui.ui.table th.@{color}@{notMarked},
1285
+ .ui.ui.table td.@{color}@{notMarked} {
1260
1286
  & when (@stateMarkerWidth > 0) {
1261
1287
  box-shadow: @stateMarkerWidth 0 0 @r inset;
1262
1288
  }
@@ -1276,9 +1302,9 @@
1276
1302
  .ui.table > thead > tr[class*="@{color} colored"] > th,
1277
1303
  .ui.table > tfoot > tr[class*="@{color} colored"] > th,
1278
1304
  .ui.table > tfoot > tr[class*="@{color} colored"] > td,
1279
- .ui.table > thead > tr.@{color}:not(.marked) > th,
1280
- .ui.table > tfoot > tr.@{color}:not(.marked) > th,
1281
- .ui.table > tfoot > tr.@{color}:not(.marked) > td {
1305
+ .ui.table > thead > tr.@{color}@{notMarked} > th,
1306
+ .ui.table > tfoot > tr.@{color}@{notMarked} > th,
1307
+ .ui.table > tfoot > tr.@{color}@{notMarked} > td {
1282
1308
  background: inherit;
1283
1309
  & when (@isVeryDark) {
1284
1310
  color: @white;
@@ -1292,18 +1318,18 @@
1292
1318
  .ui.ui.ui.ui.inverted.table tr[class*="@{color} colored"],
1293
1319
  .ui.ui.inverted.table th[class*="@{color} colored"],
1294
1320
  .ui.ui.inverted.table td[class*="@{color} colored"],
1295
- .ui.ui.ui.ui.inverted.table tr.@{color}:not(.marked),
1296
- .ui.ui.inverted.table th.@{color}:not(.marked),
1297
- .ui.ui.inverted.table td.@{color}:not(.marked) {
1321
+ .ui.ui.ui.ui.inverted.table tr.@{color}@{notMarked},
1322
+ .ui.ui.inverted.table th.@{color}@{notMarked},
1323
+ .ui.ui.inverted.table td.@{color}@{notMarked} {
1298
1324
  background: @c;
1299
1325
  color: @white;
1300
1326
  }
1301
1327
  .ui.inverted.table > thead > tr[class*="@{color} colored"] > th,
1302
1328
  .ui.inverted.table > tfoot > tr[class*="@{color} colored"] > th,
1303
1329
  .ui.inverted.table > tfoot > tr[class*="@{color} colored"] > td,
1304
- .ui.inverted.table > thead > tr.@{color}:not(.marked) > th,
1305
- .ui.inverted.table > tfoot > tr.@{color}:not(.marked) > th,
1306
- .ui.inverted.table > tfoot > tr.@{color}:not(.marked) > td {
1330
+ .ui.inverted.table > thead > tr.@{color}@{notMarked} > th,
1331
+ .ui.inverted.table > tfoot > tr.@{color}@{notMarked} > th,
1332
+ .ui.inverted.table > tfoot > tr.@{color}@{notMarked} > td {
1307
1333
  background: inherit;
1308
1334
  color: @white;
1309
1335
  }
@@ -1312,9 +1338,9 @@
1312
1338
  .ui.ui.selectable.table tr[class*="@{color} colored"]:hover,
1313
1339
  .ui.table tr td.selectable[class*="@{color} colored"]:hover,
1314
1340
  .ui.selectable.table tr:hover td[class*="@{color} colored"],
1315
- .ui.ui.selectable.table tr.@{color}:not(.marked):hover,
1316
- .ui.table tr td.selectable.@{color}:not(.marked):hover,
1317
- .ui.selectable.table tr:hover td.@{color}:not(.marked) {
1341
+ .ui.ui.selectable.table tr.@{color}@{notMarked}:hover,
1342
+ .ui.table tr td.selectable.@{color}@{notMarked}:hover,
1343
+ .ui.selectable.table tr:hover td.@{color}@{notMarked} {
1318
1344
  & when (@isDark) {
1319
1345
  background: @lh;
1320
1346
  }
@@ -1332,9 +1358,9 @@
1332
1358
  .ui.ui.inverted.selectable.table tr[class*="@{color} colored"]:hover,
1333
1359
  .ui.inverted.table tr td.selectable[class*="@{color} colored"]:hover,
1334
1360
  .ui.inverted.selectable.table tr:hover td[class*="@{color} colored"],
1335
- .ui.ui.inverted.selectable.table tr.@{color}:not(.marked):hover,
1336
- .ui.inverted.table tr td.selectable.@{color}:not(.marked):hover,
1337
- .ui.inverted.selectable.table tr:hover td.@{color}:not(.marked) {
1361
+ .ui.ui.inverted.selectable.table tr.@{color}@{notMarked}:hover,
1362
+ .ui.inverted.table tr td.selectable.@{color}@{notMarked}:hover,
1363
+ .ui.inverted.selectable.table tr:hover td.@{color}@{notMarked} {
1338
1364
  & when (@isDark) {
1339
1365
  background: @bh;
1340
1366
  }
@@ -1549,7 +1575,7 @@
1549
1575
  .ui.sortable.table > thead > tr > th:hover {
1550
1576
  color: @sortableHoverColor;
1551
1577
  }
1552
- .ui.sortable.table:not(.basic) > thead > tr > th:hover {
1578
+ .ui.sortable.table@{notBasic} > thead > tr > th:hover {
1553
1579
  background: @sortableHoverBackground;
1554
1580
  }
1555
1581
 
@@ -1557,7 +1583,7 @@
1557
1583
  .ui.sortable.table thead th.sorted {
1558
1584
  color: @sortableActiveColor;
1559
1585
  }
1560
- .ui.sortable.table:not(.basic) thead th.sorted {
1586
+ .ui.sortable.table@{notBasic} thead th.sorted {
1561
1587
  background: @sortableActiveBackground;
1562
1588
  }
1563
1589
  .ui.sortable.table thead th.sorted::after {
@@ -1568,7 +1594,7 @@
1568
1594
  .ui.sortable.table thead th.sorted:hover {
1569
1595
  color: @sortableActiveHoverColor;
1570
1596
  }
1571
- .ui.sortable.table:not(.basic) thead th.sorted:hover {
1597
+ .ui.sortable.table@{notBasic} thead th.sorted:hover {
1572
1598
  background: @sortableActiveHoverBackground;
1573
1599
  }
1574
1600
  & when (@variationTableInverted) {
@@ -1576,16 +1602,16 @@
1576
1602
  .ui.inverted.sortable.table thead th.sorted {
1577
1603
  color: @sortableInvertedActiveColor;
1578
1604
  }
1579
- .ui.inverted.sortable.table:not(.basic) thead th.sorted {
1605
+ .ui.inverted.sortable.table@{notBasic} thead th.sorted {
1580
1606
  background: @sortableInvertedActiveBackground;
1581
1607
  }
1582
1608
  .ui.inverted.sortable.table > thead > tr > th:hover {
1583
1609
  color: @sortableInvertedHoverColor;
1584
1610
  }
1585
- .ui.inverted.sortable.table:not(.basic) > thead > tr > th:hover {
1611
+ .ui.inverted.sortable.table@{notBasic} > thead > tr > th:hover {
1586
1612
  background: @sortableInvertedHoverBackground;
1587
1613
  }
1588
- .ui.inverted.sortable.table:not(.basic) > thead > tr > th {
1614
+ .ui.inverted.sortable.table@{notBasic} > thead > tr > th {
1589
1615
  border-left-color: @sortableInvertedBorderColor;
1590
1616
  border-right-color: @sortableInvertedBorderColor;
1591
1617
  }
@@ -1638,8 +1664,8 @@
1638
1664
  }
1639
1665
  & when (@variationTableDefinition) {
1640
1666
  /* Definition */
1641
- .ui.inverted.definition.table > tfoot:not(.full-width) > tr > th:first-child,
1642
- .ui.inverted.definition.table > thead:not(.full-width) > tr > th:first-child {
1667
+ .ui.inverted.definition.table > tfoot@{notFullWidth} > tr > th:first-child,
1668
+ .ui.inverted.definition.table > thead@{notFullWidth} > tr > th:first-child {
1643
1669
  background: @definitionPageBackground;
1644
1670
  }
1645
1671
  .ui.inverted.definition.table > tbody > tr > td:first-child,
@@ -1700,33 +1726,33 @@
1700
1726
  .ui[class*="very basic"].table {
1701
1727
  border: none;
1702
1728
  }
1703
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th,
1704
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th,
1705
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th,
1706
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th,
1707
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td,
1708
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td {
1729
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > tr > th,
1730
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > thead > tr > th,
1731
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > tbody > tr > th,
1732
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > tfoot > tr > th,
1733
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > tr > td,
1734
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > tbody > tr > td {
1709
1735
  padding: @basicTableCellPadding;
1710
1736
  }
1711
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:first-child,
1712
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:first-child,
1713
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:first-child,
1714
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:first-child,
1715
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:first-child,
1716
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:first-child,
1717
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:first-child {
1737
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > tr > th:first-child,
1738
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > thead > tr > th:first-child,
1739
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > tbody > tr > th:first-child,
1740
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > tfoot > tr > th:first-child,
1741
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > tr > td:first-child,
1742
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > tbody > tr > td:first-child,
1743
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > tfoot > tr > td:first-child {
1718
1744
  padding-left: 0;
1719
1745
  }
1720
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:last-child,
1721
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:last-child,
1722
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:last-child,
1723
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:last-child,
1724
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:last-child,
1725
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:last-child,
1726
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:last-child {
1746
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > tr > th:last-child,
1747
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > thead > tr > th:last-child,
1748
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > tbody > tr > th:last-child,
1749
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > tfoot > tr > th:last-child,
1750
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > tr > td:last-child,
1751
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > tbody > tr > td:last-child,
1752
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > tfoot > tr > td:last-child {
1727
1753
  padding-right: 0;
1728
1754
  }
1729
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr:first-child > th {
1755
+ .ui[class*="very basic"].table@{notSortable}@{notStriped} > thead > tr:first-child > th {
1730
1756
  padding-top: 0;
1731
1757
  }
1732
1758
  }
@@ -1842,7 +1868,7 @@
1842
1868
  Stuck
1843
1869
  --------------- */
1844
1870
 
1845
- .ui.stuck.table:not(.inverted) {
1871
+ .ui.stuck.table@{notInverted} {
1846
1872
  background: @stuckBackground;
1847
1873
  & > thead > tr {
1848
1874
  background: @stuckHeaderBackground;