fomantic-ui-sass 2.7.4 → 2.7.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/app/assets/javascripts/semantic-ui/accordion.js +2 -2
  4. data/app/assets/javascripts/semantic-ui/api.js +7 -3
  5. data/app/assets/javascripts/semantic-ui/calendar.js +45 -17
  6. data/app/assets/javascripts/semantic-ui/checkbox.js +2 -2
  7. data/app/assets/javascripts/semantic-ui/dimmer.js +2 -2
  8. data/app/assets/javascripts/semantic-ui/dropdown.js +13 -3
  9. data/app/assets/javascripts/semantic-ui/embed.js +2 -2
  10. data/app/assets/javascripts/semantic-ui/form.js +364 -152
  11. data/app/assets/javascripts/semantic-ui/modal.js +13 -7
  12. data/app/assets/javascripts/semantic-ui/nag.js +2 -2
  13. data/app/assets/javascripts/semantic-ui/popup.js +8 -4
  14. data/app/assets/javascripts/semantic-ui/progress.js +31 -26
  15. data/app/assets/javascripts/semantic-ui/rating.js +2 -2
  16. data/app/assets/javascripts/semantic-ui/search.js +3 -3
  17. data/app/assets/javascripts/semantic-ui/shape.js +2 -2
  18. data/app/assets/javascripts/semantic-ui/sidebar.js +2 -2
  19. data/app/assets/javascripts/semantic-ui/site.js +2 -2
  20. data/app/assets/javascripts/semantic-ui/slider.js +2 -2
  21. data/app/assets/javascripts/semantic-ui/state.js +2 -2
  22. data/app/assets/javascripts/semantic-ui/sticky.js +2 -2
  23. data/app/assets/javascripts/semantic-ui/tab.js +2 -2
  24. data/app/assets/javascripts/semantic-ui/toast.js +2 -2
  25. data/app/assets/javascripts/semantic-ui/transition.js +5 -2
  26. data/app/assets/javascripts/semantic-ui/visibility.js +2 -2
  27. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +20 -3
  28. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +36 -5
  29. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +24 -18
  30. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +24 -14
  31. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +8 -2
  32. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +196 -101
  33. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +13 -3
  34. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +11 -5
  35. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +38 -3
  36. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +995 -2
  37. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +8 -2
  38. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +11808 -774
  39. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +8 -2
  40. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +15 -2
  41. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +29 -2
  42. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +10 -2
  43. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +8 -2
  44. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +8 -2
  45. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +8 -2
  46. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +8 -2
  47. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +21 -2
  48. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +21 -4
  49. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +7 -1
  50. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +349 -2
  51. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +8 -2
  52. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +30 -2
  53. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +8 -2
  54. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +36 -2
  55. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +9 -3
  56. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +147 -71
  57. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +8 -2
  58. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +22 -18
  59. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +8 -2
  60. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +9 -3
  61. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +8 -2
  62. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +11 -10
  63. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +9 -3
  64. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +8 -2
  65. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +8 -2
  66. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +6 -0
  67. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +8 -2
  68. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +8 -2
  69. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +2 -2
  70. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1201 -2
  71. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +9 -3
  72. data/app/assets/stylesheets/semantic-ui/views/_card.scss +24 -5
  73. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +8 -2
  74. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +8 -2
  75. data/app/assets/stylesheets/semantic-ui/views/_item.scss +11 -5
  76. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +9 -3
  77. data/lib/fomantic/ui/sass/version.rb +2 -2
  78. metadata +2 -2
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Grid
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Grid
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -171,7 +171,7 @@
171
171
  Page Grid
172
172
  -------------------------*/
173
173
 
