Make WordPress Core

Ticket #48722: 48722.diff

File 48722.diff, 1.4 KB (added by nielslange, 5 years ago)
  • src/wp-content/themes/twentysixteen/css/blocks.css

    diff --git a/src/wp-content/themes/twentysixteen/css/blocks.css b/src/wp-content/themes/twentysixteen/css/blocks.css
    index 9ddea8073f..81a001b618 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    198198.wp-block-table {
    199199        border-collapse: separate;
    200200        border-spacing: 0;
    201         border-width: 1px 0 0 1px;
     201        border-width: inherit;
    202202        margin: 0 0 1.75em;
    203203        table-layout: fixed;
    204204        width: 100%;
    p.has-drop-cap:not(:focus)::first-letter { 
    220220        border-width: 0 1px 1px 0;
    221221}
    222222
     223.wp-block-table.is-style-stripes {
     224        border-bottom: none;
     225}
     226
     227.wp-block-table.is-style-stripes table {
     228        border-width: 1px;
     229}
     230
    223231.rtl .wp-block-table th,
    224232.rtl .wp-block-table td {
    225233        text-align: right;
  • src/wp-content/themes/twentysixteen/css/editor-blocks.css

    diff --git a/src/wp-content/themes/twentysixteen/css/editor-blocks.css b/src/wp-content/themes/twentysixteen/css/editor-blocks.css
    index 4bf8cbf54f..f363f52517 100644
    a b Description: Used to style blocks in the editor. 
    531531        padding: 0;
    532532}
    533533
     534.wp-block-table.is-style-stripes {
     535        border-bottom: none;
     536}
     537
     538.wp-block-table.is-style-stripes table {
     539        border-width: 1px;
     540}
     541
    534542.rtl .wp-block-table th,
    535543.rtl .wp-block-table td {
    536544        text-align: right;