mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Administration: Remove erroneous transition-delay values from CSS files.
Although unitless zero is allowed for `<length>` CSS data type, it's invalid for `<time>` data type. Props chetan200891, manuel_84, GaryJ. Fixes #43195. git-svn-id: https://develop.svn.wordpress.org/trunk@42689 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1182,7 +1182,7 @@ div#custom-background-image img {
|
||||
display: inline-block;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
transition: background-color .1s ease-in 0;
|
||||
transition: background-color .1s ease-in;
|
||||
}
|
||||
|
||||
.background-position-control .background-position-center-icon {
|
||||
|
||||
Reference in New Issue
Block a user