aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-05 02:14:25 -0800
committerMark Otto <[email protected]>2012-02-05 02:14:25 -0800
commit91475c865dd8fe224c574c1a15e8949fccdda8c0 (patch)
treefa4a0c33680a5123e946cfd4662e20cad2888e70 /less/forms.less
parent4a09cf04d8d644734f91c9a9ce97091ad698fcce (diff)
downloadbootstrap-91475c865dd8fe224c574c1a15e8949fccdda8c0.tar.xz
bootstrap-91475c865dd8fe224c574c1a15e8949fccdda8c0.zip
fix #1631 by adding focus to radio buttons
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less
index 48f80396e..a8de0f24c 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -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