Make WordPress Core


Ignore:
Timestamp:
12/31/2020 07:36:24 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty-One: Remove extra brackets from :last-child CSS pseudo-class.

Props munyagu, mukesh27, activecoder.
Fixes #52176.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss

    r49726 r49914  
    223223                width: inherit;
    224224
    225                 &:last-child() {
     225                &:last-child {
    226226                    margin-right: 0;
    227227                }
     
    457457            @include media(mobile-only) {
    458458
    459                 &:last-child() {
     459                &:last-child {
    460460                    margin-bottom: 0;
    461461                }
Note: See TracChangeset for help on using the changeset viewer.