Skip to content

Commit 9491da3

Browse files
committed
fix(admin): fix .btn-group-vertical border-radius
1 parent 4235314 commit 9491da3

2 files changed

Lines changed: 24 additions & 5 deletions

File tree

src/css/admin.css

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,10 +1364,29 @@ td,
13641364

13651365
.btn-group-xs > .btn,
13661366
.btn-xs {
1367-
border-radius: .188rem;
1368-
font-size: .65rem;
1369-
line-height: 1.5;
1370-
padding: .0625rem .312rem;
1367+
border-radius: .188rem !important;
1368+
font-size: .65rem !important;
1369+
line-height: 1.5 !important;
1370+
padding: .0625rem .312rem !important;
1371+
}
1372+
1373+
.btn-group-vertical > .btn {
1374+
border-radius: 0 !important;
1375+
margin-left: 0 !important;
1376+
}
1377+
1378+
.btn-group-vertical > .btn:first-child {
1379+
border-top-left-radius: .188rem !important;
1380+
border-top-right-radius: .188rem !important;
1381+
}
1382+
1383+
.btn-group-vertical > .btn:last-child {
1384+
border-bottom-left-radius: .188rem !important;
1385+
border-bottom-right-radius: .188rem !important;
1386+
}
1387+
1388+
.btn-group-vertical > .btn {
1389+
border-radius: 0 !important;
13711390
}
13721391

13731392
.btn-info {

src/css/admin.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)