From 4c6a1c446e5d8f5335e6bc029d087a656631e9ff Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 12 Feb 2024 22:26:07 +0000 Subject: [PATCH] Twenty Nineteen: Restore `transition` property to a single line. Follow-up to [57599]. Props sabernhardt. Fixes #58443. Built from https://develop.svn.wordpress.org/trunk@57604 git-svn-id: http://core.svn.wordpress.org/trunk@57105 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentynineteen/style.css | 3 +-- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentynineteen/style.css b/wp-content/themes/twentynineteen/style.css index c4928c6c1e..086cf1697b 100644 --- a/wp-content/themes/twentynineteen/style.css +++ b/wp-content/themes/twentynineteen/style.css @@ -2804,8 +2804,7 @@ body.page .main-navigation { background: transparent; color: inherit; cursor: pointer; - transition: background 250ms ease-in-out, - transform 150ms ease; + transition: background 250ms ease-in-out, transform 150ms ease; -webkit-appearance: none; -moz-appearance: none; } diff --git a/wp-includes/version.php b/wp-includes/version.php index a20a717612..32693dfac9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57603'; +$wp_version = '6.5-alpha-57604'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.