Skip to content
Snippets Groups Projects
Commit 2a6773d5 authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Merge pull request #557 from hoodiek/master

fix button outline showing on clicks for prettiness
parents dc3e0529 6c372855
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,10 @@ body {
font-feature-settings: "kern";
text-size-adjust: none;
button:focus {
outline: none !important;
}
&.app-body {
position: fixed;
width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment