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

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: Changed to static function, Removed pngs 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 4ac81170b5ea17e422d6b7516369baa631933867..239c29bc34785e8ece45a80e831260702d6a024f 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -451,7 +451,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