Make WordPress Core


Ignore:
Timestamp:
04/07/2019 06:17:26 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Twenty Nineteen: Fix inconsistent tab/space indentation in style files.

Props iamdmitrymayorov, mukesh27.
Fixes #46821.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss

    r44368 r45132  
    243243        opacity: .7;
    244244
    245         /* When image filters are active, a blue overlay is added. */
     245        /* When image filters are active, a blue overlay is added. */
    246246        .image-filters-enabled & {
    247247            background: $color__link;
     
    257257
    258258    /* Fourth layer: overlay. */
    259     .image-filters-enabled & .site-branding-container:after {
     259    .image-filters-enabled & .site-branding-container:after {
    260260        background: rgba(0, 0, 0, 0.35);
    261261        mix-blend-mode: overlay;
Note: See TracChangeset for help on using the changeset viewer.