Making WordPress.org


Ignore:
Timestamp:
04/05/2024 09:23:35 PM (2 years 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-ratings.scss

    r13464 r13466  
    5757
    5858                .counter-back {
    59                         background-color: var(--wp--preset--color--light-grey-2 );
     59                        background-color: var(--wp--preset--color--light-grey-2);
    6060                        width: 58%;
    6161                        width: calc(100% - 130px);
     
    6363
    6464                .counter-bar {
    65                         background-color: var( --wp--preset--color--charcoal-2 );
     65                        background-color: var(--wp--preset--color--charcoal-2);
    6666                        display: block;
    6767                }
Note: See TracChangeset for help on using the changeset viewer.