removed outline from buttons in Firefox

This commit is contained in:
michael1011 2018-03-29 16:00:16 +02:00
parent 1f7126d4c2
commit eb1d19e8b1
No known key found for this signature in database
GPG Key ID: 84D249BA71685D46
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@
cursor: pointer;
}
.lightningTipButton:focus {
outline: none;
}
#lightningTip {
width: 12em;