mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Merge pull request #8545 from liuyl/refactor-btngroups
refactor button-groups.less
This commit is contained in:
commit
e78ba0ff82
@ -40,13 +40,14 @@
|
||||
float: left;
|
||||
}
|
||||
// Space out series of button groups
|
||||
> .btn + .btn,
|
||||
> .btn-group + .btn,
|
||||
> .btn + .btn-group,
|
||||
> .btn-group + .btn-group {
|
||||
> .btn,
|
||||
> .btn-group {
|
||||
+ .btn,
|
||||
+ .btn-group {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
|
||||
border-radius: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user