Fix task ghost
This commit is contained in:
parent
66b6effe87
commit
b130424498
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user