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

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

Issue 2224883002: Fix RTL rendering of SELECT on macOS and input[type=color] on all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix RTL rendering of SELECT on macOS and input[type=color] on all platforms. 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..8d4482267c05e2d9e072fc25f889b5c08388b214 100644
--- a/third_party/WebKit/Source/core/css/html.css
+++ b/third_party/WebKit/Source/core/css/html.css
@@ -692,8 +692,8 @@ input[type="color" i][list] {
}
input[type="color" i][list]::-webkit-color-swatch-wrapper {
- padding-left: 8px;
- padding-right: 24px;
+ -webkit-padding-start: 8px;
+ -webkit-padding-end: 24px;
}
input[type="color" i][list]::-webkit-color-swatch {

Powered by Google App Engine
This is Rietveld 408576698