]> git.za3k.com Git - flowy.git/commitdiff
Don't highlight textbox you're editing
authorZachary Vance <vanceza@gmail.com>
Wed, 3 Jun 2015 23:25:02 +0000 (16:25 -0700)
committerZachary Vance <vanceza@gmail.com>
Wed, 3 Jun 2015 23:25:13 +0000 (16:25 -0700)
dist/flowy.css
src/css/flowy.less

index 149322e796bbe3aab840449f77fd9e1a6e3acbc9..1de14f9df5be7a8a5762591d0ef76befcf185813 100644 (file)
@@ -18,6 +18,7 @@ body {
   font-size: 20pt;
   margin-top: 5px;
   margin-bottom: 5px;
+  outline: 0;
 }
 .bullets > .todo {
   margin-left: 30px;
index 30f39c8b4a524cbd838b1ad503b96b46b295a473..a06b421e40527c9d074d4b1f6c7878cc967aedde 100644 (file)
@@ -20,6 +20,7 @@ body {
     font-size: 20pt;
     margin-top: 5px;
     margin-bottom: 5px;
+    outline: 0;
 }
 
 .bullets > .todo {