From 67bca39de0bccdc21a4d5a184a5bea5025078b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 21 May 2019 10:47:56 +0200 Subject: [PATCH] Remove quota feedback if no link set MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files/css/files.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index a5e28ff38d..8b37b65b94 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -752,6 +752,14 @@ table.dragshadow td.size { border-radius: 0; background-color: transparent; z-index:1; + + > a[href='#'] { + // if no link is set, no mouse feedback + box-shadow: none !important; + &, * { + cursor: default !important; + } + } .quota-container { height: 5px;