global.css: fix duplicate and typo'ed :focus

This commit is contained in:
the-j0k3r 2018-05-20 07:04:58 +01:00 committed by GitHub
parent 261b74d6ad
commit b3ca9ca663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,6 @@ select[disabled] > option {
display: none !important; display: none !important;
} }
[data-focused-via-click] :focus,
[data-focused-via-click]:focus { [data-focused-via-click]:focus {
outline: none; outline: none;
} }