Skip to content
Snippets Groups Projects
Unverified Commit 446dfd9d authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

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

Remove quota feedback if no link set
parents 553543e8 7ec38454
No related branches found
No related tags found
No related merge requests found
...@@ -770,6 +770,14 @@ table.dragshadow td.size { ...@@ -770,6 +770,14 @@ table.dragshadow td.size {
border-radius: 0; border-radius: 0;
background-color: transparent; background-color: transparent;
z-index:1; z-index:1;
> a[href='#'] {
// if no link is set, no mouse feedback
box-shadow: none !important;
&, * {
cursor: default !important;
}
}
.quota-container { .quota-container {
height: 5px; height: 5px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment