]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix broken focus state on download button (fixes #8782)
authorMark Otto <otto@github.com>
Mon, 29 Jul 2013 16:42:50 +0000 (09:42 -0700)
committerMark Otto <otto@github.com>
Mon, 29 Jul 2013 16:42:50 +0000 (09:42 -0700)
assets/css/docs.css

index 4cbe895ea4ac0a60d4225e7992937a4770c4d56a..2064df40b4573453e21d0dc67c262d6c924c3c43 100644 (file)
@@ -20,6 +20,7 @@ body {
   border-color: #e5e5e5;
 }
 .btn-bs:hover,
+.btn-bs:focus,
 .btn-bs:active {
   color: #fff;
   background-color: #563d7c;