]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Remove :not selector since not XPath compatible
authorJoe Workman <joe@workmanmail.com>
Fri, 9 Jun 2017 14:30:40 +0000 (07:30 -0700)
committerJoe Workman <joe@workmanmail.com>
Fri, 9 Jun 2017 14:30:40 +0000 (07:30 -0700)
scss/components/_button.scss
scss/grid/_grid.scss

index 810051845b821dcf5828e3327311cb975c178590..930086e0deb5f63159659801e38f38aa068cf773 100755 (executable)
@@ -145,7 +145,7 @@ table.button.large {
 
 table.button.expand,
 table.button.expanded {
-  width: 100%;
+  width: 100%!important;
 
   table {
     width: 100%;
index ea81daa2308b2727f726f42159593984c07bcb54..1f87716f17d4349a10413e6d4690c38fb9585b48 100755 (executable)
@@ -92,8 +92,12 @@ td.columns,
 td.column,
 th.columns,
 th.column {
-  table:not(.button) {
+  table {
     width: 100%;
+
+    &.button {
+      width:auto;
+    }
   }
 }