Skip to content

Commit

Permalink
Remove quota feedback if no link set
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv authored and nachoparker committed Jun 28, 2019
1 parent f108f1f commit 13aae14
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 13aae14

Please sign in to comment.