Bundled Themes: Remove duplicate `font-size` property in Twenty Twenty.
Props ankitmaru. Fixes #49015. Built from https://develop.svn.wordpress.org/trunk@47053 git-svn-id: http://core.svn.wordpress.org/trunk@46853 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cef48881f0
commit
a24f5ccd1f
|
@ -199,7 +199,6 @@ path {
|
|||
clip-path: none;
|
||||
color: #21759b;
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 700;
|
||||
height: auto;
|
||||
|
|
|
@ -199,7 +199,6 @@ path {
|
|||
clip-path: none;
|
||||
color: #21759b;
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 700;
|
||||
height: auto;
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.4-alpha-47052';
|
||||
$wp_version = '5.4-alpha-47053';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue