mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 18:44:01 +02:00
Fix dropdown toggle visible focus in headers example
This commit is contained in:
committed by
Mark Otto
parent
b8b81669f0
commit
912cfe5823
@@ -10,6 +10,6 @@
|
|||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-toggle {
|
.dropdown-toggle:not(:focus) {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user