From 6a8153aca36918977f07bebc106ccf859326a754 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 10 May 2017 11:44:58 +0200 Subject: [PATCH] Fix selection issues in the drive with Chrome --- www/drive/file.css | 3 +++ www/drive/file.less | 4 ++++ www/drive/inner.html | 2 +- www/drive/main.js | 31 +++++++++++++++++++++++-------- 4 files changed, 31 insertions(+), 9 deletions(-) diff --git a/www/drive/file.css b/www/drive/file.css index 431cecd60..fed050db1 100644 --- a/www/drive/file.css +++ b/www/drive/file.css @@ -43,6 +43,9 @@ body { margin-top: 0.5em; } } +div:focus { + outline: none; +} .fa { /*min-width: 17px;*/ margin-right: 3px; diff --git a/www/drive/file.less b/www/drive/file.less index fc6985802..fe506ae35 100644 --- a/www/drive/file.less +++ b/www/drive/file.less @@ -70,6 +70,10 @@ body { } } +div:focus { + outline: none; +} + .fa { /*min-width: 17px;*/ margin-right: 3px; diff --git a/www/drive/inner.html b/www/drive/inner.html index 859ae3391..c7f63f860 100644 --- a/www/drive/inner.html +++ b/www/drive/inner.html @@ -14,7 +14,7 @@
-
+