mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #15666 from nextcloud/backport/15651/stable16
[stable16] Remove quota feedback if no link set
This commit is contained in:
commit
8cd7218e38
1 changed files with 8 additions and 0 deletions
|
|
@ -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 a new issue