.je-workflow-task-change{
  .task-item{
    height:32px;
    line-height: 32px;
    padding:0 10px;    
    cursor: pointer;
    &.is--active,
    &:hover{
      background-color:darken(@primary-1,2%);
      color:@primary-color;
    }
  }
}