Administration: Remove unnecessary transition-delay values from Dashicons.

A unitless `0` value for a `<time>` CSS data type was reintroduced in [45040]. This is allowed for `<length>` data types, but is invalid for `<time>`.

See #43195.
Fixes #46774.

git-svn-id: https://develop.svn.wordpress.org/trunk@45097 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2019-04-02 13:18:35 +00:00
parent 03135696bd
commit 91ac8aeefc

View File

@ -43,7 +43,7 @@
font-size: 20px;
vertical-align: top;
text-align: center;
transition: color 0.1s ease-in 0;
transition: color 0.1s ease-in;
}
/* Icons */