mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Fixed small button caret and moved less code to dropdowns
This commit is contained in:
parent
3d58b46226
commit
efd5e29ff4
@ -141,8 +141,3 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Small button dropdowns
|
|
||||||
.btn-small .caret {
|
|
||||||
margin-top: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
@ -37,6 +37,10 @@
|
|||||||
.open.dropdown .caret {
|
.open.dropdown .caret {
|
||||||
.opacity(100);
|
.opacity(100);
|
||||||
}
|
}
|
||||||
|
// Small button dropdowns
|
||||||
|
.btn-small .caret {
|
||||||
|
margin-top: 6px;
|
||||||
|
}
|
||||||
// The dropdown menu (ul)
|
// The dropdown menu (ul)
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user