mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Workaround firefox not allowing SVG elements to have focus
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
transition: right 0.2s ease;
|
||||
}
|
||||
|
||||
#chart svg:focus {
|
||||
#chart:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user