Merge pull request #557 from hoodiek/master

fix button outline showing on clicks for prettiness
This commit is contained in:
Eugen
2017-01-27 18:41:05 +01:00
committed by GitHub

View File

@@ -110,6 +110,10 @@ body {
font-feature-settings: "kern";
text-size-adjust: none;
button:focus {
outline: none !important;
}
&.app-body {
position: fixed;
width: 100%;