Fix task ghost

This commit is contained in:
kolaente 2021-07-28 20:34:02 +02:00
parent 66b6effe87
commit b130424498
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 7 additions and 7 deletions

View File

@ -26,16 +26,16 @@ $filter-container-height: '1rem - #{$switch-view-height}';
@media screen and (max-width: $tablet) {
height: calc(#{$crazy-height-calculation} - #{$filter-container-height});
}
&-bucket-container {
display: flex;
align-items: flex-start;
}
.ghost {
background: transparent;
border: 3px dashed $grey-300;
box-shadow: none;
background: transparent !important;
border: 3px dashed $grey-300 !important;
box-shadow: none !important;
* {
opacity: 0;
@ -218,11 +218,10 @@ $filter-container-height: '1rem - #{$switch-view-height}';
display: none;
}
}
.dropper {
min-height: 40px;
}
}
.move-card-move {
@ -291,6 +290,7 @@ $filter-container-height: '1rem - #{$switch-view-height}';
height: auto;
padding: .4rem .5rem;
display: inline-block;
cursor: pointer;
}
}