mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-07 03:05:44 +03:00
parent
1576a18d24
commit
c7e329ec32
6 changed files with 1 additions and 195 deletions
|
@ -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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue