mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
54d72c5dee
commit
212a8d6718
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user