mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-13 17:10:59 +00:00
Merge pull request #11887 from twbs/minor-panels-refactor
minor refactoring of 4ee93c9f85
This commit is contained in:
commit
05b0a74d9a
1 changed files with 11 additions and 9 deletions
|
|
@ -95,15 +95,17 @@
|
|||
border: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
> .table-striped > tbody > tr:last-child,
|
||||
> .table-responsive > .table-striped > tbody > tr:last-child {
|
||||
td:first-child,
|
||||
th:first-child {
|
||||
border-bottom-left-radius: (@panel-border-radius - 1);
|
||||
}
|
||||
td:last-child,
|
||||
th:last-child {
|
||||
border-bottom-left-radius: (@panel-border-radius - 1);
|
||||
> .table-striped,
|
||||
> .table-responsive > .table-striped {
|
||||
> tbody > tr:last-child {
|
||||
td:first-child,
|
||||
th:first-child {
|
||||
border-bottom-left-radius: (@panel-border-radius - 1);
|
||||
}
|
||||
td:last-child,
|
||||
th:last-child {
|
||||
border-bottom-left-radius: (@panel-border-radius - 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue