mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
fix #1631 by adding focus to radio buttons
This commit is contained in:
@@ -202,6 +202,7 @@ textarea:focus {
|
||||
outline: thin dotted \9; /* IE6-8 */
|
||||
}
|
||||
input[type="file"]:focus,
|
||||
input[type="radio"]:focus,
|
||||
input[type="checkbox"]:focus,
|
||||
select:focus {
|
||||
.box-shadow(none); // override for file inputs
|
||||
|
||||
Reference in New Issue
Block a user