Make WordPress Core


Ignore:
Timestamp:
01/18/2023 02:50:29 PM (2 years ago)
Author:
audrasjb
Message:

Twenty Twenty-One: Revert [55088].

[55088] introduced some issues with the "Test Default Themes & Create ZIPs" workflow on GitHub Actions. This changeset reverts it to leave time to figure out what failed and why.

See #53220.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss

    r55088 r55089  
    11.wp-block-navigation {
    2 
    3     [data-block] {
    4         margin-top: revert;
    5         margin-bottom: revert;
    6     }
    72
    83    .wp-block-navigation__container {
    94        background: var(--global--color-background);
     5        padding: 0;
    106    }
    117
    128    .wp-block-navigation-link {
     9
     10        .wp-block-navigation-link__content {
     11            padding: var(--primary-nav--padding);
     12        }
    1313
    1414        .wp-block-navigation-link__label {
Note: See TracChangeset for help on using the changeset viewer.