Ticket #56360: 56360.has-background.diff
File 56360.has-background.diff, 1.1 KB (added by , 12 months ago) |
---|
-
src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
134 134 135 135 /* Colors ------------------------------------ */ 136 136 137 :where(.editor-styles-wrapper .has-background) { 138 box-sizing: border-box; 139 } 140 137 141 .editor-styles-wrapper .has-text-color a { 138 142 color: inherit; 139 143 } -
src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
134 134 135 135 /* Colors ------------------------------------ */ 136 136 137 :where(.editor-styles-wrapper .has-background) { 138 box-sizing: border-box; 139 } 140 137 141 .editor-styles-wrapper .has-text-color a { 138 142 color: inherit; 139 143 }