Make WordPress Core


Ignore:
Timestamp:
08/30/2019 07:14:23 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Twenty Nineteen: Improve compatibility with custom colors in the separator block.

Props kjellr.
Fixes #47811.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/style-editor.scss

    r45761 r45920  
    589589
    590590    &:not(.is-style-dots) {
    591         border-bottom: 2px solid $color__text-light;
     591        background-color: $color__text-light;
     592        height: 2px;
    592593    }
    593594
     
    597598    }
    598599
     600    &.is-style-dots {
     601        color: $color__text-light;
     602    }
     603
    599604    &.is-style-dots:before {
    600         color: $color__text-light;
    601605        font-size: $font__size-lg;
    602606        letter-spacing: calc(2 * #{$size__spacing-unit});
Note: See TracChangeset for help on using the changeset viewer.