Ticket #47811: 47811.patch
File 47811.patch, 3.6 KB (added by , 5 years ago) |
---|
-
src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
674 674 height: inherit; 675 675 text-align: center; 676 676 677 // Only apply the default dot color if there's no separator color specified. 678 &:not(.has-text-color):not(.has-background) { 679 color: $color__text-light; 680 } 681 677 682 &:before { 678 color: $color__text-light;679 683 font-size: $font__size-lg; 680 684 letter-spacing: $font__size-sm; 681 685 padding-left: $font__size-sm; -
src/wp-content/themes/twentynineteen/style-editor.css
1135 1135 1136 1136 /** === Separator === */ 1137 1137 .wp-block-separator:not(.is-style-dots) { 1138 border-bottom: 2px solid #767676; 1138 background-color: #767676; 1139 height: 2px; 1139 1140 } 1140 1141 1141 1142 .wp-block-separator:not(.is-style-wide):not(.is-style-dots) { … … 1143 1144 margin-left: 0; 1144 1145 } 1145 1146 1147 .wp-block-separator.is-style-dots { 1148 color: #767676; 1149 } 1150 1146 1151 .wp-block-separator.is-style-dots:before { 1147 color: #767676;1148 1152 font-size: 1.6875em; 1149 1153 letter-spacing: calc(2 * 1rem); 1150 1154 padding-left: calc(2 * 1rem); -
src/wp-content/themes/twentynineteen/style-editor.scss
588 588 .wp-block-separator { 589 589 590 590 &:not(.is-style-dots) { 591 border-bottom: 2px solid $color__text-light; 591 background-color: $color__text-light; 592 height: 2px; 592 593 } 593 594 594 595 &:not(.is-style-wide):not(.is-style-dots) { … … 596 597 margin-left: 0; 597 598 } 598 599 600 &.is-style-dots { 601 color: $color__text-light; 602 } 603 599 604 &.is-style-dots:before { 600 color: $color__text-light;601 605 font-size: $font__size-lg; 602 606 letter-spacing: calc(2 * #{$size__spacing-unit}); 603 607 padding-left: calc(2 * #{$size__spacing-unit}); -
src/wp-content/themes/twentynineteen/style-rtl.css
6000 6000 } 6001 6001 } 6002 6002 6003 .entry .entry-content .wp-block-separator.is-style-dots:not(.has-text-color):not(.has-background), 6004 .entry .entry-content hr.is-style-dots:not(.has-text-color):not(.has-background) { 6005 color: #767676; 6006 } 6007 6003 6008 .entry .entry-content .wp-block-separator.is-style-dots:before, 6004 6009 .entry .entry-content hr.is-style-dots:before { 6005 color: #767676;6006 6010 font-size: 1.6875em; 6007 6011 letter-spacing: 0.88889em; 6008 6012 padding-right: 0.88889em; -
src/wp-content/themes/twentynineteen/style.css
6012 6012 } 6013 6013 } 6014 6014 6015 .entry .entry-content .wp-block-separator.is-style-dots:not(.has-text-color):not(.has-background), 6016 .entry .entry-content hr.is-style-dots:not(.has-text-color):not(.has-background) { 6017 color: #767676; 6018 } 6019 6015 6020 .entry .entry-content .wp-block-separator.is-style-dots:before, 6016 6021 .entry .entry-content hr.is-style-dots:before { 6017 color: #767676;6018 6022 font-size: 1.6875em; 6019 6023 letter-spacing: 0.88889em; 6020 6024 padding-left: 0.88889em;