mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
Minor fixes
This commit is contained in:
committed by
Mark Otto
parent
9ccee925fb
commit
1dc59b0d4e
@@ -30,6 +30,10 @@
|
|||||||
&:hover {
|
&:hover {
|
||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
z-index: 3;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-clipboard {
|
.btn-clipboard {
|
||||||
|
@@ -881,7 +881,7 @@ Put a form within a dropdown menu, or make it into a dropdown menu, and use [mar
|
|||||||
|
|
||||||
{{< example >}}
|
{{< example >}}
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
|
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" data-bs-auto-close="outside">
|
||||||
Dropdown form
|
Dropdown form
|
||||||
</button>
|
</button>
|
||||||
<form class="dropdown-menu p-4">
|
<form class="dropdown-menu p-4">
|
||||||
|
Reference in New Issue
Block a user