Hide drag icon when blocked project

stable
Xavier Julián 2016-03-28 11:16:10 +02:00
parent b412350e9f
commit e4434b78ed
1 changed files with 6 additions and 2 deletions

View File

@ -68,11 +68,15 @@
.project-title, .project-title,
.private, .private,
.project-description, .project-description,
.icon-badge, .icon-badge {
.icon-drag {
opacity: .25; opacity: .25;
} }
} }
&.blocked-project:hover {
.icon-drag {
opacity: 1;
}
}
.list-itemtype-project-data-wrapper { .list-itemtype-project-data-wrapper {
display: flex; display: flex;
} }