Skip to content

Commit 67bca39

Browse files
skjnldsvBackportbot
authored andcommitted
Remove quota feedback if no link set
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
1 parent 5b60272 commit 67bca39

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/files/css/files.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,14 @@ table.dragshadow td.size {
752752
border-radius: 0;
753753
background-color: transparent;
754754
z-index:1;
755+
756+
> a[href='#'] {
757+
// if no link is set, no mouse feedback
758+
box-shadow: none !important;
759+
&, * {
760+
cursor: default !important;
761+
}
762+
}
755763

756764
.quota-container {
757765
height: 5px;

0 commit comments

Comments
 (0)