Merge pull request #1575 from mabashian/1522-expand-results

Implemented expand/collapse job results
This commit is contained in:
Jake McDermott
2018-04-25 17:56:53 -04:00
committed by GitHub
6 changed files with 46 additions and 15 deletions

View File

@@ -70,6 +70,10 @@
height: @at-height-textarea;
}
.at-Input-button--active {
.at-mixin-ButtonColor(at-color-info, at-color-default);
}
.at-Input--focus {
border-color: @at-color-input-focus;
}
@@ -269,4 +273,4 @@
cursor: not-allowed;
}
}
}
}