Merge pull request #15666 from nextcloud/backport/15651/stable16

[stable16] Remove quota feedback if no link set
This commit is contained in:
Roeland Jago Douma 2019-05-21 22:25:10 +02:00 committed by GitHub
commit 8cd7218e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -752,6 +752,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;