1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02:00

fix #1631 by adding focus to radio buttons

This commit is contained in:
Mark Otto
2012-02-05 02:14:25 -08:00
parent 4a09cf04d8
commit 91475c865d
3 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@@ -654,7 +654,10 @@ input:focus, textarea:focus {
/* IE6-8 */
}
input[type="file"]:focus, input[type="checkbox"]:focus, select:focus {
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;