From ed742dd5a2e35e1f189d884dea573cdf93692481 Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Fri, 9 Jun 2017 07:30:40 -0700 Subject: [PATCH] Remove :not selector since not XPath compatible --- scss/components/_button.scss | 2 +- scss/grid/_grid.scss | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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; + } } } -- 2.47.3