summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-02-09 16:28:09 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-02-09 16:28:09 +0000
commit4491f3dd580b7795ce972295b9b3e39b7630f1ff (patch)
tree0296878ce1c1276c2904bae4a137cdd218fb390e
parent2a19d311f63a15c99bfd91c1651b965fd62eaa7d (diff)
downloadmullvadvpn-4491f3dd580b7795ce972295b9b3e39b7630f1ff.tar.xz
mullvadvpn-4491f3dd580b7795ce972295b9b3e39b7630f1ff.zip
Disable annoying focus ring
-rw-r--r--app/assets/css/global.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/css/global.css b/app/assets/css/global.css
index b30b5167ca..f724a6b5ff 100644
--- a/app/assets/css/global.css
+++ b/app/assets/css/global.css
@@ -1,5 +1,9 @@
* { box-sizing: border-box; }
+:focus {
+ outline: 0;
+}
+
html {
-webkit-font-smoothing: antialiased;
user-select: none;