mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 01:55:46 +02:00
Fixed small button caret and moved less code to dropdowns
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user