From 55de626b72407fd8f1483863981b7ece0aef8d83 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 9 Dec 2019 16:16:09 +0000 Subject: [PATCH] Twenty Twenty: Adjust the comment in [46851] per the documentation standards. See #48876. git-svn-id: https://develop.svn.wordpress.org/trunk@46854 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentytwenty/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index 2562eb1624..7b26b9b77e 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/wp-content/themes/twentytwenty/style.css @@ -816,10 +816,7 @@ input:-ms-input-placeholder { } input::-moz-placeholder { - /* Browsers supporting line-height revert - * to reset a property to the value established by the user-agent stylesheet - */ - line-height: revert; + line-height: revert; /* Reset to the value from the user-agent stylesheet. */ } input[type="search"]::-webkit-search-decoration,