fomantic-ui 2.9.0-beta.8 → 2.9.0-beta.80

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 (217) hide show
  1. package/.all-contributorsrc +188 -3
  2. package/CONTRIBUTING.md +1 -1
  3. package/CONTRIBUTORS.md +71 -37
  4. package/README.md +1 -1
  5. package/dist/components/accordion.css +50 -6
  6. package/dist/components/accordion.js +1 -1
  7. package/dist/components/accordion.min.css +2 -2
  8. package/dist/components/accordion.min.js +1 -1
  9. package/dist/components/ad.css +1 -1
  10. package/dist/components/ad.min.css +1 -1
  11. package/dist/components/api.js +26 -24
  12. package/dist/components/api.min.js +2 -2
  13. package/dist/components/breadcrumb.css +1 -1
  14. package/dist/components/breadcrumb.min.css +1 -1
  15. package/dist/components/button.css +6 -6
  16. package/dist/components/button.min.css +2 -2
  17. package/dist/components/calendar.css +1 -1
  18. package/dist/components/calendar.js +106 -10
  19. package/dist/components/calendar.min.css +1 -1
  20. package/dist/components/calendar.min.js +2 -2
  21. package/dist/components/card.css +26 -19
  22. package/dist/components/card.min.css +2 -2
  23. package/dist/components/checkbox.css +2 -1
  24. package/dist/components/checkbox.js +2 -4
  25. package/dist/components/checkbox.min.css +2 -2
  26. package/dist/components/checkbox.min.js +2 -2
  27. package/dist/components/comment.css +11 -11
  28. package/dist/components/comment.min.css +1 -1
  29. package/dist/components/container.css +1 -1
  30. package/dist/components/container.min.css +1 -1
  31. package/dist/components/dimmer.css +28 -14
  32. package/dist/components/dimmer.js +1 -1
  33. package/dist/components/dimmer.min.css +2 -2
  34. package/dist/components/dimmer.min.js +1 -1
  35. package/dist/components/divider.css +1 -1
  36. package/dist/components/divider.min.css +1 -1
  37. package/dist/components/dropdown.css +28 -5
  38. package/dist/components/dropdown.js +15 -19
  39. package/dist/components/dropdown.min.css +2 -2
  40. package/dist/components/dropdown.min.js +2 -2
  41. package/dist/components/embed.css +1 -1
  42. package/dist/components/embed.js +1 -1
  43. package/dist/components/embed.min.css +1 -1
  44. package/dist/components/embed.min.js +1 -1
  45. package/dist/components/emoji.css +2 -2
  46. package/dist/components/feed.css +28 -28
  47. package/dist/components/feed.min.css +2 -2
  48. package/dist/components/flag.css +731 -625
  49. package/dist/components/flag.min.css +2 -2
  50. package/dist/components/form.css +103 -54
  51. package/dist/components/form.js +24 -22
  52. package/dist/components/form.min.css +2 -2
  53. package/dist/components/form.min.js +2 -2
  54. package/dist/components/grid.css +11 -8
  55. package/dist/components/grid.min.css +2 -2
  56. package/dist/components/header.css +1 -1
  57. package/dist/components/header.min.css +1 -1
  58. package/dist/components/icon.css +6 -1
  59. package/dist/components/icon.min.css +2 -2
  60. package/dist/components/image.css +1 -1
  61. package/dist/components/image.min.css +1 -1
  62. package/dist/components/input.css +17 -2
  63. package/dist/components/input.min.css +2 -2
  64. package/dist/components/item.css +13 -13
  65. package/dist/components/item.min.css +1 -1
  66. package/dist/components/label.css +1 -1
  67. package/dist/components/label.min.css +1 -1
  68. package/dist/components/list.css +1 -1
  69. package/dist/components/list.min.css +1 -1
  70. package/dist/components/loader.css +1 -1
  71. package/dist/components/loader.min.css +1 -1
  72. package/dist/components/menu.css +31 -7
  73. package/dist/components/menu.min.css +1 -1
  74. package/dist/components/message.css +1 -1
  75. package/dist/components/message.min.css +1 -1
  76. package/dist/components/modal.css +3 -1
  77. package/dist/components/modal.js +94 -30
  78. package/dist/components/modal.min.css +2 -2
  79. package/dist/components/modal.min.js +2 -2
  80. package/dist/components/nag.css +1 -1
  81. package/dist/components/nag.js +1 -1
  82. package/dist/components/nag.min.css +1 -1
  83. package/dist/components/nag.min.js +1 -1
  84. package/dist/components/placeholder.css +1 -1
  85. package/dist/components/placeholder.min.css +1 -1
  86. package/dist/components/popup.css +5 -3
  87. package/dist/components/popup.js +1 -1
  88. package/dist/components/popup.min.css +2 -2
  89. package/dist/components/popup.min.js +1 -1
  90. package/dist/components/progress.css +1 -1
  91. package/dist/components/progress.js +3 -3
  92. package/dist/components/progress.min.css +1 -1
  93. package/dist/components/progress.min.js +2 -2
  94. package/dist/components/rail.css +1 -1
  95. package/dist/components/rail.min.css +1 -1
  96. package/dist/components/rating.css +7 -46
  97. package/dist/components/rating.js +1 -1
  98. package/dist/components/rating.min.css +2 -2
  99. package/dist/components/rating.min.js +1 -1
  100. package/dist/components/reset.css +1 -1
  101. package/dist/components/reset.min.css +1 -1
  102. package/dist/components/reveal.css +1 -1
  103. package/dist/components/reveal.min.css +1 -1
  104. package/dist/components/search.css +1 -1
  105. package/dist/components/search.js +1 -1
  106. package/dist/components/search.min.css +1 -1
  107. package/dist/components/search.min.js +1 -1
  108. package/dist/components/segment.css +12 -6
  109. package/dist/components/segment.min.css +2 -2
  110. package/dist/components/shape.css +1 -1
  111. package/dist/components/shape.js +1 -1
  112. package/dist/components/shape.min.css +1 -1
  113. package/dist/components/shape.min.js +1 -1
  114. package/dist/components/sidebar.css +1 -1
  115. package/dist/components/sidebar.js +1 -1
  116. package/dist/components/sidebar.min.css +1 -1
  117. package/dist/components/sidebar.min.js +1 -1
  118. package/dist/components/site.css +61 -39
  119. package/dist/components/site.js +1 -1
  120. package/dist/components/site.min.css +2 -2
  121. package/dist/components/site.min.js +1 -1
  122. package/dist/components/slider.js +1 -1
  123. package/dist/components/slider.min.js +1 -1
  124. package/dist/components/state.js +1 -1
  125. package/dist/components/state.min.js +1 -1
  126. package/dist/components/statistic.css +1 -1
  127. package/dist/components/statistic.min.css +1 -1
  128. package/dist/components/step.css +4 -4
  129. package/dist/components/step.min.css +2 -2
  130. package/dist/components/sticky.css +1 -1
  131. package/dist/components/sticky.js +2 -2
  132. package/dist/components/sticky.min.css +1 -1
  133. package/dist/components/sticky.min.js +2 -2
  134. package/dist/components/tab.css +1 -1
  135. package/dist/components/tab.js +1 -1
  136. package/dist/components/tab.min.css +1 -1
  137. package/dist/components/tab.min.js +1 -1
  138. package/dist/components/table.css +5 -3
  139. package/dist/components/table.min.css +2 -2
  140. package/dist/components/text.css +1 -1
  141. package/dist/components/text.min.css +1 -1
  142. package/dist/components/toast.css +7 -1
  143. package/dist/components/toast.js +3 -3
  144. package/dist/components/toast.min.css +2 -2
  145. package/dist/components/toast.min.js +2 -2
  146. package/dist/components/transition.css +1 -1
  147. package/dist/components/transition.js +2 -2
  148. package/dist/components/transition.min.css +1 -1
  149. package/dist/components/transition.min.js +2 -2
  150. package/dist/components/visibility.js +2 -2
  151. package/dist/components/visibility.min.js +1 -1
  152. package/dist/semantic.css +1323 -981
  153. package/dist/semantic.js +293 -135
  154. package/dist/semantic.min.css +2 -2
  155. package/dist/semantic.min.js +2 -2
  156. package/examples/assets/library/iframe-content.js +8 -8
  157. package/examples/assets/library/iframe.js +3 -3
  158. package/package.json +2 -2
  159. package/src/definitions/behaviors/api.js +25 -23
  160. package/src/definitions/behaviors/form.js +23 -21
  161. package/src/definitions/behaviors/visibility.js +1 -1
  162. package/src/definitions/collections/form.less +184 -133
  163. package/src/definitions/collections/grid.less +704 -669
  164. package/src/definitions/collections/menu.less +128 -85
  165. package/src/definitions/collections/message.less +8 -7
  166. package/src/definitions/collections/table.less +186 -174
  167. package/src/definitions/elements/button.less +130 -119
  168. package/src/definitions/elements/container.less +16 -8
  169. package/src/definitions/elements/emoji.less +15 -9
  170. package/src/definitions/elements/flag.less +7 -17
  171. package/src/definitions/elements/header.less +14 -8
  172. package/src/definitions/elements/icon.less +16 -10
  173. package/src/definitions/elements/input.less +17 -1
  174. package/src/definitions/elements/list.less +55 -45
  175. package/src/definitions/elements/segment.less +15 -8
  176. package/src/definitions/elements/step.less +52 -48
  177. package/src/definitions/globals/site.less +23 -2
  178. package/src/definitions/modules/accordion.less +55 -5
  179. package/src/definitions/modules/calendar.js +105 -9
  180. package/src/definitions/modules/checkbox.js +1 -3
  181. package/src/definitions/modules/checkbox.less +1 -146
  182. package/src/definitions/modules/dimmer.less +21 -8
  183. package/src/definitions/modules/dropdown.js +14 -18
  184. package/src/definitions/modules/dropdown.less +96 -64
  185. package/src/definitions/modules/modal.js +93 -29
  186. package/src/definitions/modules/modal.less +2 -0
  187. package/src/definitions/modules/popup.less +5 -1
  188. package/src/definitions/modules/progress.js +2 -2
  189. package/src/definitions/modules/rating.less +18 -12
  190. package/src/definitions/modules/search.less +32 -16
  191. package/src/definitions/modules/sidebar.less +30 -18
  192. package/src/definitions/modules/sticky.js +1 -1
  193. package/src/definitions/modules/toast.js +2 -2
  194. package/src/definitions/modules/toast.less +5 -0
  195. package/src/definitions/modules/transition.js +1 -1
  196. package/src/definitions/views/card.less +373 -333
  197. package/src/definitions/views/comment.less +92 -81
  198. package/src/definitions/views/feed.less +164 -144
  199. package/src/definitions/views/item.less +249 -196
  200. package/src/definitions/views/statistic.less +71 -70
  201. package/src/themes/default/collections/menu.variables +6 -0
  202. package/src/themes/default/elements/button.variables +2 -1
  203. package/src/themes/default/elements/flag.overrides +1635 -986
  204. package/src/themes/default/elements/flag.variables +7 -5
  205. package/src/themes/default/elements/icon.overrides +35 -28
  206. package/src/themes/default/elements/icon.variables +1 -0
  207. package/src/themes/default/elements/step.overrides +1 -1
  208. package/src/themes/default/globals/site.variables +6 -0
  209. package/src/themes/default/globals/variation.variables +74 -1
  210. package/src/themes/default/modules/accordion.variables +15 -0
  211. package/src/themes/default/modules/dimmer.variables +1 -1
  212. package/src/themes/default/modules/dropdown.variables +1 -1
  213. package/src/themes/famfamfam/elements/flag.overrides +1026 -0
  214. package/src/themes/famfamfam/elements/flag.variables +13 -0
  215. package/tasks/admin/components/init.js +2 -2
  216. package/tasks/admin/distributions/init.js +2 -2
  217. package/test/helpers/sinon.js +1 -1
@@ -642,6 +642,8 @@
642
642
  .ui.table tbody tr td.selectable > a:not(.ui) {
643
643
  display: block;
644
644
  color: inherit;
645
+ }
646
+ .ui.table:not(.compact) tbody tr td.selectable > a:not(.ui) {
645
647
  padding: @cellVerticalPadding @cellHorizontalPadding;
646
648
  }
647
649
  .ui.table > tr > td.selectable,
@@ -862,124 +864,128 @@ each(@colors, {
862
864
 
863
865
  })
864
866
 
865
- /*--------------
866
- Column Count
867
- ---------------*/
867
+ & when (@variationTableEqualWidth) {
868
+ /*--------------
869
+ Column Count
870
+ ---------------*/
868
871
 
869
- /* Grid Based */
870
- .ui.one.column.table td {
871
- width: @oneColumn;
872
- }
873
- .ui.two.column.table td {
874
- width: @twoColumn;
875
- }
876
- .ui.three.column.table td {
877
- width: @threeColumn;
878
- }
879
- .ui.four.column.table td {
880
- width: @fourColumn;
881
- }
882
- .ui.five.column.table td {
883
- width: @fiveColumn;
884
- }
885
- .ui.six.column.table td {
886
- width: @sixColumn;
887
- }
888
- .ui.seven.column.table td {
889
- width: @sevenColumn;
890
- }
891
- .ui.eight.column.table td {
892
- width: @eightColumn;
893
- }
894
- .ui.nine.column.table td {
895
- width: @nineColumn;
896
- }
897
- .ui.ten.column.table td {
898
- width: @tenColumn;
899
- }
900
- .ui.eleven.column.table td {
901
- width: @elevenColumn;
902
- }
903
- .ui.twelve.column.table td {
904
- width: @twelveColumn;
905
- }
906
- .ui.thirteen.column.table td {
907
- width: @thirteenColumn;
908
- }
909
- .ui.fourteen.column.table td {
910
- width: @fourteenColumn;
911
- }
912
- .ui.fifteen.column.table td {
913
- width: @fifteenColumn;
914
- }
915
- .ui.sixteen.column.table td {
916
- width: @sixteenColumn;
872
+ /* Grid Based */
873
+ .ui.one.column.table td {
874
+ width: @oneColumn;
875
+ }
876
+ .ui.two.column.table td {
877
+ width: @twoColumn;
878
+ }
879
+ .ui.three.column.table td {
880
+ width: @threeColumn;
881
+ }
882
+ .ui.four.column.table td {
883
+ width: @fourColumn;
884
+ }
885
+ .ui.five.column.table td {
886
+ width: @fiveColumn;
887
+ }
888
+ .ui.six.column.table td {
889
+ width: @sixColumn;
890
+ }
891
+ .ui.seven.column.table td {
892
+ width: @sevenColumn;
893
+ }
894
+ .ui.eight.column.table td {
895
+ width: @eightColumn;
896
+ }
897
+ .ui.nine.column.table td {
898
+ width: @nineColumn;
899
+ }
900
+ .ui.ten.column.table td {
901
+ width: @tenColumn;
902
+ }
903
+ .ui.eleven.column.table td {
904
+ width: @elevenColumn;
905
+ }
906
+ .ui.twelve.column.table td {
907
+ width: @twelveColumn;
908
+ }
909
+ .ui.thirteen.column.table td {
910
+ width: @thirteenColumn;
911
+ }
912
+ .ui.fourteen.column.table td {
913
+ width: @fourteenColumn;
914
+ }
915
+ .ui.fifteen.column.table td {
916
+ width: @fifteenColumn;
917
+ }
918
+ .ui.sixteen.column.table td {
919
+ width: @sixteenColumn;
920
+ }
917
921
  }
918
922
 
919
- /* Column Width */
920
- .ui.table th.one.wide,
921
- .ui.table td.one.wide {
922
- width: @oneWide;
923
- }
924
- .ui.table th.two.wide,
925
- .ui.table td.two.wide {
926
- width: @twoWide;
927
- }
928
- .ui.table th.three.wide,
929
- .ui.table td.three.wide {
930
- width: @threeWide;
931
- }
932
- .ui.table th.four.wide,
933
- .ui.table td.four.wide {
934
- width: @fourWide;
935
- }
936
- .ui.table th.five.wide,
937
- .ui.table td.five.wide {
938
- width: @fiveWide;
939
- }
940
- .ui.table th.six.wide,
941
- .ui.table td.six.wide {
942
- width: @sixWide;
943
- }
944
- .ui.table th.seven.wide,
945
- .ui.table td.seven.wide {
946
- width: @sevenWide;
947
- }
948
- .ui.table th.eight.wide,
949
- .ui.table td.eight.wide {
950
- width: @eightWide;
951
- }
952
- .ui.table th.nine.wide,
953
- .ui.table td.nine.wide {
954
- width: @nineWide;
955
- }
956
- .ui.table th.ten.wide,
957
- .ui.table td.ten.wide {
958
- width: @tenWide;
959
- }
960
- .ui.table th.eleven.wide,
961
- .ui.table td.eleven.wide {
962
- width: @elevenWide;
963
- }
964
- .ui.table th.twelve.wide,
965
- .ui.table td.twelve.wide {
966
- width: @twelveWide;
967
- }
968
- .ui.table th.thirteen.wide,
969
- .ui.table td.thirteen.wide {
970
- width: @thirteenWide;
971
- }
972
- .ui.table th.fourteen.wide,
973
- .ui.table td.fourteen.wide {
974
- width: @fourteenWide;
975
- }
976
- .ui.table th.fifteen.wide,
977
- .ui.table td.fifteen.wide {
978
- width: @fifteenWide;
979
- }
980
- .ui.table th.sixteen.wide,
981
- .ui.table td.sixteen.wide {
982
- width: @sixteenWide;
923
+ & when (@variationTableWide) {
924
+ /* Column Width */
925
+ .ui.table th.one.wide,
926
+ .ui.table td.one.wide {
927
+ width: @oneWide;
928
+ }
929
+ .ui.table th.two.wide,
930
+ .ui.table td.two.wide {
931
+ width: @twoWide;
932
+ }
933
+ .ui.table th.three.wide,
934
+ .ui.table td.three.wide {
935
+ width: @threeWide;
936
+ }
937
+ .ui.table th.four.wide,
938
+ .ui.table td.four.wide {
939
+ width: @fourWide;
940
+ }
941
+ .ui.table th.five.wide,
942
+ .ui.table td.five.wide {
943
+ width: @fiveWide;
944
+ }
945
+ .ui.table th.six.wide,
946
+ .ui.table td.six.wide {
947
+ width: @sixWide;
948
+ }
949
+ .ui.table th.seven.wide,
950
+ .ui.table td.seven.wide {
951
+ width: @sevenWide;
952
+ }
953
+ .ui.table th.eight.wide,
954
+ .ui.table td.eight.wide {
955
+ width: @eightWide;
956
+ }
957
+ .ui.table th.nine.wide,
958
+ .ui.table td.nine.wide {
959
+ width: @nineWide;
960
+ }
961
+ .ui.table th.ten.wide,
962
+ .ui.table td.ten.wide {
963
+ width: @tenWide;
964
+ }
965
+ .ui.table th.eleven.wide,
966
+ .ui.table td.eleven.wide {
967
+ width: @elevenWide;
968
+ }
969
+ .ui.table th.twelve.wide,
970
+ .ui.table td.twelve.wide {
971
+ width: @twelveWide;
972
+ }
973
+ .ui.table th.thirteen.wide,
974
+ .ui.table td.thirteen.wide {
975
+ width: @thirteenWide;
976
+ }
977
+ .ui.table th.fourteen.wide,
978
+ .ui.table td.fourteen.wide {
979
+ width: @fourteenWide;
980
+ }
981
+ .ui.table th.fifteen.wide,
982
+ .ui.table td.fifteen.wide {
983
+ width: @fifteenWide;
984
+ }
985
+ .ui.table th.sixteen.wide,
986
+ .ui.table td.sixteen.wide {
987
+ width: @sixteenWide;
988
+ }
983
989
  }
984
990
 
985
991
  & when (@variationTableSortable) {
@@ -1135,7 +1141,7 @@ each(@colors, {
1135
1141
  }
1136
1142
  }
1137
1143
 
1138
- & when (@variationTableBasic) {
1144
+ & when (@variationTableBasic) or (@variationTableVeryBasic){
1139
1145
  /*--------------
1140
1146
  Basic
1141
1147
  ---------------*/
@@ -1169,38 +1175,40 @@ each(@colors, {
1169
1175
  background-color: @basicTableStripedBackground;
1170
1176
  }
1171
1177
  }
1172
- /* Very Basic */
1173
- .ui[class*="very basic"].table {
1174
- border: none;
1175
- }
1176
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th,
1177
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th,
1178
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th,
1179
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th,
1180
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td,
1181
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td {
1182
- padding: @basicTableCellPadding;
1183
- }
1184
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:first-child,
1185
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:first-child,
1186
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:first-child,
1187
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:first-child,
1188
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:first-child,
1189
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:first-child ,
1190
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:first-child {
1191
- padding-left: 0;
1192
- }
1193
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:last-child,
1194
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:last-child,
1195
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:last-child,
1196
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:last-child,
1197
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:last-child,
1198
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:last-child,
1199
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot >tr > td:last-child {
1200
- padding-right: 0;
1201
- }
1202
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr:first-child > th {
1203
- padding-top: 0;
1178
+ & when (@variationTableVeryBasic) {
1179
+ /* Very Basic */
1180
+ .ui[class*="very basic"].table {
1181
+ border: none;
1182
+ }
1183
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th,
1184
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th,
1185
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th,
1186
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th,
1187
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td,
1188
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td {
1189
+ padding: @basicTableCellPadding;
1190
+ }
1191
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:first-child,
1192
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:first-child,
1193
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:first-child,
1194
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:first-child,
1195
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:first-child,
1196
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:first-child,
1197
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:first-child {
1198
+ padding-left: 0;
1199
+ }
1200
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:last-child,
1201
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:last-child,
1202
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:last-child,
1203
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:last-child,
1204
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:last-child,
1205
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:last-child,
1206
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:last-child {
1207
+ padding-right: 0;
1208
+ }
1209
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr:first-child > th {
1210
+ padding-top: 0;
1211
+ }
1204
1212
  }
1205
1213
  }
1206
1214
 
@@ -1235,7 +1243,7 @@ each(@colors, {
1235
1243
  }
1236
1244
  }
1237
1245
 
1238
- & when (@variationTablePadded) {
1246
+ & when (@variationTablePadded) or (@variationTableVeryPadded) {
1239
1247
  /*--------------
1240
1248
  Padded
1241
1249
  ---------------*/
@@ -1257,22 +1265,24 @@ each(@colors, {
1257
1265
  padding: @paddedVerticalPadding @paddedHorizontalPadding;
1258
1266
  }
1259
1267
 
1260
- /* Very */
1261
- .ui[class*="very padded"].table > tr > th,
1262
- .ui[class*="very padded"].table > thead > tr > th,
1263
- .ui[class*="very padded"].table > tbody > tr > th,
1264
- .ui[class*="very padded"].table > tfoot > tr > th {
1265
- padding-left: @veryPaddedHorizontalPadding;
1266
- padding-right: @veryPaddedHorizontalPadding;
1267
- }
1268
- .ui[class*="very padded"].table > tr > td,
1269
- .ui[class*="very padded"].table > tbody > tr > td ,
1270
- .ui[class*="very padded"].table > tfoot > tr > td {
1271
- padding: @veryPaddedVerticalPadding @veryPaddedHorizontalPadding;
1268
+ & when (@variationTableVeryPadded) {
1269
+ /* Very */
1270
+ .ui[class*="very padded"].table > tr > th,
1271
+ .ui[class*="very padded"].table > thead > tr > th,
1272
+ .ui[class*="very padded"].table > tbody > tr > th,
1273
+ .ui[class*="very padded"].table > tfoot > tr > th {
1274
+ padding-left: @veryPaddedHorizontalPadding;
1275
+ padding-right: @veryPaddedHorizontalPadding;
1276
+ }
1277
+ .ui[class*="very padded"].table > tr > td,
1278
+ .ui[class*="very padded"].table > tbody > tr > td,
1279
+ .ui[class*="very padded"].table > tfoot > tr > td {
1280
+ padding: @veryPaddedVerticalPadding @veryPaddedHorizontalPadding;
1281
+ }
1272
1282
  }
1273
1283
  }
1274
1284
 
1275
- & when (@variationTableCompact) {
1285
+ & when (@variationTableCompact) or (@variationTableVeryCompact) {
1276
1286
  /*--------------
1277
1287
  Compact
1278
1288
  ---------------*/
@@ -1290,18 +1300,20 @@ each(@colors, {
1290
1300
  padding: @compactVerticalPadding @compactHorizontalPadding;
1291
1301
  }
1292
1302
 
1293
- /* Very */
1294
- .ui[class*="very compact"].table > tr > th,
1295
- .ui[class*="very compact"].table > thead > tr > th,
1296
- .ui[class*="very compact"].table > tbody > tr > th,
1297
- .ui[class*="very compact"].table > tfoot > tr > th {
1298
- padding-left: @veryCompactHorizontalPadding;
1299
- padding-right: @veryCompactHorizontalPadding;
1300
- }
1301
- .ui[class*="very compact"].table > tr > td,
1302
- .ui[class*="very compact"].table > tbody > tr > td ,
1303
- .ui[class*="very compact"].table > tfoot > tr > td {
1304
- padding: @veryCompactVerticalPadding @veryCompactHorizontalPadding;
1303
+ & when (@variationTableVeryCompact) {
1304
+ /* Very */
1305
+ .ui[class*="very compact"].table > tr > th,
1306
+ .ui[class*="very compact"].table > thead > tr > th,
1307
+ .ui[class*="very compact"].table > tbody > tr > th,
1308
+ .ui[class*="very compact"].table > tfoot > tr > th {
1309
+ padding-left: @veryCompactHorizontalPadding;
1310
+ padding-right: @veryCompactHorizontalPadding;
1311
+ }
1312
+ .ui[class*="very compact"].table > tr > td,
1313
+ .ui[class*="very compact"].table > tbody > tr > td,
1314
+ .ui[class*="very compact"].table > tfoot > tr > td {
1315
+ padding: @veryCompactVerticalPadding @veryCompactHorizontalPadding;
1316
+ }
1305
1317
  }
1306
1318
  }
1307
1319