Enhancement #4339: Improve drag and drop style and visualization

stable
Xavier Julián 2016-06-10 13:50:35 +02:00 committed by David Barragán Merino
parent 47d4c8599d
commit 50d9633851
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,7 @@
@include font-type(text);
align-items: center;
border-bottom: 1px solid $gray-light;
cursor: move;
display: flex;
justify-content: space-between;
padding: 1rem 0;
@ -14,6 +15,7 @@
transition-delay: .2s;
}
.dragger {
cursor: move;
fill: $gray-light;
opacity: 1;
transition: opacity .2s linear;
@ -21,7 +23,11 @@
}
}
.dragger {
margin-right: .5rem;
opacity: 0;
svg {
@include svg-size(.9rem);
}
}
.remove-wiki-page {
opacity: 0;