mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 12:54:24 -04:00
Merge pull request #15651 from nextcloud/fix/quota/hover-feedback
Remove quota feedback if no link set
This commit is contained in:
commit
446dfd9d1d
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue