Merge pull request #15666 from nextcloud/backport/15651/stable16
[stable16] Remove quota feedback if no link set
This commit is contained in:
commit
8cd7218e38
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue