Switch "navigation-" back to "-navigation"
Original edit not needed for `[class*="navigation"]` selector. Matches other class/id navigation naming conventions.
This commit is contained in:
parent
d480e820c3
commit
31331b4b64
4 changed files with 5 additions and 5 deletions
|
@ -589,7 +589,7 @@ object {
|
|||
----------------------------------------------- */
|
||||
|
||||
/* Globally hidden elements when Infinite Scroll is supported and in use. */
|
||||
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
|
||||
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
|
||||
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue