Changeset 7256 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/modules/_infinite-scroll.scss
- Timestamp:
- 05/31/2018 12:51:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/modules/_infinite-scroll.scss
r4779 r7256 1 /* Globally hidden elements when Infinite Scroll is supported and in use. */ 2 .infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ 3 .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ 1 /* Globally hidden elements when Infinite Scroll is supported and in use. 2 - Older / Newer Posts Navigation (always hidden) 3 - Theme Footer (when set to scrolling) */ 4 .infinite-scroll .posts-navigation, 5 .infinite-scroll.neverending .site-footer { 4 6 display: none; 5 7 } 6 8 7 /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ 9 /* When Infinite Scroll has reached its end we need to re-display elements that 10 were hidden (via .neverending) before. */ 8 11 .infinity-end.neverending .site-footer { 9 12 display: block;
Note: See TracChangeset
for help on using the changeset viewer.