1
0
Fork 0

Only hide borders on column menus

This commit is contained in:
Ryan Fox 2021-03-07 02:38:51 +00:00
parent ea00e2d684
commit 325a698ebe
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 2 additions and 2 deletions

View File

@ -173,11 +173,11 @@ span.applink {
margin-bottom: 0;
}
.btn-group-justified .btn-group:first-child > .btn {
.column-menu .btn-group:first-child > .btn {
border-left: none;
}
.btn-group-justified .btn-group:last-child > .btn {
.column-menu .btn-group:last-child > .btn {
border-right: none;
}