Remove quota feedback if no link set
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
5b602723b1
commit
67bca39de0
|
@ -753,6 +753,14 @@ table.dragshadow td.size {
|
|||
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;
|
||||
border-radius: var(--border-radius);
|
||||
|
|
Loading…
Reference in New Issue