Make WordPress Core

Ticket #46258: 46258.diff

File 46258.diff, 1.2 KB (added by iamjaydip, 5 years ago)
  • wp-content/themes/twentyseventeen/assets/css/blocks.css

    diff --git a/wp-content/themes/twentyseventeen/assets/css/blocks.css b/wp-content/themes/twentyseventeen/assets/css/blocks.css
    index 06ef5ca25a..7f9842780d 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    168168        padding-bottom: 0.5em;
    169169}
    170170
    171 .wp-block-table tr {
    172         border-bottom: 1px solid #eee;
    173 }
    174 
    175 .wp-block-table th,
    176 .wp-block-table td {
    177         border: 0;
     171.wp-block-table tr, .wp-block-table td {
     172        border: 1px solid #767676;
    178173}
    179174
    180175.rtl .wp-block-table th,
  • wp-content/themes/twentyseventeen/assets/css/editor-blocks.css

    diff --git a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
    index 60170e8e0a..b270d5f33c 100644
    a b table.wp-block-table th { 
    670670        text-align: left;
    671671}
    672672
    673 table.wp-block-table tr {
    674         border-bottom: 1px solid #eee;
     673table.wp-block-table tr, table.wp-block-table td {
     674        border: 1px solid #767676;
    675675}
    676676
    677 table.wp-block-table td {
    678         border: 0;
     677table.wp-block-table td {       
    679678        padding: 0.4em;
    680679}
    681680