Twenty Thirteen: Remove an unnecessary border from Table block.
This changeset removes an unwanted border showing up at the bottom of the Table block. Props nidhidhandhukiya, sabernhardt, maxcgparis, pooja1210, audrasjb. Fixes #56538. Built from https://develop.svn.wordpress.org/trunk@55973 git-svn-id: http://core.svn.wordpress.org/trunk@55485 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
444733ed27
commit
fe6a2cc7d9
|
@ -271,7 +271,6 @@ body:not(.sidebar) .wp-block-cover > .wp-block-cover__inner-container > * {
|
|||
/* Table */
|
||||
|
||||
.wp-block-table {
|
||||
border-bottom: 1px solid #ededed;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
font-size: 14px;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.3-alpha-55972';
|
||||
$wp_version = '6.3-alpha-55973';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue