Ticket #49699: 49699-alt.patch
File 49699-alt.patch, 3.0 KB (added by , 5 years ago) |
---|
-
src/wp-content/themes/twentynineteen/sass/elements/_elements.scss
55 55 h1:not(.site-title), 56 56 h2 { 57 57 @include post-section-dash; 58 59 &.has-text-align-center:before, 60 &.has-text-align-right:before { 61 display: none; 62 } 58 63 } 59 64 60 65 hr { -
src/wp-content/themes/twentynineteen/style-editor.css
636 636 width: 1em; 637 637 } 638 638 639 h1.has-text-align-center:before, h1.has-text-align-right:before { 640 display: none; 641 } 642 639 643 @media only screen and (min-width: 768px) { 640 644 h1 { 641 645 font-size: 2.8125em; … … 655 659 width: 1em; 656 660 } 657 661 662 h2.has-text-align-center:before, h2.has-text-align-right:before { 663 display: none; 664 } 665 658 666 @media only screen and (min-width: 768px) { 659 667 h2 { 660 668 font-size: 2.25em; -
src/wp-content/themes/twentynineteen/style-editor.scss
93 93 font-size: $font__size-xl; 94 94 @include post-section-dash; 95 95 96 &.has-text-align-center:before, 97 &.has-text-align-right:before { 98 display: none; 99 } 100 96 101 @include media(tablet) { 97 102 font-size: $font__size-xxl; 98 103 } … … 101 106 h2 { 102 107 font-size: $font__size-lg; 103 108 @include post-section-dash; 109 110 &.has-text-align-center:before, 111 &.has-text-align-right:before { 112 display: none; 113 } 104 114 105 115 @include media(tablet) { 106 116 font-size: $font__size-xl; -
src/wp-content/themes/twentynineteen/style-rtl.css
2527 2527 width: 1em; 2528 2528 } 2529 2529 2530 h1:not(.site-title).has-text-align-center:before, h1:not(.site-title).has-text-align-right:before, 2531 h2.has-text-align-center:before, 2532 h2.has-text-align-right:before { 2533 display: none; 2534 } 2535 2530 2536 hr { 2531 2537 background-color: #767676; 2532 2538 border: 0; -
src/wp-content/themes/twentynineteen/style.css
2527 2527 width: 1em; 2528 2528 } 2529 2529 2530 h1:not(.site-title).has-text-align-center:before, h1:not(.site-title).has-text-align-right:before, 2531 h2.has-text-align-center:before, 2532 h2.has-text-align-right:before { 2533 display: none; 2534 } 2535 2530 2536 hr { 2531 2537 background-color: #767676; 2532 2538 border: 0;