diff options
author | Noah Loomans <noahloomans@gmail.com> | 2017-12-10 19:12:08 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2017-12-10 19:12:08 +0100 |
commit | 65d25ee00ebed51ea87cdc419591481d1814d92c (patch) | |
tree | b00bc1c20aa5c5adbfad14f12e7cbd0af7341727 /src/client/style | |
parent | 797fb96cd0001d6c739c89507befc73d3d8a6614 (diff) |
Hide outline
Diffstat (limited to 'src/client/style')
-rw-r--r-- | src/client/style/index.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/style/index.scss b/src/client/style/index.scss index d7d8b01..19ef748 100644 --- a/src/client/style/index.scss +++ b/src/client/style/index.scss @@ -43,6 +43,7 @@ body { padding: 16px; padding-left: 0px; font-size: 16px; + outline: none; } } |