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
|
@ -752,6 +752,14 @@ table.dragshadow td.size {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
z-index:1;
|
z-index:1;
|
||||||
|
|
||||||
|
> a[href='#'] {
|
||||||
|
// if no link is set, no mouse feedback
|
||||||
|
box-shadow: none !important;
|
||||||
|
&, * {
|
||||||
|
cursor: default !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.quota-container {
|
.quota-container {
|
||||||
height: 5px;
|
height: 5px;
|
||||||
|
|
Loading…
Reference in New Issue