diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index 59487592f..575e0421d 100644 --- a/public/index.html +++ b/public/index.html @@ -13,8 +13,7 @@ #app-root { display:flex; height:100%; } /* Remove focus state on inputs */ - input:focus, - textarea:focus { + *:focus { outline: 0; } </style> |