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

This commit is contained in:
HellPie 2018-02-18 16:32:58 +01:00 committed by Eugen Rochko
parent 51869f2a8c
commit bc6751ecce

View file

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