From: Zachary Vance Date: Wed, 3 Jun 2015 23:25:02 +0000 (-0700) Subject: Don't highlight textbox you're editing X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=e529f14a25bb4beaf7fb4d1811284022892b5a63;p=flowy.git Don't highlight textbox you're editing --- diff --git a/dist/flowy.css b/dist/flowy.css index 149322e..1de14f9 100644 --- a/dist/flowy.css +++ b/dist/flowy.css @@ -18,6 +18,7 @@ body { font-size: 20pt; margin-top: 5px; margin-bottom: 5px; + outline: 0; } .bullets > .todo { margin-left: 30px; diff --git a/src/css/flowy.less b/src/css/flowy.less index 30f39c8..a06b421 100644 --- a/src/css/flowy.less +++ b/src/css/flowy.less @@ -20,6 +20,7 @@ body { font-size: 20pt; margin-top: 5px; margin-bottom: 5px; + outline: 0; } .bullets > .todo {