From 7ec38454947f1e68b1f818729082031d70f8285c 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 39a5d7e3bc..daf4ef2dd7 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -770,6 +770,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;