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:
parent
03135696bd
commit
91ac8aeefc
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user