Workaround firefox not allowing SVG elements to have focus

This commit is contained in:
Nick O'Leary
2016-05-22 21:23:30 +01:00
parent 59a7c46482
commit 8d4be848b0
3 changed files with 3 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
transition: right 0.2s ease;
}
#chart svg:focus {
#chart:focus {
outline: none;
}