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:
@@ -25,7 +25,7 @@
|
||||
font-style: normal;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
transition: color .1s ease-in 0;
|
||||
transition: color .1s ease-in;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
2
wp-includes/css/dashicons.min.css
vendored
2
wp-includes/css/dashicons.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user