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

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

Issue 2219373002: input[type=search]: Flip the position of cancel button in RTL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: third_party/WebKit/Source/core/css/html.css
diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css
index f81f7d9e67e024c498fc4083ed0a7b9743b2f8b6..f078286c20df2af8d182b16779542190b8b14998 100644
--- a/third_party/WebKit/Source/core/css/html.css
+++ b/third_party/WebKit/Source/core/css/html.css
@@ -436,10 +436,6 @@ input::-webkit-textfield-decoration-container {
content: none !important;
}
-input[type="search" i]::-webkit-textfield-decoration-container {
- direction: ltr;
-}
-
input::-webkit-clear-button {
-webkit-appearance: searchfield-cancel-button;
display: inline-block;

Powered by Google App Engine
This is Rietveld 408576698