mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
This commit is contained in:
Vendored
+1
-2
@@ -1792,11 +1792,10 @@ input[type="color"].input-small {
|
|||||||
|
|
||||||
.input-group-btn > .btn {
|
.input-group-btn > .btn {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group-btn > .btn + .btn {
|
.input-group-btn > .btn + .btn {
|
||||||
margin-left: -1px;
|
margin-left: -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group-btn > .btn:hover,
|
.input-group-btn > .btn:hover,
|
||||||
|
|||||||
+2
-2
@@ -392,9 +392,9 @@ input[type="color"] {
|
|||||||
}
|
}
|
||||||
.input-group-btn > .btn {
|
.input-group-btn > .btn {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left; // Collapse white-space
|
// Jankily prevent input button groups from wrapping
|
||||||
+ .btn {
|
+ .btn {
|
||||||
margin-left: -1px;
|
margin-left: -4px;
|
||||||
}
|
}
|
||||||
// Bring the "active" button to the front
|
// Bring the "active" button to the front
|
||||||
&:hover,
|
&:hover,
|
||||||
|
|||||||
Reference in New Issue
Block a user