Remove quota feedback if no link set

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2019-05-21 10:47:56 +02:00 committed by Backportbot
parent 5b602723b1
commit 67bca39de0
1 changed files with 8 additions and 0 deletions

View File

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