174
- @media only screen and (max-width: 767.99px) {
174
+ @media only screen and (max-width: 767.98px) {
175
175
  .ui.page.grid {
176
176
  width: auto;
177
177
  padding-left: 0;
@@ -180,7 +180,7 @@
180
180
  margin-right: 0;
181
181
  }
182
182
  }
183
- @media only screen and (min-width: 768px) and (max-width: 991.99px) {
183
+ @media only screen and (min-width: 768px) and (max-width: 991.98px) {
184
184
  .ui.page.grid {
185
185
  width: auto;
186
186
  margin-left: 0;
@@ -189,7 +189,7 @@
189
189
  padding-right: 2em;
190
190
  }
191
191
  }
192
- @media only screen and (min-width: 992px) and (max-width: 1199.99px) {
192
+ @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
193
193
  .ui.page.grid {
194
194
  width: auto;
195
195
  margin-left: 0;
@@ -198,7 +198,7 @@
198
198
  padding-right: 3%;
199
199
  }
200
200
  }
201
- @media only screen and (min-width: 1200px) and (max-width: 1919.99px) {
201
+ @media only screen and (min-width: 1200px) and (max-width: 1919.98px) {
202
202
  .ui.page.grid {
203
203
  width: auto;
204
204
  margin-left: 0;
@@ -459,7 +459,7 @@
459
459
 
460
460
 
461
461
  /* Mobile Sizing Combinations */
462
- @media only screen and (min-width: 320px) and (max-width: 767.99px) {
462
+ @media only screen and (min-width: 320px) and (max-width: 767.98px) {
463
463
  .ui.grid > .row > [class*="one wide mobile"].column,
464
464
  .ui.grid > .column.row > [class*="one wide mobile"].column,
465
465
  .ui.grid > [class*="one wide mobile"].column,
@@ -559,7 +559,7 @@
559
559
  }
560
560
 
561
561
  /* Tablet Sizing Combinations */
562
- @media only screen and (min-width: 768px) and (max-width: 991.99px) {
562
+ @media only screen and (min-width: 768px) and (max-width: 991.98px) {
563
563
  .ui.grid > .row > [class*="one wide tablet"].column,
564
564
  .ui.grid > .column.row > [class*="one wide tablet"].column,
565
565
  .ui.grid > [class*="one wide tablet"].column,
@@ -759,7 +759,7 @@
759
759
  }
760
760
 
761
761
  /* Large Monitor Sizing Combinations */
762
- @media only screen and (min-width: 1200px) and (max-width: 1919.99px) {
762
+ @media only screen and (min-width: 1200px) and (max-width: 1919.98px) {
763
763
  .ui.grid > .row > [class*="one wide large screen"].column,
764
764
  .ui.grid > .column.row > [class*="one wide large screen"].column,
765
765
  .ui.grid > [class*="one wide large screen"].column,
@@ -1446,7 +1446,7 @@
1446
1446
 
1447
1447
 
1448
1448
  /* Mobile */
1449
- @media only screen and (max-width: 767.99px) {
1449
+ @media only screen and (max-width: 767.98px) {
1450
1450
  .ui[class*="mobile reversed"].grid,
1451
1451
  .ui[class*="mobile reversed"].grid > .row,
1452
1452
  .ui.grid > [class*="mobile reversed"].row {
@@ -1497,7 +1497,7 @@
1497
1497
  }
1498
1498
 
1499
1499
  /* Tablet */
1500
- @media only screen and (min-width: 768px) and (max-width: 991.99px) {
1500
+ @media only screen and (min-width: 768px) and (max-width: 991.98px) {
1501
1501
  .ui[class*="tablet reversed"].grid,
1502
1502
  .ui[class*="tablet reversed"].grid > .row,
1503
1503
  .ui.grid > [class*="tablet reversed"].row {
@@ -1602,7 +1602,7 @@
1602
1602
 
1603
1603
 
1604
1604
  /* Tablet Only */
1605
- @media only screen and (min-width: 768px) and (max-width: 991.99px) {
1605
+ @media only screen and (min-width: 768px) and (max-width: 991.98px) {
1606
1606
  .ui.doubling.grid {
1607
1607
  width: auto;
1608
1608
  }
@@ -1698,7 +1698,7 @@
1698
1698
  }
1699
1699
 
1700
1700
  /* Mobile Only */
1701
- @media only screen and (max-width: 767.99px) {
1701
+ @media only screen and (max-width: 767.98px) {
1702
1702
  .ui.grid > .doubling.row,
1703
1703
  .ui.doubling.grid > .row {
1704
1704
  margin: 0 !important;
@@ -1793,7 +1793,7 @@
1793
1793
  Stackable
1794
1794
  --------------------*/
1795
1795
 
1796
- @media only screen and (max-width: 767.99px) {
1796
+ @media only screen and (max-width: 767.98px) {
1797
1797
  .ui.stackable.grid {
1798
1798
  width: auto;
1799
1799
  margin-left: 0 !important;
@@ -1873,7 +1873,7 @@
1873
1873
  /* These include arbitrary class repetitions for forced specificity */
1874
1874
 
1875
1875
  /* Mobile Only Hide */
1876
- @media only screen and (max-width: 767.99px) {
1876
+ @media only screen and (max-width: 767.98px) {
1877
1877
  .ui[class*="tablet only"].grid.grid.grid:not(.mobile),
1878
1878
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.mobile),
1879
1879
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.mobile),
@@ -1901,7 +1901,7 @@
1901
1901
  }
1902
1902
 
1903
1903
  /* Tablet Only Hide */
1904
- @media only screen and (min-width: 768px) and (max-width: 991.99px) {
1904
+ @media only screen and (min-width: 768px) and (max-width: 991.98px) {
1905
1905
  .ui[class*="mobile only"].grid.grid.grid:not(.tablet),
1906
1906
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet),
1907
1907
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet),
@@ -1929,7 +1929,7 @@
1929
1929
  }
1930
1930
 
1931
1931
  /* Computer Only Hide */
1932
- @media only screen and (min-width: 992px) and (max-width: 1199.99px) {
1932
+ @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
1933
1933
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
1934
1934
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
1935
1935
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
@@ -1957,7 +1957,7 @@
1957
1957
  }
1958
1958
 
1959
1959
  /* Large Screen Only Hide */
1960
- @media only screen and (min-width: 1200px) and (max-width: 1919.99px) {
1960
+ @media only screen and (min-width: 1200px) and (max-width: 1919.98px) {
1961
1961
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
1962
1962
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
1963
1963
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
@@ -2073,6 +2073,12 @@
2073
2073
 
2074
2074
 
2075
2075
 
2076
+ /*******************************
2077
+ Theme Overrides
2078
+ *******************************/
2079
+
2080
+
2081
+
2076
2082
  /*******************************
2077
2083
  Site Overrides
2078
2084
  *******************************/
@@ -1,6 +1,6 @@
1
1
  /*
2
- * # Semantic - Menu
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic - Menu
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Copyright 2015 Contributor
@@ -402,7 +402,7 @@
402
402
  Container
403
403
  ---------------*/
404
404
 
405
- @media only screen and (max-width: 767.99px) {
405
+ @media only screen and (max-width: 767.98px) {
406
406
  .ui.menu > .ui.container {
407
407
  width: 100% !important;
408
408
  margin-left: 0 !important;
@@ -498,7 +498,7 @@ Floated Menu / Item
498
498
 
499
499
  /* Left Floated */
500
500
  .ui.menu:not(.vertical) .left.item,
501
- .ui.menu:not(.vertical) :not(.dropdown) > .left.menu {
501
+ .ui.menu:not(.vertical) .left.menu {
502
502
  display: -webkit-box;
503
503
  display: -ms-flexbox;
504
504
  display: flex;
@@ -513,6 +513,10 @@ Floated Menu / Item
513
513
  display: flex;
514
514
  margin-left: auto !important;
515
515
  }
516
+ .ui.menu:not(.vertical) :not(.dropdown) > .left.menu,
517
+ .ui.menu:not(.vertical) :not(.dropdown) > .right.menu {
518
+ display: inherit;
519
+ }
516
520
 
517
521
  /* Center */
518
522
  .ui.menu:not(.vertical) .center.item,
@@ -956,7 +960,7 @@ Floated Menu / Item
956
960
  }
957
961
 
958
962
  /* Inverted */
959
- .ui.secondary.inverted.menu.menu {
963
+ .ui.secondary.inverted.menu {
960
964
  background-color: transparent;
961
965
  }
962
966
 
@@ -984,7 +988,7 @@ Floated Menu / Item
984
988
  .ui.secondary.pointing.menu .ui.dropdown .menu .item {
985
989
  border-bottom-width: 0;
986
990
  }
987
- .ui.secondary.pointing.menu .item > .label {
991
+ .ui.secondary.pointing.menu .item > .label:not(.floating) {
988
992
  margin-top: -0.3em;
989
993
  margin-bottom: -0.3em;
990
994
  }
@@ -1310,7 +1314,7 @@ Floated Menu / Item
1310
1314
  Stackable
1311
1315
  ---------------*/
1312
1316
 
1313
- @media only screen and (max-width: 767.99px) {
1317
+ @media only screen and (max-width: 767.98px) {
1314
1318
  .ui.stackable.menu {
1315
1319
  -webkit-box-orient: vertical;
1316
1320
  -webkit-box-direction: normal;
@@ -1776,7 +1780,7 @@ Floated Menu / Item
1776
1780
  -ms-flex-pack: center;
1777
1781
  justify-content: center;
1778
1782
  }
1779
- .ui.attached.item.menu {
1783
+ .ui.attached.item.menu:not(.tabular) {
1780
1784
  margin: 0 -1px !important;
1781
1785
  }
1782
1786
  .ui.item.menu .item:last-child:before {
@@ -2178,12 +2182,6 @@ Floated Menu / Item
2178
2182
  font-size: 1.28571429rem;
2179
2183
  }
2180
2184
 
2181
-
2182
- /*******************************
2183
- Theme Overrides
2184
- *******************************/
2185
-
2186
-
2187
2185
  /*-------------------
2188
2186
  Inverted dropdowns
2189
2187
  --------------------*/
@@ -2216,6 +2214,18 @@ Floated Menu / Item
2216
2214
  }
2217
2215
 
2218
2216
 
2217
+ /*******************************
2218
+ Theme Overrides
2219
+ *******************************/
2220
+
2221
+
2222
+
2223
+ /*******************************
2224
+ Theme Overrides
2225
+ *******************************/
2226
+
2227
+
2228
+
2219
2229
  /*******************************
2220
2230
  Site Overrides
2221
2231
  *******************************/
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Message
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Message
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -637,6 +637,12 @@
637
637
 
638
638
 
639
639
 
640
+ /*******************************
641
+ Theme Overrides
642
+ *******************************/
643
+
644
+
645
+
640
646
  /*******************************
641
647
  Site Overrides
642
648
  *******************************/
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Table
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Table
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -35,8 +35,8 @@
35
35
  .ui.table:last-child {
36
36
  margin-bottom: 0;
37
37
  }
38
- .ui.table thead,
39
- .ui.table tbody {
38
+ .ui.table > thead,
39
+ .ui.table > tbody {
40
40
  text-align: inherit;
41
41
  vertical-align: inherit;
42
42
  }
@@ -55,11 +55,11 @@
55
55
  }
56
56
 
57
57
  /* Headers */
58
- .ui.table thead {
58
+ .ui.table > thead {
59
59
  -webkit-box-shadow: none;
60
60
  box-shadow: none;
61
61
  }
62
- .ui.table thead th {
62
+ .ui.table > thead > tr > th {
63
63
  cursor: auto;
64
64
  background: #F9FAFB;
65
65
  text-align: inherit;
@@ -72,25 +72,25 @@
72
72
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
73
73
  border-left: none;
74
74
  }
75
- .ui.table thead tr > th:first-child {
75
+ .ui.table > thead > tr > th:first-child {
76
76
  border-left: none;
77
77
  }
78
- .ui.table thead tr:first-child > th:first-child {
78
+ .ui.table > thead > tr:first-child > th:first-child {
79
79
  border-radius: 0.28571429rem 0 0 0;
80
80
  }
81
- .ui.table thead tr:first-child > th:last-child {
81
+ .ui.table > thead > tr:first-child > th:last-child {
82
82
  border-radius: 0 0.28571429rem 0 0;
83
83
  }
84
- .ui.table thead tr:first-child > th:only-child {
84
+ .ui.table > thead > tr:first-child > th:only-child {
85
85
  border-radius: 0.28571429rem 0.28571429rem 0 0;
86
86
  }
87
87
 
88
88
  /* Footer */
89
- .ui.table tfoot {
89
+ .ui.table > tfoot {
90
90
  -webkit-box-shadow: none;
91
91
  box-shadow: none;
92
92
  }
93
- .ui.table tfoot th {
93
+ .ui.table > tfoot > tr > th {
94
94
  cursor: auto;
95
95
  border-top: 1px solid rgba(34, 36, 38, 0.15);
96
96
  background: #F9FAFB;
@@ -102,34 +102,37 @@
102
102
  font-weight: normal;
103
103
  text-transform: none;
104
104
  }
105
- .ui.table tfoot tr > th:first-child {
105
+ .ui.table > tfoot > tr > th:first-child {
106
106
  border-left: none;
107
107
  }
108
- .ui.table tfoot tr:first-child > th:first-child {
108
+ .ui.table > tfoot > tr:first-child > th:first-child {
109
109
  border-radius: 0 0 0 0.28571429rem;
110
110
  }
111
- .ui.table tfoot tr:first-child > th:last-child {
111
+ .ui.table > tfoot > tr:first-child > th:last-child {
112
112
  border-radius: 0 0 0.28571429rem 0;
113
113
  }
114
- .ui.table tfoot tr:first-child > th:only-child {
114
+ .ui.table > tfoot > tr:first-child > th:only-child {
115
115
  border-radius: 0 0 0.28571429rem 0.28571429rem;
116
116
  }
117
117
 
118
118
  /* Table Row */
119
- .ui.table tr td {
119
+ .ui.table > tr > td,
120
+ .ui.table > tbody > tr > td {
120
121
  border-top: 1px solid rgba(34, 36, 38, 0.1);
121
122
  }
122
- .ui.table tr:first-child td {
123
+ .ui.table > tr:first-child > td,
124
+ .ui.table > tbody > tr:first-child > td {
123
125
  border-top: none;
124
126
  }
125
127
 
126
128
  /* Repeated tbody */
127
- .ui.table tbody + tbody tr:first-child td {
129
+ .ui.table > tbody + tbody tr:first-child > td {
128
130
  border-top: 1px solid rgba(34, 36, 38, 0.1);
129
131
  }
130
132
 
131
133
  /* Table Cells */
132
- .ui.table td {
134
+ .ui.table > tbody > tr > td,
135
+ .ui.table > tr > td {
133
136
  padding: 0.78571429em 0.78571429em;
134
137
  text-align: inherit;
135
138
  }
@@ -154,45 +157,61 @@
154
157
  }
155
158
 
156
159
  /* Responsive */
157
- @media only screen and (max-width: 767.99px) {
160
+ @media only screen and (max-width: 767.98px) {
158
161
  .ui.table:not(.unstackable) {
159
162
  width: 100%;
160
163
  padding: 0;
161
164
  }
162
- .ui.table:not(.unstackable) tbody,
163
- .ui.table:not(.unstackable) tr,
164
- .ui.table:not(.unstackable) tr > th,
165
- .ui.table:not(.unstackable) tr > td {
165
+ .ui.table:not(.unstackable) > tbody,
166
+ .ui.table:not(.unstackable) > tr,
167
+ .ui.table:not(.unstackable) > tbody > tr,
168
+ .ui.table:not(.unstackable) > tr > th,
169
+ .ui.table:not(.unstackable) > thead > tr > th,
170
+ .ui.table:not(.unstackable) > tbody > tr > th,
171
+ .ui.table:not(.unstackable) > tfoot > tr > th,
172
+ .ui.table:not(.unstackable) > tr > td,
173
+ .ui.table:not(.unstackable) > tbody > tr > td {
166
174
  display: block !important;
167
175
  width: auto !important;
168
176
  }
169
- .ui.table:not(.unstackable) thead {
177
+ .ui.table:not(.unstackable) > thead {
170
178
  display: block;
171
179
  }
172
- .ui.table:not(.unstackable) tfoot {
180
+ .ui.table:not(.unstackable) > tfoot {
173
181
  display: block;
174
182
  }
175
- .ui.table:not(.unstackable) tr {
183
+ .ui.table:not(.unstackable) > tr,
184
+ .ui.table:not(.unstackable) > thead > tr,
185
+ .ui.table:not(.unstackable) > tbody > tr,
186
+ .ui.table:not(.unstackable) > tfoot > tr {
176
187
  padding-top: 1em;
177
188
  padding-bottom: 1em;
178
189
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
179
190
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
180
191
  }
181
- .ui.table:not(.unstackable) tr > th,
182
- .ui.ui.ui.ui.table:not(.unstackable) tr > td {
192
+ .ui.table:not(.unstackable) > tr > th,
193
+ .ui.table:not(.unstackable) > thead > tr > th,
194
+ .ui.table:not(.unstackable) > tbody > tr > th,
195
+ .ui.table:not(.unstackable) > tfoot > tr > th,
196
+ .ui.ui.ui.ui.table:not(.unstackable) > tr > td,
197
+ .ui.ui.ui.ui.table:not(.unstackable) > tbody > tr > td {
183
198
  background: none;
184
199
  border: none;
185
200
  padding: 0.25em 0.75em;
186
201
  -webkit-box-shadow: none !important;
187
202
  box-shadow: none !important;
188
203
  }
189
- .ui.table:not(.unstackable) th:first-child,
190
- .ui.table:not(.unstackable) td:first-child {
204
+ .ui.table:not(.unstackable) > tr > th:first-child,
205
+ .ui.table:not(.unstackable) > thead > tr > th:first-child,
206
+ .ui.table:not(.unstackable) > tbody > tr > th:first-child,
207
+ .ui.table:not(.unstackable) > tfoot > tr > th:first-child,
208
+ .ui.table:not(.unstackable) > tr > td:first-child,
209
+ .ui.table:not(.unstackable) > tbody > tr > td:first-child {
191
210
  font-weight: bold;
192
211
  }
193
212
 
194
213
  /* Definition Table */
195
- .ui.definition.table:not(.unstackable) thead th:first-child {
214
+ .ui.definition.table:not(.unstackable) > thead > tr > th:first-child {
196
215
  -webkit-box-shadow: none !important;
197
216
  box-shadow: none !important;
198
217
  }
@@ -223,20 +242,27 @@
223
242
  .ui.structured.table {
224
243
  border-collapse: collapse;
225
244
  }
226
- .ui.structured.table thead th {
245
+ .ui.structured.table > thead > tr > th {
227
246
  border-left: none;
228
247
  border-right: none;
229
248
  }
230
- .ui.structured.sortable.table thead th {
249
+ .ui.structured.sortable.table > thead > tr > th {
231
250
  border-left: 1px solid rgba(34, 36, 38, 0.15);
232
251
  border-right: 1px solid rgba(34, 36, 38, 0.15);
233
252
  }
234
- .ui.structured.basic.table th {
253
+ .ui.structured.basic.table > tr > th,
254
+ .ui.structured.basic.table > thead > tr > th,
255
+ .ui.structured.basic.table > tbody > tr > th,
256
+ .ui.structured.basic.table > tfoot > tr > th {
235
257
  border-left: none;
236
258
  border-right: none;
237
259
  }
238
- .ui.structured.celled.table tr th,
239
- .ui.structured.celled.table tr td {
260
+ .ui.structured.celled.table > tr > th,
261
+ .ui.structured.celled.table > thead > tr > th,
262
+ .ui.structured.celled.table > tbody > tr > th,
263
+ .ui.structured.celled.table > tfoot > tr > th,
264
+ .ui.structured.celled.table > tr > td,
265
+ .ui.structured.celled.table > tbody > tr > td {
240
266
  border-left: 1px solid rgba(34, 36, 38, 0.1);
241
267
  border-right: 1px solid rgba(34, 36, 38, 0.1);
242
268
  }
@@ -245,7 +271,7 @@
245
271
  Definition
246
272
  ---------------*/
247
273
 
248
- .ui.definition.table thead:not(.full-width) th:first-child {
274
+ .ui.definition.table > thead:not(.full-width) > tr > th:first-child {
249
275
  pointer-events: none;
250
276
  background: transparent;
251
277
  font-weight: normal;
@@ -253,27 +279,28 @@
253
279
  -webkit-box-shadow: -1px -1px 0 1px #FFFFFF;
254
280
  box-shadow: -1px -1px 0 1px #FFFFFF;
255
281
  }
256
- .ui.definition.table tfoot:not(.full-width) th:first-child {
282
+ .ui.definition.table > tfoot:not(.full-width) > tr > th:first-child {
257
283
  pointer-events: none;
258
284
  background: transparent;
259
285
  font-weight: normal;
260
286
  color: rgba(0, 0, 0, 0.4);
261
- -webkit-box-shadow: 1px 1px 0 1px #FFFFFF;
262
- box-shadow: 1px 1px 0 1px #FFFFFF;
287
+ -webkit-box-shadow: -1px 1px 0 1px #FFFFFF;
288
+ box-shadow: -1px 1px 0 1px #FFFFFF;
263
289
  }
264
290
 
265
291
  /* Remove Border */
266
- .ui.celled.definition.table thead:not(.full-width) th:first-child {
292
+ .ui.celled.definition.table > thead:not(.full-width) > tr > th:first-child {
267
293
  -webkit-box-shadow: 0 -1px 0 1px #FFFFFF;
268
294
  box-shadow: 0 -1px 0 1px #FFFFFF;
269
295
  }
270
- .ui.celled.definition.table tfoot:not(.full-width) th:first-child {
296
+ .ui.celled.definition.table > tfoot:not(.full-width) > tr > th:first-child {
271
297
  -webkit-box-shadow: 0 1px 0 1px #FFFFFF;
272
298
  box-shadow: 0 1px 0 1px #FFFFFF;
273
299
  }
274
300
 
275
301
  /* Highlight Defining Column */
276
- .ui.definition.table tr td:first-child:not(.ignored),
302
+ .ui.definition.table > tr > td:first-child:not(.ignored),
303
+ .ui.definition.table > tbody > tr > td:first-child:not(.ignored),
277
304
  .ui.definition.table tr td.definition {
278
305
  background: rgba(0, 0, 0, 0.03);
279
306
  font-weight: bold;
@@ -288,13 +315,14 @@
288
315
  }
289
316
 
290
317
  /* Fix 2nd Column */
291
- .ui.definition.table thead:not(.full-width) th:nth-child(2) {
318
+ .ui.definition.table > thead:not(.full-width) > tr > th:nth-child(2) {
292
319
  border-left: 1px solid rgba(34, 36, 38, 0.15);
293
320
  }
294
- .ui.definition.table tfoot:not(.full-width) th:nth-child(2) {
321
+ .ui.definition.table > tfoot:not(.full-width) > tr > th:nth-child(2) {
295
322
  border-left: 1px solid rgba(34, 36, 38, 0.15);
296
323
  }
297
- .ui.definition.table td:nth-child(2) {
324
+ .ui.definition.table > tr > td:nth-child(2),
325
+ .ui.definition.table > tbody > tr > td:nth-child(2) {
298
326
  border-left: 1px solid rgba(34, 36, 38, 0.15);
299
327
  }
300
328
 
@@ -386,32 +414,44 @@
386
414
  Stackable
387
415
  ---------------*/
388
416
 
389
- @media only screen and (max-width: 991.99px) {
417
+ @media only screen and (max-width: 991.98px) {
390
418
  .ui[class*="tablet stackable"].table,
391
- .ui[class*="tablet stackable"].table tbody,
392
- .ui[class*="tablet stackable"].table tr,
393
- .ui[class*="tablet stackable"].table tr > th,
394
- .ui[class*="tablet stackable"].table tr > td {
419
+ .ui[class*="tablet stackable"].table > tbody,
420
+ .ui[class*="tablet stackable"].table > tbody > tr,
421
+ .ui[class*="tablet stackable"].table > tr,
422
+ .ui[class*="tablet stackable"].table > thead > tr > th,
423
+ .ui[class*="tablet stackable"].table > tbody > tr > th,
424
+ .ui[class*="tablet stackable"].table > tfoot > tr > th,
425
+ .ui[class*="tablet stackable"].table > tr > th,
426
+ .ui[class*="tablet stackable"].table > tbody > tr > td,
427
+ .ui[class*="tablet stackable"].table > tr > td {
395
428
  display: block !important;
396
429
  width: 100% !important;
397
430
  }
398
431
  .ui[class*="tablet stackable"].table {
399
432
  padding: 0;
400
433
  }
401
- .ui[class*="tablet stackable"].table thead {
434
+ .ui[class*="tablet stackable"].table > thead {
402
435
  display: block;
403
436
  }
404
- .ui[class*="tablet stackable"].table tfoot {
437
+ .ui[class*="tablet stackable"].table > tfoot {
405
438
  display: block;
406
439
  }
407
- .ui[class*="tablet stackable"].table tr {
440
+ .ui[class*="tablet stackable"].table > thead > tr,
441
+ .ui[class*="tablet stackable"].table > tbody > tr,
442
+ .ui[class*="tablet stackable"].table > tfoot > tr,
443
+ .ui[class*="tablet stackable"].table > tr {
408
444
  padding-top: 1em;
409
445
  padding-bottom: 1em;
410
446
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
411
447
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
412
448
  }
413
- .ui[class*="tablet stackable"].table tr > th,
414
- .ui[class*="tablet stackable"].table tr > td {
449
+ .ui[class*="tablet stackable"].table > thead > tr > th,
450
+ .ui[class*="tablet stackable"].table > tbody > tr > th,
451
+ .ui[class*="tablet stackable"].table > tfoot > tr > th,
452
+ .ui[class*="tablet stackable"].table > tr > th,
453
+ .ui[class*="tablet stackable"].table > tbody > tr > td,
454
+ .ui[class*="tablet stackable"].table > tr > td {
415
455
  background: none;
416
456
  border: none !important;
417
457
  padding: 0.25em 0.75em;
@@ -420,7 +460,7 @@
420
460
  }
421
461
 
422
462
  /* Definition Table */
423
- .ui.definition[class*="tablet stackable"].table thead th:first-child {
463
+ .ui.definition[class*="tablet stackable"].table > thead > tr > th:first-child {
424
464
  -webkit-box-shadow: none !important;
425
465
  box-shadow: none !important;
426
466
  }
@@ -487,12 +527,12 @@
487
527
  Selectable
488
528
  ---------------*/
489
529
 
490
- .ui.ui.selectable.table tbody tr:hover,
530
+ .ui.ui.selectable.table > tbody > tr:hover,
491
531
  .ui.table tbody tr td.selectable:hover {
492
532
  background: rgba(0, 0, 0, 0.05);
493
533
  color: rgba(0, 0, 0, 0.95);
494
534
  }
495
- .ui.ui.selectable.inverted.table tbody tr:hover,
535
+ .ui.ui.selectable.inverted.table > tbody > tr:hover,
496
536
  .ui.inverted.table tbody tr td.selectable:hover {
497
537
  background: rgba(255, 255, 255, 0.08);
498
538
  color: #ffffff;
@@ -507,6 +547,12 @@
507
547
  color: inherit;
508
548
  padding: 0.78571429em 0.78571429em;
509
549
  }
550
+ .ui.table > tr > td.selectable,
551
+ .ui.table > tbody > tr > td.selectable,
552
+ .ui.selectable.table > tbody > tr,
553
+ .ui.selectable.table > tr {
554
+ cursor: pointer;
555
+ }
510
556
 
511
557
  /* Other States */
512
558
  .ui.ui.selectable.table tr.error:hover,
@@ -594,13 +640,13 @@
594
640
 
595
641
  /* Table Striping */
596
642
  .ui.striped.table > tr:nth-child(2n),
597
- .ui.striped.table tbody tr:nth-child(2n) {
643
+ .ui.striped.table > tbody > tr:nth-child(2n) {
598
644
  background-color: rgba(0, 0, 50, 0.02);
599
645
  }
600
646
 
601
647
  /* Stripes */
602
648
  .ui.inverted.striped.table > tr:nth-child(2n),
603
- .ui.inverted.striped.table tbody tr:nth-child(2n) {
649
+ .ui.inverted.striped.table > tbody > tr:nth-child(2n) {
604
650
  background-color: rgba(255, 255, 255, 0.05);
605
651
  }
606
652
 
@@ -1049,13 +1095,13 @@
1049
1095
  Sortable
1050
1096
  ---------------*/
1051
1097
 
1052
- .ui.sortable.table thead th {
1098
+ .ui.sortable.table > thead > tr > th {
1053
1099
  cursor: pointer;
1054
1100
  white-space: nowrap;
1055
1101
  border-left: 1px solid rgba(34, 36, 38, 0.15);
1056
1102
  color: rgba(0, 0, 0, 0.87);
1057
1103
  }
1058
- .ui.sortable.table thead th:first-child {
1104
+ .ui.sortable.table > thead > tr > th:first-child {
1059
1105
  border-left: none;
1060
1106
  }
1061
1107
  .ui.sortable.table thead th.sorted,
@@ -1065,7 +1111,7 @@
1065
1111
  -ms-user-select: none;
1066
1112
  user-select: none;
1067
1113
  }
1068
- .ui.sortable.table thead th:after {
1114
+ .ui.sortable.table > thead > tr > th:after {
1069
1115
  display: none;
1070
1116
  font-style: normal;
1071
1117
  font-weight: normal;
@@ -1089,7 +1135,7 @@
1089
1135
  cursor: auto;
1090
1136
  color: rgba(40, 40, 40, 0.3);
1091
1137
  }
1092
- .ui.sortable.table thead th:hover {
1138
+ .ui.sortable.table > thead > tr > th:hover {
1093
1139
  background: rgba(0, 0, 0, 0.05);
1094
1140
  color: rgba(0, 0, 0, 0.8);
1095
1141
  }
@@ -1116,13 +1162,13 @@
1116
1162
  background: rgba(255, 255, 255, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
1117
1163
  color: #ffffff;
1118
1164
  }
1119
- .ui.inverted.sortable.table thead th:hover {
1165
+ .ui.inverted.sortable.table > thead > tr > th:hover {
1120
1166
  background: rgba(255, 255, 255, 0.08) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
1121
1167
  background: rgba(255, 255, 255, 0.08) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
1122
1168
  background: rgba(255, 255, 255, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
1123
1169
  color: #ffffff;
1124
1170
  }
1125
- .ui.inverted.sortable.table thead th {
1171
+ .ui.inverted.sortable.table > thead > tr > th {
1126
1172
  border-left-color: transparent;
1127
1173
  border-right-color: transparent;
1128
1174
  }
@@ -1138,12 +1184,16 @@
1138
1184
  color: rgba(255, 255, 255, 0.9);
1139
1185
  border: none;
1140
1186
  }
1141
- .ui.ui.inverted.table th {
1187
+ .ui.ui.inverted.table > thead > tr > th,
1188
+ .ui.ui.inverted.table > tbody > tr > th,
1189
+ .ui.ui.inverted.table > tfoot > tr > th,
1190
+ .ui.ui.inverted.table > tr > th {
1142
1191
  background-color: rgba(0, 0, 0, 0.15);
1143
1192
  border-color: rgba(255, 255, 255, 0.1);
1144
1193
  color: rgba(255, 255, 255, 0.9);
1145
1194
  }
1146
- .ui.inverted.table tr td {
1195
+ .ui.inverted.table > tbody > tr > td,
1196
+ .ui.inverted.table > tr > td {
1147
1197
  border-color: rgba(255, 255, 255, 0.1);
1148
1198
  }
1149
1199
  .ui.inverted.table tr.disabled td,
@@ -1161,11 +1211,12 @@
1161
1211
  }
1162
1212
 
1163
1213
  /* Definition */
1164
- .ui.inverted.definition.table tfoot:not(.full-width) th:first-child,
1165
- .ui.inverted.definition.table thead:not(.full-width) th:first-child {
1214
+ .ui.inverted.definition.table > tfoot:not(.full-width) > tr > th:first-child,
1215
+ .ui.inverted.definition.table > thead:not(.full-width) > tr > th:first-child {
1166
1216
  background: #FFFFFF;
1167
1217
  }
1168
- .ui.inverted.definition.table tr td:first-child {
1218
+ .ui.inverted.definition.table > tbody > tr > td:first-child,
1219
+ .ui.inverted.definition.table > tr > td:first-child {
1169
1220
  background: rgba(255, 255, 255, 0.02);
1170
1221
  color: #ffffff;
1171
1222
  }
@@ -1188,22 +1239,26 @@
1188
1239
  -webkit-box-shadow: none;
1189
1240
  box-shadow: none;
1190
1241
  }
1191
- .ui.basic.table thead,
1192
- .ui.basic.table tfoot {
1242
+ .ui.basic.table > thead,
1243
+ .ui.basic.table > tfoot {
1193
1244
  -webkit-box-shadow: none;
1194
1245
  box-shadow: none;
1195
1246
  }
1196
- .ui.basic.table th {
1247
+ .ui.basic.table > thead > tr > th,
1248
+ .ui.basic.table > tbody > tr > th,
1249
+ .ui.basic.table > tfoot > tr > th,
1250
+ .ui.basic.table > tr > th {
1197
1251
  background: transparent;
1198
1252
  border-left: none;
1199
1253
  }
1200
- .ui.basic.table tbody tr {
1254
+ .ui.basic.table > tbody > tr {
1201
1255
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
1202
1256
  }
1203
- .ui.basic.table td {
1257
+ .ui.basic.table > tbody > tr > td,
1258
+ .ui.basic.table > tr > td {
1204
1259
  background: transparent;
1205
1260
  }
1206
- .ui.basic.striped.table tbody tr:nth-child(2n) {
1261
+ .ui.basic.striped.table > tbody > tr:nth-child(2n) {
1207
1262
  background-color: rgba(0, 0, 0, 0.05);
1208
1263
  }
1209
1264
 
@@ -1211,19 +1266,31 @@
1211
1266
  .ui[class*="very basic"].table {
1212
1267
  border: none;
1213
1268
  }
1214
- .ui[class*="very basic"].table:not(.sortable):not(.striped) th,
1215
- .ui[class*="very basic"].table:not(.sortable):not(.striped) td {
1269
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th,
1270
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th,
1271
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th,
1272
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th,
1273
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td,
1274
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td {
1216
1275
  padding: '';
1217
1276
  }
1218
- .ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child,
1219
- .ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child {
1277
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:first-child,
1278
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:first-child,
1279
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:first-child,
1280
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:first-child,
1281
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:first-child,
1282
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:first-child {
1220
1283
  padding-left: 0;
1221
1284
  }
1222
- .ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child,
1223
- .ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child {
1285
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:last-child,
1286
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:last-child,
1287
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:last-child,
1288
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:last-child,
1289
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:last-child,
1290
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:last-child {
1224
1291
  padding-right: 0;
1225
1292
  }
1226
- .ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th {
1293
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr:first-child > th {
1227
1294
  padding-top: 0;
1228
1295
  }
1229
1296
 
@@ -1231,15 +1298,24 @@
1231
1298
  Celled
1232
1299
  ---------------*/
1233
1300
 
1234
- .ui.celled.table tr th,
1235
- .ui.celled.table tr td {
1301
+ .ui.celled.table > tr > th,
1302
+ .ui.celled.table > thead > tr > th,
1303
+ .ui.celled.table > tbody > tr > th,
1304
+ .ui.celled.table > tfoot > tr > th,
1305
+ .ui.celled.table > tr > td,
1306
+ .ui.celled.table > tbody > tr > td {
1236
1307
  border-left: 1px solid rgba(34, 36, 38, 0.1);
1237
1308
  }
1238
- .ui.inverted.celled.table tr td {
1309
+ .ui.inverted.celled.table > tbody > tr > td,
1310
+ .ui.inverted.celled.table > tr > td {
1239
1311
  border-left: 1px solid rgba(255, 255, 255, 0.1);
1240
1312
  }
1241
- .ui.celled.table tr th:first-child,
1242
- .ui.celled.table tr td:first-child {
1313
+ .ui.celled.table > tr > th:first-child,
1314
+ .ui.celled.table > thead > tr > th:first-child,
1315
+ .ui.celled.table > tbody > tr > th:first-child,
1316
+ .ui.celled.table > tfoot > tr > th:first-child,
1317
+ .ui.celled.table > tr > td:first-child,
1318
+ .ui.celled.table > tbody > tr > td:first-child {
1243
1319
  border-left: none;
1244
1320
  }
1245
1321
 
@@ -1247,21 +1323,32 @@
1247
1323
  Padded
1248
1324
  ---------------*/
1249
1325
 
1250
- .ui.padded.table th {
1326
+ .ui.padded.table > tr > th,
1327
+ .ui.padded.table > thead > tr > th,
1328
+ .ui.padded.table > tbody > tr > th,
1329
+ .ui.padded.table > tfoot > tr > th {
1251
1330
  padding-left: 1em;
1252
1331
  padding-right: 1em;
1253
1332
  }
1254
- .ui.padded.table th,
1255
- .ui.padded.table td {
1333
+ .ui.padded.table > tr > th,
1334
+ .ui.padded.table > thead > tr > th,
1335
+ .ui.padded.table > tbody > tr > th,
1336
+ .ui.padded.table > tfoot > tr > th,
1337
+ .ui.padded.table > tr > td,
1338
+ .ui.padded.table > tbody > tr > td {
1256
1339
  padding: 1em 1em;
1257
1340
  }
1258
1341
 
1259
1342
  /* Very */
1260
- .ui[class*="very padded"].table th {
1343
+ .ui[class*="very padded"].table > tr > th,
1344
+ .ui[class*="very padded"].table > thead > tr > th,
1345
+ .ui[class*="very padded"].table > tbody > tr > th,
1346
+ .ui[class*="very padded"].table > tfoot > tr > th {
1261
1347
  padding-left: 1.5em;
1262
1348
  padding-right: 1.5em;
1263
1349
  }
1264
- .ui[class*="very padded"].table td {
1350
+ .ui[class*="very padded"].table > tr > td,
1351
+ .ui[class*="very padded"].table > tbody > tr > td {
1265
1352
  padding: 1.5em 1.5em;
1266
1353
  }
1267
1354
 
@@ -1269,20 +1356,28 @@
1269
1356
  Compact
1270
1357
  ---------------*/
1271
1358
 
1272
- .ui.compact.table th {
1359
+ .ui.compact.table > tr > th,
1360
+ .ui.compact.table > thead > tr > th,
1361
+ .ui.compact.table > tbody > tr > th,
1362
+ .ui.compact.table > tfoot > tr > th {
1273
1363
  padding-left: 0.7em;
1274
1364
  padding-right: 0.7em;
1275
1365
  }
1276
- .ui.compact.table td {
1366
+ .ui.compact.table > tr > td,
1367
+ .ui.compact.table > tbody > tr > td {
1277
1368
  padding: 0.5em 0.7em;
1278
1369
  }
1279
1370
 
1280
1371
  /* Very */
1281
- .ui[class*="very compact"].table th {
1372
+ .ui[class*="very compact"].table > tr > th,
1373
+ .ui[class*="very compact"].table > thead > tr > th,
1374
+ .ui[class*="very compact"].table > tbody > tr > th,
1375
+ .ui[class*="very compact"].table > tfoot > tr > th {
1282
1376
  padding-left: 0.6em;
1283
1377
  padding-right: 0.6em;
1284
1378
  }
1285
- .ui[class*="very compact"].table td {
1379
+ .ui[class*="very compact"].table > tr > td,
1380
+ .ui[class*="very compact"].table > tbody > tr > td {
1286
1381
  padding: 0.4em 0.6em;
1287
1382
  }
1288
1383