mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
nav, buttons, and docs updates to account for outline: 0; on :active
This commit is contained in:
+5
-1
@@ -5,10 +5,14 @@
|
||||
.dropdown {
|
||||
position: relative;
|
||||
}
|
||||
.dropdown .dropdown-toggle {
|
||||
.dropdown-toggle {
|
||||
// The caret makes the toggle a bit too tall in IE7
|
||||
*margin-bottom: -3px;
|
||||
}
|
||||
.dropdown-toggle:active,
|
||||
.open .dropdown-toggle {
|
||||
outline: 0;
|
||||
}
|
||||
// Dropdown arrow/caret
|
||||
.caret {
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user