Merge pull request #15651 from nextcloud/fix/quota/hover-feedback

Remove quota feedback if no link set
This commit is contained in:
Morris Jobke 2019-05-21 21:03:14 +02:00 committed by GitHub
commit 446dfd9d1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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;