From cad08c555fb489839e29087830cf5dcac27d5157 Mon Sep 17 00:00:00 2001 From: Michael Mullins Date: Fri, 7 Mar 2014 00:13:22 -0600 Subject: [PATCH] use :only-child instead for tfoot fix --- src/collections/table.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collections/table.less b/src/collections/table.less index 737c34ed7..6589feb6c 100755 --- a/src/collections/table.less +++ b/src/collections/table.less @@ -66,7 +66,7 @@ .ui.table tfoot th:last-child { border-radius: 0px 0px 5px 0px; } -.ui.table tfoot th:first-child:last-child { +.ui.table tfoot th:only-child { border-radius: 0px 0px 5px 5px; }