From 7af0fb6e2aa3811b5d9daa755e26b3742e8156d1 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Sat, 6 Mar 2021 23:33:26 +0000 Subject: [PATCH] Remove edge borders from column buttons --- public/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/style.css b/public/style.css index 509ef52..f85ab73 100644 --- a/public/style.css +++ b/public/style.css @@ -173,6 +173,14 @@ span.applink { margin-bottom: 0; } +.btn-group-justified .btn-group:first-child > .btn { + border-left: none; +} + +.btn-group-justified .btn-group:last-child > .btn { + border-right: none; +} + .btn-group-justified .btn, .btn-group-justified .btn:focus { outline: 0;