Browse Source

Remove outline from body window (Fixes #6501) (#6502)

pull/4/head
HellPie 6 years ago
committed by Eugen Rochko
parent
commit
bc6751ecce
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/mastodon/basics.scss

+ 1
- 0
app/javascript/styles/mastodon/basics.scss View File

@ -122,5 +122,6 @@ button {
height: 100%;
align-items: center;
justify-content: center;
outline: 0 !important;
}
}

Loading…
Cancel
Save