more progress

This commit is contained in:
Feross Aboukhadijeh
2016-08-23 04:21:58 -07:00
parent 157226f75b
commit 82853aa017
4 changed files with 32 additions and 34 deletions

View File

@@ -124,10 +124,6 @@ table {
* UTILITY CLASSES
*/
.clickable {
cursor: pointer;
}
.ellipsis {
overflow: hidden;
text-overflow: ellipsis;
@@ -142,26 +138,6 @@ table {
float: right;
}
.expand-collapse.expanded::before {
content: '▲'
}
.expand-collapse.collapsed::before {
content: '▼'
}
.expand-collapse::before {
margin-right: 5px;
}
.expand-collapse.collapsed {
display: block;
}
.collapsed {
display: none;
}
/*
* HEADER
*/