Twenty Nineteen: Restore transition property to a single line.

Follow-up to [57599].

Props sabernhardt.
Fixes #58443.

git-svn-id: https://develop.svn.wordpress.org/trunk@57604 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2024-02-12 22:24:17 +00:00
parent 54d72c5dee
commit 212a8d6718

View File

@ -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;
}