Changeset 13337 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/_posts-navigation.scss
- Timestamp:
- 03/14/2024 06:57:40 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/_posts-navigation.scss
r13310 r13337 2 2 text-align: center; 3 3 margin-top: var( --wp--style--block-gap ); 4 padding-top: var( --wp--style--block-gap ); 4 5 5 6 .page-numbers { 6 background-color: #f9f9f9; 7 cursor: hand; 7 cursor: pointer; 8 8 display: inline-block; 9 9 min-width: 2em; … … 32 32 &.prev:before, 33 33 &.next:after { 34 background-color: #f9f9f9;35 34 display: inline-block; 36 35 font-size: initial; … … 50 49 } 51 50 span.page-numbers { 52 background-color: #f7f7f7;53 51 font-weight: bold; 54 52 } 53 54 span.page-numbers.current { 55 text-decoration: underline; 56 } 55 57 }
Note: See TracChangeset
for help on using the changeset viewer.