From: Joe Workman Date: Fri, 9 Jun 2017 14:30:40 +0000 (-0700) Subject: Remove :not selector since not XPath compatible X-Git-Tag: v2.3.0~7^2~27^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed742dd5a2e35e1f189d884dea573cdf93692481;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Remove :not selector since not XPath compatible --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 81005184..930086e0 100755 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -145,7 +145,7 @@ table.button.large { table.button.expand, table.button.expanded { - width: 100%; + width: 100%!important; table { width: 100%; diff --git a/scss/grid/_grid.scss b/scss/grid/_grid.scss index ea81daa2..1f87716f 100755 --- a/scss/grid/_grid.scss +++ b/scss/grid/_grid.scss @@ -92,8 +92,12 @@ td.columns, td.column, th.columns, th.column { - table:not(.button) { + table { width: 100%; + + &.button { + width:auto; + } } }