]> cat aescling's git repositories - mastodon.git/commitdiff
Remove outline from body window (Fixes #6501) (#6502)
authorHellPie <HellPie@users.noreply.github.com>
Sun, 18 Feb 2018 15:32:58 +0000 (16:32 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 18 Feb 2018 15:32:58 +0000 (16:32 +0100)
app/javascript/styles/mastodon/basics.scss

index 0e3b9ad6bfe1040d9b0f179d8fe14f050d5b7e4b..bec0d4d91a35d9e4b76eb3c5c5c7c4b71aba4332 100644 (file)
@@ -122,5 +122,6 @@ button {
     height: 100%;
     align-items: center;
     justify-content: center;
+    outline: 0 !important;
   }
 }