WebSockets: remove Firefox button focus border in transport surface

This commit is contained in:
Luciano Iam 2020-04-19 18:55:27 +02:00 committed by Robin Gareus
parent 4f2fdb10a3
commit 66b8a741ae
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -14,6 +14,10 @@ button {
background-position: center;
}
button::-moz-focus-inner {
border: 0;
}
#main {
position: fixed;
height: 100%;