Pledge List: Remove unused prototype.

Fixes #62
Closes #79
This commit is contained in:
Melissa Ashforth 2019-11-03 14:20:42 -06:00 committed by Ian Dunn
parent 1576a18d24
commit c7e329ec32
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
6 changed files with 1 additions and 195 deletions

View file

@ -1,21 +0,0 @@
/* copy homepage styles except those trendy fixed bg images */
.fftf-sorting-indicator {
visibility: hidden;
}
.fftf-sorted-ascending .fftf-sorting-indicator,
.fftf-sorted-descending .fftf-sorting-indicator,
.fftf-companies th:hover .fftf-sorting-indicator {
visibility: visible;
font: normal 20px/1 dashicons;
}
.fftf-sorting-indicator::before,
.fftf-sorted-ascending .fftf-sorting-indicator::before {
content: "\f142";
}
.fftf-sorted-descending .fftf-sorting-indicator::before {
content: "\f140";
}