Making WordPress.org


Ignore:
Timestamp:
03/14/2024 06:57:40 AM (13 months ago)
Author:
dufresnesteven
Message:

wporg-plugins-2024: Style pagination to match showcase.

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  
    22    text-align: center;
    33    margin-top: var( --wp--style--block-gap );
     4    padding-top: var( --wp--style--block-gap );
    45
    56    .page-numbers {
    6         background-color: #f9f9f9;
    7         cursor: hand;
     7        cursor: pointer;
    88        display: inline-block;
    99        min-width: 2em;
     
    3232            &.prev:before,
    3333            &.next:after {
    34                 background-color: #f9f9f9;
    3534                display: inline-block;
    3635                font-size: initial;
     
    5049    }
    5150    span.page-numbers {
    52         background-color: #f7f7f7;
    5351        font-weight: bold;
    5452    }
     53
     54    span.page-numbers.current {
     55        text-decoration: underline;
     56    }
    5557}
Note: See TracChangeset for help on using the changeset viewer.