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 { ...@@ -20,6 +20,7 @@ body {
border-color: #e5e5e5; border-color: #e5e5e5;
} }
.btn-bs:hover, .btn-bs:hover,
.btn-bs:focus,
.btn-bs:active { .btn-bs:active {
color: #fff; color: #fff;
background-color: #563d7c; 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