Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(704)

Unified Diff: Source/core/css/html.css

Issue 15838011: Fix where the clear button will be drawn when adding padding to the input element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index acf065786d13b5daa9cb955b1dcbb4c54f0ae773..c882a665e14f14dd464602e38827b335ca569f2e 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -440,7 +440,7 @@ input::-webkit-clear-button {
display: inline-block;
-webkit-flex: none;
-webkit-user-modify: read-only !important;
- margin-left: 2px;
+ -webkit-margin-start: 2px;
}
input[type="search"]::-webkit-search-cancel-button {

Powered by Google App Engine
This is Rietveld 408576698