diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 39a5d7e3bc432e188afdb44268d65241543789d7..daf4ef2dd7872077171e086bcd979ad8114c8ae1 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;