Commit 6c44246d authored by Mark Otto's avatar Mark Otto

fix broken focus state on download button (fixes #8782)

parent e74a25a3
......@@ -20,6 +20,7 @@ body {
border-color: #e5e5e5;
}
.btn-bs:hover,
.btn-bs:focus,
.btn-bs:active {
color: #fff;
background-color: #563d7c;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment