From: Marc Solèr Date: Sun, 1 May 2016 11:11:00 +0000 (+0200) Subject: Fixes the radius on expanded warning button X-Git-Tag: v2.2.1~7^2~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F402%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Fixes the radius on expanded warning button --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index a00ed865..298ac6cd 100755 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -289,7 +289,7 @@ table.button.warning { table { td { background: $warning-color; - border: 2px solid $warning-color; + border: 0px solid $warning-color; } a { @@ -308,4 +308,4 @@ table.button.warning:hover { border: 0px solid darken($warning-color, 10%); } } -} \ No newline at end of file +}