summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-05-21 21:03:14 +0200
committerGitHub <noreply@github.com>2019-05-21 21:03:14 +0200
commit446dfd9d1d94e72daecbe5602afdb6febe4553d4 (patch)
tree790905ecef69d31b7827d392aa8f3aef24bf0a83 /apps
parent553543e85c59b72b45f2a1b83fabea67d4681c64 (diff)
parent7ec38454947f1e68b1f818729082031d70f8285c (diff)
downloadnextcloud-server-446dfd9d1d94e72daecbe5602afdb6febe4553d4.tar.gz
nextcloud-server-446dfd9d1d94e72daecbe5602afdb6febe4553d4.zip
Merge pull request #15651 from nextcloud/fix/quota/hover-feedback
Remove quota feedback if no link set
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.scss8
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;