diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-05-21 10:47:56 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-05-21 11:11:30 +0200 |
commit | 7ec38454947f1e68b1f818729082031d70f8285c (patch) | |
tree | 3f4bdafe390d682527af15cb9909f934d2f70a17 /apps/files | |
parent | ac92603014268a13a9b31beb8bd9dd26cbd84282 (diff) | |
download | nextcloud-server-7ec38454947f1e68b1f818729082031d70f8285c.tar.gz nextcloud-server-7ec38454947f1e68b1f818729082031d70f8285c.zip |
Remove quota feedback if no link set
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 39a5d7e3bc4..daf4ef2dd78 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; |