Turned the activity stream button into a toggle. Removed the dashboard icon that was shown when a state does not have an activity stream.

This commit is contained in:
Michael Abashian
2016-05-18 11:22:27 -04:00
parent e32d20b5c4
commit ecf8d8765d
6 changed files with 56 additions and 42 deletions

View File

@@ -188,13 +188,14 @@ table, tbody {
display: flex;
}
.List-auxAction + .List-actions {
margin-left: 20px;
.List-actions {
display: flex;
}
.List-auxAction {
align-items: center;
display: flex;
margin-left: 20px;
}
.List-auxActionStream {