Making WordPress.org


Ignore:
Timestamp:
04/05/2024 09:23:35 PM (22 months ago)
Author:
ryelle
Message:

wporg-plugins-2024: Remove legacy CSS.

This removes the CSS that was copied over from the previous classic theme. The parent block theme should provide the correct base styles.

See https://github.com/WordPress/wporg-main-2022/issues/413

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-meta.scss

    r13463 r13466  
    5353
    5454    [rel="tag"] {
    55         background: $color__background-pre;
     55        background: var(--wp--preset--color--blueberry-4);
    5656        border-radius: 2px;
    57         color: #000;
     57        color: var(--wp--preset--color--charcoal-1);
    5858        display: inline-block;
    59         font-size: var( --wp--preset--font-size--extra-small );
     59        font-size: var(--wp--preset--font-size--extra-small);
    6060        margin: 2px;
    6161        max-width: 95%;
     
    6666        white-space: nowrap;
    6767        width: auto;
    68 
    69         &:hover {
    70             background: #f3f3f3;
    71         }
    72         &:active {
    73             background: #dfdfdf;
    74         }
    7568    }
    7669}
     
    8679    margin-top: 10px;
    8780    background-color: #fff;
    88     border: 1px solid var( --wp--preset--color--light-grey-1 );;
     81    border: 1px solid var( --wp--preset--color--light-grey-1 );
    8982    border-radius: 2px;
    9083    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
     
    10497        right: .6em;
    10598        font-size: small;
    106         color: $color__link;
     99        color: var(--wp--custom--link--color--text);
    107100
    108101        &:hover,
Note: See TracChangeset for help on using the changeset viewer.