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.
Built from https://develop.svn.wordpress.org/trunk@42689


git-svn-id: http://core.svn.wordpress.org/trunk@42517 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2018-02-11 12:55:30 +00:00
parent e97d2c0407
commit 7a8e4bcb1b
11 changed files with 11 additions and 11 deletions

View File

@@ -2455,7 +2455,7 @@ div.star-holder .star-rating {
font-weight: 400;
font-style: normal;
vertical-align: top;
transition: color .1s ease-in 0;
transition: color .1s ease-in;
text-align: center;
color: #ffb900;
}