From a2bf38f06d558007cc6c6e877f36b8b64d68b594 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20Sol=C3=A8r?= Date: Sun, 1 May 2016 13:11:00 +0200 Subject: [PATCH] Fixes the radius on expanded warning button --- scss/components/_button.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.47.2