1
0
Fork 0

Remove edge borders from column buttons

This commit is contained in:
Ryan Fox 2021-03-06 23:33:26 +00:00
parent 89d1670ece
commit 7af0fb6e2a
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 8 additions and 0 deletions

View File

@ -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;