Making WordPress.org


Ignore:
Timestamp:
05/09/2024 05:04:06 AM (2 years ago)
Author:
dufresnesteven
Message:

wporg-plugins-2024: Update "see all" link styles on single plugin page.

See: https://github.com/WordPress/wordpress.org/issues/312
Props: joen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/widget-area/_widgets-ratings.scss

    r13593 r13682  
    44        .reviews-link {
    55                position: absolute;
    6                 right: 16px;
     6                right: 0;
    77                top: 0;
    8                 font-size: var(--wp--preset--font-size--small);
    9 
    10                 &:after {
    11                         position: absolute;
    12                         content: "\f345";
    13                         font-family: dashicons;
    14                         padding-left: 5px;
    15                         vertical-align: top;
    16                 }
    17         }
    18 
    19         .reviews-link:hover:after {
    20                 text-decoration: none;
     8                font-size: var(--wp--preset--font-size--normal);
    219        }
    2210
Note: See TracChangeset for help on using the changeset viewer.