about summary refs log tree commit diff
path: root/bskyweb/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'bskyweb/templates/base.html')
-rw-r--r--bskyweb/templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html
index 28b92958e..d3d76ad0a 100644
--- a/bskyweb/templates/base.html
+++ b/bskyweb/templates/base.html
@@ -57,8 +57,9 @@
       }
     }*/
 
+    /* OLLIE: TODO -- this is not accessible */
     /* Remove focus state on inputs */
-    *:focus {
+    input:focus {
       outline: 0;
     }
     /* Remove default link styling */